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

/*********COMMON TAGS**********/
body {
	background:#000;
	margin: 0 0 0 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

p { margin-top:5px; }

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#006600;
	line-height:24px;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight: bold;
	line-height: 18px;
	}

/* BANNERS */
#bannerLanding {
	background:url(../images/bannerLanding.jpg) top center no-repeat;
	height:159px;
}
#bannerAustin {
	background:url(../images/bannerAustin.jpg) top center no-repeat;
	height:159px;
}
#bannerDallas {
	background:url(../images/bannerDallas.jpg) top center no-repeat;
	height:159px;
}

#bannerFrisco {
	background:url(../images/bannerFrisco.jpg) top center no-repeat;
	height:159px;
}

/* MAIN CONTAINERS */
#contentWrapper {
	width:980px;
	background:url(../images/bgTop.jpg) top center no-repeat #fff;
	margin:0px auto;
}
#contentInner {
	margin:0px auto;
	width:940px;
	text-align:left;
}
#contentWrapper a {
	color:#388855;
	font-weight:bold;
	text-decoration:none;
}
#contentWrapper a:hover {
	text-decoration:underline;
}

/* NAVIGATION */
#navigationTop {
	height:51px;
	width:940px;
	margin:0px auto;
}
#navigationTop #leftTitle {
	float:left;
}
#navigationTop #rightNav {
	float:right;
}
.navTopDivider {
	margin-left:5px;
	margin-right:5px;
}
.subPageNavTop img {
	margin-left:10px;
}

/* main navigation */
#navigationMain {
	width:940px;
	background:url(../images/navMain/arrowsRight.gif) center right no-repeat;
	height:39px;
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
	margin:0px auto 10px;
}
#navMainLayer {
	position: relative;
	top:6px;
	width:940px;
	margin:0px auto;
	left: 0px;
	z-index: 1;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}
#navMainLayer a {
	color:#000;
	font-size:16px;
	height:39px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:15px;
	line-height:25px;
	margin-right:5px;
	margin-left:5px;
}
#navMainLayer a:hover {
	background:url(../images/navMain/rollover.gif) top center no-repeat;
	text-decoration:none;
}

/* HOMEPAGE(s) */
#landingHomeContent {
	margin:0px auto;
	width:900px;
}
#landingHomeContent #left {
	float:left;
	background:url(../images/landingPage/bgCentres.gif) top left no-repeat;
	width:451px;
	text-align:left;
	padding-top:45px;
}
.locationsDivider {
	margin-right:10px;
}
#landingHomeContent #right {
	float:right;
	width:439px;
}
#titleFeatured {
	height:28px;
	background:url(../images/titleFeaturedPreOwned.gif) top left no-repeat #e7dc9f;
	margin-bottom:10px;
}
#featuredInventory {
	float:left;
	width:598px;
}
#featuredButton {
	float:right;
	width:75px;
}

#homeBottomContainer {
}
#homeBottomContainer #left {
	float:left;
	background:url(../images/bgMessage.gif) top left no-repeat;
	width:428px;
	font-size:9pt;
	padding-top:20px;;
}
#homeLeftTextInner {
	width:415px;
}
#homeBottomContainer #right {
	float:right;
	background:url(../images/titlePreownedBottom.gif) top center no-repeat;
	padding-top:30px;
	width:230px;
}
#homeBottomContainer #right #column {
	float:left;
	width:110px;
}
#homeBottomContainer #right #column ul {
	list-style-type:none;
	color:#7e150e;
	text-align:left;
	font-size:8pt;
	margin: 0;
	padding: 0;
	font-weight:normal;
}
#homeBottomContainer #right #column ul li {
	padding-bottom:6px;
}


/*BOTTOM*/
#bottom {
	background:url(../images/bgBottom.jpg) top center no-repeat;
	padding-top:42px;
	width:980px;
	color:#a79d60;
	font-size:8pt;
	margin:0px auto;
}
#bottom #left {
	float:left;
	text-align:left;
}
#bottom #right {
	float:right;
	text-align:right;
	color:#a79d60;
}

#bottom #right a {
	color:#a79d60;
	text-decoration:none;
}

#bottom #right a:hover {
	color:#a79d60;
	text-decoration:underline;
}


/* COLUMN CSS */
#leftColumn {
	float:left;
	width:250px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	text-align:center;
}
#rightColumn {
	float:right;
	width:675px;
	text-align:left;
	padding-right:20px
}

#oneColumn {
	float:left;
	width:930px;
	text-align:left;
}

#leftButtons {
	padding-left:35px;
	text-align:left;
}
#leftButtons img {
	display:block;
	margin-bottom:10px;
}

#leftColumnForm {
	width:200px;
	text-align:left;
	margin:0px auto;
}
#leftColumnForm select {
	width:198px;
	border:#000 1px solid;
}
.leftColumnFormSec {
	font-size:14pt;
	font-weight:bold;
	padding-bottom:10px;
}

/*misc classes*/

.clear {
	clear:both;
}
.spacer20 {
	height:20px;
}
.lineDotted {
	height:20px;
	background:url(../images/lineDotted.gif) center center repeat-x;
}

