@charset "UTF-8";
/* CSS Document */

/*--------- MAIN CSS -----------*/
html, body{
	margin:0;
	padding:0;
}

html{
	background:#000 url(../images/black_scales3.gif);	
	
}

body{
	margin-top:-15px;
	background:url(../../images/gradient_bkgd_vertical.png) top center repeat-x;
	height:auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
}

p{
	line-height:21px;	
}

a {
	color:#F79320;	
	text-decoration:none;
}

a:hover{
	color:#F46D22;	
}

img {border:0 none;
}

a img{
	border:0 none;	
}

h1{
	text-indent:-9999px;
	height:0px;
	margin:0;
	padding:0;
}

h2{
	font-size:24px;
	color:#fff;
	font-weight:lighter;
	margin:10px 0;
	padding:0;
}


h3{
	font-size:18px;
	color:#29ABE2;
	font-weight:lighter;
	margin:-7px 0;
}

ul{
	list-style:none;
}

.clear{
	clear:both;	
}

/*--------BACKGROUND----------*/

#bkd_top{
	height:554px;
	width:100%;
	background:#000 url(../images/blue_scale_bkd.jpg) center top no-repeat;
	position:absolute;
	top:0;
	z-index:-2;
}

#bkd_grad{
	height:176px;
	width:100%;
	background:url(../images/gradient_bkgd_vertical.png) repeat-x;
	position:absolute;
	top:554px;
	z-index:-1;
}


/*-------CHOOSE DEALERSHIP----------*/

#choose_dealership{
	width:540px;
	margin:0 auto;
	height:600px;
	text-align:center;
}

#choose_dealership p{
	padding:0;
	margin:0;	
}

img#ors{
	padding:20px 0 0 0;
	text-align:center;
}
#richmond{
	float:left;	
	text-align:left;
}
a#rich{
	display:block;
	background:url(../images/richmond.png) no-repeat;
	text-indent:-9999px;
	width:201px;
	height:43px;
}
a#rich:hover{
	background:url(../images/richmond_hover.png) no-repeat;	
}
a#rich img, a#port img { margin-top: 5px; z-index: 10;}
a#rich:hover img,
a#port:hover img {
	opacity:0.8;filter:alpha(opacity=80);
} 

a#port{
	text-align:right;
	display:block;
	background:url(../images/portmoody.png) no-repeat;
	text-indent:-9999px;
	width:218px;
	height:43px;
}
a#port:hover{
	background:url(../images/portmoody_hover.png) no-repeat;	
}

#portmoody{
	float:right;
	text-align:right;
}

img{
	text-align:center;

}
