@charset "utf-8";
/* CSS Document */
html{
background:url(../img/bg_.jpg);
}
body{
margin: 0 auto;
font-family:Arial,Helvetica,sans-serif;
color:#000;
background:url(../img/bg.jpg) repeat-x;
text-align:center; 
}


#page{margin: 0 auto; width:980px; text-align:left;}
.head{vertical-align:top; height:105px;}
.footer{vertical-align:top; height:60px;}
.contact{background:url(../img/head_cont.jpg) no-repeat top left; width:250px; height:200px;}

.logo{
color:#0096d3;
font-size:1.8em;
font-variant: small-caps;
}

.menu{
width:75px;
height:22px;
display: block;
color:#454545;
text-decoration:none;
font-size:0.9em;
text-align:center;
padding-top:3px;
}
.menu:hover{
color:#FFF;
width:75px;
height:22px;
display: block;
background:#424242;
text-decoration:none;
background:url(../img/menu.jpg) no-repeat;
}

a{
color:#454545;
font-size:0.9em;
text-decoration:none;
}
a:hover{
color:#0096d3;
text-decoration:underline;
}

.login{
background:url(../img/login.jpg) no-repeat;
width:264px;
height:142px;
}

.input{
background:url(../img/input.jpg) repeat-x;
height:20px;
padding-top:4px;
border:0;
}
.submit{
width:54px;
height:42px;
display: block;
border:0px;
background:url(../img/submit.jpg) no-repeat;
}

input{
border:1px solid #cbcbcb;
}

textarea{
border:1px solid #cbcbcb;
width:200px;
height:100px;
}

.button{
font-size:11px;
color:#FFF;
font-weight:bold;
padding:2px 5px;
cursor:pointer;
border:none;
width:69px;
height:26px;
display: block;
background:url(../img/button.gif) no-repeat;
}