/* CSS Document */

* {margin:0;padding:0; }
img {border: 0; margin: 0; padding: 0; vertical-align: top;}

body {
	background-color: #ff3300;
	border: none;
	min-width: 1200px;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
}

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%;
	min-height: 800px;
	background-color: #333;
	border-left: 3px solid #993300;
	border-bottom: 3px solid #993300;
}
* html #block {width: 90%;}

.angle{
	display: block;
	width: 3px;
	height: 3px;
	background-color: #ff3300;
}
* 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 #ff3300;
	border-right: 1px solid #ff3300;
}



/*-----------------------------------------------------------------------------------------------body----------------------------------------------------------------------------------*/
#line{
	height: 5px;
	border-top: 3px solid #993300;
	background-color: #ff3300;
	margin-left: -3px;
}

#contact{
	height: 85px;
	color: white;
	border-bottom: 1px solid #ff3300;
}
#contact table {
	border-collapse: collapse;
	border: 0;
	margin-top: 15px;
	text-align: left;
}
#contact td{
	padding-left: 20px;
	border-left: 1px solid white;
	height:	49px;
}
#contact a{
	color: white;
	font-weight: bolder;
}
#contact a:hover{
	color: #ff3300;
	text-decoration: none;
}


/*------------------------------------------------------------ navigation-----------------------------------------------------------------*/
#directions{
	width: 250px;
	float: left;
}
#directions ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#directions li{
	border-bottom: 1px solid #ff3300;
}
#directions li a{
	padding: 21px 0 0 30px;
	height: 34px;
	display: block;
	color: #fff;
}
#directions li a:hover{
	color: #fff;
	background-color: #ff3300;
}
#directions li a.adown{
	font-size: 1.3em;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	background-color: #fff;
}
#directions li a.indent2{
	padding: 13px 0 0 30px;
	height: 42px;
}


#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{
	min-height: 500px;
	margin-left: 250px;
	padding: 30px;
	color: black;
	background-color: #fff;
	border-left: 1px solid #ff3300;

}
#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: #333;
	color: #fff;
}
h2 {
	font-size: 1.2em;
	padding: 10px 0 10px 10px;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 0 129px 0 0;
	padding: 10px 40px 10px 20px;
	background-color: #333;
}

a.work {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
}
a.work:hover{
	color: #ff3300;
	text-decoration: none;
}

#content p.work {
	display: block;
	width: 625px;
	padding: 10px 0 10px 20px;
	background-color: #333;
	color: #fff;
	margin-top: 40px;
}
p.work2{
	display: block;
	font-weight: bold;
}
table.strip{	width: 100%;
	color: #fff;
	font-size: 1.4em;
	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: #333;
}
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{
	width: 120px;	padding: 8px 0 0 0;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #ff3300;
	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: #ff3300;
	color: #fff;
}
table.strip td.red a:hover{	background-color: #333;
	color: #ff3300;
	text-decoration: none;
}
table.strip td.back{
	width: 110px;
	border-left: 2px solid #fff;
}
table.strip td.back a{
	display: block;
	height: 28px;
	padding: 10px 0 0 20px;
	background-color: #ff3300;
	color: #fff;
	border: 1px solid #ff3300;
	background-image: url('../img/home.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
table.strip td.back a:hover{
	background-color: #fff;
	color:  #ff3300;
	border: 1px solid #ff3300;
	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;
	color: #fff;
	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:  #ff3300;
	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: #fff;
	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: #333;
}
#content ul.plashka li.nomber{
	border-right: 2px solid #fff;
}
.plan{
	display: block;
	width: 212px;
	height: 230px;
	float: left;
	background-color: #333;
	color: #fff;
	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: #ff3300;
	font-size: 1.2em;
	padding: 9px 15px;
}
#content .plan ul.cash li.red2{
	color: #ff3300;
	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;

}

#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: #ff3300;
	color: #fff;
	border: 1px solid #ff3300;
	background-image: url('../img/home.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
a.back:hover {
	background-color: #fff;
	color:  #ff3300;
	border: 1px solid #ff3300;
	background-image: url('../img/home_active2.gif');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center left;
}