/* Automotive Retail Services
   Interior CSS Style Sheet
   2 Column
   June 30, 2007 */
   
   
body {
	margin: 0;
	font-size: small;
	background-image: url(../images/ars_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 95%;
	margin: 0px 2px 5px 4px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 4px;
} 

h3 {
	font-size: 90%;
}

h4 {
	font-size: 90%;
	text-transform: uppercase;
}

h5 {
	font-size: 110%;
	margin: 0px 2px 5px 4px;
	text-transform: none;
	padding-top: 4px;
	text-align: center;
} 

p {
	font-size: 95%;
	line-height: 1.2em;
	padding: 0px;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

#topper {
	font-size: 90%;
	color: #839AAC;
	text-align: center;
}

#logowrapper {
	background-color: #000000;
	background-image: url(../images/ars_logo_bgr.jpg);
	background-repeat: repeat-x;
	height: 76px;
	width: 850px;
}

#logo {
	background-image: url(../images/ars_logo_r.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 238px;
	float: left;
}

#dealerlogos {
	float: right;
	width: 560px;
	margin-left: 50px;
	margin-top: 2px;
}

.logobox {
	float: left;
}

#aboutheader {
	background-image: url(../images/ars_aboutus.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#corpheader {
	background-image: url(../images/ars_corporate.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#inventheader {
	background-image: url(../images/ars_inventory.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#domesticheader {
	background-image: url(../images/ars_domesticheader.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#importheader {
	background-image: url(../images/ars_importheader.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#exoticheader {
	background-image: url(../images/exotic_header.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
}

#luxuryheader {
	background-image: url(../images/ars_luxuryheader2.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 850px;
}

#navbar {
	width: 850px;
	background-color: #0E2E45;
	height: 23px;
}


#bodycontent {
	background-color: #FFFFFF;
	width: 850px;
}

#box1 {
	background-image: url(../images/bodyline.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 225px;
	padding: 20px 7px 10px 10px;
	background-color: #DFE3EE;
}

#box2 {
	padding: 20px 5px 0px 15px;
	float: left;
	width: 580px;
}

#box2 p {
	padding-bottom: 10px;
}

.box1_pic {
	float: right;
	margin-right: 1em;
	width: 152px;
	height: 101px;
	border: 1px solid #999999;
	text-indent: -9000px;
	margin-left: 5px;
}

#pic1 {
	background: url(../images/landrover.jpg) no-repeat center center;
	margin-bottom: 5px;
}

#pic2 {
	background: url(../images/cadillac.jpg) no-repeat center center;
	margin-top: 5px;
}

#pic3 {
	background: url(../images/cadillac2.jpg) no-repeat center center;
}

#box3 {
	float: right;
	width: 140px;
	padding-top: 20px;
	padding-right: 2px;
	padding-left: 2px;
}

.leasebox {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	width: 250px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 5px;
}



.leasebox p {
	float: left;
	padding: 2px 2px 2px 5px;

}

.leasebox img {
	float: left;
}

.clear {
	clear: both;
}

#currentautos {
	height: 218px;
	width: 850px;
	background-image: url(../images/autofade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	background-color: #FFFFFF;
}

#daddylayer {
	width:798px;
	height:200px;
	float: left;
	clear: both;
}

#carbox {
	height: 217px;
	width: 848px;
	border: 1px solid #999999;
	overflow: auto;
}

#scroll {
	height: 250px;
	width: 795px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 0px;
}

.currentautos_pic {
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
}

#currentautos p {
	font-size: 80%;
	margin-top: 65px;
	padding-right: 1px;
	padding-left: 1px;
}



#auto1 {
	background: url(../images/porche.jpg) no-repeat center top;
}

#auto2 {
	background: url(../images/bmw1.jpg) no-repeat center top;
}

#auto3 {
	background: url(../images/bmw2.jpg) no-repeat center top;
}

#auto4 {
	background: url(../images/bmw3.jpg) no-repeat center top;
}

 
#footer {
	clear: both;
	background-color: #CCCCCC;
	padding: 20px 10px 10px;
}

a:link {
	color: #000000
} 
a:visited {
	color: #006699
} 

a:hover {
	color: #333333
} 

a:active {
	color: #000000
} 
td {
	font-size: 12px; 
	color: #333333;
} 

#content li {
color: #339966; 
list-style-type: square
} 

#content ul {
color: #339966; 
list-style-type: square
} 

#content ol {
color: #339966
} 

.footertext {
	font-size: 85%;
	color: #203166;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
} 

.footertext a:link {
	color: #192852;
	text-decoration: underline;
	font-size: 90%;
} 
.footertext a:visited {
	color: #666666
} 

.footertext a:hover {
	color: #5B71C8; 
	text-decoration: none
} 

.mytext a:active {
color: #333333; 
text-decoration: none
} 
.mytext2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; color: #666666
} 
.mytext2 a:link {
color: #666666; 
text-decoration: underline
} 
.mytext2 a:visited {
color: #666666; 
text-decoration: underline
} 
.mytext2 a:hover {
color: #CCCCCC; 
text-decoration: none; 
background-color: #333333
} 
.mytext2 a:active {
color: #333333; 
text-decoration: none
} 

.floatleft {
	padding: 2px;
	float: left;
}

.floatright {
	padding: 2px;
	float: right;
	margin: 4px;
}
