@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
list-style:none;
}
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/classic-ecars-bg.jpg);
	background-repeat: repeat-x;
	margin: 20px 0px 0px;
	padding: 0px;
	background-color: #A4A9AB;
	color: #FFFFFF;
	
	}
p {
	font-size: 9px;
}

#divContainer {
	background-color: #FFFFFF;
	height: 600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 14px;
}

#divHeader {
	width: 850px;
	height: 140px;
	background-image: url(../img/classic-ecars-header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;

}

#divContent {
	width: 850px;
	height: 410px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#show {
	height: 410px;
	width: 440px;
	float: left;
	margin-right: 40px;
}

#divFooter {
	width: 850px;
	height: 30px;
	background-image: url(../img/classic-ecars-footer.gif);
	background-repeat: no-repeat;
	clear:both;
}


h1 {
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 58px;
	padding-left: 40px;
	margin: 0px;
}

.magenta {
color:#FF00FF}

#divContent h3 {
	font-size: 18px;
	color: #A4B900;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}


#divContent p {
	color: #666666;
	padding-left: 40px;
	font-size: 12px;
	padding-right: 15px;
}

/* LINKS */



a, a:link {
	text-decoration: none;
	color: #FF9900;
}


a:visited {
	color: #A4B900;
	text-decoration: none;
}

a:active {
text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}



ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#divNavigation {
	width:600px;
}
#divNavigation ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation ul li {
	display: inline;
}
#divNavigation ul li a {
	display: block;
	float: left;
	height: 15px;
	text-decoration: none;
	padding: 10px;
	margin-top: 26px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
}

#divNavigation a:link, #divNavigation a:visited {
	color: #FFFFFF;
}
#divNavigation ul li  a:hover {
	/*background-color: #DCE4AC;*/
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #DCE4AC;
	padding-bottom: 3px;
	color: #DCE4AC;
	
	
}
#divNavigation ul li .current {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
}


#divNavigation ul li .current:hover {
	color: #FFFFFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
}


#divFooter ul {
	padding-top: 5px;
	padding-right: 30px;
	text-align: right;

}

#divFooter ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;

}


#divFooter h2 {
	float:left;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 25px;
}

.disclaimer {
	font-size: 0.9em;
	line-height: 1.5em;

}
