@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#565656;
	background:#d5cbbf url(../media/images/main-bg.png);
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#3f6ecf;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#092673;
	margin:17px 0;
	}
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#092673;
	margin:17px 0;
	}
h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#092673;
	margin:17px 0;
	}

 table.analis {
	width: 98%;
	border-collapse: collapse;
	text-align: center;
}
table.analis th {
	border : 1px solid #F7CE94;
	background-color : #FCEBD2;
}
table.analis td {
	border : 1px solid #F7CE94;
}
table.analis td.bold, table.analis th.bold {
	border-top : 3px solid #F7CE94;
}
.offerslist {
	width: 100%;
	border-collapse: separate;
font-size:12px;
}
.offerslist td {
	padding: 5px;
	background: #EFEFEF;
}
.offerslist .uneven td {
	background: #DFDFDF;
}
.offerslist th {
	padding: 5px;
	font-weight: bold;
	background: #BCBBBB;
}


	p{
		margin:17px 0;
		line-height:17px;}
.shadow-bg {
	background:url(../media/images/shadow-bg.png) repeat-y 50% 0;
}

#container {
	width:1000px;
	background:#fee7be url(../media/images/content-bg.png) repeat-y;
	margin: 0 auto;
	text-align: left;
}
.header {
	height:284px;
	overflow:hidden;
	position:relative;
}
.header.bg1{
	background:#fef8ec url(../media/images/top-bg.jpg) no-repeat;
	}
.header.bg2{
	background:#fef8ec url(../media/images/top-bg2.jpg) no-repeat;
	}
.header.bg3{
	background:#fef8ec url(../media/images/top-bg3.jpg) no-repeat;
	}
.header .logo {
	position:absolute;
	top:90px;
	left:44px;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	color:#060970;
	text-decoration:none;
}

.sidebar {
	float: left;
	width:278px;
	background:#fef8ec url(../media/images/content-bg.png) repeat-y;
	overflow:hidden;
}
.sidebar .title {
	background:#2357aa url(../media/images/left-menu-title.png) no-repeat;
	height:46px;
	line-height:46px;
	overflow:hidden;
	color:#d1dcf4;
	font-style:italic;
	font-size:13px;
	padding:0 0 0 40px;
}
.left-menu {
	list-style:none;
}
.left-menu li {
	margin:0 0 1px 0;
	height:100%;
	vertical-align:bottom;
}
.left-menu li a {
	background:#ced0dd url(../media/images/left-menu.png) no-repeat 100% 100%;
	display:block;
	line-height:18px;
	padding:6px 0 6px 33px;
	color:#1734a5;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
.left-menu li a:hover {
	background:#a9b8df url(../media/images/left-menu-hover.png) no-repeat 100% 100%;
	text-decoration:underline;
}
.contacts {
	font-size:31px;
	color:#2357aa;
	padding:20px 0 0 37px;
	margin:30px 0;
	line-height:20px;
}
.contacts div {
	font-size:14px;
}
.contacts .top {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#7d6f57;
	text-decoration:underline;
	line-height:normal;
	margin-bottom:20px;
}
.contacts .top a{
	color:#7d6f57;
}
.mainContent {
	float:left;
	width: 664px;
	padding:15px 29px 0 29px;
	overflow:hidden;
}
.mainContent ul{
	padding-left:15px;
}
.top-menu {
	background:#032e94 url(../media/images/top-menu.png) repeat-x;
	height:46px;
	line-height:46px;
	font-size:14px;
	color:#ebbd72;
	overflow: hidden;
	list-style:none;
	padding-left:27px;
	float:left;
	width:695px;
}
.top-menu li {
	float:left;
	margin:0 13px;
	display:inline;
}
.top-menu li a {
	color:#fff;
}
.top-menu li a:hover{
	color:#ebbd72;
}
.footer {
	height:117px;
	padding:160px 0 0 41px;
	background:url(../media/images/bottom-bg.png) no-repeat;
	overflow: hidden;
	color:#2357aa;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.footer a{
	color:#2357aa;
}
.footer .name{
	font-size:18px;
	padding-left:264px;
	margin:0 0 20px 0;
}
.footer table{
	width:100%;
}
.footer table tr td{
	text-align:left;
	vertical-align:top;
}
.footer table tr .author{
	width:264px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
