/* 
	CSS Author: Drew Bartlett
*/

body
{
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

#wrap
{
	margin: 0 auto;
	width: 1030px;
}

#top
{
	background: transparent/*#00265f*/;
	height: 185px;
	text-align: center;
	width: 1050px;
}

#nav
{ 
	background: #344973 url(../images/navbg.png) repeat-x center;
	border: solid #002761 1px;
	border-left: 0;
	height: auto;
	width: 1029px;
}

#content
{
	background: #fffdf5;
	border-left: solid #002761 1px;
	border-right: solid #002761 1px;
	padding: 15px 15px 15px 15px;
	width: 998px;
}

.mainImg
{
	border: solid 1px #002761;
	height: 400px;
	margin: 0 auto 15px auto;
	width: 1000px;
}

#full
{
	background: #ebdfbd;
	border: solid 1px #a3895a;
	float: left;
	margin-top:-4px;
	padding: 0px 10px 15px 0px;
	width: 908px;
}

#left
{
	background: #999 url(../images/leftCarsTop.png) repeat-x top;
	border: solid 1px #002761;
	float: left;
	height: 270px;
	padding: 40px 0px 0px 0px;
	width: 488px;
}

#right
{
	background: #999 url(../images/rightServiceTop.png) repeat-x top;
	border: solid 1px #002761;
	float: right;
	height: 270px;
	padding: 40px 0px 0px 0px;
	width: 488px;
}

#full
{
	background: #ccc url(../images/descriptionTop.png) repeat-x top;
	border: solid 1px #002761;
	float: left;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px 10px 10px 10px;
	width: 978px;
}
	#full h1
	{
		color: #fff;
		font-size: 20pt;
		margin: 0;
		padding-top: 2px;
	}
	
	#full h2
	{
		background: #999 url(../images/descriptionTop.png) repeat-x top;
		border: solid 1px #002761;
		color: #fff;
		font-size: 16pt;
		margin: 5px 0px 0px 0px;
		padding: 5px;
		width: 350px;
	}
	
	#full p
	{
		font-size: 14pt;	
	}
	
	p.shop
	{
		margin-left: 40px;	
	}


#footer
{
	background: #999 url(../images/footerbg.png) repeat-x;
	border: solid #002761 1px;
	color: #fff;
	height: 28px;
	padding: 10px;
	margin: 0 auto 0px auto;
	width: 1008px;	
}

#bottom
{
	background: transparent;
	height: 60px;
	margin: 0 auto 2px auto;
	padding: 5px;
	text-align: center;
	width: 1040px;

}

/*----------nav---------------*/
#nav ul
{
	border-right: solid #002761 1px;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
/*-- for top navigation --*/
#nav ul li.normalNav
{
	float: left;
	list-style: none;
	margin: 0;
}

#nav ul li.normalNav a, #nav ul li.normalNav a:visited
{
	background: #465a80 url(../images/navbg.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.normalNav a:hover, #nav ul li.normalNav a:active
{
	background: #344973 url(../images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

#nav ul li.normalNav a.current
{
	background: #344973 url(../images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}
/*--- for submenu nav --*/
#nav ul li.smallNav
{
	float: left;
	list-style: none;
	margin: 0;
}

#nav ul li.smallNav a, #nav ul li.smallNav a:visited
{
	background: #344973 url(../images/navbg.png) repeat-x bottom;
	border-bottom: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 8pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.smallNav a:hover, #nav ul li.smallNav a:active
{
	background: #465a80 url(../images/navbg_over.png) repeat-x bottom;
	border-bottom: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 8pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

#nav ul li.smallNav a.current
{
	background: #465a80 url(../images/navbg_over.png) repeat-x bottom;
	border-bottom: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 8pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

/*-- footer navigation --*/
#footer a, #footer a:visited, a, a:visited
{
	color: #fff;	
	text-decoration: underline;
}

#footer a:hover, #footer a:active, a:hover, a:active
{
	color: #bbb;	
	text-decoration: none;
}



/*---- common elements---*/
.clear
{
	clear: both;	
}

a img
{
	border: 0;	
}


