/******************общее******************/
* { padding: 0px; margin: 0px; border: none; }
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
.fc { float: left; margin-left: 150px; }
.clear { clear: both; }
body { font: 12px Tahoma; background-color: #999; }
html { height: 100%; }

/******************страница******************/
div#page {
	width: 960px;
	background-color: #FFF;
	margin: auto;
}
/******************шапка******************/
div#header {
    float: left;
	width:960px;
	height: 120px;
	background-color: #00aeef/*#e3f3fc*/;
}
div#mail {
    padding-top: -50px; /* Поле сверху */
	float: left;
	width: 930px;
	height: 25px;
	background-color: #00aeef;
	font: 70px Times New Roman;
	color: #ffef00;
	text-align: right;
	padding-right: 30px;
	
}
div#logo {
	float: left;
	width: 219px;
	height: 98px;
	margin: -14px 0px 0px 30px;
}
div#phone {
	float: right;
	padding-right: 30px;
	padding-top: 40px;
	font: 35px Tahoma;
	color: #ffffff;
}
/******************меню******************/
div#menu {
    float: left;
	width: 952px;
	height: 100px;
	background-color: #336699;
	padding-left: 8px;
}
.menu_item {
	display: block;
	float: left;
	width: 111px;
	height: 85px;
	margin: 7px 8px 0 0;
}
a#facility {
	background: url("../img/facility.gif") no-repeat 0 0;
}
a#facility:hover{
	background-position: 0 -85px;
}
a#assembling {
	background: url("../img/assembling.gif") no-repeat 0 0;
}
a#assembling:hover{
	background-position: 0 -85px;
}
a#internet {
	background: url("../img/internet.gif") no-repeat 0 0;
}
a#internet:hover{
	background-position: 0 -85px;
}
a#prise {
	background: url("../img/prise.gif") no-repeat 0 0;
}
a#prise:hover{
	background-position: 0 -85px;
}
a#organization {
	background: url("../img/organization.gif") no-repeat 0 0;
}
a#organization:hover{
	background-position: 0 -85px;
}
a#suggestion {
	background: url("../img/suggestion.gif") no-repeat 0 0;
}
a#suggestion:hover{
	background-position: 0 -85px;
}
a#about {
	background: url("../img/about.gif") no-repeat 0 0;
}
a#about:hover{
	background-position: 0 -85px;
}
a#contacts {
	background: url("../img/contacts.gif") no-repeat 0 0;
}
a#contacts:hover{
	background-position: 0 -85px;
}
div#facility {
	background: url("../img/facility.gif") no-repeat 0 -85px;
}
div#assembling {
	background: url("../img/assembling.gif") no-repeat 0 -85px;
}
div#internet {
	background: url("../img/internet.gif") no-repeat 0 -85px;
}
div#prise {
	background: url("../img/prise.gif") no-repeat 0 -85px;
}
div#organization {
	background: url("../img/organization.gif") no-repeat 0 -85px;
}
div#suggestion {
	background: url("../img/suggestion.gif") no-repeat 0 -85px;
}
div#about {
	background: url("../img/about.gif") no-repeat 0 -85px;
}
div#contacts {
	background: url("../img/contacts.gif") no-repeat 0 -85px;
	margin-right: 0px;
}
/******************содержимое******************/
div#content {
    float: left;
	width: 650px;
	margin: 20px 10px 50px 30px;
	min-height: 600px;
}
div#content h1 {
	padding:0;
	margin: 30px 0 0 0;
	font: 24px Tahoma;
	color: #6699cc;
}
div#content h2 {
	padding:0;
	margin: 20px 0 0 0;
	font: bold 16px Tahoma;
	color: #666666;
}
div#content div#text {
	float: left;
	width: 650px;
	font: 12px Tahoma;
	color:  #666666;
}
div#content p {
	padding:0;
	margin: 20px 0 0 0;
	
}
div#content .foto {
    float: right;
	margin: 10px;	
}
div#content a {
	color:  #6699cc;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#content ul {
	padding:0;
	margin: 20px 0 0 30px;    
	list-style: url("../img/marker.gif");
	font: 12px Tahoma;
	color:  #666666;
}
div#content table {
	padding:0; 
	margin:20px 0 0 0;
	border: 1px solid;
}
div#content table tr {
	padding:0; 
	margin:0;
}
div#content table th {
	padding:0; 
	margin:0;
	border: 1px solid;
}
div#content table td {
	padding:0; 
	margin:0;
	border: 1px solid;
}
	
/******************реклама******************/
div#commercial {
	float: right;
	width: 220px;
	margin: 20px 30px 50px 0;
}
div#commercial .block {
	margin-top: 30px;
	float: right;

}
/******************подвал******************/
div#footer {
	width: 900px;
	height: 30px;
	background: url("../img/footer_border.gif") repeat-x 0 0;
	background-color: #CCC;
	font: 12px Tahoma;
	color: #FFF;
	padding: 30px 30px 0 30px;
}



