/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Fitch Fuel Catalyst CSS File */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin:0; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	background:#333333 url(../../../images/iface_header.jpg) repeat-x;
}
h1 {
	margin:0 5px;
	color: #150C41;
	font-size:120%;
}
h2 {
	margin:5px;
	color: #008096;
	font-size:110%;
}
h3 {
	margin:5px;
	color:#150C41;
	font-style:oblique;
	font-size:90%;
}
h3 span {
	color:#008096;
}
h4 {
	margin:5px;
	color:#FF6600;
	font-size:75%;
	text-transform:uppercase;
}
h4 a:link, h4 a:visited {
	text-transform:none;
}
p {
	margin:10px 10px 10px 5px;
	font-size:80%
}
table {
	margin:5px;
}
td, th {
	font-size:100%;
}
ul {
	font-size:80%;
}
a:link, a:visited {
	color: #006F82;
}
a:hover {
	color: #75C331;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}
img {
	margin-bottom:8px;
}
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}
/* Main Selectors */
#wrapper {
	margin:20px auto; padding:0;
	width:90%;
}	
#hdr {
	margin:0; padding:0;
}
#hdr h1 {
	color:#FFFFFF;
	font-variant:small-caps;
	text-indent: -9000px;
	background:url(../../../images/logo_fitch_fuel.gif) no-repeat;
	height:85px;
}
#hdr p {
	clear:right;
	margin:0 5px 0 0; padding:0 0 10px 0;
	text-align:right;
	color:#FFFFFF;
}
#hdr ul {
	margin:-55px 0 0 0; padding:0;
	float:right;
	display:inline;
}
#hdr ul li {
	margin:0; padding:0 5px 0 7px;
	border-left: 1px solid #FFC240;
	list-style: none;
	display: inline;
}
#hdr ul li.first {
	border-left:none;
}
#hdr a:link, #hdr a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#hdr a:hover {
	color:#FFC240;
}
#menu {
	clear:both;
	height:29px;
	background: url(../../../images/backgr_horz_nav.jpg) repeat-x;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:75%;
	float:right;
}
#nav li {
	float: left;
}
#nav li li {
	width:15.5em;
}
#nav li ul {
	position: absolute;
	left: -999em;
	font-size:100%;
	width:15.5em;
}
#nav li span {
	font-size:75%;
}
#nav a {
	padding:7px 10px;
	display: block;
	color:#000000;
	text-decoration:none;
}
#nav a:hover {
	color:#FFFFFF;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color:#75C331;
	border-left:1px solid #365A16;
	border-right:1px solid #365A16;
	border-bottom:1px solid #365A16;
}
#nav li:hover, #nav li.sfhover {
	background: #75C331 url(../../../images/backgr_btn.gif);
}
#nav a.selected {
	color:#FFFFFF;
	background: #75C331 url(../../../images/backgr_btn.gif);
}
#nav p {
	padding:5px;
}
/* Start of Main Content - Left Column */
#container {
	margin:10px 0 0 0; padding:0;
	background:#f3f3f3 url(../../../images/bckgr_content.jpg) repeat-y;
	width:100%;
}
#lftcol {
	margin:0 0 7px 0; padding:0;
	float:left;
	width:200px;
	background:url(../../../images/bckgr_content.jpg) repeat-y;
}
#lftcol h3 {
	margin-left:10px; padding-top:20px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:80%;
}
#lftcol #sidenav ul {
	margin:0; padding:0;
	list-style:none;
	font-size:75%;
}
#lftcol #sidenav ul li {
	margin:0; padding:0;
	list-style:none;
	border-bottom:1px dotted #508420;
}
#lftcol #sidenav ul li a:link, #lftcol #sidenav ul li a:visited {
	padding:7px 10px;
	display: block;
	color:#000000;
	text-decoration:none;
}
#lftcol #sidenav ul li a:hover, #lftcol #sidenav ul li a.selected {
	background: #75C331 url(../../../images/backgr_btn.gif);
	color:#FFFFFF;
}
#lftcol p {
	margin:0 0 0 10px; padding:10px 0;
	color:#FFFF00;
}
#lftcol p.video {
	margin:20px 0 5px 0; padding:0;
	text-align:center;
}
#lftcol p.caption {
	margin:0 5px; padding:0 0 20px 0;
	text-align:center;
	font-style:oblique;
}
#lftcol p.nomarg {
	margin:0; padding:0;
}
#lftcol ul {
	margin:0; padding:0;
	color:#FFFF00;
	list-style-type:square;
	font-size:75%;
}
#lftcol li {
	margin:0 10px 0 25px; padding:5px 0;
	list-style: outside;	
}
#lftcol img {
	margin-top:10px;
}
#lftcol a:link, #lftcol a:visited {
	color:#FFFF00;
}
#rgtcol {
	margin:60px 10px 0 20px; padding:0;
	float:right;
	width:150px;
	background-color:#ffffff;
	border:1px solid #150C41;
}
#rgtcol p {
	margin:0; padding:0;
}
#rgtcol p.tstmils {
	margin:0; padding:0;
	text-align:center;
	text-indent:-9000px;
	height:45px;
	background:#75C331 url(../../../images/testimonials.gif) no-repeat;
	color:#FFFF00;
}
#maincontent {
	margin:0 0 0 210px; padding:0;
}
#maincontent h1 {
	padding:20px 0 10px 0;
}
#maincontent ul {
	margin:0; padding:0;
	list-style:square outside;
	background-color:#E2E2E2;
	width:65%;
}
#maincontent ul li {
	margin:0 10px 0 30px; padding:5px 0 5px 0;
}
#maincontent ul.vehlist {
	margin:20px 0 0 25px;
	background:#f3f3f3 url(../../../images/bullet_vehicles.gif) no-repeat;
	text-indent:-9000px;
	list-style:none;
	height:97px;
}
#maincontent ul.nobckgr {
	background-color:#F3F3F3;
	width:100%;
}
/* Footer Selectors */
#footer {
	clear:both;
	height:20px;
	margin:10px 0 0 0;
	background: url(../../../images/backgr_horz_nav.jpg) repeat-x;
}
#footer p {
	margin:0 10px 0 0; padding:2px 0 0 0;
	color:#333333;
	font-size:75%;
	text-align:right;
	color:#000000;
}
#footer p a:link, #footer p a:visited {
	color:#000000;
	text-decoration:none;
}
#footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#reviews h3 {
	margin:15px 20px 15px 10px;
	font-style:normal;
	border-bottom:1px dotted #150C41;
}
#reviews p {
	font-style:oblique;
}
/*Form Elements*/
form {
	margin:5px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 100%;
	color: #002252;
	border: 1px inset #508420;
}
input.frmbutton {
    margin-left:175px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: url(../../../images/backgr_frm_btn.jpg) repeat-x;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #001128; height:20px;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	font-size:80%;
}
input.formButton:hover {
	border:1px ridge #FF9900;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, form table {
	margin:5px;
	font-size:80%;
}
table.rsltsData {
	margin:5px;
	font-size:100%;
}
table.tabularData, table.tabularData td, table.tabularData th,
table.rsltsData, table.rsltsData td, table.rsltsData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th,
table.rsltsData td, table.rsltsData th {
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active, table.rsltsData th, table.rsltsData th a:link, table.rsltsData th a:visited,
table.rsltsData th a:hover, table.rsltsData th a:active, form table th {
	background: #747474;
	color: #FFFFFF;
}
/* Class Selectors */
.ctr {
	margin:0; padding:0;
	text-align:center;
}
.clr {
	clear:both;
}
.imglft {
	margin:5px 20px 5px 0;
	float:left;
}
.imglft2 {
	margin:0 5px 0 0;
	float:left;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #D6D6D6;
}
.bdytxt {
	font-size:80%;
}
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 75%;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #993333;
	font-weight: bold;
}
.msgtxt {
	margin-top:10px;
	color:#CC0000;
}
.ctrcrdt {
	color:#4B4B4B;
	text-align:center;
}
.ctrcrdt a {
	color:#4B4B4B;
}
h1.titlehme {
	background:url(../../../images/title_home.gif) no-repeat;
	text-indent:-9000px;
}
span.caption {
	font-size:68%;
}
tr.white {
	background-color:#FFFFFF;
}
#reviews p.nrml {
	font-style:normal;
}
/* Values returned to Contact and Request Confirmation Pages */
.fieldName, .fieldValue {
	font-size:80%;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}