
a{
	color:white;
	text-decoration:none;
}
#wrap{
	float:right;
	width:100%;
}
.clear{
	clear:both;
}

#header{
	height: 150px;
}

#logo{
	float: left;
	height:30px;
}
#logo img{
	margin:70px 0px 0px 45px;	
}
#topIcons{
	position:absolute;
	right:10px;
	top:75px;
}
#topIcons ul li, #topMenu ul li{
	display: inline;	
}
#topMenu{
	float:left;
	margin-top:75px;
	width:70%;	
}
#topMenu ul li a{
	padding:0px 30px;
	color:white;
}
#topMenu ul{
	width:100%;
	display:table;
}
#topMenu ul li{	
	text-align:center;
}
#leftPart{
	width:220px;
	background-image:url(../img/leftMenuBg.png);
	float:left;
}
#leftMenu ul li a{
	font-size:13px;
}
#leftMenu ul li{
	margin:15px 0px 15px 50px;
}
#mainPart{
	font-size:0.8em;
	line-height:30px;
	margin-left:220px;
	padding:15px 10px 5px;
	background-color:#181818;
}
#bottomBox2{
	position:absolute;
	left:50%;
	margin-left:-60px;
}
#bottomBox1{
	position:absolute;
	margin-top:130px;
	margin-left:147px;
	left:0;
}

#mainPart ul li{
	padding-left:15px;
}
#footer address{
	font-size:12px;		
}
#webicom {
	position:absolute;
	right:30px;
	margin-top:-15px;
}
#years{
	background-color:black;
	border-bottom:1px solid #333333;
	padding:0 20px;
	margin:-15px -10px 0px -10px;
}
.jcarousel-next, .jcarousel-prev{
	cursor:pointer;
	height:15px;
	margin-top:7px;
	width:16px;
	background-repeat:no-repeat;
}
.jcarousel-prev{
	background-image:url(../img/arrow-left.png);
	background-position:left center;
	float:left;
	padding-right:10px;	
}
.jcarousel-next{
	background-image:url(../img/arrow-right.png);
	background-position:right center;
	float:right;
	padding-left:10px;	
}
.jcarousel-list li, .jcarousel-item{
	/*width:30px !important;*/
	height:35px !important;
}
.jcarousel-prev-disabled{
	background-image:url(../img/arrow-left-disabled.png);
}
.jcarousel-next-disabled{
	background-image:url(../img/arrow-right-disabled.png);
}
#years a#arrowLeft{
	float:left;
}
#years a#arrowRight{
	float:right;
}

#years ul li{
	display:inline;	
}

#mainWrap {border-bottom:none!important;}