/* CSS Document */

* {margin:0;padding:0; }
img {border: 0; margin: 0; padding: 0; vertical-align: top;}

body {
	background-color: #fff;
	border: none;
	width:1390px;
	min-width: 1200px;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	
	@font-face {
    font-family: Opium Bold;
    src: local("Opium Bold"),
         url(../font/Opium Bold.ttf);
}
}

a {
	color: black;
}
/*--------------------------------------------------------------------------------------- header-----------------------------------------------------------------*/

* html  #all { width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1100)? "1100px" : "100%"); margin: 0; padding: 0; border: 0;}



#block{
	margin: 20px 5%;
	margin-top: 20px;
	min-height: 800px;
	background-color: #fff;
}
* html #block {width: 90%;}

.angle{
	display: block;
	width: 3px;
	height: 3px;
	background-color: #ff5126;
}
* html .angle {display: none;}

#logo{
	margin-left: 50px;
	margin-top: 20px;
	width: 200px;
	float: left;
}
* html #logo {display: inline;}

#logo a{
	display: block;
	height: 69px;
	text-decoration: none;
	background-image: url('../img/logo_Severin.png');
	background-repeat: no-repeat;
}
#logo a:hover {
	display: block;
	background-image: url('../img/logo_Severin_active.png');
}

#group{
	margin-top: 12px;
	width: 400px;
	float: left;
}
#group ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#group li{
	height: 56px;
}
#group li a{
	padding: 20px 0 0 70px;
	width: 150px;
	height: 36px;
	display: block;
	color: #999;
	font-size: 1.2em;
	background-image: url('../img/button.png');
	background-repeat: no-repeat;
}
#group li a:hover{
	color: #fff;
	font-size: 1.4em;
	background-repeat: no-repeat;
}
#group li a.off{
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
	background-image: url('../img/button_active.png');
	background-repeat: no-repeat;
}
/*
#image_block{
	width: 310px;
	height: 310px;
	margin-top: -3px;
	margin-left: 650px;
	border-left: 1px solid #ff5126;
	border-right: 1px solid #ff5126;
}
*/

#image_block {width: 200px; margin-left: 100%; border-right: none;}



#image_block td{
	width: 44px;
	height: 44px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #d6d6d6;
	vertical-align: top;
}
#image_block image{
	width: 44px;
	height: 44px;
	vertical-align: top;
}


/*-----------------------------------------------------------------------------------------------body----------------------------------------------------------------------------------*/


#line{
	height: 5px;
	border-top: 3px solid #993300;
	background-color: #ff5126;
	margin-left: -3px;
}

#contact{
	height: 85px;
	color: white;
	background-color: #ff5126;
}
#contact table {
	border-collapse: collapse;
	border: 0;
	margin-top: 15px;
	text-align: left;
}
#contact td{
	padding-left: 20px;
	height:	49px;
}
#contact a{
	color: white;
	font-weight: bolder;
}
#contact a:hover{
	color: #ff5126;
	text-decoration: none;
}


/*------------------------------------------------------------ navigation-----------------------------------------------------------------*/
#directions{
    margin-top: 3px;
	width: 250px;
	float: left;
	background-color: #d6d6d6;
	color:#404040;
}
#directions ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#directions li{
	border-bottom: 3px solid #fff;
	font-size: 1.5em;
}
#directions li a{
	padding: 21px 5px 0px 30px;
	height: 55px;
	display: block;
	color: #404040;
	text-decoration: none;
	border:1px solid #c7c7c7;
}
#directions li a:hover{
	color: #fff;
	background-color: #ff5126;
}
#directions li a.adown{
	font-size: 1.3em;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	background-color: #fff;
}

#directions li a.adown2{

	font-weight: 600;
	text-decoration: none;
	color: #333;
	background-color: #fff;
}

#directions li a.adown3{

padding: 10px 10px 10px 30px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	background-color: #fff;
}

#directions li a.indent2{
	padding: 13px 0 0 30px;
	height: 60px;
}


#footer{
	width: 250px;
	margin-top: -40px;
	padding: 0;
	color: #fff;
	font-size: 0.9em;
}
#footer  table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border: none;
	text-align: center;
}
#footer td {
	height: 40px;
}
#footer a{
	color: #fff;
}



/*------------------------------------------------------------ content-----------------------------------------------------------------*/

#content HR{
margin-top: 10px;
 COLOR: #D6D6D6;
 WIDTH: 95%; 
}

#content{
	width: auto;
	min-height: 500px;
	margin-left: 250px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 30px;
	color: black;
	background-color: #fff;
}
#content p{
	margin-top: 15px;
}
#content ul{
	margin: 5px 0 0 30px;
	list-style: square outside;
}
#content li{
	margin: 5px 0 5px 0;
}

.clearing{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.4em;
	padding: 10px 0 10px 10px;
	background-color: #d6d6d6;
	color: #404040;
	width: auto;
}
h2 {
	font-size: 1.2em;
	padding: 10px 0 10px 10px;
	margin-top: 20px;
	background-color: #d6d6d6;
	color: #404040;
	width: auto;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #404040;
	margin: 0 129px 0 0;
	padding: 10px 40px 10px 20px;
	background-color: #d6d6d6;
	width: auto;
}


a.work {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #404040;
	padding: 0;
	margin: 0;
}
a.work:hover{
	color: #ff5126;
	text-decoration: none;
}

#content p.work {
	display: block;
	width: auto;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	color: #fff;
	margin-top: 30px;
}

p.work {
height: 21px;
	display: block;
	width: 991;
	padding: 10px 0 10px 0px;
	background-color: #D6D6D6;
	color: #404040;
}

p.work2{
	display: block;
	font-weight: bold;
}
table.strip{	width: 100%;
	height: 55px;
	color: #404040;
	font-size: 1.3em;
	font-weight: bold;
	border-collapse: collapse;
	text-align: center;
	margin-top: 40px
}
table.strip tr.first{	height: 8px;
	background-color: #fff;
}
table.strip tr.second{
	height: 40px;
	background-color: #d6d6d6;
}
table.strip td.nom{	width: 40px;
	padding: 0;
}
table.strip td.nom2{
	width: 50px;
	padding: 0;
}
table.strip td.text{	text-align: left;
	padding-left: 15px;
}
table.strip td.text2{
	width: 130px;
	text-align: left;
	padding-left: 15px;
	border-left: 2px solid #fff;
}
table.strip td.text3{
	width: 100px;
	text-align: left;
	padding-left: 15px;
	border-left: 2px solid #fff;
}
table.strip td.red{
	color:#fff;
	width: 120px;	padding: 8px 0 0 0;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #ff5126;
	border-top: 3px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
table.strip td.red a{
	display: block;
	margin-top: -8px;
	height: 31px;
	padding-top: 17px;
	background-color: #ff5126;
	color: #fff;
}
table.strip td.red a:hover{	background-color: #333;
	color: #ff5126;
	text-decoration: none;
}
table.strip td.back{
	width: 110px;
	border-left: 2px solid #fff;
}
table.strip td.back a{
	display: block;
	height: 43px;
	padding: 20px 0 0 20px;
	background-color: #ff5126;
	color: #fff;
	border: 1px solid #ff5126;
	background-image: url('../img/home.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
table.strip td.back a:hover{
	background-color: #fff;
	color:  #ff5126;
	border: 1px solid #ff5126;
	background-image: url('../img/home_active2.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center left;
}
table.strip td.podrobnee{
	width: 160px;
}
table.strip td.podrobnee a{
    display: block;
	height: 28px;
    font-size: 0.8em;
	text-decoration: none;
	color: #404040;
	padding: 12px 20px 0 0;
	margin-right: 10px;
	background-image: url('../img/right2.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
table.strip td.podrobnee a:hover{
	color:  #ff5126;
	background-image: url('../img/right_active2.gif');
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
}
table.mebel{	vertical-align: top;
	text-align: left;
	border-right: none;
	margin-top: 20px;
}
table.mebel td{	padding: 10px 0 30px 10px;
}
#content ul.plashka{
	background-color: #fff;
	color: #404040;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	margin-top: 40px;
	height: 38px;
}
#content ul.plashka li{
	float: left;
	height: 28px;
	padding: 10px 15px 0 15px;
	margin: 10px 0 0 0;
	list-style: none;
	background-color: #d6d6d6;
}
#content ul.plashka li.nomber{
	border-right: 2px solid #fff;
	color:#404040;
}
.plan{
	display: block;
	width: 212px;
	height: 230px;
	float: left;
	background-color: #d6d6d6;
	color: #404040;
	margin: 20px 15px 0 0;
	font-size: 1.0em;
	padding: 0;
}
.town{
	border-bottom: 2px solid #fff;
	height: 22px;
	margin: 0;
	padding: 8px 15px 0 15px;
}
#content .plan ul.town{
	border-bottom: 2px solid #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 30px;
}
#content .plan ul.town li{
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan ul.cash{
	border-top: 2px solid #fff;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}
#content .plan ul.cash li{
	padding: 10px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan ul.cash li.red{
	border-right: 2px solid #fff;
	background-color: #ff5126;
	font-size: 1.2em;
	padding: 9px 15px;
}
#content .plan ul.cash li.red2{
	color: #ff5126;
	font-weight: bolder;
	padding-left: 30px;
}


.cash{
	border-top: 2px solid #fff;
	height: 22px;
	margin-top: 5px;
	padding: 10px 15px 0 15px;
}
.plan img{
	margin: 5px 0 0 5px;
	border: 1px solid #fff;
}
.plan p{
	padding-right: 5px;
	float: right;
}

.nomber{
	background-color: #333;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 10px 10px 5px 0;

}

/*------------------------------------------------------------ -----------------------------------------------------------------*/

.plan2{
	display: block;
	width: 325px;
	height: 260px;
	float: left;
	background-color: #fff;
	color: #404040;
	margin: 5px 5px 0 0;
	font-size: 1.0em;
	padding: 0;
}
.town2{
	border-bottom: 2px solid #d6d6d6;
	height: 0px;
	margin: 0;
	padding: 8px 15px 0 15px;
}
#content .plan2 ul.town2{
	border-bottom: 2px solid #d6d6d6;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 30px;
}
#content .plan2 ul.town2 li{
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan2 ul.cash2{
	border-top: 2px solid #fff;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}
#content .plan2 ul.cash2 li{
	padding: 10px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan2 ul.cash2 li.red{
	border-right: 2px solid #fff;
	background-color: #ff5126;
	font-size: 1.2em;
	padding: 9px 15px;
}
#content .plan2 ul.cash2 li.red2{
	color: #ff5126;
	font-weight: bolder;
	padding-left: 30px;
}
.cash2{
	border-top: 2px solid #fff;
	height: 22px;
	margin-top: 5px;
	padding: 10px 15px 0 15px;
}
.plan2 img{
	margin: 5px 0 0 5px;
	border: 1px solid #fff;
}
.plan2 p{
	padding-right: 5px;
	float: right;
}


/*------------------------------------------------------------ -----------------------------------------------------------------*/









/*------------------------------------------------------------plan3 town3-----------------------------------------------------------------*/

.plan3{
	display: block;
	width: 187px;
	height: 190px;
	float: left;
	background-color: #fff;
	color: #404040;
	margin: 5px 10px 0 0;
	font-size: 1.0em;
	padding: 0;
}
.town3{
	border-bottom: 2px solid #fff;
	height: 0px;
	margin: 0;
	padding: 8px 15px 0 15px;
}
#content .plan3 ul.town3{
	border-bottom: 2px solid #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 30px;
}
#content .plan3 ul.town3 li{
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan3 ul.cash3{
	border-top: 2px solid #fff;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}
#content .plan3 ul.cash3 li{
	padding: 10px 10px;
	margin: 0;
	list-style: none;
	float: left;
}
#content .plan3 ul.cash3 li.red{
	border-right: 2px solid #fff;
	background-color: #ff5126;
	font-size: 1.2em;
	padding: 9px 15px;
}
#content .plan3 ul.cash3 li.red2{
	color: #ff5126;
	font-weight: bolder;
	padding-left: 30px;
}
.cash3{
	border-top: 2px solid #fff;
	height: 22px;
	margin-top: 5px;
	padding: 10px 15px 0 15px;
}
.plan3 img{
	margin: 5px 0 0 5px;
	border: 1px solid #fff;
}
.plan3 p{
	padding-right: 5px;
	float: right;
}


/*------------------------------------------------------------plan3 town3-----------------------------------------------------------------*/






#content .cvet{
color: #fff;
font-size: 1.0em;
font-weight: 600;
}


a.back {
	float: right;
	display: block;
	font-size: 1.3em;
	margin: 0;
	width: 70px;
	height: 15px;
	padding: 9px 5px 10px 50px;
	background-color: #ff5126;
	color: #fff;
	border: 1px solid #ff5126;
	background-image: url('../img/home.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
a.back:hover {
	background-color: #fff;
	color:  #ff5126;
	border: 1px solid #ff5126;
	background-image: url('../img/home_active2.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center left;
}

/*<!<h1 {
	font-size: 1.4em;
	background-color: #D6D6D6;
	color: #404040;
	padding: 10px 15px;
}
h2 {
	margin: 25px 0 0 0;
	font-size: 1.2em;
	background-color: #D6D6D6;
	color: #404040;
	padding: 10px 15px;
}*/
h3 {
	margin: 3px 0 0 0;
	font-size: 1.2em;
	background-color: #D6D6D6;
	color: #404040;
	padding: 10px 15px;
}
/*h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #404040;
	margin: 40px 0 0 0;
	padding: 10px;
	background-color: #D6D6D6;*/
	
#gallery {position:relative; width:991px; height:800px; margin:3px 0px 0px 0px; padding:0px; border:3px solid #d6d6d6; background:#fff} /*<! больш карт -*/
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:982px; height:655px; padding:5px; border-bottom:2px solid #d6d6d6; background:#FFF url(http://www.severindesing.ru/images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px} /*<! больш карт -*/
#thumbwrapper {margin-top:0px; padding:0px 0; width:990px; height:100px;/* border:2px solid #666; background:#FFF*/}  /*<! мал карт -*/
#thumbarea {position:relative; overflow:hidden; height:118px; width:990px; margin-top: 3px;} /*<! мал карт -*/
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px;}
#thumbs li {float:left; margin-right:5px; cursor:pointer; color:#404040; text-decoration: none;}
.imgnav {position:absolute; height:512px; width:20%; z-index:100; height:512px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
/*------------------------------------gallery---------------------------------------------*/
#contentf{background-color: #ffffff; margin-left:253px; width:997px}  /*<! отступ лево -*/
/*----------------------------------gallery2---------------------------------------------*/
#gallery2 {position:relative; width:994px; height:522px; margin:3px 0px 0px 0px; padding:0px; border:3px solid #d6d6d6; background:#fff}
#thumbsg {position:absolute; list-style:none; margin-left:5px; height:100px; width:auto; white-space: nowrap;}
#thumbsg li {float:left; margin-right:5px; cursor:pointer; color:#404040; text-decoration: none;}
