@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
body{
margin:0;
padding:0;
background:#93bbdd;
}
a:active{
outline: none;
}
#main{
background:#fff url(../img/bg.jpg) top no-repeat;
width:800px;
margin:0 auto;
position:relative;
}
#header{
width:100%;
margin:0 auto;
}
#header h1{
position:absolute;
top:50px;
right:20px;
font:400 1.5em Arial;
text-transform:uppercase;
}
#header h1 a{
color:#fff;
text-decoration:none;
}
#logo{
border:none;
margin:10px 80px;
}
#menu{
width:732px;
height:68px;
position:absolute;
left:40px;
top:145px;
}
#nav{
width:732px;
list-style: none;
}
#nav li{
display:inline;
}
#nav li a{
float: left;
height:63px;
background:url(../img/menu.jpg) no-repeat;
text-indent: -9999px;
display:inline;
}
#nav li a.home{
width: 145px;
background-position: 0px 0px;
}
#nav li a.about{
width: 145px;
background-position:-145px 0px;
}
#nav li a.hosting{
width: 142px;
background-position:-290px 0px;
}
#nav li a.uslugi{
width: 145px;
background-position:-435px 0px;
}
#nav li a.contakts{
width: 145px;
background-position:-580px 0px;
}
#banner{
background:url(../img/banner.jpg) right no-repeat;
width:715px;
height:291px;
position:absolute;
left:47px;
top:225px;
}
#banner div{
background:url(../img/banner2.jpg) left no-repeat;
height:291px;
margin-left:-14px;
}
#conteiner{
width:732px;
margin:0 auto;
margin-top:430px;
padding-bottom:35px;
}
#left{
background:url(../img/left.jpg);
width:260px;
height:172px;
float:left;
*margin-top:430px;
}
#left #login{
margin-left:40px;
margin-top:40px;
}
#textarea{
width:470px;
float:right;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:13px;
*margin-top:430px;
}
.clear{
clear:both;
}
#login input{
width:60px;
margin:3px;
border:1px solid #bdc0c7;
}
#login select{
border:1px solid #bdc0c7;
margin-bottom:5px;
}
#login a{
font:400 0.6em Arial;
color:#fff;
}
.button{
background:url(../img/button.jpg) top no-repeat;
border:none;
font:400 0.8em Arial;
color:#fff;
padding:1px 10px;
cursor:pointer;
}
.button2{
background:url(../img/button2.jpg) top no-repeat;
font:400 0.9em Arial;
color:#fff;
cursor:pointer;
text-transform:uppercase;
text-decoration:none;
padding:10px 10px;
margin-left:6px;
}
.button2 span{
padding-left:20px;
}
.button3{
background:url(../img/button3.jpg) top no-repeat;
font:400 0.9em Arial;
color:#fff;
cursor:pointer;
text-transform:uppercase;
text-decoration:none;
padding:10px 28px;
margin-left:10px;
}
#domain{
background:url(../img/domain.png) no-repeat;
height:48px;
margin:20px 5px;
padding:20px;
font:700 0.8em Arial;
color:#0d88e6;
}
#domain label{
font:400 0.9em Arial;
color:#0d88e6;
}
#domain .pole{
width:200px;
border:1px solid #bdc0c7;
}
#domain select{
border:1px solid #bdc0c7;
}