html, body { 
margin : 0px; 
padding : 0px; 
} 
body { 
font : 0.88em Book Antiqua, Palatino Linotype, Palatino, serif;  
} 
img, div { behavior: url(iepngfix.htc) }
#container
        {
            min-width:1000px;
            max-width:1600px;
        }
		  
h1, h2, h3, h4, h5{
	color: #BF0200;
}

a{
	color: #5081b4;
}
a:hover{
	text-decoration: none;
	color: #BF0200;
}

/* шапка */		  
#header { 
height : 285px; 
margin : 0px; 
background : #eee url(images/header-bg2.jpg) repeat-x left top;
 padding: 0px;
} 
#logo{
	width: 317px; 
	height: 285px; 
	background: url(images/logo2.jpg) no-repeat; 
	float: left;
}
#tel{
	position: relative;
	top: 240px;
	font: bold 16px;
	color: #004585;
	text-align: center;
}
#tel span{
	padding-left: 16px;
	white-space: nowrap;
}

#femida{
	width: 335px; 
	height: 285px; 
	background: url(images/femida2.png) no-repeat; 
	float: right;
}
#header h1{
	position: relative; 
	font-size: 12px; 
	line-height: 14px;  
	text-align: center; 
	left: 30px; 
	top: 160px; 
	color: #493826; 
	font-weight: bold;
}

/* верхнее меню */
#top-menu{
	background: #004585 url(images/left-bg2.jpg) repeat-y left; 
	color: White; 
	height: 29px;
}
#top-menu ul{
padding: 0; 
 margin: 0px 0px 0px 20px;
}
#top-menu li{
    list-style-type:none;
    float:left
}
#top-menu a{
    display:block;
    padding: 5px 5px 0px 5px;
    text-decoration:none;
    color: White;
    font-size: 12px;
}
#top-menu a:hover{
    color: #5081b4;
}

/* центральная колонка  */
#content { 
 padding: 25px 15px 140px 30px;
 background: url(images/content-bg.jpg) no-repeat bottom right;
}
.foto{
	float: right;
	margin: 0px 0px 15px 15px;
	border: 1px solid Silver;
} 

/* левая колонка */
#left { 
width : 256px; 
background: url(images/left-bg2.jpg) repeat-y left top;
color: #100f0f;
padding: 0px 0px 15px 0px;
} 
#left .h{
	padding: 10px 0px; 
	background: url(images/left-bg3.jpg);
}
#left h2{
	background-image: url(images/vesy2.gif); 
	padding-left: 60px; 
	color: #BF0200;
	background-position: left; 
	background-repeat: no-repeat; 
	font-size: 18px; 
	height: 40px; 
	line-height: 20px; 
	margin: 0px 10px 0px 5px; 
	letter-spacing: 1px;
}
#left ul{
	margin-left: 30px; 
	padding: 0px;  
	padding-right: 30px;
	color: #BF0200;
}
#left ul li{
	font-size: 0.93em;
		line-height: 15px;
}
#left a{
	color: #100f0f;
	text-decoration: none;
}
#left a:hover{
   color: #BF0200;
	text-decoration: underline;
}

/* правая колонка */
#right { 
width : 230px; 
background: url(images/right-bg2.jpg) repeat-y left top;
 padding: 25px 15px 15px 45px;
 font-size: 0.86em;
} 
#right h3{
	color: #BF0200;
	font-size: 1.14em;
	letter-spacing: 1px;
}
#right ul{
	margin-left: 20px; 
	padding: 0px; 
	color: #BF0200;
}
div.hr {
background: #fff url(images/right-hr.gif) no-repeat scroll center;
height: 70px
}
div.hr hr {
display: none
}

/* подвал */
#footer { 
background : #004585; 
color : #ccc5b3;
text-align: center;
 padding: 10px 15px 10px 15px;
font-size: 12px;
} 

/* нижнее меню */
#footer a{
    color: White;
}
#top-menu a:hover{
	color: #9DCFFF;
}




