@charset "UTF-8";
/* CSS Document */
/*primary stylesheet for website*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_page.png) top center no-repeat #d6dfee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#8e8f99;
}

#wrapper {
	width: 900px;
	border: 1 solid #999999;
	margin: auto;
	margin-top: 15px;
	background: #FFFFFF;
}

#header {
	background: url(../images/images/banner_top_cars.jpg);
	height: 267px;
	width: 900px;
}

#bbb{
float:right;
}

#nav {
	background: url(../images/images/nav_bg.png);
	background-repeat: repeat-x;
	height: 28px;
	align: center;
	padding-top: 5px;
}

#content {
	background: url(../images/images/content_bg_shadow.png);
	background-repeat: repeat-x;
	padding: 15px;
	min-height: 470px;
}

#rightcontent {
	width: 600px;
	float: right;
}

#leftcontent {
	width: 250px;
	float: left;
}

#bottomcontent {
	/*background: url(../images/bg_bluebox.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	padding-top: 10px;
	padding-left: 6px;

}

/*Typography and content*/

.topslogan {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	letter-spacing: 1px;
}

.specials{
font-size:18px;
font-style:italic;
}

h1 {
	font-size: 25px;
	color: #660000;
}

h2 {
	font-size: 18px;
	color: #333333;
}

a, a:visited {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration:underline;
}

.nav:link, .nav:visited {
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 12px 0 12px;
	font-size: 16px;
}

.nav:hover {
	background: #996666;
}

.pipe1 {
	color: #663333;
	font-size: 10px;
}


ul {
	list-style: outside;
	margin: 0;
	padding-left: 12px;
}

li {
	list-style: circle;
	font-size: 13px;
	line-height: 20px;
}

#listbg {
	/*background: url(../images/bg_list.png);
	background-repeat: no-repeat;*/
	padding: 15px;
}

.formlabel {
	font-size: 12px;
	font-weight:bold;
}

.smalldescription {
	font-size: 12px;
	font-weight: normal;
}


/*bottom with copyright statement*/
#footer {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
	width: 900px;
	margin: auto;
}

.copyright:link, .copyright:visited {
	text-decoration: none;
	color: #666666;
}

.copyright:hover {
	text-decoration:underline;
}



