/*CSS Document*/

BODY
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: #999999;
	background: url(images/bg.jpg) repeat-x 0px -105px;
	background-color: #454444;
}
H1, H2, H3, H4, H5, H6
{
	color: #000;
}
A:link
{
	color: #339933;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: #339933;
}
A:hover
{
	text-decoration: none;
	color: #00FF00;
}
A:active
{
	text-decoration: none;
	color: #339933;
}
#mainWrapper1
{
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	padding-left: 0px;
}
#mainWrapper2
{
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	padding-right: 0px;
}

#coup
{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font: Arial;
	Color: red;
	font-weight: bold;	
}
/*Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container
{
/*width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes
background: #FFFFFF;
/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page
background-image: url(images/transparency.png);*/
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
}
.twoColElsLtHdr #header
{
	height: 104px;
}
#navigationsearch
{
	margin-top: 8px;
}
.navsearchbutton
{
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	width: 30px;
	height: 24px;
	font-size: 1px;
	float: left;
}
.navsearchfield
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 11px;
	color: #767676;
	width: 243px;
	height: 17px;
	padding-top: 6px;
	margin-top: 2px;
	margin-left: 5px;
}
.navsearchfield:hover, .navsearchfield:focus, .navsearchbutton:hover, .navsearchbutton:focus
{
	border: none;
}
#splash
{
	height: 159px;
	width: 974px;
	margin-top: 8px;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
   	margin-left: auto;
	margin-right: auto;
	
}
/*Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
#sidebar1
{
	float: left;
	width: 180px;
	padding-top: 16px;
/*since this element is floated, a width must be given
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further*/
}
.sideTableTop
{
	background-image: url(images/side_title.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	padding-left: 10px;
	padding-top: 13px;
	color: #FFFFFF;
	font-size: 1.2em;
}

}

.sideTableTop2
{
	background-image: url(images/side_title.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	padding-left: 10px;
	padding-top: 13px;
	color: #FFFFFF;
	font-size: 1.2em;
}

.sideTableTop3
{
	background-image: url(images/side_title.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	padding-left: 10px;
	padding-top: 13px;
	color: #FFFFFF;
	font-size: 1.2em;
}

.sideTableBody
{
	background-image: url(images/side_body.png);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 2px;
}
		.sideTableBody
		{
			background-image: url(images/side_body.png);
			background-repeat: repeat-y;
			padding-top: 2px;
			padding-left: 5px;
			padding-right: 5px;
			font-size: 0.8em;
			text-align: left;
			padding-bottom: 2px;
		}
		.sideTableBody UL
		{
			margin: 0px;
			padding: 0px;
			background: url(images/hr-right.gif) repeat-x 0px 0px;
			list-style-type: none;
			padding-top: 2px;
		}
		.sideTableBody UL LI
		{
			font-size: 11px;
			height: 69px;
			background: url(images/hr-right.gif) repeat-x left bottom;
		}

.sideTableBottom
{
	background-image: url(images/side_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
	font-size: 0em;
	margin-bottom: 10px;
}
.sideTableBody P
{
	text-align: left;
	padding-left: 2px;
}
.sideTableBody P SPAN
{
	float: right;
	font-style: italic;
}
.sideTableBody UL
{
	margin: 0px;
	padding: 0px;
	background: url(images/hr-right.gif) repeat-x 0px 0px;
	list-style-type: none;
	padding-top: 2px;
}
.sideTableBody UL LI
{
	font-size: 11px;
	height: 30px;
	background: url(images/hr-right.gif) repeat-x left bottom;
}
.sideTableBody UL LI A
{
	display: block;
	height: 21px;
	padding-top: 7px;
	text-decoration: none;
	background: url(images/sub-a.gif) no-repeat 8px 9px;
	padding-left: 25px;
	color: #66ff00;
	
}
.sideTableBody UL LI A:hover
{
	color: #122b00;
	background: #161616 url(images/sub-a-hover.gif) no-repeat 8px 9px;
}
/*Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent
{
	text-align: left;
	margin: 0 1px 0 192px;
	padding-top: 5px;
/*the right margin can be given in ems or pixels. It creates the space down the right side of the page.*/
}
#mainContentTop
{
	background-image: url(images/center_title.png);
	background-repeat: no-repeat;
	height: 29px;
	color: #CC0000;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 1.8em;
}
#Warrant
{
     height: 10px;
	color: #0E8435;
	padding-bottom: 5px;
}
#mainContentBody
{
	background-image: url(images/center_body.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	min-height: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContentBody A
{
	color: #800003;
	border-bottom: 1px dashed #006633;
}
#mainContentBottom
{
	background-image: url(images/center_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}

#Contacts 
{
	height:38px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	width: auto;
	padding: 0px 150px 0px 0px;
}
#Contacts li.top {
	display:block;
	float:right;
	height:auto;
	text-align: center;
	margin: 20;
	padding: 10px 10px 10px 10px;
	font: Ariel;
	width: 150px;
}







.twoColElsLtHdr #footer
{
	height: 54px;
	font-size: 80%;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.twoColElsLtHdr #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*/
}
/*Miscellaneous classes for reuse*/
.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;
}
.fltrt IMG
{
	padding-left: 5px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.fltlft IMG
{
	padding-right: 5px;
}
.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;
}
/*custom stuff*/
#mainContentHeader
{
	text-align: left;
	margin-bottom: 10px;
}
.emphasis
{
	color: #000000;
	font-weight: bold;
}
TABLE TR TD
{
	padding-left: 5px;
	padding-right: 5px;
}
.detail-description-table-cell
{
	font-size: 80%;
}
.table-title
{
	background-image: url(images/grayStripesBg.png);
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.table-title-orange
{
	background-image: url(images/leftMenuBg.png);
	background-repeat: repeat-x;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
.table-title-description
{
	padding-top: 3px;
	text-align: right;
	background-image: url(images/grayStripesBg.png);
	font-size: 0.8em;
	color: #CCCCCC;
}
.table-title-orange-description
{
	padding-top: 3px;
	text-align: right;
	background-image: url(images/leftMenuBg.png);
	background-repeat: repeat-x;
	font-size: 0.8em;
	color: #000;
}
.table-cell-transparent
{
	background-image: url(images/transparency.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
.table-cell, .table-cell-alt, .detail-description-table-cell
{
	background-color: #000000;
	padding: 3px;
}
.table-cell-alt
{
	background-color: #1F1F1F;
}
.table-component-name
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.table-component-name-alt
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F1F1F;
}
.smaller-text
{
	font-size: 0.8em;
	color: #666666;
}
.redArrow
{
	color: #FF0000;
	font-weight: bold;
}
.greenArrow
{
	color: #00FF00;
	font-weight: bold;
}
/*boxes - like drivers subscribe box, etc.*/
.box, .boxRight, .boxLeft, .boxOrange, .boxOrangeRight, .boxOrangeLeft
{
	background-color: #161616;
	text-align: center;
	background-image: url(images/grayStripesBg.png);
	background-repeat: repeat;
}
.boxOrange, .boxOrangeRight, .boxOrangeLeft
{
	text-align: left;
}
.box, .boxRight DIV, .boxLeft DIV
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.boxOrange DIV, .boxOrangeRight DIV, .boxOrangeLeft DIV
{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
}
.boxRight, .boxOrangeRight
{
	float: right;
	margin-left: 8px;
}
.boxLeft, .boxOrangeLeft
{
	float: left;
	margin-left: 8px;
}
.box P, .boxLeft P, .boxRight P, .boxOrange P, .boxOrangeLeft P, .boxOrangeRight P
{
	font-size: 80%;
}
.priceUp
{
	color: #00FF00;
}
.priceDown
{
	color: #FF0000;
}
.priceSame
{
	color: #666666;
}
/*widths*/
.width_100
{
	width: 100px;
}
.width_120
{
	width: 120px;
}
.width_150
{
	width: 150px;
}
.width_175
{
	width: 150px;
}
.width_200
{
	width: 200px;
}
.width_250
{
	width: 250px;
}
/*alignments*/
.center
{
	text-align: center;
}
.middleWrapper
{
	position: relative;
	height: 15px;
}
.left-element
{
	position: absolute;
	left: 0;
	width: 70%;
}
.right-element
{
	position: absolute;
	right: 0;
	width: 30%;
	text-align: right;
/*depends on element width*/
}
/*forms*/
FORM
{
	padding: 0;
}
.highlightText
{
	font-weight: bold;
	font-size: 12px;
}

INPUT
{
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 90%;
	height: 15px;
}
INPUT:focus, INPUT:hover, .button:hover
{
	border: 1px solid #0E8435;
}
.button
{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #FFF;
	font-size: 80%;
	height: 20px;
	padding-bottom: 14px;
}
SELECT
{
	font-weight: bold;
	font-size: 80%;
	height: 19px;
}
INPUT.radio
{
	background: none;
}
.formTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	height: 25px;
}
.formSubSection
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #CCCCCC;
	padding-left: 5px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	padding-right: 5px;
	text-align: left;
}
.formField
{
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}
.formQuestion
{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}
.success
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC33;
	padding: 5px;
}
.imageFrame
{
	border: 1px solid #666666;
	padding: 4px;
}
.error
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}

/* Begin drop menu */
.preload1 {background: url(images/three_1.gif);}
.preload2 {background: url(images/three_1a.gif);}

#nav {padding:0; margin:0; list-style:none; height:38px; background:#3d3d3d url(images/three_0.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(images/three_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(images/three_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(images/three_0a.gif) no-repeat right top;}

#nav li:hover a.top_link {color:#fff; background: url(images/three_1.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(images/three_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(images/three_1a.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:110px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:90px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #bbd37e;}
#nav li ul.sub li a.fly
{background:#bbd37e url(images/arrow.gif) 90px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#6a812c; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#6a812c url(images/arrow_over.gif) 90px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(images/arrow_over.gif) 90px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(images/arrow.gif) 90px 6px no-repeat; color:#000; border-color:#bbd37e;} 




#slideshow {
    position:relative;
    height:120px;
}

#slideshow IMG {
	position:absolute;
	/*top:112px; */
	left: 5px;
	z-index:8;
	opacity:1.0;
	width: 160px;
	height: 130px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

