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;
}
h3 {
	clear: both;
	margin-top: 5px;
	padding: 3px 0;
	color: #444;
	border-bottom: 1px solid #D0D0D0;
	font-size: 12px;
	font-weight: bold;
}

p {
	padding-bottom: 14px;
	line-height: 1.5em;
}

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

#wrapper {
	width: 760px;
	margin: auto;
	padding-bottom: 27px;
	background: #F9F9F9 url(../images/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(../images/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(../images/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(../images/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,
ul#navigation li.main:first-child {
	margin-left: 1px !important;
	margin-left: 0px;
	border-left: none;
}
ul#navigation li.main.last,
ul#navigation li.main:last-child {
	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(../images/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(../images/content_bg.gif) repeat-y top left;
}
#content_bottom {
	margin: 0 5px;
	/*background: url(../images/content_bg_checker.gif) no-repeat bottom left;*/
}
#content {
	/*background: url(../images/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 {
	display: block;
	margin: 25px auto 0 auto;
}
#content #sec-col img.large_image {
	display: block;
	margin: 25px auto;
}
#content #sec-col img.tiles_image {
	display: block;
	margin: 5px auto;
}

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

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

form {
	margin-bottom: 15px;
}
div.field {
	clear: both;
	margin-top: 5px;
}
div.field input.text,
div.field input[type=text],
div.field textarea {
	display: block;
	float: left;
	width: 15em;
	margin-top: 5px;
	border: 1px solid black;
	padding: 2px;
}
div.field textarea {
	width: 20em;
}
div.field label,
span.required {
	display: block;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
div.field label.required,
span.required {
	clear: both;
	width: auto;
	margin-left: 155px;
	font-style: italic;
	color: #D40000;
}
div.Actions input.submit,
div.Actions input[type=submit] {
	display: block;
	margin-top: 5px;
	margin-left: 155px;
	padding: 2px;
	border: 1px solid black;
}


/* Footer Styles	*/
#footer {
	width: 750px;
	margin-bottom: -20px;
	padding: 0 5px;
	/* background: url(../images/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;
}
p.left {
	float: left;
}
p.right {
	float: right;
}

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