#wrapper {
	width: 100%;
	min-width: 1000px;
	max-width: 1400px;
	margin: 0 auto;
	width:expression(document.body.clientWidth > 1400? "1400px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #3366cc;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	float: left;
	width: 270px;
	padding: 18px 0 0 20px;
	height: 132px;
}
#logo-right {
	margin-left: 290px;
	height: 150px;
}
#contacts {
	float: right;
	width: 250px;
	height: 150px;
	background-image: url(img/dostavka-up.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#center-banner {
	margin-right: 250px;
	text-align: center;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	z-index: 1;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 10px 240px 0 240px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 220px;
	margin-left: -100%;
	background: white;
}
.div-rubr, .nazmenu {
	height: 30px;
	background-color: #4682B4;
	line-height: 30px;
}
.div-rubr span, .nazmenu span {
	margin: 0 0 0 30px; 
	color: white;
	font-weight: bold;
}

.div-navi {
	height: 30px;
	background-image: url(img/m-b-bg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	font-size: 12px;
	padding: 0 0 0 20px;
}
div.div-navi a:link, div.div-navi a:visited {
}
div.div-navi a:hover {
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 220px;
	margin-left: -220px;
	background-color: white;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 60px;
	background: #D6E3EE;
}
.footer-1 {
	float: left;
	margin: 10px;
}
.footer-2 {
	float: right;
	margin: 10px;
}

.faq-date, .clauses-date, .news-date {
	width: 130px;
	text-align: center;
	background-color: #D6E3EE;	
/*	background-color: #F7A123; */
	color: white;
	font-weight: bold;
}
.clauses-text, .news-text,  {
	clear: both;
}
.question {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.answer {
	margin: 0 0 20px 0;
}
.bold {
	font-weight: bold;
}

#ss {
	margin: 20px 0;
}
.ss_name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px #b22222 solid;
}
#ss div {
	margin: 5px 15px;
}

#dop_stati_width {
	width: 100%;
}
.dop_stati_1 {
	background: url(img/dop_st/bg_st_1.jpg) repeat-x top left;
	height: 30px;
}
.dop_stati_1 div {
	background: url(img/dop_st/bg_st_1_1.jpg) no-repeat top left;
	height: 30px;
}
.dop_stati_1 div div{
	background: url(img/dop_st/bg_st_1_2.jpg) no-repeat top right;
	height:30px;
	line-height: 30px;
}
.dop_stati_1 div div span {
	margin-left: 35px;
	font-weight: bold;
	color: #4E4E4E;
}

.dop_stati_2 {
	background: #cbdbea;
}
.dop_stati_2 div {
	background: url(img/dop_st/bg_st_2_1.jpg) no-repeat top left;
}
.dop_stati_2 div div {
	background: url(img/dop_st/bg_st_2_2.jpg) no-repeat top right;
	padding: 10px 15px;
}
.dop_stati_2 div div ul {
	margin: 0 10px;
}
.dop_stati_2 div div li {
	margin: 7px 0;
}
.dop_stati_3 {
	background: url(img/dop_st/bg_st_3_2.jpg) repeat-x top left;
	height: 15px;
}
.dop_stati_3 div {
	background: url(img/dop_st/bg_st_3_1.jpg) no-repeat top left;
	height: 15px;
}
.dop_stati_3 div div {
	background: url(img/dop_st/bg_st_3_3.jpg) no-repeat top right;
	height: 15px;
}



