@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ----- Wraps ----- */

#headerwrap {
	color: #FFFFFF;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#fullcontentwrap {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#prefooterwrap {
	background-color: #FFCC00;
	background-image: url(../images/bg_prefooter.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footerwrap {
	background-color: #336699;
	color: #FFFFFF;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 30px;
}

#header, #contentwrap, #prefooterhead, #prefooter, #footer, #searchtop {
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentwrap {
	background-image: url(../images/bg_rightcol.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* ----- Header ----- */

#header {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	text-align: left;
}

#toplinks {
	float: right;
	width: 200px;
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}

#toplinks a {
	color: #FFFFFF;
	text-decoration: underline;
}

#toplinks a:hover {
	color: #99CCFF;
	text-decoration: none;
}

#contactdetails {
	clear: right;
	float: right;
	width: 221px;
	background-image: url(../images/contact_telephone.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 101px;
}

#logo {}

#searchtopwrap {
	background-image: url(../images/bg_searchtopmain.png);
	height: 15px;
}

#searchtop {
	background-image: url(../images/bg_searchtop.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ----- Navigation ----- */

#nav {
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

#nav li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 47px;
	height: 24px;
}

#nav li a:hover {
	color: #003366;
	background-image: url(../images/bg_navover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----- Content ----- */

#contentwrap {}

#contentwrap a {
	color: #336699;
	text-decoration: underline;
}

#contentwrap a:hover {
	color: #013262;
	text-decoration: underline;
}

/* ----- Right Column ----- */

#rightcolumn {
	display: inline;
	float: right;
	margin-right: 11px;
	width: 260px;
}

#topsearch {
	background-image: url(../images/bg_search.png);
	background-position: bottom;
	height: 40px;
}

.searchform {
	border: 1px solid #99CCFF;
	font-size: 12px;
	width: 150px;
	float: left;
	margin-left: 20px;
	padding: 3px;
}

.searchbutton {
	float: left;
	margin-left: 10px;
}

#rightcolumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#rightcolumn li {
}

#rightcolumn li a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000066;
	text-decoration: none;
}

#rightcolumn li a:hover {
	background-color: #336699;
	color: #FFFFFF;
	text-decoration: none;
}

#rightfooter {
	background-image: url(../images/bg_rightfooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 10px;
	height: 18px;
	vertical-align: bottom;
}

/* ----- Left Column ----- */

#leftcolumn {
	width: 460px;
	float: left;
	text-align: left;
}

#contentheader {
	height: 182px;
	text-align: left;
}

.textheader {
	font-size: 16px;
}

/* ----- Pre-Footer ----- */

#prefooterhead {
	text-align: left;
	color: #FFCC00;
	font-size: 23px;
	background-image: url(../images/bg_prefooterheader.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	padding-top: 18px;
}

#prefooter {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ----- Footer ----- */

#footer {}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li {
	float: left;
	width: 187px;
}

#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

#footer li a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

#footerlink {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	margin-bottom: 10px;
}

/* ----- Misc. ----- */

form {
	padding: 0px;
	margin: 0px;
}

.forcer {
	clear: both;
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.productsmall {
	width: 224px;
	margin-bottom: 10px;
	float: left;
	margin-right: 6px;
}

.productsmalltop {
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 30px;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 12px;
}

.productsmalltop2 {
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 36px;
}

.productsmallcontent {
	background-image: url(../images/1x1pixel_ltgrey.gif);
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	height: 300px;
}

.productsmallbase {
	background-image: url(../images/box_base.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #003399;
	padding-top: 10px;
}

.price {
	font-size: 24px;
	font-weight: bolder;
	color: #CC0000;
}

.priceright {
	font-size: 24px;
	font-weight: bolder;
	color: #CC0000;
	float: right;
}

.seperator {
	clear: both;
	margin-bottom: 10px;
}

.sepheader {
	font-size: 16px;
	color: #CC0000;
}

.bold {
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
}

.prev {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.next {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.doorpic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.formfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
	width: 300px;
}

.formfieldnolength {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
}

.pdf {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	width: 200px;
}
