/*
	CSS Author: Drew Bartlett
*/

/*---------structure--------*/

body
{
	background: #999 url(images/mainbg.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0px;
}

#wrap
{
	background: #fff;
	margin: 0 auto;
	width: 900px;	
}

#logo
{
	background: url(images/logobg.png) center bottom no-repeat;
	height: 140px;
	margin: o auto;
	text-align: left;
	width: 900px;
}

#nav
{	
	background: url(images/navbg.png);
	border: 1px #0c3f5d solid;
	border-top: 0;
	height: 30px;
	width: 898px;
}

#mainPicture
{
	background: url(images/comingsoon.png) center no-repeat;
	border: 1px #0c3f5d solid;
	border-top: 0;
	height: 327px;
	width: 898px;
}

#content
{
	border-left: 1px #0c3f5d solid;
	border-right: 1px #0c3f5d solid;
	width: 898px;
}
	.columns
	{
		background: transparent url(images/columnbg.png) no-repeat;
		border: solid #0c3f5d 1px;
		float: left;
		height: 200px;
		margin: 5px;
		padding-top: 50px;
		width: 287px;	
	}
		.priceGuide
		{
			background: url(images/priceguidecolumntop.png) no-repeat top;
		}
		.autoNet
		{
			background: url(images/autonetcolumntop.png) no-repeat top;
		}
		.coupon
		{
			background: url(images/couponcolumntop.png) no-repeat top;
		}


#footer
{
	background: url(images/footerbg.png) center bottom no-repeat;
	border-top: 1px #0c3f5d solid;
	color: #fff;
	font-size: 9pt;
	height: 60px;
	width: 900px;
}

/*---------common elements--------*/

.clear
{
	clear: both;
}

#content p
{
	
	padding: 0px 10px 0px 30px;
	width: 800px;	
}

span.services
{
	color: #036;
	font-size: 15pt;
	font-weight: bold;
}

.serviceLinks a, .serviceLinks a:visited
{
	color: #fff;
	text-decoration: underline;
}

.serviceLinks a:hover, .serviceLinks a:active
{
	color: #fff;
	text-decoration: none;
}

.serviceLinks
{
	background: url(images/servicelinksbg.png) repeat-x;
	border: 1px #0c3f5d solid;
	height: 25px;
	margin-left: -22px;
	padding-top: 5px;
	text-align: center;
	width: 930px;
}

a img
{
	border: 0;	
}

/*------ navigation--------------*/

#nav ul
{
	float: left;
	margin: 0px;
	padding: 0;
	width: 570px;	
}
	#nav ul li
	{
		float: left;	
		list-style: none;
	}
		#nav ul li a, #nav ul li a:visited
		{
			background: url(images/navbg.png) repeat-x;
			border-right: #820803 1px solid;
			color: #fff;
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
		
		#nav ul li a:hover, #nav ul li a:active, #nav ul li a.current
		{
			background: url(images/navbg_over.png) repeat-x;
			border-right: #820803 1px solid;
			color: #fff;
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
		
/*-----start footer links---*/

#footer a, #footer a:visited
{
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a.current
{
	color: #fff;
	font-size: 10pt;
	text-decoration: underline;
}