* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #000;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ddcfcf;
	background-image:url(image/body-bg.gif);
	background-repeat:repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 290px;
	background-image: url(image/head.jpg);
	background-repeat:no-repeat
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
    margin: 40px 25px 70px 45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #ddcfcf;
	background-image:url(image/body-bg.gif);
	background-repeat:repeat-y;*/
	color:#FFF;
}
.maintable {
    width: 880px;
	padding: 10px;
	border-spacing: 10px;
	border:none;
} 
.tr-main {
	width: 880px;
}
.td-main {
	vertical-align: top;
}
#nomer {
	width:25px;
    font-size:16px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.td-left-right {
	width: 300px;
	height: 300px;
}
.h1 {
	font-size:18px;
	color: #e6dcc1;
}
.a-onepolar {
	color: #e85b14;
	text-decoration: none;
	
}

	/*#left-content{
    width: 400px;
    float:left
}
#right-content{
	width: 400px;
	float: right
}*/




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 950px;
	margin: -70px auto 0;
	height: 70px;
	background: #000;
}


/* Выпадающее меню
-----------------------------------------------------------------------------*/
.menu{
    font-family:arial, sans-serif;
    width:530px;
    height:20px;
    position:relative;
    font-size:11px;
    z-index:100;
	float: left;
	margin-top: 65px;
	margin-left: 40px;
	
}
.menu ul li a, .menu ul li a:visited{
    display:block;
    text-decoration:none;
    color:#000;
    width:104px;
    height:20px;
    text-align:center;
    color:#fff;
    border:1px solid #e85b14;
	background-image:url(image/butt.gif);
    line-height:20px;
    font-size:11px;
    overflow:hidden
}
.menu ul{
    padding:0;
    margin:0;
    list-style:none
}
.menu ul li{
    float:left;
    position:relative
}
.menu ul li ul{
    display:none
}
.menu ul li:hover a{
    color:#fff;
    background-image: url(image/butt3.gif)
}
.menu ul li:hover ul{
    display:block;
    position:absolute;
    top:21px;
    left:0;
    width:105px
}
.menu ul li:hover ul li a{
    display:block;
    background-image: url(image/butt2.gif);
    color:#000
}
.menu ul li:hover ul li a:hover{
    background-image: url(image/butt.gif);
    color:#FFF
}
/* КОНЕЦ Выпадающего меню
-----------------------------------------------------------------------------*/


#logo{
	width:383px;
    height:176px;
	float:left
}

#logo-down{
    width:110px;
    height:70px;
}
