*{margin:0;padding:0;}

/* Links */
a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#b06b13;}
a:active{color:#399FD7;}

/* Images */
a img{border:0;}
img{margin:0;}
img.left{float:left;margin:0 1em 1em 0;}
img.right{float:right;margin:0 0 1em 1em;}

/* Headings */
h1,h2,h3,h4,h5,h6{margin:1em 0 0.25em 0;}
h1{font-size:1.54em;margin-top:0;margin-bottom:15px;color:#3b4f6e;font-weight:bold;}
h2{font-size:1.46em;color:#3b4f6e;font-weight:bold;}
h3{font-size:1.17em;color:#3b4f6e;}
h4,h5,h6{font-size:1em;}

/* Paragraphs */
p{margin:0 0 1em 0;}

/* Lists */
ul,ol{margin:0 0 1em 2em;}
li{margin-bottom:0.25em;}
li ul{margin-top:0.5em;}
dl{margin:0 0 1em 0;}
dt{font-weight:bold;}
dd{margin-bottom:1em;}

/* Tables */
table{border-collapse:collapse;font-size:1em;}
caption{font-weight:bold;padding-bottom:0.25em;text-align:left;}
th{text-align:center;}
th,td{padding:0.25em 0.25em 0.25em 0.5em;}

/* Forms */
input,select,textarea{font-family: Arial, "MS Trebuchet", sans-serif;font-size:1em;}
fieldset{border:1px solid #000;margin:0.25em 0 1em 0;padding:0.25em 15px 0.75em 15px;}
legend{font-weight:bold;padding:0.25em 4px;}
label{color:#000;font-weight:normal;}
button {float:right;padding:2px 5px;}

/* Other styles */
#to-content{display:none;}
hr{visibility:hidden;margin-top:20px;}
code{font-size:120%}
.clear{clear:both;}
.top{vertical-align:top;}
.center{text-align:center;}
.red{color:#cf3f3f;font-weight:bold;}
.countycount{font-size:60%;color:#666;display:inline-block;}
.btn {margin-top:10px;}
.infoBox {border:solid 1px #DEDEDE;background:#FFFFCC;color:#222;padding:4px 8px;text-align:center;clear:both;}
.errorBox {border:solid 1px #CC0000;background:#F7CBCA;color:#CC0000;font-weight:bold;padding:4px 8px;}


body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	line-height:1.7;
	background: #fff;
	color: #000;
	font-size: 75%;
	padding: 0;
	text-align: center;
}

#header, #wrapper, #footer div {
	margin: 0 auto;
	text-align: left;
	width: 838px;
	z-index: 10;
}

#wrapper {
	background: url(../images/design/wrapperBg.gif) 0 0 repeat-y;
	overflow: hidden;
}

#outer-wrapper {
	background: url(../images/design/outer-wrapper.gif) repeat-x;
}

#outer-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Header */
#header-wrapper {
	background: url(../images/design/header-wrapper.gif) repeat-x;
	height: 175px;
}

#header {
	height: 172px;
	position: relative;
}

h2#logo {
	position: absolute;
	top: 12px;
	margin: 0;
}

h2#logo a {
	display: block;
	width: 402px;
	height: 107px;
	background: url(../images/design/staircase-fitters.png);
}

#logo span {display: none;}

#search {
	margin: 0;
	padding-top: 9px;
	position: absolute;
	right: 0;
	top: 45px;
	background: url(../images/design/searchBg.png) no-repeat;
	width: 381px;
	height: 31px;
}

#search select {
	/*border: 1px solid #969696;
	height: 22px;*/
	margin-left: 8px;
	width: 118px;
  padding: 2px;
  border: none;
}

#search input {
	vertical-align: top;
	border: 1px solid #969696;
	width: 155px;
	margin-left: 8px;
	padding: 2px 2px 3px 2px;
}

#search input.searchSubmit {
	border: 0;
	width: 70px;
	margin-left: 8px;
	padding: 0;
}



/* Navigation */
#nav {
	height: 53px;
	margin: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 838px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
}

#nav a {text-indent: -999em;}

#nav a {
	color: #fff;
	display: block;
	font-size: 1em;
	height: 53px;
	line-height: 53px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#nav li {background-image: url(../images/design/nav.gif);}

#nav li#nav01 {width: 134px; background-position: 0 0;}
#nav li#nav02 {width: 217px; background-position: -134px 0;}
#nav li#nav03 {width: 104px; background-position: -351px 0;}
#nav li#nav04 {width: 180px; background-position: -455px 0;}
#nav li#nav05 {width: 203px; background-position: -635px 0;}

ul#nav li#nav01:hover,
#find ul#nav li#nav01 {background-position: 0 -53px;}

ul#nav li#nav02:hover,
#advertise ul#nav li#nav02 {background-position: -134px -53px;}

ul#nav li#nav03:hover,
#contact ul#nav li#nav03 {background-position: -351px -53px;}

ul#nav li#nav04:hover,
#faq ul#nav li#nav04 {background-position: -455px -53px;}

ul#nav li#nav05:hover,
#feedback ul#nav li#nav05 {background-position: -635px -53px;}


/* Content */
#content {
	/*background: #f7f7f7 url(../images/design/content.gif) repeat-x;*/
	background: #fff;
	float: left;
	padding: 15px 24px 15px 24px;
	width: 552px;
}

#content ul li {
	background: url(../images/design/arrow.gif) 0 8px no-repeat;
	list-style: none;
	padding-left: 15px; 
}

#content ol li {padding-left: 15px;}

.field-required {color: #c00;}


/* Sidebar */
#sidebar {
	float: right;
	width: 215px;
	background: #fff url(../images/design/left-column.gif) no-repeat;
}

#sidebar h3 {
	font: bold 145% Century Gothic, arial, verdana;
	color: #fff;
	padding: 0 10px;
}

#sidebar h3 span {font-size: 130%;}

#sidebar h4 {
	font-weight: bold;
	font-size: 150%;
	color: #fff;
	padding: 20px 10px 0 10px;
	text-transform: lowercase;
}

#sidebar h4.dots {
	background: url(../images/design/dots.gif) top no-repeat;
	padding-top: 15px;
}

#sidebar p#tel-number {
	margin: 0 10px;
	color: #636363;
	font-weight: bold;
	font-size: 250%;
	line-height: 18px;
}

#callback {
	padding: 0 10px;
	margin-bottom: 30px;
	width: 195px;
}

#callback label {
	color: #636363;
	font-weight: bold;
	font-size: 80%;
}

#callback input {
	border: 1px solid #969696;
	width: 189px;
	padding: 2px;
}

#callback input#submitcallback {
	float: right;
	margin: 5px 0;
	width: auto;
	border: none;
}


/* Footer */
#footer-wrapper {
	background: #8C8C8C;
	clear: both;
	color: #fff;
	padding: 15px 0 0px 0;
	font-size: 90%;
	border-top: 3px solid #fff;
}

#footer-wrapper a {color:#fff;}
#footer-wrapper a:visited{color:#fff;}
#footer-wrapper a:hover{color:#000;}
#footer-wrapper a:active{color:#000;}

#footer-wrapper ul#countylist {
	width: 838px;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

#footer-wrapper ul#countylist li {
	display: inline;
	padding: 0 8px 0 0;
	background: url(../images/design/separator.gif) 97% 50% no-repeat;
}

#footer {
	background: #636363;
	margin-top: 10px;
	padding: 1px 0 20px 0;
	border-top: 3px solid #fff;
}

#footer ul {
	margin: 0 0 0.5em 0;
	color: #000;
	text-align: left;
}

#footer ul li {
	display: inline;
	padding: 0 12px 0 0;
	background: url(../images/design/separator.gif) 91% 50% no-repeat;
}

#footer ul li.last {background: none}

#footer h4 a {
	display: block;
	width: 101px;
	height: 80px;
	background: url(../images/design/ukstairparts.png);
	float: right;
}

#footer h4 span {display: none;}

#footer p {
	margin: 0 0 0.5em 0;
	line-height: 15px;
}

#footer .feed {
	background: url(../images/design/feed.gif) center right no-repeat;
	padding: 2px 25px 2px 0;
}


/* Other */
#mapborder {
	width: 546px;
	height: 550px;
	margin: 5px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

#map {
	width: 546px;
	height: 550px;
}

#easyTooltip{
	padding: 5px 10px;
	border: 1px solid #fff;
	background: #195fa4 url(../js/uk_eire/bg.gif) repeat-x;
	color: #fff;
}

.paginateSelect {margin-right: 10px;}

a.paginate {
	border: 1px solid #475978;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #475978;
}

a.paginate:hover {
	background: #475978;
	color: #fff;
	text-decoration: underline;
}

a.current {
	border: 1px solid #475978;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background: #475978;
	color: #fff;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}

#pro {margin-top: 15px;}

#pro div {
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 0 15px 0;
	padding: 10px;
	clear: both;
	text-align: left;
	width: 528px;
	position: relative;
}

#pro div.enhanced {background: #e1e1e1 url(../images/design/probg.gif) top repeat-x;}
#pro div.silver {background: #e1e1e1 url(../images/design/probg.gif) top repeat-x;}

#pro h2 {
	font-size: 140%;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-decoration: none;
}

#pro h2 a {
	text-decoration: none;
}

#pro div.bronze h2 {
	font-size: 100%;
	color: #000;
}

#pro address {
	clear: left;
	margin: 0 0 10px 0;
	font-style: normal;
}

#pro p.tel {
	text-align: left;
	clear: left;
	margin-bottom: 5px;
}

#pro div.enhanced p.tel strong,
#pro div.silver p.tel strong {font-size: 120%;}

#pro div.bronze p.tel strong {font-weight: normal}

#pro p.ref {
	font-size: 80%;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999
}


#pages {

}

#pages h1 {
	margin: 0;
}

#pages h2 {
	margin: 0 0 1em 0;
	font-size: 110%
}

#pages h2 a{color:#475978;}
#pages h2 a:hover{color:#b06b13;}

#pages address {
	clear: left;
	margin: 0 0 10px 0;
	font-style: normal;
}

#pages div.enhanced p.tel strong,
#pages div.silver p.tel strong {font-size: 120%;}

#pages div.bronze p.tel strong {font-weight: normal}


#pages p.ref {
	margin-top: 30px;
	font-size: 80%;
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
}

#pages #mapborder {
	width: 546px;
	height: 350px;
	margin-top: 25px;
	border: 1px solid #ccc;
	padding: 1px;
}

#pages #map {
	width: 546px;
	height: 350px;
}


table#advTable {
	margin: 20px 0 5px 0;
	background: #fff;
	border-top: 1px solid #636363;
	border-left: 1px solid #636363;
	width: 100%;
}

table#advTable th {
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
	background: #e1e1e1;
	font-weight: bold;
	text-align: left;
}

table#advTable td {
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
	color: #000;
}

table#advTable th.listCol, table#advTable th.listColen,
table#advTable td.listCol, table#advTable td.listColen {
	width: 130px;
	text-align: center;
}

table#advTable th.listColen {background: #fdc478;}

table#advTable td.listColen {
	background: #fbdeb8;
	border-bottom: 1px solid #cba471;
	font-size: 120%
}

table#advTable tr.lastRow {font-weight: bold;}

table#advTable span {
	font-size: 90%;
	font-weight: bold;
}


#contactBox {
	overflow: hidden;
	width: 100%;
	margin: auto;
}

#contactBox fieldset {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 0 10px 20px 10px;
	font-size: 110%;
}

#contactBox legend {
	margin: 20px 0 10px 5px;
	padding: 0 5px;
}

#contactBox input, #contactBox select, #contactBox textarea {
	margin-top: 5px;
	width: 55%;
	border: 0;
	padding: 2px;
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #999;
}

#contactBox select {
	width: 35%;
	float: left;
}

#contactBox label {
	margin-top: 5px;
	margin-right: 8px;
	float: left;
	width: 35%;
	text-align: right;
	overflow: hidden;
}

#contactBox br {clear: left;}

#contactBox fieldset p {
	color: #dd8f2a;
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 0 193px;
}

#contactBox span {
	color: #cf3f3f;
	font: bold 110% verdana, arial;
}

#confirmForm button {margin-bottom:50px;}

#bannerAd {
	margin-bottom: 15px;
	height:70px;
}


#emailbusiness h3 {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	margin: 25px 0 20px 0;
}

#emailbusinesstop {
	background: url(/images/contactTop.gif) bottom no-repeat;
	width: 552px;
	height: 12px;
	margin-top: 20px;
}

#emailbusinessbtm {
	background: url(/images/contactBtm.gif) top no-repeat;
	width: 552px;
	height: 12px;
}

#emailbusinessform {
	overflow: hidden;
	background: #ebebeb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 0 0 20px;
	width: 530px; /* -22px IE6 */
}

#emailbusiness label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
}

#emailbusiness input {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 200px;
	padding: 2px;
	border: 1px solid #ccc
}

#emailbusiness textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 400px;
	padding: 2px;
	border: 1px solid #ccc
}

#emailbusiness input.submit {
	clear: both;
	float: left;
	margin-left: 100px;
	width: auto;
}

#emailbusiness p.legal {
	clear: both;
	float: left;
	margin-left: 100px;
	width: 400px;
}

#emailbusiness p.remaining {
	clear: both;
	float: left;
	margin-bottom: 0.5em;
	margin-left: 100px;
	width: 400px;
}

* html #emailbusiness input.submit,
* html #emailbusiness p.legal,
* html #emailbusiness p.remaining {
	margin-left: 50px;
}


#freenotice {
	border: 1px solid #ccc;
	float: right;
	width: 130px;
	margin: 10px 0 20px 20px;
	padding: 5px;
	background: #eee;
	text-align: center;
}

#freenotice span {
	font-weight: bold;
}


#buttons {
	float: right;
	width: 117px;
	margin: 10px 0 20px 20px;
}

#buttons a img {
	margin-bottom: 5px;
}

#mapview, #listingsview {
	float: right
}




#quicklinktop {
	width: 550px;
	height: 137px;
	background: url(../images/quicklinktopbg.jpg) no-repeat;
	border: 1px solid #e3e3e3;
	margin-bottom: 30px;
	cursor: pointer;
}

#quicklinktop h1 {
	font-size: 160%;
	letter-spacing: -1px;
	margin: 10px 10px 12px 10px;
	line-height: 100%;
}

#quicklinktop h1 span {
	display: block;
	color: #848484;
	font-size: 100%;
	font-weight: normal;
	margin-top: 3px;
}

#quicklinktop p {
	width: 260px;
	color: #616161;
	margin: 0 10px;
	font-size: 110%;
	line-height: 120%;
}

#quicklinktop h1 a {
	color: #3b4f6e;
	text-decoration: none;
}

#quicklinktop p a {
	color: #616161;
	text-decoration: none;
}

.quicklink {
	width: 178px;
	height: 298px;
	float: left;
	background: url(../images/quicklinkbg.gif) no-repeat;
	cursor: pointer;
}

.quicklink h2 {
	font-size: 120%;
	letter-spacing: -1px;
	line-height: 110%;
  margin: 0 10px;
	padding: 128px 0 8px 0;
}

.quicklink p {
	color: #616161;
	margin: 0 10px 6px 10px;
	font-size: 100%;
	line-height: 110%;
}

.quicklink p span {font-weight: bold;}

.quicklink h2 a {
	color: #3b4f6e;
	text-decoration: none;
}

.quicklink p a {
	color: #616161;
	text-decoration: none;
}

#quickitem1, #quickitem2 {margin-right: 9px;}
#quickitem1 div {background: url(../images/quickitem1.jpg) top no-repeat;}
#quickitem2 div {background: url(../images/quickitem2.jpg) top no-repeat;}
#quickitem3 div {background: url(../images/quickitem3.jpg) top no-repeat;}

