html, body
{ 
background-color:#880000;
margin:0; 
padding:0;
height:100%;
} 

#main_container
{ 
width:980px;
position:relative;
background-color:#ffffff;
margin-left:auto; 
margin-right:auto; 
padding:10px;
height:auto;
} 
 
#top_menu {
	position:relative;
	height:20px;
	background-color:#ffffff;
	text-align:right;
	vertical-align:middle;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#b0001e;
}
#top_menu a:link, #top_menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#b0001e;
	text-decoration:none;
	font-weight:normal;
	text-align:right;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
}

#top_menu a:hover {
	text-decoration:underline;
}

#header{
	position:relative;
	height:80px;
	background-color:#ffffff;
	vertical-align:top;
	width:100%;
}

#header img {
	float:left;
	margin-top:10px;
	padding:0;
       } 

#maincol{
vertical-align:top;
height:100%;
width:980px;
padding:0;
margin:0;
}

#menu_uslugi {
 width:150px;
 height:100%;
 float:left; 
 position:relative; 
 
 }
 
#right_container {
width:830px;
float:right;
position:relative;
padding:0;
margin:0;
}

#rc_top{
width:820px;
height:100px;
float:left;
position:relative;
background-color:#990000;
border-top:3px solid #660000;
border-bottom:3px solid #660000;
padding:5px;
margin-bottom:10px;
}

#rc_top_left {
width:275px;
height:88px;
float:left;
position:relative;
background-color:#770000;
padding:5px 5px 5px 10px;
margin-right:10px;
border:1px dotted #990000;
}

#rc_top_right {
width:500px;
height:88px;
float:left;
position:relative;
background-color:#770000;
padding:5px 5px 5px 10px;
border:1px dotted #990000;
}

#rc_bottom{
width:830px;
float:left;
position:relative;
margin:0;
padding:0;
}

#rc_bottom_left {
width:298px;
float:left;
position:relative;
padding:0;
margin:0;
}

#rc_bottom_left_top {
width:288px;
float:left;
position:relative;
background-color:#ffe6d6;
padding:5px;
margin:0 0 10px 0;
border-top:3px solid #FF9999;
border-bottom:1px solid #FF9999;
}

#rc_bottom_left_bottom {
width:288px;
float:left;
position:relative;
background-color:#d8f0f0;
padding:5px;
margin:0 0 10px 0;
border-top:3px solid #99CCFF;
border-bottom:1px solid #99CCFF;
}


#rc_bottom_right {
width:519px;
float:right;
position:relative;
padding:0;
margin:0;
}

#rc_bottom_right_top {
width:511px;
float:right;
position:relative;
background-color:#ddebeb;
padding:5px;
border-top:3px solid #99cccc;
border-bottom:1px solid #99cccc;
margin:0 0 10px 0;
}

#rc_bottom_right_bottom {
width:511px;
float:right;
position:relative;
background-color:#E6E6FA;
padding:5px;
border-top:3px solid #667788;
border-bottom:1px solid #667788;
margin:0 0 10px 0;
}

#add_service_form {
width:820px;
float:left;
position:relative;
margin:0;
padding:10px;
}

#footer{

 width:100%;
 clear:both;
 } 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1px;
}
