/* -----------------------------------
Site:       Autohaus European
CSS author: Mark Woods
Updated:	20 August 2011
Updated by: Mark Woods
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}


fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: Verdana, Geneva, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}



ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body 
{
	color: #000;
	background: #fff;
	
	/* order here is font size, line height and font family */
	font: 90%/1 "Helvetica LT Std Light", Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5, h6 
{
	margin: 0 0 .5em;
	color: #666;
}
h1 {
	font-size: 160%;
	color: #666;
	padding-top: 14px;
	font-weight: normal;
	}
h2 {
	font-size: 130%;
	
}
h3 { font-size:120%;}
h4 { font-size: 110%;}

p 
{
	line-height: 1.6;
	color:  #666;
	
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:focus {color: #000; outline: thin dotted;}
a:hover {
	color: #0055A5;
}
a:active { color: red;}
.content ol 
{ 
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}
.content ul 
{ 
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}
.content li {margin: 0 0 .3em; }
.content ul li 
{
	padding: 0 0 0 20px;
	/* good to use image as background for bullet points as allows any graphic to be used rather than std black bullet */
	background: url(../images/bullet.gif) no-repeat 0 .3em;
	
}



/* -----------------------------------
layout
----------------------------------- */


#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	position: relative;
	
	
}

#content
{
	width: 960px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	
}

#mainContent {
	margin-right: 360px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	background-color: #CC6;
}


#sidebar {
	float: right;
	background-color: #CCC;
	width: 340px;
	margin-top: 60px;
}
.left-container {
	width: 460px;
	padding-right: 15px;
	text-align: justify;
	position: relative;
	float: left;
}

.right-container{
	float: right;
	width: 460px;
	padding-left: 15px;
	text-align: justify;
	position: relative;
}




.section-nav
{
	float: left;
	width: 200px;
}



.sidebar
{
	float: left;
	width: 200px;
}

.footer {
	clear: both;
	position: relative;
}



/* -----------------------------------
service specific styles
----------------------------------- */


.service-left{
	
	float: left;
	width: 600px;
	text-align: justify;		
}

.service-right{
	float: right;
	width: 300px;
	text-align: right;
}

.service-left ul{
	line-height: 1.6;
	color:  #666;
	
}

.service-left li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}



/* -----------------------------------
parts specific styles
----------------------------------- */


.parts-left{
	float: left;
	width: 600px;
	text-align: justify;
}

.parts-right{
	float: right;
	width: 300px;
	text-align: right;
}



/* -----------------------------------
index specific styles
----------------------------------- */
#content-home
{
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
	
	position: relative;
	
}

/* -----------------------------------
contact specific styles
----------------------------------- */

.contact-left {
	float: left;
	width: 440px;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #036;
}

.contact-right{
	float: right;
	width: 460px;
	padding-right: 20px;
	position: relative;
}


/* -----------------------------------
header
----------------------------------- */

#header {
	height: 90px;
	width: 1000px;
}

.mainlogo {
	float: right;
	width: 610px;
	padding-top: 12px;
}

.hbadges {
	float: left;
	width: 340px;
	padding-left:20px;
	padding-top: 12px;
}



/* -----------------------------------
index slide show
----------------------------------- */

#imageshow {
	width: 100%;
	position: relative;
	left: 0px;
	float: right;
	top: 0px;
}

#movie {
	float: right;
	padding-right: 30px;
	position: relative;
	
}

/* -----------------------------------
primary-nav
----------------------------------- */



#mnav{
	width:960px;
	height:45px;
	color: #999;
	font-family: "Helvetica LT Std Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}


#mnav ul
{margin:0px; padding:0px;}

#mnav ul li
{display:inline;  float:left; list-style:none; margin-top: 0;
	}

#mnav li a
{ float: left;
	background: #fff;
	text-decoration: none;
	color: #999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;}

#mnav li a:hover
{background-image: url(../images/nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;}



#mnav li li
{

display:list-item;
}

#mnav ul li
{
	display:block;
	height:30px;
	float:left;
	list-style:none;
	margin-left:0px;
	position:relative;
	
	
}

#mnav li ul
{
	margin:0px;
	padding:0px;
	display:inline;
	position:absolute;
	top:50px;
	left: 35px;
	height: 45px;
	width: 550px;
	
}

#mnav ul li ul li a {
	margin: 0px;
	
	text-decoration:none;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}


#mnav li .active
{background-image: url(../images/nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;}
	
#mnav ul li.parts .active,#mnav ul li.tools .active  {
	background-image: url(../images/nav-indicator-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;}
	
	#mnav li li a
{ text-decoration:none;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;}

#mnav li.parts ul li a:hover, #mnav li.tools ul li a:hover {background-image: url(../images/nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
	
	
#mnav .first .active, #mnav .first a:hover  {
	background-image: url(../images/nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	
}
	
	#mnav li.first a  {
	
	
	float: left;
}

#mnav li.last a  {
	padding-right: 0px;
	margin-right: 0px;
	
}
#mnav .last .active, #mnav .last a:hover  {
	background-image: url(../images/nav-indicator.gif);
	background-repeat: no-repeat;
	background-position: 65px bottom;
	
}

	
	

	
/* -----------------------------------
Staff
----------------------------------- */	

.staff {
	float: left;
	width: 960px;
	
}

.staffdetails {
	float: left;
	width: 650px;
	padding-right: 20px;
	
	}

.staffimage{
	float: right;
	width: 250px;
	padding-right: 20px;
	
}
	
/* -----------------------------------
section-nav
----------------------------------- */

/* -----------------------------------
footer
----------------------------------- */

#footer {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 14px;
	position: relative;
}

.copyright {
	font-size: 0.8em;
	color: #999;
	float: left;
	width: 450px;
}

.badges {
	float: right;
	width: 450px;
}


/* -----------------------------------
form styles
----------------------------------- */
.formhd 
 
{
	line-height: 1;
	color:  #666;
	font-weight: bold;
	valign: top;}

.formbdy {
	line-height: 1;
	color:  #666;
	font-size: 100%;
	valign: top;
}
/* -----------------------------------
box
----------------------------------- */

/* -----------------------------------
colors
----------------------------------- */

/* -----------------------------------
classes
----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

.error {
	color: #D61041;
	font-weight: bold;
}

.required {
	font-size: 100%;
	color: #D01241;
	font-weight: bold;
	vertical-align: top;
}
	
.note {
	font-size: 85%;
	}
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
/* -----------------------------------
links
----------------------------------- */

#content a {
	color: #333;
}


/* ------------------------------------
formatting 
---------------------------------------*/
#clear{
	clear: both;
}

.left {
	float: left;
	text-align: left;
}

/*----------------------------------------
image positioning
-----------------------------------------*/

.imageleft {
	padding-right: 1.1em;
	padding-bottom:0.7em;
	float: left;
}

.imageright {
	padding-left: 1.1em;
	padding-bottom:0.7em;
	float: right;
}
