/* CSS Document */
body{
text-align:center;
font-size:12px;
font-weight:normal;
font-family:Arial, Sans-serif;
color:#17314c;
background-color:#17314c;
margin:0px;
}

.wrapper{
width:770px;
height:900px;
color:#17314c;
background-color:white;
margin:auto;
margin-top:0px;
}

.wrapperstock{
width:770px;
height:1250px;
color:#17314c;
background-color:white;
margin:auto;
margin-top:0px;
}

.wrappercontact{
width:770px;
height:1000px;
color:#17314c;
background-color:white;
margin:auto;
margin-top:0px;
}

.header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width:770px;
height:129px;
float:left;
}

.buttons{
float:left;
font-size:12px;
font-weight:normal;
display: inline;
text-decoration:none;
color:white;
margin-top:109px;
margin-left:20px;
word-spacing:60px;
}

.buttons a{
color:white;
display:inline;
text-decoration:none;
}

.buttons a:visited{
color:white;
display:inline;
text-decoration:none;
}


.buttons a:hover{
color:red;
display:inline;
text-decoration:none;
}

.left{
float:left; width:190px;
margin:0px;
}

.box1{
float:left;
margin:0px;
}

.box2{
float:left;
margin:0px;
}

.credit{
float:left;
margin:0px;
}

.right{
width:560px;
height:500px;
margin-right:5px;
margin-top:16px;
float:right;
text-align:left;
}

*:lang(en) .right{
margin-right:10px;
margin-top:17px;
}

html>body .right{
margin-right:10px;
}

img{
border:none;
}

a{
color:red;
display:inline;
text-decoration:none;
}

a:visited{
color:red;
display:inline;
text-decoration:none;
}


a:hover{
color:#17314c;
display:inline;
text-decoration:none;
}


