/* @override 
	../css/elite.css
	http://www.eliteautomotive.co.uk/css/elite.css
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/jpgs/home.jpg) no-repeat scroll center 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
}

body.military {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/jpgs/militaryback.jpg) no-repeat scroll center 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
}

body.offhighway {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/jpgs/offback.jpg) no-repeat scroll center 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
}

body.rail {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/jpgs/railback.jpg) no-repeat scroll center 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
}

body.automotive {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/jpgs/autoback.jpg) no-repeat scroll center 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
}

/* @group backgrounds */

div.background{
	float: none;
	display: block;
	width: 800px;
	margin: 0 auto;
	height: 900px;
	overflow: hidden;
}

/* @end */

.oneColElsCtr #container {
	width: 800px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;
	overflow: visible;
}

.oneColElsCtr #mainContent {
	padding: 0 20px 5px;
	border-style: none;
	float: left;
}


.oneColElsCtr #mainContent .text {
	float: right;
	width: 560px;
	height: 550px;
	margin-left: 10px;
}


/* @group nav */
div.nav{
	width: 810px;
	height: 170px;
	margin: 0 auto;
	float: none;
	display: block;
	padding-top: 40px;
}


div.nav div.logo{
	width: 250px;
	height: 118px;
	float: right;
	margin-right: 25px;
	background-image: url(../images/originals/EliteLogoVector.png);
	visibility: hidden;
}

div.flags{
	width: 70px;
	height: 9px;
	float: right;
	margin-right: 25px;
	background-image: url(../images/gifs/flags.gif);
	position: relative;
	bottom: 1px;
}

div.flags a {
	float: right;
	text-decoration: none;
	height: 9px ;
	width: 70px ;
	display: block;
	cursor: pointer;
}

ul.nav{
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(../images/gifs/navbar.gif);
	margin-top: 10px;
}

ul.nav li{
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 35px;
	}

/* @end */

/* @group footer */

div.footer {
	float: left;
	width: 790px;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	line-height: 14px;
}

/* @end */

/* @group main section */

h1{
	font-size: 14px;
	line-height: 18px;
}

p{
	font-size: 12px;
	line-height: 16px;
	
}

img.floatleft {
	float: left;
	overflow: visible;
	padding-right: 10px;
}

img.floatright {
	float: right;
	overflow: visible;
	padding-left: 10px;
	
}

/* @end */

/* @group a links */

a.moodalbox, div.footage-rhs a{
	color: white;
	text-decoration: none;
}

a:link {
	color: black;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a:visited {
	color: black;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a:hover {
	color: white;
	background-color: rgba(255,66,0,0.8);
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}
a:active {
	color: black;
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
}

/* @end */

/* @group Side Navigation */

div.sidenav {
	width: 180px;
	float: left;
	display: block;
	height: 200px;
}

ul.sidenav{
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../images/gifs/smallerbar.gif) no-repeat;
	margin-top: 10px;
}

ul.sidenav li{
	float: left;
	height: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 11px;
	color: #fff;
	width: 180px;
}

ul.sidenav li a {
	font-size: 11px;
	color: black;
}

/* @end */

/* @group Side Nav 2 */

div.sidenav2 {
	width: 180px;
	float: left;
	margin-top: 10px;
	display: block;
	height: 100px;
}

div.sidenavmilitary {
	width: 180px;
	float: left;
	display: block;
	height: 290px;
}

/* @end */

/* @group ie7 fix */

div#ie7-height.footage-lhs{
	height: 400px;
	display: block;
	float: left;
}


div#ie7{
	display: block;
	float: left;
	clear: both;
}

div#ie7fix.text-details{
	height: 430px;
}
/* @end */

/* @group Home Images */

ul.homeimages {
	float: left;
	height: 96px;
	margin: 0;
	padding: 0;
}

ul.homeimages li{
	float:  left;
	width:  120px;
	display: inline;
	margin-right: 10px;
}

/* @end */

/* @group Side Nav 3 */

div.sidenav3 {
	width: 180px;
	float: left;
	margin-top: 10px;
	display: block;
	height: 80px;
}

div.sidenavmilitary {
	width: 180px;
	float: left;
	display: block;
	height: 290px;
}


/* @end */

/* @group Side Nav 4 */

div.sidenav4 {
	width: 180px;
	float: left;
	margin-top: 10px;
	display: block;
	height: 20px;
}

div.sidenavmilitary {
	width: 180px;
	float: left;
	display: block;
	height: 290px;
}


/* @end */

/* @group form */

form label{
	font-size: 12px;
	line-height: 16px;
	width: 160px;
	display: block;
	float: left;
	
}
form label.info{
	width: 220px;
}

form input{
	margin-bottom: 15px;
	display: inline;
	width: 145px;
}
/* @end */