@charset "utf-8";
/* CSS Document */

body { background: #0E0F25; }

#frame {
width:720px;
position:absolute;
left: 50%;
margin: -10px 0 0 -360px;
background: #0E0F25;
}
img { border:none; }
a { color: white; text-decoration:none }
/* 
--------------------
left side && info
--------------------
*/

.left {
width:211px;
position:absolute;
margin: -10px 0 0 0;
}

.logo {
height:122px;
margin-top:0px;
}

.contact {
height:272px;
margin-top: 24px;
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
text-align:center;
font-variant:bold;
padding-top:10px;
background: url(../images/contact.png)  no-repeat;
}

.menu-tab1, .menu-tab2, .menu-tab3 {
height:31px;
margin-top: 6px;
text-align:center;
padding-top:6px;

}


/* 
--------------------
right side && info 
--------------------
*/
.right {
margin:-10pc 0 0 0;
width:490px;
position:absolute;
margin:-10px 0 0 231px;
float:left;
}
.kamion {
height:194px;
width:486px;
}
.description {
margin-top:21px;
width:482px;
height:33px;
color: #3DBFEF;
text-align:center;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:600;

}
.text-part {
width:442px;
margin-top: 21px;
padding:20px;
color: white;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;


-moz-border-radius: 10px ;
-webkit-border-radius: 10px ;
-html-border-radius: 10px;
border:2px solid #F9F9F9;

background-color: #3375A4;
}