/* CSS Document */
body
{
margin:0px;
padding:0px;
font-family: Arial;
color:#ffffff;
background: #000 url(../images/bg.jpg) top repeat-x;
font-size:14px;
}

#wrapper
{
margin:auto;
width:980px;
}

.header
{
width:980px;
}

#menu
{
width:942px;
padding-left:20px;

}
#menu ul { padding:0px; margin:0px; width:942px; float:left; list-style:none; height:66px; background:url(../images/but_bg.jpg) repeat-x top;}
#menu ul li { float:left; list-style:none; height:66px; width:157px; padding:0px; margin:0px;}

.btn_home { background:url(../images/home.jpg) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_home:hover , .home_down {  background:url(../images/home_down.jpg) no-repeat;  display:block; height:55px;  width:157px;}
.btn_fees { background:url(../images/fees.gif) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_fees:hover , .fees_down {  background:url(../images/fees_down.gif) no-repeat;  display:block; height:55px;  width:157px;}
.btn_biz { background:url(../images/biz.jpg) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_biz:hover , .biz_down {  background:url(../images/biz_down.jpg) no-repeat;  display:block; height:55px;  width:157px;}
.btn_visa { background:url(../images/visa.jpg) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_visa:hover , .visa_down {  background:url(../images/visa_down.jpg) no-repeat;  display:block; height:55px;  width:157px;}
.btn_agrt { background:url(../images/agrt.jpg) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_agrt:hover , .agrt_down {  background:url(../images/agrt_down.jpg) no-repeat;  display:block; height:55px;  width:157px;}
.btn_cont { background:url(../images/cont.jpg) no-repeat; height:55px;  width:157px;  display:block; float:left; }
.btn_cont:hover , .cont_down {  background:url(../images/cont_down.jpg) no-repeat;  display:block; height:55px;  width:157px;}

 .hidden_pic
{
display:none;
}

 
 
 
.container
{
width:887px;
padding:65px 30px 45px 23px;
text-align:left;
margin:0 auto;
}


#footer
{
width:940px;
height:60px;
padding-top:5px;
font-size:11px;
text-align:center;
text-transform:uppercase;
background:#0e0e0e url(../images/foot_bg.jpg) top repeat-x;
}
 
#footer  a { color:#595959;text-decoration:none; margin:0px; }
#footer  a:hover { text-decoration:underline; }

p {padding:0px; margin:0px;}

a {color:#7c292f;  text-decoration:none;}
a:hover{text-decoration:underline;}
