/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}
#right-col .pad-img{
	padding: 5px 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 180px;
	background: #333 url(../images/global/header.jpg) no-repeat;
}

#header a {
	display: block;
	margin: 0 0 0 40px;
	width:370px;
	height: 100px;
}

#navigation {
	width: 860px!important;
	width: 860px;
	height: 30px;
	padding: 0 50px;
	background: #329c19 url(../images/global/nav-bg.jpg) repeat-x;
}
		#nav {
			margin: 0;
			padding: 0;
			list-style: none;
			
		}
		
		#nav li {
			font-size: 14px;
			float:left;
			position:relative;
		}
		
		#nav li a {
			height: 30px!important;
			height: 30px;
			float: left;
			padding: 0 35px 0 35px;
			line-height: 30px;
			color: #fff;
			font-weight: bold;			
			text-decoration: none;
			text-indent:0;
			display:block;
		}

		
		#nav li a:hover {
			background: #EAF1E9;
			color: #333;	
			text-decoration: none;
		}
		
#nav .nav-active a {
			background: #EAF1E9;
			color: #333;	
			text-decoration: none;
}

/* Drop down menu */

#nav li ul { /* second-level lists */
	position: absolute;
	background: #EAF1E9;
	left: -999em;
	top:30px;
	margin: 0;
	padding: 0;
	width: 145px;
	text-transform:uppercase;
	list-style:none;
}

#nav li.search ul {
	width: 256px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

#nav li ul li {
	font-size: 11px;
	clear:both;
	margin: 0;	
	background: none;
	padding: 0;
}

#nav ul li a {
	color: #329819!important;
	background: #EAF1E9;
	display: block;
	width: 145px;
	line-height: 30px;
	border-bottom: 1px solid #329819;
	padding: 0 3px;
	margin: 0;
}

#nav li.search ul li a {
	width: 250px;
}

#nav ul li a:hover {
	color: #333;
	background: #fff none;
	/*clear:both;*/
	/*margin: 0;*/
}


/* End drop down menu */

/* CONTENT STYLES */
#content {
	width: 860px;
	margin: 0 50px;
	clear:both;
}

		#content-title { /* Imagery no bigger than 50px high */
			width: 860px;
			height: 50px;
			padding: 30px 0 20px 0;
			clear:both;
		}
		
		#content h1 {
			font-size: 20px;
			color: #333;
			margin-bottom: 5px;
		}
		
		#content p {
			font-size: 11px;
			color: #333;
			line-height: 15px;
			margin-bottom: 10px;
		}
		
		#content p a {
			color: #666;
			font-weight: bold;
			text-decoration: none;
		}
		#content p a:hover {
			color: #333;
			text-decoration: underline;
		}
		
		#content ul {
			margin-left:20px;
		}
		
		#content ul li {
			font-size: 11px;
			color: #333;
			margin: 5px 0;
		}
		
		.green-hr {
			height: 1px;
			color: #329B1A;
			margin: 20px 0 10px 0;
			background: #329B1A;
			border: 0px;
		}
		
		p.contact-form {
			display: block;
			position: relative;
			width: 390px!important;
			width: 400px;
			padding: 5px;
		}
	#content p.error-check {
			color: red;
			margin: -5px 0 0 0;
			padding: 0 0 0 5px;
		}
		span.required-field {
			color: red;
		}
		p.contact-form input {
			border: 1px solid #329B1A;
			color: #666;
			padding: 5px;
			width: 200px;
			position: absolute;
			right: 0px;
			top:0px;
		}
		
		p.contact-form select {
			border: 1px solid #329B1A;
			color: #666;
			padding: 5px;
			margin: 0 0 0 4px;
		}
		
			p.contact-form textarea {
			border: 1px solid #329B1A;
			color: #666;
			padding: 5px;
			width: 390px!important;
			width: 395px;
			margin-top: 10px;
		}
		
			span.h-align-send-btn {
			display: block;
			position: relative;
			width: 395px!important;
			width: 395px;
			padding: 5px;
		}		
		input.send-btn {
			border: 1px solid #666;
			background: #333;
			color: #fff;
			cursor: pointer;
			float:right;
			padding: 5px;
		}
		
	


/* CAR PROMOTIONAL BOXES */

#right-col {
	width: 280px!important;
	width: 280px;
	float: right;
	margin: 0 0 0 10px;
}

#promo-container {
	clear:both;
	float:left;
	margin-bottom: 10px;
}

.promo-box-merc, .promo-box-opel, .promo-box-audi, .promo-box-bmw-1, .promo-box-bmw-2, .promo-box-volvo, .promo-box-merc-new, .promo-box-opel-new {
	width: 280px;
	height: 330px;
	margin: 0 9px 0 0;
	float: left;
}
.last-promo {
	margin-right: 0;
}
.promo-box-merc {
	background: url(../images/global/merc-promo-bg.jpg) no-repeat;
}
.promo-box-opel {
	background: url(../images/global/opel-promo-bg.jpg) no-repeat;
}
.promo-box-audi {
	background: url(../images/global/audi-promo-bg.jpg) no-repeat;
}
.promo-box-bmw-1 {
	background: url(../images/global/bmw-316-promo-bg.jpg) no-repeat;
}
.promo-box-bmw-2 {
	background: url(../images/global/bmw-318-promo-bg.jpg) no-repeat;
}
.promo-box-volvo {
	background: url(../images/global/volvo-promo-bg.jpg) no-repeat;
}
.promo-box-merc-new {
	background: url(../images/global/merc-new-promo-bg.jpg) no-repeat;
	margin-top: 10px;
}
.promo-box-opel-new {
	background: url(../images/global/opel-new-promo-bg.jpg) no-repeat;
	margin-top: 10px;
}
.promo-box-content {
	height: 237px;
	width: 130px;
	padding: 10px 0 0 10px;
}
.promo-box-content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#promo-container h2 a, #promo-container h2 a:hover {
	color: #333;
	text-decoration: none;
}
#promo-container p a, #promo-container p a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#promo-container p {
	font-size: 10px;
	color: #333;
	line-height: 15px;
}
.promo-box-footer {
	height: 28px;
	text-align: right;
	padding: 10px 20px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.promo-box-footer a {
	color: #fff;
	text-decoration: none;
}
.promo-box-footer a:hover {
	text-decoration: underline;
}

/* FOOTER STYLE */
#footer {
	clear:both;
	border-top: 2px solid #333;
	color: #333;
	padding: 10px 0 0 0;
	width: 860px;
	margin: 10px auto 10px auto;
}

#footer p {
	font-size: 10px;
	text-align: right;
}

#footer a {
		color: #333;
		text-decoration: none;
		font-weight: bold;
}

#footer a:hover {
		text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 0 10px 30px;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 2px 10px;
	font-size: 12px;
	border-right: 1px solid #333;
}

.promo-banners {
	float: left;
	width: 280px;
	margin: 10px 0 0 0;
}

.promo-1 {
	margin-bottom: 10px;
	display: block;
}
