/* *2 header (шапка)
----------------------------------------------------------------------------- */
#header {
min-width:980px;
height:395px;
margin-bottom:-395px;
position:relative;
z-index:2;
}
#pix {
width:960px;
height:395px;
position:absolute;
top:0px;
left:0px;
background:url('../img/bg/services.jpg') no-repeat 0 0;
}
#spacer_top {
width:100%;
height:395px;
overflow:hidden;
background:#fff;
}
#preload {
width: 0px;
height: 0px;
display: inline;
clip:rect(0 0 0 0);
background-image:url('../img/menu/exclusive/encyclopedia.png');
background-image:url('../img/menu/exclusive/encyclopedia_a.png');
background-image:url('../img/menu/exclusive/exclusive.png');
background-image:url('../img/menu/exclusive/exclusive_a.png');
background-image:url('../img/menu/exclusive/services.png');
background-image:url('../img/menu/exclusive/services_a.png');
background-image:url('../img/menu/exclusive/about.png');
background-image:url('../img/menu/exclusive/about_a.png');
background-image:none;
}
#menu_encyclopedia div {background:url('../img/menu/exclusive/encyclopedia.png') no-repeat 0 0;}
#menu_encyclopedia:hover div, #menu_encyclopedia.jshover div {background:url('../img/menu/exclusive/encyclopedia_a.png') no-repeat 0 0;}

#menu_exclusive div {background:url('../img/menu/exclusive/exclusive.png') no-repeat 0 0;}
#menu_exclusive:hover div, #menu_exclusive.jshover div {background:url('../img/menu/exclusive/exclusive_a.png') no-repeat 0 0;}

#menu_services div {background:url('../img/menu/exclusive/services.png') no-repeat 0 0;}
#menu_services:hover div, #menu_services.jshover div {background:url('../img/menu/exclusive/services_a.png') no-repeat 0 0;}

#menu_about div {background:url('../img/menu/exclusive/about.png') no-repeat 0 0;}
#menu_about:hover div, #menu_about.jshover div {background:url('../img/menu/exclusive/about_a.png') no-repeat 0 0;}

/* *3 content (контент)
----------------------------------------------------------------------------- */
#structure {
padding:0 15px;
}

#cells {
width:100%;
overflow:hidden;
}
#cells .cell {
width:17%;
margin-right:3%;
float:left;
}
#cells .last {
margin-right:0%;
}
#cells .cell .pic {
padding-bottom:26px;
}
#cells .cell .pic img {
display:block;
}
#cells .cell p {
font-size:1.1em;
}
