/*
AUTO TYRES GROUP

back: #65625d
link: #fff
text: #000
red: #ee3b33

*/

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #fff;
	font-size: 12px;
	font-family: tahoma, arial, verdana, helvetica, lucida, sans-serif;	
	text-align: center;
	background: url("../images/top_back.png") 0 0 repeat-x;
	background-color: #3f3d3b;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 20px;
}

img {
	border: 0;
}

/*---------- Header -----------*/
div#header {
	position: relative;
	width: 800px;
	height: 255px;
	margin: 0 auto;
	background: none;	
}

div.auto {
	position: absolute;
	right: 0;
	bottom: 39px;
	width: 500px;
	height: 180px;
	display: block;
}

div#auto1 {
	background: url("../images/auto1.jpg") 0 0 no-repeat;
}

div#auto2 {
	background: url("../images/auto2.jpg") 0 0 no-repeat;
}

div#auto3 {
	background: url("../images/auto3.jpg") 0 0 no-repeat;
}

div#auto4 {
	background: url("../images/auto4.jpg") 0 0 no-repeat;
}

div#auto5 {
	background: url("../images/auto5.jpg") 0 0 no-repeat;
}

div#header h1#logo a {
	position: absolute;
	left: 0;
	top: 73px;
	width: 170px;
	height: 100px;
	text-indent: -9999px;
	background: url("../images/logo.png") 0 0 no-repeat;
	display: block;
	overflow: hidden;
}

div#header ul#lang {
	list-style: none;
	width: 70px;
	height: 22px;
	padding-left: 10px;
	background: url("../images/lang_back.png") 0 0 no-repeat;
	text-align: center;
	float: right;
}

div#header ul#lang li {
	float: left;
}

div#header ul#lang li a {
	text-decoration: underline;
}

/*---------------- Menu -------------*/
div#menu {
	position: absolute;
	bottom: 0px;
	left: 110px;
	width: 580px;
	height: 39px;
	background: url("../images/menu_back.jpg") 0 0 no-repeat;
	margin: 0 auto;
	padding-left: 21px;
}

div#menu a {
	width: 98px;
	height: 19px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 12px;
	border-bottom: 1px solid #e4e4e4;
}

div#menu a:hover {
	color: #fff;
	background-color: #ee3b33;
	border-bottom: 1px solid #d3342d;
}

div#menu a.active {
	color: #fff;
	background-color: #ee3b33;
	border-bottom: 1px solid #d3342d;
}

/*---------------- Sub Menu -------------*/
div#subMenu {
	left: 110px;
	width: 470px;
	height: 39px;
	background: url("../images/sub_menu_back.jpg") 0 0 no-repeat;
	margin: 0 auto 30px auto;
	text-align: center;
	padding-left: 21px;
}

div#subMenu a {
	width: 98px;
	height: 19px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 12px;
	border-bottom: 1px solid #e4e4e4;
}

div#subMenu a:hover {
	color: #fff;
	background-color: #ee3b33;
	border-bottom: 1px solid #d3342d;
}

div#subMenu a.active {
	color: #fff;
	background-color: #ee3b33;
	border-bottom: 1px solid #d3342d;
}

/*---------------- Content -------------*/
div#wrap {
	width: 100%;
	background-color: #65625d;
	font-size: 13px;
}

div#content {
	width: 800px;
	background-color: #65625d;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	display: block;
}

#products div#content {
	padding-top: 0;
}

/*------------- About -----------*/
div.block {
	width: 660px;
	height: 250px;
	background-color: #494743;
	display: block;
	clear: both;
	margin: 0 auto 20px auto;
	border: 2px solid #333;
}

div.block img, div.block #Service1, div.block #Service2, div.block #Service3 {
	width: 380px;
	height: 250px;
	margin-right: 10px;
	float: left;
}

div.block a {
	color: #ee3b33;
}

div.block p {
	padding-top: 10px;
}

/*-------------- Services ------------*/
#services div#content ul {
	list-style: circle;
	list-style-position: inside;
	margin-left: 10px;
}

#services div#content p {
	line-height: 24px;
}

/*-------------- Products ------------*/
#products h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

#products ul {
	list-style: none;
}

#products ul a {
	font-size: 12px;
	color: #dadada;
	text-decoration: none;
}

#products ul a:hover {
	color: #fff;
	text-decoration: underline;
}

#products ul li {
	margin-bottom: 3px;
}

#products ul li a.active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#products #leftMenu {
	background: url("../images/marks_border.png") right 0 repeat-y;
	padding-right: 15px;
	float: left;
}

#products #rightMenu {
	background: url("../images/marks_border.png") 0 0 repeat-y;
	padding-left: 15px;
	margin-left: -2px;
	float: left;
}

#products #result {
	width: 570px;
	margin-left: 50px;
	float: left;
}

#products #result div#info {
	margin-bottom: 20px;
}

#products #result .pr {
	position: relative;
	width: 150px;
	height: 170px;
	margin: 0 30px 30px 0;
	float: left;
}

#products #result .pr span {
	position: absolute;
	left: 0;
	top: 150px;
	width: 150px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 0;
	display: block;
}

/*-------------- Contacts ------------*/
#contacts div#content ul {
	width: 290px;
	margin-left: 130px;
	list-style: none;
	float: left;
}

/*\*/ * html #contacts div#content ul { margin-left: 65px; } /**/

#contacts div#content h2 {
	font-size: 18px;	
	color: #ee3b33;
}

#contacts #content #cForm {
	width: 250px;
	float: left;
	display: block;
}

#contacts #content #cForm label {
	display: block;
}

#contacts #content #cForm input {
	width: 250px;
	margin-bottom: 10px;
}

#contacts #content #cForm textarea {
	width: 250px;
	height: 100px;
	margin-bottom: 10px;
	overflow: auto;
}

#contacts input, #contacts textarea {
	border: 1px solid #000;
	padding: 2px;
}

#contacts #content #cForm input.btn {
	width: 70px;
	padding: 1px;
	margin-bottom: 0;
	float: right;
}

/*---------------- Footer -------------*/
div#footer {
	width: 100%;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url("../images/footer_top_shadow.png") 0 0 repeat-x;
	padding-top: 20px;
}

div#footer div#footerCenter {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#footer p span {
	font-weight: bold;
}

div#footer h2 {
	color: #a6423e;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

div#footer ul {
	margin-right: 5px;
	list-style: none;
	float: left;
}

div#footer ul#rCol {
	margin-right: 0;
	float: none;
}

div#footer ul li {
	margin-right: 5px;
	padding-left: 35px;
	float: left;
}

div#footer ul li p {
	line-height: 15px;
	color: #999;
}

div#footer a#webmaster {
	width: 70px;
	height: 16px;	
	text-indent: -9999px;
	background: url("../images/fuxy.png") 0 0 no-repeat;
	display: block;
	margin: 20px auto 30px auto;
	clear: both;
}

div#footer a:hover#webmaster {
	background-position: 0 -16px;
}




.clear {
	clear: both;
}

.spacer:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.spacer {display: inline-block;}

/* Hides from IE-mac \*/
* html .spacer {height: 1%;}
.spacer {display: block;}
/* End hide from IE-mac */