@charset "UTF-8";
/* CSS Document */
/* =resets and overrides
===============================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*== floats ==*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
}
.clearfix {
 *display:inline-block;
	_display:block;
	_height:1%;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
/* =links & typography
===============================*/
body {
	padding:0;
	background:url(../images/background-body.jpg) repeat-x;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	padding:5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
h5 {
	font-size:10px;
	font-weight:bold;
}
p {
	margin:0 0 18px 0;
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
a:link, a:visited {
	color:#007835;
}
a:hover {
	color:#fff;
	background:#007835;
	text-decoration:none;
}
a.button{
	text-indent:-5000px;
	display:block;
	width:171px;
	height:29px;
	background:url(../images/background-button.jpg) no-repeat;
	margin:0 0 0 20px;
	}
a.button:hover{
	background-position:bottom;
	}
/* =navigation
===============================*/
.mainmenu {
	margin-bottom:20px;
	text-align:center;
}
.mainmenu, .footermenu {
	line-height:45px;
}
.mainmenu li, .footermenu li {
	display:inline;
}
.mainmenu li a, .footermenu li a {
	float:left;
	display:block;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:35px;
}
.mainmenu li a{
	text-align:center;
	}
.footermenu {
	width:960px;
	margin:20px auto 0 auto;
	background:url(../images/background-footer.png) no-repeat left top;
}
.footermenu li a {
	color:#878e90;
}
.mainmenu li a:hover,.footermenu li a:hover {
	color:#878e90;
	background:none;
	text-decoration:none;
}
.mainmenu li a:hover{
	color:#333;
	}
/* =layout
===============================*/
.column {
	width:300px;
	min-height:125px;
	padding:210px 10px 0 10px;

}
.column p{
	padding:0 20px;
	}

.gmc {
	background:url(../images/background-gmc2.png) no-repeat center top;
}
.hyundai {
	background:url(../images/background-hyundai.png) no-repeat center top;
}
.nissan {
	background:url(../images/background-nissan.png) no-repeat center top;
}
/* =layout wrapper
===============================*/
.wrapper {
	width:960px;
	margin:0 auto;
}
/* =layout maincontent
===============================*/
.maincontent {
}
/* =layout footer
===============================*/
.footer {
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
}
@charset "UTF-8";
/* CSS Document */

