/* main */
body {margin:0;padding:0; background-color:#ffffff; font-family: sans-serif, Helvetica, Arial;}

#bg-body {background:url('/img/bg.jpg') center top repeat-x;}
#main {width:1000px;margin: 0 auto;display: block;clear: both;padding: 0; height:100%}
#content {text-align:left; vertical-align:top;}
#footer {}



#header {width:1000px; height:308px; background:url('/img/top.jpg') center top no-repeat;
margin: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-box-shadow: 0px 0px 20px #000000;
-webkit-box-shadow: 0px 0px 20px #000000;
box-shadow: 0px 0px 20px #000000;
}

.titleurl {
color: #036;
font-size: 18px;
font-weight: 700;
line-height: 2;
padding: 10px 100px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.titleurl:hover {
background-color: #87ceff;
color: #000;
}


/* кнопки в меню */
#menu {height:50px;}

#menu a {
color: #fff;
font-size: 18px;
font-weight: 700;
padding: 10px 15px; 
margin: 0px;

display: inline; 
text-decoration: none;

background: -o-linear-gradient(top, white, #039);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#039));

background: -moz-linear-gradient(top, #9cf, #039);
background-size: 100% 100%;

border: 2px solid #06c;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#menu a:hover {
border: 2px solid #039;

background: -o-linear-gradient(top, white, #06c);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#06c));
background: -moz-linear-gradient(top, #fff, #06c);
}


.inform {
width: 280px;
text-align: center;
border: 2px solid #06c;
background: none repeat scroll 0 0 white;
padding: 0px 10px;
margin: 0;
float: right;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.block {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
border: 2px solid #06c;
position: relative;
background: none repeat scroll 0 0 white;
padding: 0;
margin: 10px;
 
}

.blockTop {
padding: 0px 15px 0px 10px;
display: block;
position: relative;
color: #039;
font-size: 14px;
font-weight: 700;
line-height: 31px;
height: 31px;
background: #9cf;
-moz-text-shadow: #fff 1px 1px 1px;
-webkit-text-shadow: #fff 1px 1px 1px;
-khtml-text-shadow: #fff 1px 1px 1px;
text-shadow: white 1px 1px 1px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-khtml-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}

.blockMain {
display: block;
padding: 10px 15px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
-khtml-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}




