/*-----------------------------------------------------------------------------
Primary Layout Preston Motors Group Style Sheet

version:   1.0
author:    Nick Heskes
email:     nick.heskes@datamotive.com.au
website:   http://www.prestonmotors.com.au
-----------------------------------------------------------------------------*/
/* Imports Global CSS */
@import url("global.css") all, print;
/* Body */
/* ------------------------------------------------------------------------------------ */
/*
div, class, span, img, label, input, h1, h2, h3 {
	border: dotted 1px #FF0000 !important;
} */
/* 100% Height */
html ,body {
	height:100%; min-height: 100%; max-height: 100%; margin: 0 auto; 
}
body {
	background: #191919 url(../images/body.jpg) repeat-x; color: #010101;
}
/* remove halo effect in firefox   */
*:focus, button:focus, a:active, input:active { 
	outline: none; 
}
.auto { 
    margin: 0 auto;
}
span {
	text-indent: -9999px;
}
img {
	border: 0;
}
/* Body */
/* ------------------------------------------------------------------------------------ */
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/wrapper.jpg) no-repeat;
	padding: 340px 0 0;
}
.feature-one {
	width: 283px;
	height:105px;
	float:left;
	margin-right: 50px;
}
.feature {
	width: 283px;
	height:105px;
	float:left;
}
.container {
	width: 646px;
	margin: 0 auto;
}
