@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-align: center;
	background-color:#eaeaea;
	background-color:#000;
/*	background-image:url("../images/bg_home.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
*/
}
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { 
	margin:0;
	padding:0;
}
:link, :visited { 
	text-decoration:none;
}
a img {
	border:0;
}

div#topCenter {
	display:block;
	float:left;
	width:100%;
	height:150px;
	border-top:5px solid #FF0000;
	background-color:#FFFFFF;
}

div#topContainer {
	display:block;
	width:980px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

div#dtcLogoBox {
	display:block;
	float:left;
	width:340px;
	height:150px;
	text-align:left;
}
div#dtcLogoBox a {
	display:block;
	padding-top:24px;
	padding-left:50px;
}
div#dtcMoodBox {
	display:block;
	float:left;
	width:640px;
	height:150px;
}

div#mainNavCenter {
	display:block;
	float:left;
	width:100%;
	height:32px;
	border-bottom:1px solid #b9b9b9;
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
}
div#mainNavContainer {
	display:block;
	width:980px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(../images/mainnav-bg.gif);
	background-repeat:repeat-x;
}

div#mainNavContainer ul {
	display:block;
	width:980px;
	height:32px;
	list-style:none;
	background-image:url(../images/nav/navRight.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div#mainNavContainer ul li {
	display:block;
	float:left;
	height:32px;
	border-right:1px solid #919191;
}
div#mainNavContainer ul li.navHome {
	background-image:url(../images/nav/navHome.gif);
	background-repeat:no-repeat;
}
div#mainNavContainer ul li.navHome a {
	padding:8px 7px 0 15px;
}
div#mainNavContainer ul li.navHome a:hover {
	background-image:url(/images/nav-bg-home-mo.gif);
	background-repeat:repeat-x;
}
div#mainNavContainer ul li a {
	display:block;
	height:24px;
	padding:8px 7px 0 7px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
div#mainNavContainer ul li a:hover {
	background-image:url(/images/nav-bg-mo.gif);
	background-repeat:repeat-x;
}

div#bodyCenter {
	display:block;
	float:left;
	width:100%;
	height:auto;
	background-color:#eaeaea;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
}
div#bodyContainer {
	display:block;
	width:980px;
	height:auto;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../images/bodytop-bg.gif);
	background-repeat:no-repeat;
}

div#bodyWrap {
	display:block;
	float:left;
	width:940px;
	height:auto;
	padding-top:40px;
	padding-left:40px;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(../images/bodytop-bg.gif);
	background-repeat:no-repeat;
}

div#bodyTotal {
	display:block;
	float:left;
	width:900px;
	height:auto;
}
div#bodyTotal h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#6d6b6b;
	margin-bottom:15px;
}
div#bodyTotal h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
	margin-bottom:15px;
}
div#bodyTotal h3.ecoH3 {
	color:#00CC33;
}
div#bodyTotal h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#99CC00;
	margin-bottom:15px;
}
div#bodyTotal P {
	font-size:14px;
	margin-bottom:25px;
}
div#bodyTotal P a {
	color:#FF0000;
}
div#bodyTotal P a:hover {
	color:#000000;
}
div#bodyTotal span.greenLink a {
	color:#99CC00;
	font-weight:bold;
}
div#bodyTotal span.greenLink a:hover {
	color:#000000;
}

div#bodyLeft {
	display:block;
	float:left;
	width:550px;
	height:auto;
	padding-bottom:25px;
	background-color:#FFFFFF;
}

div#bodyLeft h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#6d6b6b;
	margin-bottom:15px;
}
div#bodyLeft h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
	margin-bottom:15px;
}
div#bodyLeft h3.ecoH3 {
	color:#00CC33;
}
div#bodyLeft h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#99CC00;
	margin-bottom:15px;
}
div#bodyLeft P {
	font-size:14px;
	margin-bottom:25px;
}
div#bodyLeft P a {
	color:#FF0000;
}
div#bodyLeft P a:hover {
	color:#000000;
}
div#bodyLeft span.greenLink a {
	color:#99CC00;
	font-weight:bold;
}
div#bodyLeft span.greenLink a:hover {
	color:#000000;
}

div#bodyRight {
	display:block;
	float:left;
	width:233px;
	height:auto;
	padding-left:25px;
	margin-left:35px;
	margin-bottom:30px;
}
div#bodyRight h2 {
	font-size:16px;
	margin-bottom:15px;
}
div#bodyRight h3 {
	font-size:14px;
	margin-bottom:10px;
	color:#FF0000;
}
div#bodyRight P {
	font-size:12px;
}

div#bodyBottomCenter {
	display:block;
	float:left;
	width:100%;
	height:39px;
}
div#bodyBottomContainer {
	display:block;
	float:left;
	width:980px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../images/bodybottom-bg.gif);
	background-repeat:no-repeat;
}


div#footerCenter {
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding-top:13px;
	background-color:#000000;
	background-image:url(../images/footerGradient.gif);
	background-repeat:repeat-x;
	padding-bottom:35px;
}
div#footerContainer {
	display:block;
	width:980px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	background-color:#999999;
}
div#footerWrap {
	display:block;
	float:left;
	width:940px;
	height:auto;
	padding-top:40px;
	padding-left:40px;
	text-align:left;
	color:#FFFFFF;
	background-color:#1d1d1d;
	background-image:url(../images/footerBodyGradient.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #444242;
}
div#footerWrap a {
	color:#FFFFFF;
}
div#footerNav {
	display:block;
	float:left;
	width:960px;
	height:auto;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	text-align:left;
	background-color:#1d1d1d;
	background-image:url(../images/footernavbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#footerNav a {
	color:#FFFFFF;
	font-weight:bold;
}
div#footerNav a:hover {
	color:#FF0000;
}


div#footerBox01 {
	display:block;
	float:left;
	width:200px;
	height:140px;
}
div#footerBox01 h2 {
	display:block;
	color:#FF0000;
	font-size:10px;
	margin-bottom:15px;
}
div#footerBox01 span.redText {
	color:#FF0000;
}
div#footerBox01 ul {
}
div#footerBox01 ul li {
	color:#FFFFFF;
	margin-bottom:5px;
}
div#footerBox01 ul li a {
	font-weight:bold;
}
div#footerBox01 ul li a:hover {
	color:#FF0000;
}

div#footerBox02 {
	display:block;
	float:left;
	width:280px;
	height:140px;
}
div#footerBox02 h2 {
	display:block;
	color:#FF0000;
	font-size:10px;
	margin-bottom:15px;
}
div#footerBox02 h2 a {
	color:#FF0000;
}
div#footerBox02 span.redText {
	color:#FF0000;
}
div#footerBox02 ul {
}
div#footerBox02 ul li {
	color:#FFFFFF;
	margin-bottom:5px;
}
div#footerBox02 ul li a {
	font-weight:bold;
}
div#footerBox02 ul li a:hover {
	color:#FF0000;
}

div#footerBox03 {
	display:block;
	float:left;
	width:250px;
	height:140px;
}
div#footerBox04 {
	display:block;
	float:left;
	width:160px;
	height:140px;
	padding-left:10px;
	color:#FFFFFF;
}
div#footerBox04 h2 {
	color:#FF0000;
	font-size:10px;
}
div#footerBox04 span.redText {
	color:#FF0000;
}


/*//// CARLIST STYLES ////*/

div#carlist {
	display:block;
	float:left;
	height:auto;
	padding-bottom:45px;
}
div.searchPic1 {
	display:block;
	float:left;
	width:200px;
	height:100px;
	margin-bottom:10px;
	margin-right:5px;
	border:1px solid white;
	background-color:#EAEAEA;
}
div.columnSearch {
	display:block;
	float:left;
	width:200px;
	height:auto;
		margin-right:5px;
}
div.columnSearch div {
	margin-bottom:5px;
}

div.searchPic2 {
	display:block;
	float:left;
	width:200px;
	height:100px;
	margin-bottom:10px;
	border:1px solid white;
	background-color:#EAEAEA;
}
div.searchPic3 {
	display:block;
	float:left;
	width:200px;
	height:100px;
	margin-bottom:10px;
	border:1px solid white;
	background-color:#EAEAEA;
}

div#details_list {
	display:block;
	float:left;
	width:900px;
	height:auto;
	font-size:10px;
	padding-bottom:25px;
}

table.productListing {
	border:1px solid #EAEAEA;
	margin-bottom:35px;
}

td.productListing-heading {
	height:35px;
	background-image:url(/images/right_column.png);
	background-repeat:repeat-x;
	border:1px solid white;
	font-weight:bold;
}
div#overigeInfo {
	font-size:10px;
}
div#overigeInfo P {
	font-size:10px;
}








