body {
	margin: 0;
	background: #000000;
}

h1, h3, h4 {
	margin: 0;
	font-size:14px;
}

h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	font-size:16px;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height:350px;
	background: url("../images/header_foto.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		left: 40px;
		width:920px;
		height:100px;
	}
	
	#header #header-info img {
		display:block;
		left:55px;
		position: absolute;
		top:0;
		
	}
	
	.text_header_nar
	{
		color:#FFFFFF;
		font-size:21px;
		padding:12px 0 0 120px;
		text-align:center;
		font-family:Tahoma, Geneva, sans-serif;
	}
	
	.text_header_nom
	{
		color:#FF992D;
		font-size:19px;
		font-weight:bold;
		padding:7px 30px 0 0;
		text-align:right;
		font-family:Tahoma, Geneva, sans-serif;
	}
	
	.text_header_nom span
	{
		padding-left:30px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: bold 30px "Verdana", Verdana;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px "Verdana", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 26px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 53px;
		margin-right: 8px;
		font: bold 10px/43px "Verdana", Verdana;
		color: #ffffff;
		text-transform: lowercase;
		background: url("../images/header_m.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 40px;
		background: url("../images/header_n.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 270px;
		left: 0px;
		width: 1004px;
		height: 201px;
		color: #FFFFFF;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar h3 {
		font: bold 15px "Verdana", Verdana;
		color: #CCCCCC;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #CCCCCC;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar ul li a {
		color: #CCCCCC;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 285px;
			padding: 35px 33px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 306px;
			float: left;
			padding: 12px 0 0 30px;
		}
		
		#header #topbar #topbar-right {
			width: 287px;
			float: left;
			padding: 12px 0 0 30px;
		}


/* Main */

#main {
	width: 1004px;
	background:#252525; /*url("../images/main_1.gif") repeat-y;*/
	font-family:Tahoma, Geneva, sans-serif;
}

#main-top {
	width: 1004px;
	/*background: url("../images/main_top_1.gif") no-repeat;*/
}

#main-bottom {
	width: 992px;
	padding-left: 12px;
	min-height: 50px;
	/*background: url("../images/main_bot_1.gif") no-repeat left bottom;*/
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 770px;
		padding: 6px 16px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #FFFFFF;
		float: left;
		margin-bottom: 16px;
		width: 773px;
		padding: 7px;
		background: #252525;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 554px;
			height: 51px;
			color: #FFFFFF;
			font: bold 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("../images/post_dat.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #000000;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #FFFFFF;
			font: bold 19px "Verdana", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #FFFFFF;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .post-entry a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #FFFFFF;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #FFFFFF;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #FFFFFF;
			font: bold 17px "Verdana", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #FFFFFF;
		}
		
		#content .post .comments a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color: #FFFFFF;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #FFFFFF;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
		
#content h1
{
	padding:0 0 15px 0;
}

#content p
{
	margin:0;
	padding:0 0 15px 0;
}

#content img
{
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 189px;
		font: strong 15px/18px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 7px 0;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 16px/34px "Verdana", Verdana;
			color: #ffffff;
			height: 46px;
			width: 189px;
			background: url("../images/sidebar_.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 10px 0;
			padding:0;
			list-style-type: none;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:13px;
		}
		
		.sidebar ul ul {
			margin: 0;
			padding:0 0 7px 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			margin:5px 0;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			background:#B31F1F;
			display:block;
			padding:2px 5px 2px 7px;
			/*font-weight:bold;*/
			/*text-transform:uppercase;*/
			line-height:.9em;
			font-family:Verdana, Geneva, sans-serif;
			font-weight:bold;
		}
		
		.sidebar ul li a  span
		{
			display:block;
			padding:5px 0;
		}

		.sidebar ul ul li {
			color: #ffffff;
			margin:5px 0 0 7px;
			/*text-align:right;*/
		}
		
		.sidebar ul ul li a
		{
			display:block;
			/*background:#9A9A9A url(../images/sidebar_background_1.gif) center repeat-x;*/
			font-weight:bold;
			text-transform:lowercase;
			background:#272727  url(../images/button.gif) left center no-repeat;
			/*border-bottom:1px dashed #FFFFFF;*/
			padding-left:15px;
		}
		
		.sidebar ul ul li a span
		{
			/*border-bottom:2px solid #3A60C3;*/
			padding-bottom:0;
			display:inline;
			line-height:1.2em;
		}
		
		.sidebar ul li a:hover {
			text-decoration: none;
			color:#EFC66E;
		}

		.parent #current a
		{
			margin-left:-10px;
			background:#272727  url(../images/12.gif) left center no-repeat;
			padding-left:25px;
		}
		
		#current a span
		{
			color:#EFC66E;
			
		}
		
		#current ul li a span
		{
			color:#FFFFFF;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
	margin:15px 0;
	padding:5px;
	width: 995px;
	height: 30px;
	background:#252525;/*url("../images/footer00.gif") repeat-x;*/
	color: #FFFFFF;
	font: normal 10px/15px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*-------------------------------------top_menu---------------------------------------------*/
/* The ads */


#kwick {
	position: relative;
	margin: auto 0px;
	padding: 10px 0 10px 15px;
	width:940px;
	top:215px;
	
}

* +html #kwick {top:230px;}

#kwick .kwicks {
	display: block;
	background:url(../images/right_button.gif) top right no-repeat;
	height: 100px;
}

#kwick .kwicks  a
{
	font-family:Tahoma, Geneva, sans-serif;
}

#kwick li {
	float: left;
	list-style:none;
}

#kwick .kwick {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding:10px;
	background: #fff;
	border-right: 5px solid #25241e;
}

#kwick a
{
	text-decoration:none;
}

#kwick .kwick span {
	color:#FFFFFF;
	float:left;
	font-size:20px;
	padding:20px 0;
	width:100%;
	text-align:center;
	/*white-space:nowrap;*/
}

#kwick .ad1 {
	background: #25241E url(../images/blue.gif);
}

#kwick .ad2 {
	background: #25241E url(../images/yellow.gif);
}

#kwick .ad3 {
	background: #25241E url(../images/red_2.gif);
}

#kwick .ad4 {
	background: #25241E url(../images/right_button.gif);
	border-right: 0;
}
#kwick .ad5{
	background: #25241E url(../images/red_1.gif);
}
#kwick .ad6 {
	background: #25241E url(../images/green_button.gif);
}
/*-------------------------------------/top_menu---------------------------------------------*/

.sidebar-right
{
	color:#FFFFFF;
	float:left;
	padding:7px 0;
	width:189px;
}

.sidebar-right h3
{
	padding-left: 18px;
	font: bold 16px/34px "Verdana", Verdana;
	color: #ffffff;
	height: 46px;
	width: 189px;
	background: url("../images/sidebar_.gif") no-repeat;
}

.sidebar-right ul
{
	margin:5px 0 8px 0;
	padding:0 0 0 7px;
	font-size:18px;
}

.sidebar-right ul li
{
	list-style-type:none;
}

.sidebar-right ul li a
{
	text-decoration:none;
	color:#FFFFFF;
}

.sidebar-right ul li a:hover
{
	color:red;
}

.article-content
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight: normal;
	text-align:justify;
}


.article-content a:active, .article-content a:link, .article-content a:visited, .article-content a:hover
{
	color:#FFFFFF;
}

.contentheading
{
	font-size:14px;
}

.YMaps-b-balloon-m
{
	color:#000000;
}

.abox_schetchik
{
	width:auto;
	float:right;
	margin-top:-15px;
}

.right_contacts
{
	font-size:12px;
	margin:15px 0;
	padding:5px;
	border:1px solid red;
}

.price_table
{
	border-collapse: collapse;
}

.price_table h3
{
	margin:5px !important;
}

.price_table h3 a
{
	text-decoration:none;
	font-size:15px;
}

.price_table th
{
	text-align:center;
}

.price_table, .price_table tr, .price_table td, .price_table th
{
	border:1px solid #FFFFFF;
}

.big_table_sif
{
	font-size:17px;
	font-weight:bold;
}

.price_style_table
{
	margin:15px 0 0 0;
}

.price_style_table th
{
	background-color:#B31F1F;
	text-align:center;
	color:#FFFFFF;
	padding:7px;
	font-weight:bold;
	font-size:17px;
}

.price_style_table td
{
	padding:5px;
	text-align:center;
}