@import 'reset.css';

body {
	background-color: #A5A5A5;
	margin: 5px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #4F5155;
}

h1,
fieldset legend,
dt {
	clear: both;
	color: #444;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

p {
	padding-bottom: 14px;
}

a {
	color: #003399;
	font-weight: normal;
}

#wrapper {
	width: 760px;
	margin: auto;
	padding-bottom: 27px;
	background: #F9F9F9 url(/media/border_B.gif) no-repeat bottom left;
}

/* Top and Bottom rounded edge borders	*/
/* - will have to set negative margins	*/
/* - for content overlap				*/
#border_top {
	background: url(/media/border_T.gif) no-repeat top left;
	height: 20px;
	margin-bottom: -4px;
}

/* Header Styles	*/
#header {
	width: 760px !important;
	width: 750px;
	padding: 0 5px;
	background: url(/media/header_bg.gif) no-repeat top left;
}
#header img#logo {
	margin: 4px 0 0 55px;
}

/* Navigation Styles	*/
ul#navigation {
	height: 26px;
	padding: 0 5px;
	background: #F9F9F9 url(/media/nav_bg.gif) no-repeat top left;
}
ul#navigation li.main {
	float: left;
	height: 24px;
	width: 124px !important;
	margin: 1px 0 1px -1px;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	overflow: visible;
}
ul#navigation li.main.first {
	margin-left: 1px !important;
	margin-left: 0px;
	border-left: none;
}
ul#navigation li.main.last {
	border-right: none;
}
ul#navigation li.main a.main {
	display: block;
	height: 14px;
	width: 124px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #D40000;
}
ul#navigation li.main a.main:hover {
	background: #FFFFFF;
	/*background: url(/media/nav_rollover_bg.gif) repeat;*/
}
ul#navigation li.main ul.subnav {
	position: absolute;
	margin: 0 -1px;
	border: 1px solid #434343;
	background-color: #FFF;
}
ul#navigation li.main ul.subnav li {
	margin-bottom: -1px;
	border-top: 1px solid #434343;
}
ul#navigation li.main ul.subnav li a {
	display: block;
	width: 150px !important;
	width: 160px;
	padding: 3px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
ul#navigation li.main ul.subnav li a:hover {
	background-color: #434343;
	color: #FFF;
}

#content_wrapper {
	margin: 0;
	width: 760px;
	background: url(/media/content_bg.gif) repeat-y top left;
}
#content_bottom {
	margin: 0 5px;
	/*background: url(/media/content_bg_checker.gif) no-repeat bottom left;*/
}
#content {
	/*background: url(/media/content_bg_sunburst.gif) no-repeat top left;*/
	padding: 5px 10px;
}
/*
#content #full-col {
	float: left;
}
*/
#content #main-col {
	float: right;
	width: 484px;
}
#content #sec-col {
	float: left;
	width: 235px;
}
#content #sec-col img.large_image {
	display: block;
	margin: 25px auto;
}
#content #sec-col img.tiles_image {
	display: block;
	margin: 5px auto;
}


#content.manufacturers dl {
}
/*#content.manufacturers dl dt {
	display: block;
	margin-top: 5px;
	padding: 1px;
	background: url(/media/hr_grad.gif) repeat-x bottom left;
	clear: both;
}*/
#content.manufacturers dl dt a {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#content.manufacturers dl dd {
	float: left;
	height: 75px;
	width: 222px;
	margin: 10px;
}
#content.manufacturers dl dd div.logo {
	width: 222px;
	height: 50px;
	text-align: center;
}
#content.manufacturers dl dd div.logo p {
	display: inline;
	color: #E3E3E3;
}
#content.manufacturers dl dd div.manufacturers_name p {
	text-align: center;
}

#content.faq dl dt {
	margin-top: 15px;
	font-size: 14px;
}
#content.faq dl dd {
	margin-left: 10px;
}

form {
	margin-bottom: 15px;
}
input.text,
textarea,
input.submit {
	display: block;
	float: left;
	border: 1px solid black;
	margin-top: 5px;
	padding: 2px;
}
label {
	display: block;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}


/* Footer Styles	*/
#footer {
	width: 750px;
	margin-bottom: -20px;
	padding: 0 5px;
	/* background: url(/media/content_bg.gif) no-repeat top left; */
	text-align: right;
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 3px 10px;
	font-size: 10px;
	border-top: 1px solid #434343;
}

p.error {
	color: #F00;
	size: 10px;
}

/* class for clearing floats	*/
.clear,
br {
	clear: both;
	height: 0;
}