
@import url("default.css");
@import url("content.css");

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.4em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#header {
		height: 434px;
		background: url(../img/header_bg.jpg) transparent 0 0 repeat-x;
	}
		#header .inner {
			height: 434px;
			background: url(../img/header_img.jpg) transparent 50% 0 no-repeat;
		}
	#conteiner {
		width: 100%;
		padding-bottom: 70px;
	}
		#main_menu {
			margin: 0 0 0 30px;
		}
			#main_menu a {
				margin: 0 15px 0 0;
				color: #394c60;
				font-weight: bold;
			}
			#main_menu a:hover, #main_menu a:active, #main_menu a.active {
				text-decoration: none;
			}
		#left_panel {
			vertical-align: top;
		}
			#content { margin: 15px 30px 30px 30px; }
			*html #content { width: 100%; }

		#right_panel {
			width: 300px;
			vertical-align: top;
		}


	#footer {
		position: absolute;
		bottom: 0; left: 30px;
		height: 70px;
		font-size: 0.9em;
	}
	#footer img { margin: 5px 5px 0 0; }

/*---------content----------*/
#singleTitle {
	margin: 15px 0;
	padding: 0 0 0 25px;
	color: #887f70;
	font-weight: normal;
	font-size: 1.8em;
	border-left: 5px solid #7ecc0e;
}
#right_panel h3 {
	margin: 15px 0;
	padding: 0 0 0 25px;
	color: #887f70;
	font-weight: normal;
	font-size: 1.8em;
	border-left: 5px solid #7ecc0e;
}
#right_panel h4 { margin-bottom: 0; }
	#right_panel h4 a {	margin-bottom: 0; font-size: 0.9em;	font-weight: normal; }
#dop_info form {
	padding: 10px 30px;
	text-align: center;
	background-color: #b4ad9d;
}
#dop_info h4, #dop_info p { margin-left: 30px; }
#counters{float:left; margin: 0 0 0 50px }
.ssnn-copyright { float: right; ; margin: 0 30px 0 50px}
.uss-site-copyright {float: left; }
