body{
margin:0;
background-image:url(../img/background.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
font-family:Verdana;
/*font-size:12px;
color:#87929b;*/
}

img{
border:0;
padding:0;
}

a{
text-decoration:none;
}

div{
/*border:1px solid green;*/
}

h4{
font-size:14px;
color:#394171;
}

#container{
position:relative;
width:990px;
margin:auto;
}

#logo{
position:absolute;
top:20px;
left:0;
}

#language{
width:100%;
height:29px;
padding-top:5px;
line-height:29px;
}

#pl{
width:24px;
height:16px;
margin:0 10px 0 5px;
background:url(../img/pl.png) no-repeat 0px 3px;
float:right;
cursor:pointer;
}

#pl:hover{
background-position:0px 0px;
}

#eng{
width:24px;
height:16px;
background:url(../img/eng.png) no-repeat 0px 3px;
float:right;
cursor:pointer;
}

#eng:hover{
background-position:0px 0px;
}

#rolloverBackground{
width:109px;
height:10px;
background:url(../img/rolloverBackground.png) no-repeat;
}

#mainMenu{
width:100%;
}

#mainMenu a{
height:34px;
line-height:30px;
padding:0 10px 0 10px;
float:right;
font-family:Verdana;
font-weight:800;
font-size:12px;
color:#ffffff;
background:url(../img/mainMenuBackground.png) repeat-x 0px 0px;
}

#mainMenu a:hover{
color:#fdd000;
}

#mainMenu a.selected{
background-position:0px -35px;
}

.mainMenuSeparator{
width:2px;
height:34px;
background:url(../img/mainMenuSeparator.jpg) no-repeat;
float:right;
}

#mailHome{
width:100%;
padding-top:5px;
line-height:29px;
}

#home{
width:24px;
height:20px;
margin:0 10px 0 5px;
background:url(../img/home.png) no-repeat 0px 3px;
float:right;
cursor:pointer;
}

#home:hover{
background-position:0px 0px;
}

#mail{
width:24px;
height:20px;
background:url(../img/mail.png) no-repeat 0px 8px;
float:right;
cursor:pointer;
}

#mail:hover{
background-position:0px 5px;
}

#rolloverBackground2{
width:109px;
height:22px;
background:url(../img/rolloverBackground2.png) no-repeat;
}

#flash{
width:100%;
height:280px;
}

#box1{
width:470px;
padding-bottom:15px;
float:left;
}

#box1 ul{
width:430px;
margin-left:15px;
padding:0;
list-style:square inside url(../img/arrow.png);
font-size:14px;
color:#8f8f8f;
}

#box1 li{
margin-bottom:10px;
padding:0;
}

#box1 a{
	color:#8f8f8f;
}

#box1 a:hover{
	color:#000066;
}

.liSmall{
font-size:11px;
float:right;
}

.boxSeparator{
width:1px;
height:180px;
margin-top:30px;
background-color:#eaeaea;
float:left;
}

#box2{
width:250px;
padding-bottom:15px;
float:left;
}

#contact{
width:230px;
float:right;
}

#contactBox{
width:200px;
padding-bottom:10px;
border:1px solid #dbdbdb;
background-color:#ffffff;
}

#contactBox img{
margin:10px 1px 0 5px;
float:left;
}

#questionFormMessage{
margin-left:5px;
font-family:Verdana;
font-size:9px;
color:red;
float:left;
}

#contactBox form input[type=text]{
width:148px;
height:18px;
margin:5px 0 0 5px;
padding-left:2px;
font-family:Verdana;
font-size:11px;
color:#8f8f8f;
border:1px solid #dbdbdb;
background-color:#ffffff;
float:left;
}

#contactBox form input[type=image]{
margin:1px 3px 5px;
float:right;
}

#contactBox form textarea{
width:148px;
height:55px;
margin:5px 0 0 5px;
padding-left:2px;
overflow:auto; 
font-family:Verdana;
font-size:11px;
color:#8f8f8f;
border:1px solid #dbdbdb;
float:left;
}

#gradient{
width:614px;
height:32px;
margin:10px 0 10px;
background:url(../img/gradient.jpg) no-repeat 60px 0px;
}

#footer{
width:100%;
height:120px;
font-family:Verdana;
}

#footer a{
color:#c0c4c7;
}

#footer a.selected{
color:#364f91;
}

#footer li{
margin-bottom:5px;
padding:0;
line-height:10px;
}

#footer ul{
width:187px;
margin:0;
margin:3px 0 0 15px;
padding:0;
list-style:square inside url(../img/arrow.png);
font-size:11px;
color:#e0e0e0;
}

#footer li:hover{
list-style:square inside url(../img/arrow2.png);
}

#footer li a:hover{
color:#364f91;
}

.selected{
list-style:square inside url(../img/arrow2.png);
color:#364f91;
}

.footerBox{
width:192px;
height:100%;
border-left:1px solid #f2f2f2;
float:left;
}

.footerBox p{
font-size:11px;
color:#666666;
margin:0;
margin:7px 0 0 18px;
}

.footerFirstBox{
border-left:0px solid #f2f2f2;
}

.pointer{
cursor:pointer;
}

.left{
float:left;
}

.right{
float:right;
}

.clearLeft{
clear:left;
}

.clearRight{
clear:right;
}

.clear{
clear:both;
}