/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	color: black;
	background-color:#4f110b;
	margin:0px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	margin-top: 40px;
	width: 760px;
	font-size: 8px;
	color: white;
}

#header {
	position: relative;
	background-image:url(../images/hea/grad.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	width: 761px;
	height: 89px;
	
}

#engine {
	position:absolute;
	left:0px;
	top:0px;
}

#logo {
	position:absolute;
	right:0px;
	top:15px;
}

#mainpage {
	background-image:url(../images/mai/cog.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-left: auto;
	margin-right: auto;
	width: 761px;
	min-height: 360px;
	background-color: #ffffff;
	border-top: 3px solid #4f110b;
	/*border: black solid 1px;*/
	position: relative;
	text-align: left;
}

* html #mainpage {
	height: 360px;
}

#h_nav {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#9f2829;
	text-align:right;
	margin-top: 6px;
	padding-left:0px; /* sets gap to left edge of 'ul' */
	left:215px;
	width:537px;
	height: 25px;
}

#h_nav ul {
	margin: 0px;
	list-style: none;
	text-align:center;
	padding-left:0px; /* sets gap from left edge of 'ul' to first menu item*/
}	

#h_nav li {
	float:left;
	list-style: none;
	margin-right: 26px; /* sets gap between menu items*/
	margin-bottom: .5px;
}


#h_nav li a:link, #h_nav li a:visited {
	display: block;
	width: 117px;
	height: 23px;
	padding-top:0px;
	margin-left: 0px;
	background-color: #a7aeb7;
	border: #4f110b solid 1px;
	border-style:outset;
	color: #d24c3f;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height:22px;
}

#h_nav li a:hover {
	padding-right: 0px;
	background-color:#4f110b /*#d24c3f #d5ca93*/;
	border: #343c47 solid 1px;
	border-style:inset;
	color: #d24c3f /*#a7aeb7 #343c47*/;
}


#leftbox {
position:absolute;
background-image: url(../images/mai/v_grad.jpg);
background-repeat:repeat-x;
width: 171px;
height:335px;
top: 5px;
left: 5px;
	padding-top:8px;
border: 1px solid #4f110b;
}


#leftbox ul {
	margin: 0px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#104e87;
	padding-left:10px; /* sets gap from left edge of 'ul' to first menu item*/
	padding-right:5px;
	list-style-type: circle;
}

#leftbox li {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#104e87;
	margin-left:15px;
	margin-bottom: 10px;
}
	
#traction {
	position:absolute;
	bottom:0px;
}

#maincontent {
	padding: 20px 20px 10px 0px;
	margin-left:215px;
	/*border:1px solid green;*/
}

#car {
padding-top: 5px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	height: 8px;
	background-color: #104e87;
	border-bottom:2px solid white;
	border-left:3px solid white;
	border-right:3px solid white;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 761px;
	font-size: 8px;
	text-align: right;
	color: white;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	/*background-color:  #F5F5F5;*/
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

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

h2 {
	font-size:12px;
line-height:18px;
color:#104E87;
padding-left:10px;
}

h3 {
	font-size:14px;
line-height:18px;
color:#104E87;
padding-left:10px;
font-weight:bold;
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}


 a:link, a:visited {
	color:gray;
	
}

 a:hover {
	color: #104E87;
	
}


input {
	border: 1px solid black;
	background-color: white;
}
