@charset "UTF-8";
/**************************************************
CHICAGO MOTOR CARS STYLESHEET
(C) CHICAGO MOTOR CARS. ALL RIGHTS RESERVED.
AUTHORED BY: ECARLIST.COM
***************************************************/

body {
	background:url(../images/bgMain.gif) top center repeat-x #000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background:#000;
}

p {
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}

a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#FF9900;
}

form {
	margin-top:0px;
}


/******************
CONTAINERS
*******************/
#mainChicagoContainer {
	color:#fff;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

/*top navigation*/
#topNavigation {
	background:url(../images/grLineTop.gif) top center no-repeat #000;
	height:50px;
}
#topNavigation #topNavInner {
	padding-top:18px;
}
#topNavigation #topNavInner a {
	font-size:8.5pt;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	background:#000;
	text-decoration:none;
	font-weight:normal;
}
#topNavigation #topNavInner a:hover {
	color:#fffcc7;
	background:url(../images/bgNavOver.jpg) bottom center no-repeat #000;
}


/*banner section*/
#banner {
}
#banner #bannerHome {
	height:345px;
}
#banner #bannerStatic {
	height:345px;
}
#banner #bannerLogo {
	height:65px;
	background:url(../images/bgBannerLogo.jpg) top center no-repeat #000;
}
/*content*/
#content {
	width:980px;
	margin:0px auto;
	text-align:left;
}
#content #contentLeft {
	width:250px;
	float:left;
	margin-right:9px;
}
#content #contentLeft #searchBox {
	background:#262626;
	border-top:#424242 1pt solid;
	padding-top:15px;
	padding-bottom:15px;
}
#content #contentLeft #searchBox a {
	color:#424242;
	text-decoration:underline;
	font-size:8pt;
}
#content #contentLeft #searchBox a:hover {
	color:#fff;
}

#content #contentLeft #searchBox #searchBoxInner {
	margin-left:15px;
}

#content #contentLeft #searchBox #searchBoxInner .inputBox {
	background:#000;
	border:#424242 .09em solid;
	color:#fff;
}
#content #contentLeft #searchBox #searchBoxInner .searchButton {
	background:#000;
	border:#424242 .09em solid;
	color:#fff;
	font-weight:bold;
}


#content #contentCenter {
	width:462px;
	float:left;
}
#content #contentRight {
	width:250px;
	float:left;
	margin-left:9px;
}

#content #contentBig {
	width:720px;
	float:left;
}
/*bottom section*/
#bottom {
	background:url(../images/grLineBottom.gif) top center no-repeat #000;
	font-size:7.5pt;
	color:#626262;
	margin-bottom:20px;
	padding-top:15px;
}

#bottom a {
	color:#979797;
	text-decoration:none;
}
#bottom a:hover {
	color:#fff;
}

/******************
FEATURED PICS HOME
*******************/
.featuredPic {
	width:109px;
	float:left;
	font-size:7pt;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	font-weight:bold;
}
.featuredPic img {
	border:#a2a2a2 .08em solid;
	margin-bottom:3px;
}
.featuredPic a {
	color:#fff;
	text-decoration:none;
}
.featuredPic a:hover {
	text-decoration:underline;
}

/******************
MISC
*******************/
.clear {
	clear:both;
}
.spacerCenter {
	background:url(../images/bgSpacerCenter.gif) center center no-repeat;
	height:7px;
	margin-top:10px;
	margin-bottom:10px;
}
.textSecCenter {
}
.textSecCenter h1 {
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
}
.contentSecCenter {
}
.spacer {
	height:20px;
}
.spacerModule {
	height:8px;
}

.module {
	background:url(../images/bgModule.gif) top center repeat-x;
	border-top:#383838 1pt solid;
}
.moduleInner {
	margin-left:15px;
	margin-right:15px;
}
.moduleSquare {
	background:url(../images/cornerSquare.gif) top right no-repeat;
	height:11px;
}
.inventoryInner {
	margin-left:30px;
}
.inventoryInner a {
	color:#fff;
	text-decoration:underline;
	margin-bottom:15px;
}
.inventoryInner a:hover {
	color:#FF9900;
}

.directionsInner {
	margin-left:30px;
}

.dottedHoriz {
	height:22px;
	background:url(../images/dotted_horiz.gif) center center repeat-x;
}

.left {
	float:left;
}
.right {
	float:right;
}

.textSmall {
	font-size:7.5pt;
}
.textMedium {
	font-size:8pt;
}
.textLarge {
	font-size:9pt;
}

.textChicagoGrey {
	color:#676767;
}

.contactInput {
	width:170px;
	height:16px;
	color:#fff;
	background:#000;
	border:#676767 .08em solid;
	margin-bottom:9px;
}
.contactButton {
	width:172px;
	height:20px;
	color:#b8b8b8;
	background:url(../images/bgButton.gif) center center repeat-x;
	border:#676767 .08em solid;
	font-size:7.5pt;
}
	

/******************
 POP UP
*******************/
.carFinder {
	background:url(../images/carFinder.png) center center no-repeat;
	position:absolute;
	display:none;
	z-index:1002;
	width:314px;
	height:335px;
	margin-top:650px;
	margin-left:720px;
}
