html { font-size: 76%; }
body {
	font: 100%/1.5 "TradeGothicLT","Lucida Grande",Lucida,Verdana,sans-serif;
	margin: 0;
	padding: 0 0 20px;
	background: url(../images/main-gradient.png) left top repeat-x;
}
a img { border: none; }
img, select, input, textarea, object, embed { vertical-align: bottom; }


#allwrap { background: url(../images/main-highlight.png) center top no-repeat; }
#header {
	width: 960px;
	height: 127px;
	margin: auto;
	position: relative;
	background: url(../images/header.png) left bottom no-repeat;
}


#logo { position: absolute; left: 4px; top: 15px; }
#telephone {
	position: absolute;
	right: 4px;
	top: 44px;
	line-height: 27px;
	background: url(../images/telephone-icon.png) left center no-repeat;
	padding-left: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #2c4f82;
}

#nav {
	position: absolute;
	width: 706px;
	height: 35px;
	left: 3px;
	top: 92px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	background: #29395b url(../images/header.png) -3px bottom no-repeat;
}
#nav li { display: table-cell; }
#nav a {
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 9px 15px 11px;
	color: white;
	text-decoration: none;
	border-right: 1px #495b7e solid;
	text-align: center;
}
#nav a:hover { text-decoration: underline; }
#sitesearch { position: absolute; left: 716px; top: 98px; width: 235px; }
#sitesearch .textbox { height: 17px; margin: 0; }
#sitesearch .button  { height: 23px; margin: 0; }


#mainwrap {
	width: 960px;
	margin: auto;
	border-top: 3px white solid;
	background: white url(../images/subnav.png) 3px top repeat-y;
}
#main { background: url(../images/subnav-bottom-corners.png) 3px bottom no-repeat; }
#main:after { content: ""; display: block; clear: both; }

#subnav { float: left; margin-left: 3px; width: 198px; color: white; background: #79abcf; }

#subnav h1 {
	background: #e9a128 url(../images/subnav-header.png) left top no-repeat;
	margin: 0;
	padding: 9px 9px 0 12px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #ba862d 1px 1px 1px;
	color: white;
}

#subnav h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 9px 0 12px;
	margin: 9px 0 5px;
	color: white;
}
#subnav ul {
	margin: 0;
	padding: 0;
	border-top:    1px #85b3d4 solid;
	border-bottom: 1px #6d99ba solid;
	list-style: none;
}
#subnav li { margin: 0; }
#subnav a {
	border-top:    1px #6d99ba solid;
	border-bottom: 1px #85b3d4 solid;
	display: block;
	margin: 0;
	padding: 3px 0 3px 25px;
	background: url(../images/subnav-marker.png) 14px 9px no-repeat;
	color: #303453;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#subnav a:hover { text-decoration: underline; }

#content { float: right; margin-right: 3px; width: 753px; color: #565656; }

h1.em {
	margin: 3px 0;
	color: white;
	background: #e9a128 url(../images/slider-header.png) left top no-repeat;
	padding: 9px 9px 0 12px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #ba862d 1px 1px 1px;
}

.slider { position: relative; height: 136px; }
.slider .back { position: absolute; left: 0;  top: 0; text-indent: -9999px; outline: none; width: 31px; height: 136px; background: url(../images/back.png) left 0 no-repeat; }
.slider .next { position: absolute; right: 0; top: 0; text-indent: -9999px; outline: none; width: 31px; height: 136px; background: url(../images/next.png) left 0 no-repeat; }
.slider .at-end { background-position: left -136px; }
.slider-clipper { position: absolute; left: 32px; right: 32px; top: 0; overflow: hidden; }
.slider-content { width: 9999px; }
.slider-item { float: left; width: 107px; height: 130px; background: #d3e7fc; margin-right: 1px; padding: 7px 11px 0 111px; }

.slider-item img { float: left; margin-left: -100px; }
.slider-item h2  { margin: 0px 0 8px; font-size: 12px; font-weight: bold; color: #303656; }
.slider-item p   { font-size: 12px; line-height: 16px; height: 48px; }
.slider-item .more {
	display: block;
	width: 62px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: white;
	text-decoration: none;
	background: #3c609e url(../images/more-link.png) left top no-repeat;
}

.about { margin: 3px 0; border-top: 1px #d5d5d5 dashed; border-bottom: 1px #d5d5d5 dashed; padding: 18px; }

.box {
	display: inline-block;
	vertical-align: top;
	width: 342px;
	min-height: 220px;
	background: #a9d1f2 url(../images/blue-box.png) left top no-repeat;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	padding: 8px 16px 0 16px;
	color: #454545;
}
.box h2 { font-weight: bold; }
.box p { font-size: 13px; line-height: 18px; }
.box .more {
	display: block;
	background: #2a63a1 url(../images/wide-more.png) left top no-repeat;
	width: 122px;
	line-height: 27px;
	color: white;
	text-decoration: none;
	text-align: center;
}
.box .more:hover { text-decoration: underline; }

#footer {
	width: 924px;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	padding: 11px 15px 11px;
	margin: auto;
	background: #cbcbcb url(../images/footer.png) left top no-repeat;
	color: #848484;
	/* On very short pages, the footer can appear over the main blue gradient, requiring an additional white border. */
	border: 3px white solid;
	border-bottom-left-radius:  3px; -webkit-border-bottom-left-radius:  3px; -moz-border-radius-bottomleft:  3px;
	border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px;
}
#footer a { color: #4d83ab; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer .designer { float: left; }
#footer .copyright { float: right; }


.more-info {
	display: inline-block;
	background: #2a63a1 url(../images/more-information.png) left top no-repeat;
	width: 110px;
	line-height: 23px;
	color: white;
	text-decoration: none;
	text-align: center;
}
.more-info:hover { text-decoration: underline; }

.paginator {
	background: #85b3d3 url(../images/paginator.png) left top no-repeat;
	padding: 1px 8px 1px 13px;
	margin: 4px 8px 4px 6px;
	line-height: 39px;
	color: #f2f6f9;
	text-align: right;
}
.paginator .record-count { float: left; }
.paginator img { vertical-align: middle; }
.paginator a { color: #cbe2f8; }
.paginator a, .paginator .current { text-decoration: none; margin: 0 5px; }
.paginator .prev { margin-left: 0;    margin-right: 13px; }
.paginator .next { margin-left: 13px; margin-right: 0; }
.paginator a:hover { text-decoration: underline; }


h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.1em; margin: 0.3em 0 0.4em; color: #3d669f; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.15em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }

p { margin: 0 0 0.4em;text-decoration: none; }
p a{ text-decoration: none; }
div#products-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#products-list div.product-left {
	float: left;
	width: 170px;

}

div#products-list div.product-right {
	float: right;
	width: 500px;

}


li.product {
	border-bottom: 1px #d5d5d5 dashed;
	margin: 0 10px;
	padding: 10px 0;

}

.product-container {
	padding: 10px;
}

li.product .product-container.blue {
	background-color: #E9F5FE;
}

li.product h4 {

	font-size: 1.2em;
	color: #2A6AA3;
}
li.product p {
	line-height: 1.2em;
}


#product-enquiry {
	border-collapse: collapse;
}

#product-enquiry td {
	vertical-align: top;
	color: #3c3c3c;
	padding: 1px;
}
#product-enquiry input, #product-enquiry textarea {
	border: 1px solid #afd8ee;
	width: 300px;
}

#product-enquiry-div input.submit {
	background: #d60107 url(../images/submit-button.png) left top repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	color: white;
	width: 110px;
	height: 26px;

}

#product-enquiry-div h3 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px #cde8f7 solid;
	margin: 30px 0 8px;
}


.rp-heading {
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px #cde8f7 solid;
	margin: 30px 0 8px 35px;
}

/* === contact form style === */



.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: #b13838;
}
span.error {
	margin-left: 2px;
}

.req { color: #b13838; }

div.question {
	padding: 4px;
}


.inlineimage {
	margin: 10px;
	float: left;
}

h2, h3 {
clear: both;
}

.slider-item h2, .slider-item h3 {
	clear: none;
}

img.side {
	float: right;
	margin: 0 0 10px 20px;
	border: 4px solid #dbdbdb;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.breadcrumbs {
	background: #cde8f7;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	padding: 11px;
	font-size: 12px;
	margin: 0 0 0 20px;
}

.js .js-hide { display: none; }
.js-show { display: none; }
.js .js-show { display: inline; }


.msg { margin: 20px; padding: 20px;	 }
.msg.warning {border:2px solid #f2dd8c; background-color:#fff5cc;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #b8e2fb; background-color:#e8f6ff;}
.msg.done, .msg.success {border:2px solid #bbdf8d; background-color:#eaf7d9;}
.msg.error, .msg.failure {border:2px solid #ffaeae; background-color:#feebeb;}


.category-list:after { content: ""; display: block; clear: both; }
.category-list { list-style: none; padding: 0; margin: 0 0 0 -3px; }
.category-list li {
	float: left;
	width: 160px;
	padding: 10px;
	margin: 3px 0 3px 6px;
	min-height: 200px;
	border: 1px #def solid;
	border-radius: 5px 5px 8px 8px;
	-moz-border-radius: 5px 5px 8px 8px;
}
.category-list .img-box { height: 150px; width: 160px; display: table-cell; vertical-align: middle; text-align: center; }
.category-list h4 { font-size: 1.2em; color: #2a6aa3; text-align: center; }
.category-list h4 a { color: #2a6aa3;text-decoration:none; }

