/* CSS Document */

body{
font-family: Arial, Verdana, Sans Serif;
font-size: 12px;
color: red;
margin: auto;
text-align: center;
background-image: url(images/tile.gif);
background-repeat: repeat-x;
background-color: #051349;
}


.wrapper_outer{
background-image: url(images/shadow_bg.gif);
background-repeat: no-repeat;
width: 775px;
margin: auto;
}

.wrapper_inner{
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;
width: 765px;
margin: auto;
}

.wrapper{
width: 765px;
margin: auto;
}


.header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
width: 765px;
height: 136px;
float: left;
}



.buttons{
margin: 110px 0px 0px 15px;
}


.buttons ul{
list-style:none;
margin: 0;
padding: 0;
}


.buttons li{
display: inline;
float: left;
margin: 0px 10px 0px 10px;
}

.buttons li a{
background-image: url(images/button.gif);
background-repeat: no-repeat;
display:block;
width: 102px;
height: 24px;
color: #000;
text-decoration: none;
padding: 3px 0px 0px 0px;
}

.buttons li a:hover{
background-image: url(images/button_ov.gif);
background-repeat: no-repeat;
color: #fff;
}

.main{
background-image: url(images/main_bg.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 765px;
float: left;
background-color: #000;
}

.main_stock{
background-image: url(images/main_bg_stock.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 765px;
float: left;
background-color: #000;
}

.main_contact{
background-image: url(images/main_bg_contact.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 765px;
float: left;
background-color: #000;
}

.main_contact a{
color: #cccccc;
text-decoration: none;
}

.main_contact a:hover{
color: white;
text-decoration: underline;
}

.main_deposit{
background-image: url(images/main_bg_deposit.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 765px;
float: left;
}

.main p, .main_stock p, .main_contact p, .main_deposit p{
color: #cccccc;
text-align: left;
margin: 0;
padding: 7px 25px 7px 25px;
}

.main h1, .main_stock h1, .main_contact h1, .main_deposit h1{
color: #cccccc;
font-size: 16px;
text-align: left;
margin: 0;
padding: 27px 25px 7px 25px;
}

.pad{
width: 750px;
height: 345px;
}

/*
.box1{
width: 200px;
background-color: green;
float: left;
}

.box2{
width: 200px;
background-color: blue;
float: left;
}

*/

.title{
color: white;
}


.footer{
background-image: url(images/footer_bg.gif);
background-repeat: no-repeat;
width: 765px;
height: 92px;
clear: both;
margin: auto;
padding: 15px 0px 0px 0px;
}

*:lang(en).footer{
padding: 2px 0px 0px 0px;
}

.footer a{
color: white;
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
}

.footer p{
color: #cccccc;
}

.footer ul{
list-style: none;
margin: 25px 0px 0px 0px;
padding: 0;
}

.footer li{
display: inline;
margin: 0px 10px 0px 10px;
}

.footer li a{
color: #000;
text-decoration: none;
}

.footer li a:hover{
text-decoration: underline;
}

.map{
float:right;
margin: 16px 19px 0px 0px;
border: 0;
}


.depost_box1{
width: 400px;
float: left;
}

.depost_box1 a{
color: white;
}

.paypal{
float:left;
width: 200px;
margin: 0px 0px 0px 70px;
border: 0;
}

.paypal a{
color: #cccccc;
text-decoration: none;
}

.paypal a:hover{
color: white;
text-decoration: underline;
}


.shadowline_left{
background-image: url(images/shadowline.gif);
background-repeat: repeat-y;
}
