@charset "UTF-8";
/**************************************************
ecarlist STYLESHEET
(C) ecarlist. ALL RIGHTS RESERVED.
AUTHORED BY: Daniel Pitner of ecarlist
***************************************************/

body {
	background:#000;
	margin: 0 0 0 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p { margin-top:5px; }


/*MAIN CONTAINERS*/
#banner {
	text-align:center;
	margin:0px auto;
	background:url(../images/bgTop.jpg) top center no-repeat;
	height:209px;
}
#mainNavigation {
	background:url(../images/bgNav.jpg) top center no-repeat;
	height:90px;
	margin:0px auto;
}
#mainNavigationInner {
	text-align:center;
	padding-top:25px;
}
#flashHomepage {
	text-align:center;
	margin:0px auto;
}
#mainContentArea {
	margin:0px auto;
	width:940px;
	background:#884b0b;
	color:#FFFFFF;
	font-size:9pt;
	text-align:left;
}
#mainContentArea a {
	color:#fff;
	text-decoration:underline;
}
#mainContentArea a:hover {
	color:#AF630B;
}
#contentTopLine {
	background:url(../images/lineSolidGrey.gif) top center no-repeat;
	height:20px;
	margin-bottom:2px;
}
#columnContainer {
	width:960px;
}
	

/*******homepage********/
#contentHomepage {
	background:url(../images/bgHomeContent.jpg) top center no-repeat;
	height:369px;
	color:#9e9e9e;
	font-size:8pt;
}
.homeBoxInner {
	width:365px;
	margin:0px auto;
}
#homeContentBoxLeft {
	float:left;
	width:405px;
	height:251px;
	padding-top:35px;
	padding-left:56px;
}
#homeContentBoxLeft #title {
	background:url(../images/titleReference.jpg) top left no-repeat;
	height:49px;
}
#homeContentBoxRight {
	float:right;
	width:405px;
	height:251px;
	padding-top:35px;
	padding-right:56px;
}
#homeContentBoxRight #title {
	background:url(../images/titleGreetings.jpg) top left no-repeat;
	height:49px;
}
#homeContentBoxRight .homeBoxInner {
	width:365px;
	margin:0px auto;
}
#homeBoxInnerLeft {
	float:left;
	width:170px;
}
#homeBoxInnerRight {
	float:right;
	width:190px;
}
#hoursLeft {
	float:left;
	width:100px;
	line-height:37px;
}
#hoursRight {
	float:right;
	width:80px;
	line-height:37px;
	text-align:right;
}
#homeFeaturedVehicles {
	padding-top:10px;
}
.homepageText {
	font-size:9pt;
}

/*bottom*/
#bottom2 {
	text-align:center;
	color:#576974;
	font-size:7pt;
	background:url(../images/bgBottom.jpg) top center no-repeat;
	height:100px;
	margin:0px auto;
	padding-top:70px;
}
#bottomNav2 {
	color:#839199;
}
#bottomNav2 a {
	color:#839199;
	text-decoration:none;
}
#bottomNav2 a:hover {
	color:#fff;
}
#copyright {
	color:#576974;
}
#copyright a {
	color:#576974;
	text-decoration:none;
}
#copyright a:hover {
	color:#fff;
}
#ecarlist {
	margin-top:8px;
}

/*PAGES*/
#pagesTop {
	background:url(../images/bgPagesTop.jpg) top center no-repeat;
	height:51px;
}
#pagesMiddle {
	background:url(../images/bgPages.jpg) top center repeat-y;
}
#pagesBottom {
	background:url(../images/bgPagesBottom.jpg) top center no-repeat;
	height:51px;
}
#pagesShadow {
	background:url(../images/bgPagesShadow.jpg) top center no-repeat;
	height:19px;
}
#pagesInner {
	width:830px;
	margin:0px auto;
	padding-bottom:10px;
}
#pagesInner_2 {
	width:930px;
	margin:0px auto;
	padding-bottom:10px;
	padding-top:10px;
}
#pagesTitle {
	color:#fff;
	font-size:14pt;
	font-weight:bold;
}



/*misc classes*/
.blueText {
	color:#a1d4e6;
}
.whiteText {
	color:#fff;
}
.clear {
	clear:both;
}
.spacer20 {
	height:20px;
}


/*drop down*/
#dropmenudiv{
position:absolute;
background:url(../images/flower.gif) center right no-repeat #000;
border:1px solid #404040;
border-bottom-width: 1px;
font:normal 7pt Verdana;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 18px;
padding: 1px 0;
text-decoration: none;
color:#a2d7ff;
background:url(../images/dropdown_up.gif) center left no-repeat;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#fff;
background:url(../images/dropdown_over.gif) center left no-repeat;
}


