@charset "windows-1251";
/* CSS Document */

/* Сброс параметров отступов и интервалов браузера */
* {
	margin: 0;
	padding: 0;
}


/* Настройка высоты для всего тега html */
html {
	height: 100%;
}

/* Настройка для всего тега body */
body {
	font: 12px/18px Verdana, Tahoma, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	background-color:#035d78;
}

/* Настройка для всех гиперссылок */
a {
	color: #a62020;
	outline: none;
	text-decoration: none;
}

/* Настройка для всех гиперссылок при наведении на нее указателя мыши*/
a:hover {
	color: #a0c2cc;
	text-decoration:none;
}

/* Настройка для всех абзацев */
p {
	margin: 0 0 18px 18px;
}

/* Настройка для всех изображений */
img {
	border: none;
}

/* Настройка для всех элементов формы input */
input {
	vertical-align: middle;
}

/* параметры для заставки */
#wrapper_splash {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	height: 100%;
}
#topframe {
	width: 610px;
	height: 34px;
	background-image:url(../image/tframe.png);
	background-repeat:no-repeat;

}
#centerframe {
	width: 610px;
	height: auto;
	vertical-align:top;
	background-image:url(../image/cframe.png);
	background-repeat:repeat-y;

}
#splash {
	text-align: center;
}

#bottomframe {
	width: 610px;
	height: 34px;
	min-height: 100%;
	background-image:url(../image/bframe.png);
	background-repeat:no-repeat;

}

/* параметры wrapper */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	min-height: 100%;
	/*height: auto !important;*/
	height:100%;
}


/* параметры верхней части сайта */
#header {
	height: 307px;
	background-image:url(../image/bgheader.png);
	background-repeat:no-repeat;
	position: relative;
	top:-1px;
	left: 14px;
}

#head {
	height: 88px;
	width: 704px;
	position: relative;
	top: 13px;
	left: 13px;
	z-index: 1;
}

#logo {
	height: 89px;
	width: 361px;
	position: relative;
	top: -94px;
	left: -3px;
	z-index: 2;
}

#top_nav {
	height: 31px;
	width: 114px;
	float: right;
	position: relative;
	top: -175px;
	right: 0px;
	z-index: 3;
}

/* параметры основного меню сайта */
#main_menu {
	height: 198px;
	width: 708px;
	background-image:url(../image/menu.png);
	background-repeat:no-repeat;
	margin-top: 8px;
	margin-left: 13px;

}
#menu_items {	
		left: 67px;
		top: 12px;
		color: #993333;
		font-family:Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 10pt;
		position: relative;

}
#menu_items ul {	
		list-style-type:none;
		text-align: left;
}
#menu_items li {
	margin-bottom: 14px;
}
#menu_items a {
	color:#006666;
	text-decoration: none;
}
#menu_items a:active {
	color:#993333;
	text-decoration: none;
}

#menu_items a:hover {
	color:#993333;
}

#auto {
	margin-top: -5px;
	margin-right: 8px;
	position:relative;
	top:-198px;
	left: 285px;
	z-index:3;

}
/* параметры основной части сайта */
#middle {
	background-image:url(../image/bgcontent.png);
	background-repeat:repeat-y;
	width: 100%;
	position: relative;
	top: -10px;
	left: 12px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	float: left;
	width: 720px;
	vertical-align: top;
	position: relative;
	top: 0px;
	left: 5px;
}

#content {
	position: relative;
	/*min-height: 165px;*/
	width: 718px;
	top: 0px;
	left: 2px;
}

#leftblock {
	background-image: url(../image/bgblock.png);
	height: 162px;
	width: 236px;
	margin-left: 3px;
}

#centerblock {
	background-image: url(../image/bgblock.png);
	position: relative;
	height: 162px;
	width: 236px;
	vertical-align: top;
	margin-top: -162px;
	margin-left: 241px;
}

#rightblock {
	background-image: url(../image/bgblock.png);
	position: relative;
	height: 162px;
	width: 236px;
	vertical-align: top;
	margin-top: -162px;
	margin-left: 479px;
}
.headblock {
	background-image:url(../image/bgheadblock.png);
	background-repeat:no-repeat;
	width: 231px;
	height: 36px;
	position: relative;
	top: 3px;
	left: 3px;
}

.headblock img {
	margin-left: 7px;
	margin-top: 8px;
	float: left;
}

.headblock p {
	position:relative;
	left: 6px;
	top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#990101;
}

.datepub {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	font-weight: normal;
	text-align: left;
	color:#a0c2cc;
	position: relative;
	top: 6px;
	left: 10px;
}
.textpreview {
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-weight: normal;
	text-align: justify;
	color:#fff;
	padding: 10px;
}

.textpreview a {
	color:#a0c2cc;
	text-decoration: none;
}

.textpreview a:hover {
	text-decoration: none;
	color:#000;
}

.textcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align: justify;
	color:#035d78;
	padding-left: 48px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#histes img {
	margin-left: 7px;
	margin-top: 8px;
	float: left;
}
#histes p {
	position:relative;
	left: 6px;
	top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#990101;
    margin-right: 20px;  /* Отступ справа */
}

#histprev {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#990101;
	height: 139px;;
}
#histprev img{
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 15px;
	float: left;
}

.texthist p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-weight: normal;
	text-align: justify;
	color:#035d78;
	width: 92%;
	position:relative;

}

.separate {
    background:url(http://www.auto-club39.ru/image/sep.png) repeat-x;
    height:3px;
    width:95%;
    color: #a01d1d;
    font-size: 0.8em;
	margin-left: 30px;
}


/* параметры нижней части сайта */
#footer {
	background-image:url(../image/bgfooter.png);
	background-repeat:no-repeat;
	width: 760px;
	height: 112px;
	position: relative;
	left: 8px;
	top: -10px;
	
}
#footer img {
	position: relative;
	top: 15px;
	left: 19px;
	
}

#buttom_menu {
	
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	position: relative;
	vertical-align: middle;
	top: -42px;
	text-align:center;

}

#buttom_menu a {
	color: white;
	font-weight: bold;
}

#buttom_menu a:hover {
	color: #035d78;
	text-decoration: none;
}

#copyright {	
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
	color: #cacaca;
	position: relative;
	vertical-align: middle;
	top: -42px;

}
