/* CSS Document */
* {margin:0; padding:0;}
html {
	font-family:Arial, sans-serif;
	font-size:14px;
}
/*---------------------------------------------------*/
body {
	background:#F3F3F3 url(img/tambov_01.png) repeat-x left top;
}
#wrapout {
	background:url(img/tambov_15.png) repeat-x left bottom;
}
#wrapin {
	position:relative;
	width:900px;
	margin:0 auto;
	padding-top:137px;
}
/*---------------------------------------------------*/
#carrier {
	position:absolute;
	width:224px;
	height:332px;
	background:url(img/tambov_04.png) no-repeat left top;
	top:0px;
	right:0;
	z-index:0;
}
#boxes {
	position:absolute;
	width:213px;
	height:231px;
	background:url(img/tambov_13.png) no-repeat left top;
	bottom:0;
	left:20px;
	z-index:0;
}
/*---------------------------------------------------*/
#header {
	line-height:500px;
	overflow:hidden;
	width:300px;
	height:87px;
	background:url(img/tambov_07.png) no-repeat left top;
	/*padding-top:25px;*/
	/*margin:0 0 25px 0px;*/
	position:absolute;
	top:25px;
	left:0;
}
#phone {
	line-height:500px;
	overflow:hidden;
	width:300px;
	height:87px;
	background:url(img/tambov_08.png) no-repeat left top;
	/*padding-top:25px;*/
	/*margin:0 0 25px 0px;*/
	position:absolute;
	top:25px;
	left:400px;
}
#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	list-style:none;
	padding:20px 0 40px 0px;
	overflow:hidden;
	_width:90%;
}
#menu li {
	float:left;
	margin-right:25px;
	display:block;
}
#menu li a {
	display:block;
	padding:5px;
	color:#0076A3;
}
#menu li.active {
	background:#e4e4e4;
}
/*---------------------------------------------------*/
h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#A0410D;
	font-weight:normal;
	margin-bottom:20px;
}
.content {
	margin:0 0px 20px 5px;
	padding-right:270px;
	font-size:15px;
	line-height:1.5em;
	/*float:left;
	width:620px;*/
}
.content p {
	margin-bottom:15px;
}
.content blockquote {
	margin-bottom:15px;
	margin-left:50px;
	font-style:italic;
}
.content blockquote strong {
	font-weight:normal;
}
.content h3 {
	font-size:20px;
	color:#A0410D;
	font-weight:normal;
	margin-bottom:5px;
}
.content ul {
	margin-bottom:15px;
}
.content ul li {
	list-style:none;
	padding-left:20px;
	background:url(img/bullet.png) no-repeat left 5px;
}
.content dl {
	margin-bottom:15px;
}
.content dl dd {
	padding-left:20px;
	margin-bottom:15px;
}
.content img {
	position:absolute;
	right:0;
}
.content table {
	border:1px solid #bbb;
	border-right:none;
	border-bottom:none;
	margin-bottom:15px;
}
.content th, .content td {
	border:1px solid #bbb;
	border-left:none;
	border-top:none;
	padding:5px;
}
/*---------------------------------------------------*/
.images {
	float:right;
	margin-top:120px;
	width:250px;
}
.images img {
	margin-bottom:15px;
}
/*---------------------------------------------------*/
#contacts {
	clear:both;
	height:170px;
	margin:50px 0 0px 300px;
	padding:0;
}
/*---------------------------------------------------*/
#footer {
	clear:both;
	padding:20px 0 0 300px;
	color:#fff;
	height:40px;
}