body {
	background: #EEEEED url('/img/start/bg_top.jpg') 50% 0px no-repeat;
	margin: 0px;
	padding: 0px;
	color: #5F7995;
	font-family: Arial, sans-serif;
	font-size: 80%;
}

p#logo {
	position: absolute;
	left: 15%;
	top: 20px;
	background-repeat: no-repeat;
}

p#logo img {
	width: 265px; 
	height: 74px;
}

/* Самая верхняя менюшка */
ul#addNav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 100%;
}

ul#addNav li {
	display: inline;
	margin: 0px;
	padding: 0px 14px 0px 13px;
	background: transparent url('/img/arrow_h1.gif') 0px 3px no-repeat;
	height: 30px;
}

ul#addNav a {
	color: navy;
	text-decoration: none;
}

ul#addNav a:hover {
	text-decoration: underline;
}

/* Список основных разделов */
ul#mainNav {
	margin: 120px 20px 0px 20px;
	clear: both;
	text-align: left;
}

ul#mainNav li {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 15px;
	background: transparent url('/img/arrow_h1.gif') 0px 10px no-repeat;
}

ul#mainNav a {
	color: navy;
	font-size: 14px;
	text-decoration: none;
}

ul#mainNav a:hover {
	text-decoration: underline;
}

div#main {
	clear: both;
	background: transparent url('/img/start/bg_main.gif') 0px 32px repeat-x;
	position: absolute;
	left: 0px;
	top: 405px;
	width: 100%;
}

ul#superMenu {
	background: transparent url('/img/start/bg_supermenu.jpg') 0px 0px no-repeat;
	width: 659px;
	height: 112px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#superMenu li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 90px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;

}


li#engine {
	position: absolute;
	top: 84px;
	left: 8px;
}

li#chtunn {
	position: absolute;
	top: 84px;
	left: 100px;
}

li#kpp {
	position: absolute;
	top: 84px;
	left: 190px;
}

li#brakes {
	position: absolute;
	top: 84px;
	left: 280px;
}

li#suspen {
	position: absolute;
	top: 84px;
	left: 370px;
}

li#service {
	position: absolute;
	top: 84px;
	left: 460px;
}


img.superImgs {
	position: absolute;
	top: 10px;
	width: 79px;
	height: 62px;
}

img#engineimg  {left: 10px;}
img#chtunnimg  {left: 101px;}
img#kppimg     {left: 192px;}
img#brakesimg  {left: 283px;}
img#suspenimg  {left: 372px;}
img#serviceimg {left: 463px;}


div#content {
	margin-top: 0px;
	width: 520px;
	background: #EEEEED url('/img/start/content_bottom.gif') 100% 100% no-repeat;
}

div#content p {
	margin: 0px;
	padding: 0px 20px 10px 20px;
}

div#content hr {
	margin: 10px 30px 10px 20px;
}

div#content dl {
	margin: 0px;
	padding: 0px 20px 25px 20px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 1px 0px 7px 30px;
}

div#news {
	position: absolute;
	top: 62px;
	left: 520px;
}

div#news a {
	font-weight: bold;
}

div#news h1 {
	margin: 0px;
	padding: 0px 10px 0px 120px;
	height: 60px;
	font-size: 100%;
	color: #c03;
}

div#news table {
	margin: 0px 0px 15px 0px;
}

div#news p {
	margin: 0px;
	padding: 0px 5px 5px 30px;
}

div#news p img {
	vertical-align: middle;
}

div#infoblock {
	min-height: 82px;
	background: transparent url('/img/start/ground.jpg') 100% 100% no-repeat;
	padding: 5px 20px;
}

div#infoblock p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 70px;
}


div#infoblock p.banners {
	float: left;
	padding-right: 20px;
	height: 37px;
}

a {
	text-decoration: underline;
	color: #7F8691;
}

a:hover {
	color: #f33;
}

img {
	border-style: none;
}

table {
	font-size: 100%;
}

.c {
	text-align: center;
}

