@charset "UTF-8";
body {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #999 url(../images/pagebkgd.gif) repeat-y 50% 0;
	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;
	}
.rcos #container {
	width: 1000px; /* 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. */
	}

/* - Header Styles - */

.rcos #header {
	background: #FFFFFF;
	width: 1000px;
	height: 200px;
	}

/* - Menu Styles - */

.rcos #menu {
	text-align: right;
	background-color: #000000;
	}
.rcos #menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
.rcos #menu ul li {
	display: inline;
	margin: 0px;
	}
.rcos #menu ul,
.rcos #menu ul li a {
	padding: 5px 15px 5px 15px;
	}
.rcos #menu ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin: 0px;
	text-decoration: none;
	}
.rcos #menu ul li a:hover,
.rcos #menu ul li a:active {
	background-color: #4D4D4D;
	color: #EEEEEE !important;
	text-decoration: none;
	}
.rcos #menu ul li.current_page_item a,
.rcos #menu ul li.current_page_item a:hover {
	background-color: #FFFFFF;
	color: #333333 !important;
	text-decoration: none;
	}

/* - Sidebar Styles - */

.rcos #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 */
	}
.rcos #sidebar .subnav_header {
	background-color: #9B9B9B;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	border-bottom: 1px solid #000000;
	}
.rcos #sidebar .subnav_links ul {
	background-color: #D4D4D4;
	padding: 0px;
	margin: 0px;
	}
.rcos #sidebar .subnav_links ul li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
	padding: 6px;
	}
.rcos #sidebar .subnav_links ul li a {
	color: #000000;
	text-decoration: none;
	}
.rcos #sidebar .subnav_links ul li a:hover {
	text-decoration: underline;
	}
.rcos #sidebar .pricing {
	text-align: center;
	margin:	10px;
	padding: 3px;
	background-color: #FCECAD;
	border: #D4AB09 solid 1px;
	}
.rcos #sidebar .pricing a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
.rcos #sidebar .pricing a:hover {
	text-decoration: underline;
	}

/* - Content Styles - */

.rcos #content {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

/* - Footer Styles - */

.rcos #footer {
	margin: 0 0 0 200px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	}
.rcos #footer a {
	color: #888;
	font-weight: bold;
	text-decoration: underline;
	}
.rcos #footer a:hover {
	text-decoration: none;
	color: #000;
	}
.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;
	}

/* - Table Styles - */

td.header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	}
td.normal {
	background-color: #FFFFFF;
	}
td.alternate {
	background-color: #E6E6E6;
	}

/* - General Styles - */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	padding-top: 6px;
	}
h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	}
p.caption {
	font-size: 10px;
	color: #666666;
	padding-bottom: 10px;
	}
p.dealer {
	font-size: 11px;
	font-weight: bold;
	color: #CB7B00;
	}
.rcos #content img {
	padding: 4px;
	border: 1px solid #ccc;
	}
ul.speclist {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	line-height: 16px;
	}