@charset "UTF-8";
/**************************************************
FIRST STATE MOTORS
(C) FIRST STATE MOTORS. ALL RIGHTS RESERVED.
AUTHORED BY: ECARLIST.COM
***************************************************/

body {
	background:#cce4ee;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	color:#1C6C8B;
}

h1 { font-size:18pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h2 { font-size:16pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h3 { font-size:14pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h4 { font-size:12pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
p { margin-bottom:10px; }
a { color:#1C6C8B; text-decoration:underline; }
a:hover {color:#c78a11; }

/******************
CONTAINERS
*******************/
#secA {
	background:url(../images/bgTop.gif) top center repeat-x #fff;
	height:92px;
}
#secA #secAinner {
	width:950px;
	height:92px;
	margin:0px auto;
	background:url(../images/bgTopLogo.jpg) top left no-repeat;
}
#secA #secAinner #topRight {
	float:right;
}
#secA #secAinner #topRight #phoneNumber {
	margin-top:15px;
	font-family:Arial Black;
	text-align:right;
	color:#1C6C8B;
}
#secA #secAinner #nav {
	text-align:right;
	font-size:9pt;
	margin-top:23px;
}
#secA #secAinner #nav a {
	color:#0d5575;
	font-weight:bold;
	margin-left:20px;
	text-decoration:none;
	padding-bottom:5px;
}
#secA #secAinner #nav a:hover {
	background:url(../images/navArrow.gif) bottom center no-repeat;
	color:#c78a11;
}

#secB {
	background:url(../images/bgFlash.jpg) top center repeat-x #fff;
	height:205px;
}

#secC {
	background:#fff;
	font-size:9pt;
	padding-top:15px;
}
#secC #content {
	margin:0px auto;
	width:950px;
	background:#fff;
	padding-bottom:40px;
	color:#1C6C8B;
}
#secC #content #columnLeft {
	float:left;
	width:237px;
	margin-left:10px;
	text-align:left;
}

#secC #content #columnLeft a.btnTrade {
	display:block;
	background:url(../images/btnLeftTrade.jpg) top center no-repeat;
	width:237px;
	height:47px;
}
#secC #content #columnLeft a.btnTrade:hover {
	background:url(../images/btnLeftTrade_r.jpg) top center no-repeat;
}

#secC #content #columnLeft a.btnApply {
	display:block;
	background:url(../images/btnLeftApply.jpg) top center no-repeat;
	width:237px;
	height:47px;
}
#secC #content #columnLeft a.btnApply:hover {
	background:url(../images/btnLeftApply_r.jpg) top center no-repeat;
}

#secC #content #columnLeft a.btnFind {
	display:block;
	background:url(../images/btnLeftFind.jpg) top center no-repeat;
	width:237px;
	height:47px;
}
#secC #content #columnLeft a.btnFind:hover {
	background:url(../images/btnLeftFind_r.jpg) top center no-repeat;
}


#secC #content #columnLeft #contact {
	width:237px;
	padding-top:65px;
	padding-bottom:5px;
	background:url(../images/bgLeftContact.gif) top left no-repeat #e6f2f8;
	color:#1C6C8B;
}
#secC #content #columnLeft #contact .contactText {
	margin-left:15px;
	margin-bottom:15px;
}
#secC #content #columnLeft #contact .contactText a {
	color:#1C6C8B;
	text-decoration:none;
}
#secC #content #columnLeft #contact .contactText a:hover {
	text-decoration:underline;
}



#secC #content #columnRight {
	float:right;
	margin-right:10px;
	text-align:left;
	width:664px;
}
#secC #content #columnRight #inventory {
	background:url(../images/bgFeaturedTitle.gif) top left no-repeat #e6f2f8;
	padding-bottom:5px;
	padding-top:15px;
}
#secC #content #columnRight #inventory #inventoryInner {
	margin-left:12px;
	margin-right:8px;
}
#secC #content #columnRight #inventory #inventoryInner .inventorySec {
	width:85px;
	margin-right:7px;
	margin-bottom:20px;
	font-size:8pt;
	text-align:center;
	float:left;
}
#secC #content #columnRight #inventory #inventoryInner .inventorySec img {
	margin-bottom:5px;
	border:#1C6C8B .1em solid;
}

#secC #content #columnRight .textSection {
	padding-bottom:10px;
}

#secC #content #columnRight #welcomePic {
	width:198px;
	height:192px;
	background:url(../images/grWelcome.jpg) top center no-repeat;
	float:left;
}
#secC #content #columnRight #welcomeText {
	text-align:left;
	float:right;
	width:462px;
}

#secD {
	background:url(../images/bgBottom.gif) top center repeat-x;
	height:77px;
}
#secD #secDinner {
	width:950px;
	margin:0px auto;
}
#secD #secDinner #bottomLeft {
	float:left;
}
#secD #secDinner #bottomLeft #firstStateTitle {
	background:url(../images/bgBottomFirststate.gif) top left no-repeat;
	width:280px;
	height:25px;
}
#secD #secDinner #ecarlistLink {
	background:url(../images/btnEcarlist.gif) top right no-repeat;
	width:187px;
	height:77px;
	float:right;
}
#secD #secDinner #bottomLeft #firstStateBottomNav {
	text-align:left;
	margin-top:20px;
	font-size:8.5pt;
	margin-left:10px;
	color:#6096ae;
}
#secD #secDinner #bottomLeft #firstStateBottomNav a {
	color:#6096ae;
	text-decoration:none;
}
#secD #secDinner #bottomLeft #firstStateBottomNav a:hover {
	text-decoration:underline;
}

/******************
MISC CLASSES & IDs
*******************/
.clear {
	clear:both;
}
.spacer {
	height:20px;
}
.spacerSmall {
	height:15px;
}
	
/* MAIN MENU BAR */

div#sideMenu {
position: inherit;
padding: 0;
margin: 0;
width: 237px;
height: 47px;
}
html>body div#sideMenu {
width: 237px; /* ie5win fudge ends */
height: 47px;
}
div#sideMenu ul  {
width: 237px;
height: 47px;
margin: 0;
padding: 0;
position: relative;
border: 0;
}
div#sideMenu ul li  {
margin: 0;
padding: 0;
list-style:none;
top: 0;
}
div#sideMenu ul li, div#sideMenu a {
display: block;
}
div#sideMenu ul li a {
text-indent: -9999px;
display: block;
 height: 47px;
text-decoration: none;
}
#apply {width: 237px; background: transparent url(../images/btnApply.jpg) 0 0 no-repeat;}
#trade {width: 237px; background: transparent url(../images/btnTrade.jpg) 0 0 no-repeat;}
#find {width: 237px; background: transparent url(../images/btnFind.jpg) 0 0 no-repeat;}

#apply a:hover {background: transparent url(../images/btnApply.jpg) 0 -47px no-repeat;}
#trade a:hover {background: transparent url(../images/btnTrade.jpg) 0 -47px no-repeat;}
#find a:hover {background: transparent url(../images/btnFind.jpg) 0 -47px no-repeat;}

