* { margin: 0; padding: 0; }

a { color: #9B0101; text-decoration: none; }
a:visited { color: #9B0101; text-decoration: none;  }
a:hover { color: #780000; text-decoration: none; }
a:active { text-decoration: none; }
a img, fieldset { border: none; }

* html body {
width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
}

body {
	margin:0 auto;
	padding:0;
	background: #000
	font: 14px/100% Arial, Tahoma, serif;
	color: #fff;
	background: #000 url(../images/mainbg.jpg) scroll top center;
}

/* --------------------------------- structura */
#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/menu_main_bg.gif) scroll top center repeat-x;
	/* background: #000 url(../images/mainbg.jpg) scroll top center;*/
}
#header {
	width: 100%;
	height: 550px;
	margin: 0 auto;
}
#main {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	background: url(../images/footbg_up.png) bottom center repeat-x;
/*	background: url(../images/foot_mainbg.jpg) bottom left repeat-x; */
}
.clear {
clear: both;
height: 0px;
overflow: hidden;
}
/* --------------------------------- End structura */


/* --------------------------------- head */
.head_block_menu {
	width: 1000px;
  height: 100px;
	margin: 0 auto;
	padding: 0px;
}
.logo {
	float: left;
	margin: 19px 0 0 23px;
}
.menu {
	float: left;
	width: 650px;
	height: 100px;
	margin-left: 75px;
	padding-left: 7px;
	background: url(../images/menubg.jpg) top left no-repeat;
}

.menu2 {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	background: url(../images/menubg2.jpg) -5px 3px no-repeat;
}
.head_block_title {
	width: 100%;
  height: 450px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/head_title_bg.png) repeat-x;
}
.bigIMG {
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	padding: 0px;
}
.widget_lang {
	display: block;
	width: 310px;
	height: 80px;
	padding: 0px 10px 10px 25px;

}
.widget_lang > img {
	margin-right: 5px;
}

/* ******************************* цитаты */
#widget_sytata {
	float: left;  
/*	position: absolute; */
	display: block;
	width: 330px;
	height: auto;
	padding: 10px 0px 10px 15px;
	font: 14px/16px Arial, Tahoma, serif;
	color: #BCBCBC;
	text-align: justify;

}
#widget_sytata h4 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font: bold 26px/100% Arial Narrow, Tahoma, sans-serif;
	color: #9B0101;
}
/* --------------------------------- head */



/* --------------------------------- Content */
#container {
	width: 1000px;
	margin: 0 auto;
}
.container_in {
	float: left;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#content-columns {
margin: 0 50px 0 50px;
}
.content {
float: left;
width: 100%;
min-height:400px;
height: expression( this.scrollHeight < 401 ? "400px" : "auto" );
}
.leftcolumn {
float: left;
width: 50px;
height: 400px;
margin-left: -50px;
display: inline;
position: relative;
background: #000 url(../images/col1.jpg) no-repeat;
}
.rightcolumn {
float: right;
width: 50px;
height: 400px;
margin-right: -50px;
display: inline;
position: relative;
background: url(../images/col3.jpg) no-repeat;
}

#main_down {
	float: left;
	position: relative;
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	background: red;
}
#down_content-columns {
margin: 0 50px 0 50px;
}
.down_content {
float: left;
width: 100%;
min-height:75px;
height: expression( this.scrollHeight < 75 ? "75px" : "auto" );
	background: url(../images/dcont_bg.png) repeat-x;
}
.down_leftcolumn {
	float: left;
	width: 50px;
	height: 75px;
	margin-left: -50px;
	display: inline;
	position: relative;
	background: url(../images/dcont_bg_left.png) no-repeat;
}
.down_rightcolumn {
	float: right;
	width: 50px;
	height: 75px;
	margin-right: -50px;
	display: inline;
	position: relative;
	background: url(../images/dcont_bg_right.png) no-repeat;
}


/************************** IN CONTENT */
#content_left {
	position: relative;
	float: left;
	height: auto;
	width: 640px;
	margin: 0px;
	padding: 0px;
}

.post {
	float: left;
	display: block;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

.post h1, .post h2 {
	color: #9B0101;
	padding: 0px;
	font: bold 36px/30px Arial Narrow, Tahoma, sans-serif;
	text-transform: uppercase;
}
.post h1 a, .post h1 a:visited, .post h2 a, .post h2 a:visited {
	color: #9B0101;
	text-decoration: none;
}


.comment {
	font: 14px Arial Narrow, Tahoma, sans-serif;
	color: #090909;
}

.entry {
	clear: both;
	margin: 70px 0px 10px 0px;
	padding: 0px;
	font: 16px/120% Arial Narrow, Tahoma, sans-serif;
	color: #090909;
}
.entry p {
	padding: 5px 0;
}

.entry a, .post a:visited {
	color: #9B0101;
	text-decoration: none;
}
.entry a:hover {
	color: #770000;
	text-decoration: none;
}

.entry h1 {
	color: #9B0101;
	margin: 0px;
	padding: 0px;
	font: bold 32px/150% Arial Narrow, Tahoma, sans-serif;
	color: #525252;
}
.entry h1 a, .post h1 a:visited {
	color: #525252;
	text-decoration: none;
}
.entry h1 a:hover {
	color: #770000;
	text-decoration: none;
}
.entry h2 {
	color: #9B0101;
	margin: 0px;
	padding: 0px;
	font: bold 28px/140% Arial Narrow, Tahoma, sans-serif;
	color: #525252;
}
.entry h2 a, .post h2 a:visited {
	color: #9B0101;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #770000;
	text-decoration: none;
}
.entry h3 {
	color: #9B0101;
	margin: 0px;
	padding: 0px;
	font: bold 26px/120% Arial Narrow, Tahoma, sans-serif;
	color: #525252;
}
.entry h3 a, .post h3 a:visited {
	color: #9B0101;
	text-decoration: none;
}
.entry h3 a:hover {
	color: #770000;
	text-decoration: none;
}
.entry h4 {
	color: #9B0101;
	margin: 0px;
	padding: 0px;
	font: bold 22px/110% Arial Narrow, Tahoma, sans-serif;
	color: #525252;
}
.entry h4 a, .post h4 a:visited {
	color: #9B0101;
	text-decoration: none;
}
.entry h4 a:hover {
	color: #770000;
	text-decoration: none;
}

.entry ul {
	list-style: none;
	margin-left: 18px;
	}
.entry ul li {
	padding-left: 9px;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	}
.entry .sticky ul li {
	padding-left: 9px;
	background: url(../images/bullet-light.gif) no-repeat 0 4px;
	}
/* Blockquotes */

blockquote {
	text-align: right;
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.entry blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}


.alignleft {
	float: left;
	padding: 0 5px 5px 0;
}




#contbar {
	float: right;
	width: 250px;
	margin-top: 110px;
}
#contbar p {
	margin: 0px 0px 15px;
}
#contbar h3 {
	font: bold 28px/120% Arial Narrow, Helvetica, sans-serif;
	color: #555555;
}
#contbar h3 a, #contbar h3 a:visited {
	color: #555555;
}
#contbar h3 img {
	vertical-align: middle;
}
#contbar a, #contbar a:visited {
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	color: #9B0101;
	text-decoration:none;
}
#contbar a:hover, #contbar a:focus, #contbar a:active {
	text-decoration:underline;
}
#contbar ul {
	list-style: none;
	margin: 0 ;
	padding: 5px 0px;
}
#contbar ul li {
	background: url(../images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
	padding-top: -2px;
}
#contbar ul li ul li {
	background: url(../images/bullet.gif) no-repeat;
	padding-left: 12px ;
}

/************************** / IN CONTENT */






/* --------------------------------- End Content */


/* --------------------------------- Footer */
.foot_widget { 
	width: 100%;
  	height: 240px;
	min-height: 223px;
	margin: 0 auto;
	padding: 0px;
/* background: url(../images/footbg_up.png) bottom center repeat-x; */
}
.fwidget_block {
	width: 1000px;
	margin: 0 auto;
	font: normal 12px/14px Arilal, Tahoma;
	color: #B1B1B1;
	text-align: justify;
}
.fwidget_block h1 {
	font: bold 30px/36px Arilal Narrow, Tahoma;
	color: #DFDFDF;
		background: #ccc;
}
.wgcol1 {
	float: left;
	width: 300px;
	height: auto;
	margin: 10px 0 0 25px;
	border: 1px solid #fff;
}


.foot_contact {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: center;
/*	background: url(../images/bgcontact.jpg) top center no-repeat; */
}
.contact_text {
/*	padding-top: 130px; */
	font: normal 18px/18px Arial Narrow, Tahoma;
	color: #AD7750;
}
.contact_text span {
		font: bold 28px/28px Arial Narrow, Tahoma;
		color: #FFE09A;
}
.foot_copy {
/*	margin: 130px 0 0 0; */
	font: bold 12px Arial, Tahoma;
	color: #fff;
padding: 0 0 20px 0;
}
.foot_copy span {
	font: normal 12px Arial, Tahoma;
	color: #fff;
	padding: 0 0 10px 0;
}

/* --------------------------------- End Footer */

/* main menu */
#nav {
	width: 620px;
	height: 61px;
	margin: 10px 8px;
}
#nav ul{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #BBA1A2;
}
#nav ul li{
	display: block;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px 3px 0px 0px;
}
#nav ul li a{
	float: left;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 0px;
	color: #BBA1A2;
	text-decoration: none;
}
#nav li a:visited{
	display: block;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #BBA1A2;
}
#nav ul li a:hover, #nav ul li .current_page_item a{
	display: block;
	float: left;
	width: 150px;
	text-decoration: none;
	color: #896C6B;
}

#nav .page_item {
	text-transform: uppercase;
	font: 16px Arial Narrow, Helvetica, sans-serif;
}

#nav li ul {
	padding: 5px 0 0 0;
}
#nav li ul a {
	font: 13px Arial Narrow, Helvetica, sans-serif;
	text-decoration: none;
	color: #A45A4B;
	text-transform: none;
}
#nav li ul a:hover {
	text-decoration: none;
	color: #A45A4B;
}

.page_main {
	text-transform: uppercase !important;
	font: 16px Arial Narrow, Helvetica, sans-serif;
}




/* ******************************** footer */

.fwidget_block {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

.widget-foot {
	float: left;
	display: block;
	width: 310px;
	height: auto;
	padding: 0px 0px 0px 10px;
}

.widget-foot h3 {
	font: bold 28px/120% Arial Narrow, Helvetica, sans-serif;
	color: #BEBEBE;
}
.widget-foot h3 a, .widget-foot h3 a:visited {
	color: #BEBEBE;
}
.widget-foot a, .widget-foot a:visited {
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	color: #BEBEBE;
	text-decoration:none;
}
.widget-foot a:hover, .widget-foot a:focus, .widget-foot a:active {
	text-decoration:underline;
}

