@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../images/main-bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#1d4145;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:24px;
	margin-bottom:10px;
}

h2 {
	font-size:21px;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
}

/* Фон */

.middle-bg {
	width:1200px;
	height:auto;
	background:url(../images/middle-bg.png);
	margin:auto;
	padding:50px 0;
}


/* Контент */

.middle-content {
	width:1000px;
	height:auto;
	background:#fff;
	margin:auto;
}


/* Шапка */

.header {
	width:1000px;
	height:81px;
	background:url(../images/header-bg.png);
}

.logo {
	width:182px;
	height:106px;
	background:url(../images/logo.png);
	position:absolute;
	margin-top:-10px;
	margin-left:30px;
}

.header ul {
	list-style:none;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
	padding-left:220px;
}

.header ul li {
	display:block;
	float:left;
	margin-right:5px;
}

.header ul li:last-child {
	float:right;
	color:#fff;
	text-shadow:0 1px #333;
	padding-right:40px;
}

.header ul li a {
	color:#fff;
	text-shadow:0 1px #333;
	padding:15px;
}

.header ul li a:hover {
	background:url(../images/menu-bg.png);
}

.header-machines {
	width:1000px;
	height:370px;
	background:url(../images/header-machines.jpg);
}

.promo-slider {
	width:1000px;
	height:190px;
	background:url(../images/promo-slider.gif);
}


/* Контент */

.content {
	width:900px;
	height:auto;
	background:#f6f6f6;
	margin:auto;
	padding:10px 50px;
}

.content p {
	color:#333;
	line-height:21px;
	margin-bottom:5px;
}

.inner {
	padding-top:30px;
}


/* Поиск */

.search {
	overflow:hidden;
	margin-bottom:10px;
}

.search span {
	 display:block;
	 width:80px;
	 float:left;
	 margin-right:22px;
}

.search span:last-child {
	 width:79px;
}

.search span label {
	background:#ddd;
	font-size:12px;
	padding:3px 5px 0px 5px;
	border-left:2px #aaa solid;
	border-radius:5px;
}

.search span input {
	margin:5px;
	float:left;
}

.input-xxxlarge {
	width:780px;
}

.for-example {
	font-size:12px;
	color:#999;
	margin-top:-5px;
}

.for-example span {
	border-bottom:1px #999 dotted;
	cursor:pointer;
}


/* Каталог */

.accessories {
	overflow:hidden;
}

.accessories ul {
	list-style:none;
}

.accessories ul li {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

/* Футер */

.footer {
	width:1000px;
	height:150px;
	background:url(../images/footer-bg.jpg);
	overflow:hidden;
}

.footer-info p {
	font-size:12px;
	line-height:18px;
	color:#999;
}

.footer-info {
	width:300px;
	height:auto;
	float:left;
	margin-top:50px;
	margin-right:50px;
}

.footer-info p {
	font-size:12px;
	line-height:18px;
	color:#999;
	padding:0 25px;
}

.footer-info:last-child {
	margin-right:0;
}

.search {
	margin-top:100px;
}

.zil {
	position:absolute;
	margin-top:-80px;
	margin-left:0px;
}

.gaz {
	position:absolute;
	margin-top:-80px;
	margin-left:100px;
}

.kamaz {
	position:absolute;
	margin-top:-80px;
	margin-left:205px;
}

.maz {
	position:absolute;
	margin-top:-80px;
	margin-left:305px;
}

.uaz {
	position:absolute;
	margin-top:-80px;
	margin-left:410px;
}

.ural {
	position:absolute;
	margin-top:-80px;
	margin-left:510px;
}

.gazel {
	position:absolute;
	margin-top:-80px;
	margin-left:610px;
}

.mtz {
	position:absolute;
	margin-top:-80px;
	margin-left:710px;
}



/* Админка */

.admin_news p {
	background:#d1d1d1;
	font-size:12px;
	padding:10px;
	border-radius:5px;
	-webkit-transition:background 0.5s;
	-moz-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition:background 0.5s;
	transition:background 0.5s;
}

.admin_news p:first-child {
	margin-top:10px;
}

.admin_news p:hover {
	background:#d9d9d9;
	-webkit-transition:background 0.5s;
	-moz-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition:background 0.5s;
	transition:background 0.5s;
}