@charset "utf-8";
body {
	font: 100% Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #FFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  url(../images/background.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #logo {
	position: relative;
	left: 30px;
	width: 210px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 5px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	margin: 0px 0px 10px;
	width: 240px;
	font-size: 13px;
}
.oneColFixCtrHdr #rightSide {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 100px 0px 0px;
	width: 480px;
	z-index: 50;
	float: right;
}
.oneColFixCtrHdr #text {
	padding: 0px 5px 0px 10px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	z-index: 60;
	width: 350px;
	font-size: 13px;
}
.oneColFixCtrHdr #product {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	float: right;
	z-index: 70;
}
.oneColFixCtrHdr #trailer {
	background-color: #fff;
}

.oneColFixCtrHdr #navigation {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
	background-image: url(../images/background_filler.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #container_lwrlvl {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header_lwrlvl{
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtrHdr #header_lwrlvl table, .oneColFixCtrHdr #header_lwrlvl td, .oneColFixCtrHdr #header_lwrlvl img, .oneColFixCtrHdr #header_lwrlvl a{
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}

.oneColFixCtrHdr #sidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	font-size: 70%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 10px;
}

.oneColFixCtrHdr #sidebar1 ul{
	font-size: 110%;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	font-weight: bold;
}

.oneColFixCtrHdr #sidebar1 li{
	margin: 0px;
	padding: 4px 0px;
}
.oneColFixCtrHdr #sidebar1 li a{
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar1 li a:hover{
	color: #990000;
	
}
.oneColFixCtrHdr #mainContent_lwrlvl{
	padding: 20px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px 0px 0px 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.oneColFixCtrHdr #mainContent_lwrlvl p{
	margin: 0px;
	padding: 0px 10px 10px;
	font-size: 80%;
	line-height: 15px;
}

.oneColFixCtrHdr #mainContent_lwrlvl ol{
	font-size: 80%;
	line-height: 15px;
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent_lwrlvl h1{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	color: #990000;
}
.oneColFixCtrHdr #mainContent_lwrlvl h1 a{
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent_lwrlvl h2{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	color: #000066;
}
.oneColFixCtrHdr #mainContent_lwrlvl h3{
	margin: 0px;
	padding: 0px 0px 4px 10px;
	font-size: 100%;
	color: #333;
}
.oneColFixCtrHdr #mainContent_lwrlvl #tableOne{
	margin: 0px;
	padding: 0px;
	color: #183254;
	text-align: left;
}
.oneColFixCtrHdr #mainContent_lwrlvl #tableOne p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.redhighlight{
	color: #990000;
}
.greybluehighlight{
	color: #183254;
	background-color: #EEEADD;
	padding: 2px;
}
.bluehighlight{
	color: #183254;
}


.oneColFixCtrHdr #footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
	color: #666666;
	}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer a {
	color: #999999;
}
.oneColFixCtrHdr #footer a:hover {
	color: #000066;
}

.oneColFixCtrHdr #container_lwrlvl #sidebar1 .highlight {
	background-color: #7A2725;
	color: #FFFFFF;
	padding: 1px 6px 6px;
}
.oneColFixCtrHdr #container_lwrlvl #sidebar1 .highlight h1{
	font-size: 14px;
}
.oneColFixCtrHdr #container #awardFront{
	width: 420px;
}
.oneColFixCtrHdr #container #awardFront h1{
	font-size: 14px;
	color: #990000;
	padding-top: 8px;
	padding-left: 6px;
}
.oneColFixCtrHdr #container #awardFront p{
	font-size: 11px;
	padding-left: 6px;
}
.oneColFixCtrHdr #container #awardFront a, .oneColFixCtrHdr #container #awardFront a:visited{
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #awardFront a:hover{
	color: #990000;
}


.oneColFixCtrHdr #smalltext p {
	font-size: 70%;
	color: #666666;
}
.oneColFixCtrHdr #flash h1 {
	font-size: 90%;
	color: #FFF;
}
.oneColFixCtrHdr #flash h2 {
	font-size: 80%;
	color: #000;
}

.oneColFixCtrHdr #flash p {
	font-size: 70%;
	color: #000;
}
.oneColFixCtrHdr #flash a, .oneColFixCtrHdr #flash a:visited {
	color: #7A2725;
	font-weight: bold;
}
.oneColFixCtrHdr #flash a:hover {
	color: #183254;
	font-weight: bold;
}