@charset "utf-8";
body  {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #330000 url(../../Images/bg_header.png) repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#contentContainer {
	float: left;
	width: 780px;
	background: #FFFFFF;
	border-right: solid 1px #FFFFCC;
	border-bottom: solid 1px #FFFFCC;
	border-left: solid 1px #FFFFCC;
}
.twoColFixLtHdr #header {
	padding: 10px 0 0 20px;
	float: left;
	width: 760px;
}
#main {
	padding: 0 0 0 20px;
	float: left;
	width: 760px;
	height: 124px;
}
.mainLeft {
	float: left;
	padding-top: 30px;
}
.mainRight {
	float: right;
	padding: 1px 0;
}
#main h1 {
	float: left;
	font-style: italic;
	font-size: 1em;
	padding: 50px 0 0 40px;
	margin: 0;
	color: #330000;
	font-weight: normal;
}
#main h1 em {
	color: #990000;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0;
}
.twoColFixLtHdr #sidebar .sidebarContent {
	padding: 20px 10px 0 10px;
	font-size: 0.9em;
}
.twoColFixLtHdr #sidebar .sidebarContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColFixLtHdr #sidebar .sidebarContent ul li {
	background: url(../../Images/bullet.png) no-repeat left 0.74em;
	padding: 0.3em 0 0.3em 0.8em;
}
.twoColFixLtHdr #sidebar h1, .mainContentHeader h1 {
	padding: 6px 0 6px 20px;
	margin: 0;
	background: #663300 url(../../Images/arrow_down.gif) no-repeat 0.5em center;
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent { 
	float: left;
	margin: 0;
	padding: 20px;
	width: 540px;
}
.twoColFixLtHdr #mainContent h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #mainContent a {
	color: #990000;
}
.mainContentHeader {
	float: left;
	width: 579px;
	margin-left: 1px;
	background: #663300;
}
.twoColFixLtHdr #footer { 
	float: left;
	width: 780px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColFixLtHdr #footer ul li {
	display: inline;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #FFFFFF;
	font-size: 0.8em;
}
.twoColFixLtHdr #footer ul li.first {
	border-left: none;
	padding-left: 0;
}
.twoColFixLtHdr #footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.twoColFixLtHdr #footer a {
	color: #FFFFCC;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #nav {
	float: left;
	width: 760px;
}
.twoColFixLtHdr #nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #330000;
	border-right: solid 1px #330000;
	border-left: solid 1px #330000;
}
.twoColFixLtHdr #nav li {
	float: left;
}
.twoColFixLtHdr #nav li a {
	display: inline-block;
	float: left;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	border-top: solid 2px #330000;
	border-right: solid 2px #330000;
	border-left: solid 2px #330000;
	background: url(../../Images/tab_off.png) repeat-x;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../../Images/tab_off.png) repeat-x;
}
.twoColFixLtHdr #nav li a:hover, .twoColFixLtHdr #footer ul li a:hover {
	color: #FFFF99;
}
body#home a#homenav, body#about a#aboutnav, body#products a#productsnav, body#services a#servicesnav, body#manufacturers a#manufacturersnav, body#contact a#contactnav {
	color: #330000;
	background: #FFFFFF url(../../Images/tab_on.png) repeat-x;
}
.leftFloat {
	float: left;
	padding: 0 1em 1em 0;
}