/* @override 
	http://mbp17.local:9001/css/vansni.css
	http://vansni.com/css/vansni.css
*/

body {
	
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
	color: #000000;
	text-align: center;
	background: #ddd url(../img/red-strip.gif) repeat-x;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 40px;
	line-height: 42px;
	margin: 15px 0 10px 0;
	letter-spacing: -0.7px;
	font-weight: bold;
	width: 730px;
}

h2 {
	font-size: 2.4em;
	line-height: 26px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	letter-spacing: -0.5px;
	/*background-color: blue;*/
}

h3 {
	font-size: 1.8em;
	line-height: 20px;
}

h4 {
	font-size: 1.3em;
	line-height: 14px;
	font-weight: bold;
	padding:  0 0 3px 0;
}

p {
	font-size: 1.3em;
	line-height: 23px;
	margin: 5px 0 15px 0;
}

.intro {
	font-size: 1.6em;
	line-height: 150%;
	width: 730px;
	margin: 15px 0 10px 0;
}

ul {
	line-height: 1;
}

a, a:visited  {
	color: #ee1c24;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

td, th {
	font-size: 1.3em;
	padding: 7px;
}

th {
	vertical-align: top;
	text-align: right;
}

#container {
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
	line-height: 0;
}

#header {
	padding: 25px 0 0 0;
	margin: 10px 0 0 0;
	height: 95px;
	background: #fff;
}

#logo {
	float: left;
}

#nav {
	float: right;
	width: 600px;
	height: 25px;
	overflow: hidden;
	margin-top: 50px;
	}
	
#nav ul {
	/*border:1px solid green;*/
	display:block;
	padding: 0;
	height: 25px;
	/*margin: 0 0 0 200px;*/
	width: 600px;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	width: 120px;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 	
}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.active {
	background-position: 0 -25px;
	}
	
.newvans   {
	background: url('../img/nav/newvans.gif') top left no-repeat;
	width: 120px;
	}
	
.preowned   {
	background: url('../img/nav/preowned.gif') top left no-repeat;
	width: 120px;
	}
	
.news   {
	background: url('../img/nav/news.gif') top left no-repeat;
	width: 120px;
	}
	
.repair   {
	background: url('../img/nav/repair.gif') top left no-repeat;
	width: 120px;
	}
	
.about   {
	background: url('../img/nav/about.gif') top left no-repeat;	
	width: 120px;
	}
	
	
#main {
	margin: 0 auto;
	width: 900px;
}

#page_main {
	float: left;
	width: 505px;
}

#main_sub {
	width: 365px;
	float: right;
}
#footer {
	width: 100%;
	background: #dddddd url(../img/footer-back2.jpg) repeat-x;
	color: #ffffff;
	padding: 15px 0;
	margin: 0;
	height: 150px;
}

#footercontent {
	/*border: 1px solid green;*/
	margin: 0 auto;
	width: 900px;
	text-align: left;
	height: 70px;

}

#footercontent p {
 padding: 0;
 margin: 0;
 width: 260px;
 float: left;
 font-size: 1.4em;
}

#footercontent #left, #footercontent #center {
	padding-right: 50px;
}

#footercontent a, #footercontent a:visited {
	color:  #ffffff;
	text-decoration: none;
}

#footercontent a:hover {
	color:  #ffffff;
	text-decoration: underline;
}

/*****************/
/* Page Specific */
/*****************/


/*HOME PAGE*/

#homemain #new {
	margin-right: 20px;
}

#promos {
	margin: 20px 0 40px 10px;
}

#promos img {
	margin: 0 20px 20px 0;
	float: left;
}

#promos #three {
	margin-right: 0;
}

/* PAGE */

#columntwo {
	float: right;
	width: 365px;
	height: 200px;
	background-color: red;
	line-height: 20px;
}

#module {
	
}


/*ABOUT PAGE*/

#address {
	margin-top: 15px;
	font-size: 1.3em;
	line-height: 150%;
}

#map {
	border: 1px solid black;
	width: 365px;
	height: 380px;
}

/* USED VANS */
#usedvans {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid black;
}

.usedvan_row {
	clear: both;
}

.usedvan {
	width: 206px;
	margin: 0 8px 10px 8px;
	float: left;	
}


.usedvan h2 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2;
}
.usedvan p {
	font-size: 11px;
	line-height: 1.4;
	padding: 0;
	margin: 5px 0;
}

.usedvan h3 {
	text-align: right;
}

/* NEW VANS */

#newvans {
	clear:both;
	border-top: 1px solid black;
}
	
#new_vans img#peugeotvans {
	float: right;
	margin-top: 4px;
}

.newvan {
	width: 900px;
	margin: 20px 0px;
	/*background-color: #eee;*/
}

.vanimage {
	/*outline: 1px solid red;*/
	float: left;
	width: 210px;
	text-align: center;
}

.vanimage p {
	width: auto;
	font-size: 1em;
}

.vantext {
	/*outline: 1px solid red;*/
	float: left;
	width:  360px;
	padding: 0 20px;
}

.vantext p {
	font-size: 1.2em;
	line-height: 1.5em;
	width: auto;
	margin: 3px 0;
}

.vantable {
	float: right;
	width: 270px;
	background-color: #f6f6f6;
	padding: 8px;
}

.vantable table {
	width: 100%;
	/*outline: 1px solid red;*/
}

.vantable th, .vantable td {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	/*outline: 1px solid red;*/
	vertical-align: center;
	padding: 4px 3px;
	margin: 0;
	/*border-right: 1px solid #ddd;*/
}
.vantable th {
	font-weight: bold;
}

#paging {
	height:  40px;
	text-align: center;
	padding: 0 10px 10px 10px;
	width: 800px;
	margin: 0 auto;
	/*outline: 1px solid green;*/
}

#paging a, #paging a:visited {
	color: #ee1c24;
}

.pag_item, .pag_current {
	color: #000000;
	padding: 10px;
	display: inline;
	font-weight: bold;
	font-size: 2em;
	/*outline: 1px solid blue;*/
}

.pag_current {
	line-height: 30px;
}

#pag_prev {
	padding: 10px 30px 10px 0;
}

#pag_next {
	padding: 10px 0 10px 30px;
}

#thumbnails {
	margin:10px 0 10px 10px;
}

#thumbnails p {
	font-size: 1.1em;
}

.thumb {
/*	background-color: #DDD;*/
	float: left;
	text-align: center;
	background-color: #f0f0f0;
	width: 160px;
	height: 270px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
}

/** html .thumb {
	width: 162px;
	w\idth: 160px;
}*/ 

#contact_form {
	float: left;
	width: 505px;
	margin: 0 0 0;
}

#contactinfo {
	width:  200px;
	float: right;
	margin: 0 20px 0 0;
}

label {
	display: block;
	margin: 10px 0 0 0;
}

/* NEWS */

#news_module {
	width: 280px;

	float: right;
	/*outline: 1px solid green;*/
}

#news_sub {
	width: 505px;
	float: left;
}

.news_headline {
	clear: both;
	padding-bottom: 10px;
}

.photo {
	float: right;
	margin: 0;
	margin: 20px 0 5px 10px;
	border: 1px solid black;
	/*width: 100px;*/
}

.date {
	color: #888888;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

/* SERVICE MODULE */
#service_module {
	width:  280px;
	float: right;
	margin-left: 110px;
}
