@charset "UTF-8";

body {
color:#333333;
	background: url('../img/bg.jpg') #F4F8F9 repeat-x;
}
/** Extra classes **/
.left {
	float: left;
}

p
{
font-family:Arial, Helvetica, sans-serif;
}


a
{
color:#666666;
color:#333333;

text-decoration:underline;

}

a:hover
{
text-decoration: none;
color:#666666;
}

.right {
	float: right;
}
/** Page container **/
#page-container {
	margin: 20px auto 0 auto;
	width: 943px;
}
/** Upper side of the page **/
#page-container #page-head {
	height: 48px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid yellow;	
}
#page-container #page-head #logo {	
	background: url('../img/logo.png');
	float: left;
	height: 100%;	
	width: 223px;
	padding-bottom: 0px;
}

#page-container #page-head #header {
	background: url('../img/header.png') no-repeat center;	
	height: 100%;
	margin-left: 223px;
	width: 700px;	
}

#page-container #page-head #header h1 {
	text-transform: uppercase;
	text-indent: -9999px;
}
/** Sidebar **/
#page-container #sidebar {
	float: left;
	/*height: 570px;*/
	margin: 0 0 0 0;
	width: 224px;	
}
#page-container #sidebar #langbar {
	background: url('../img/lang_bg.png') no-repeat;	
	line-height: 24px;
	height: 84px;
	width: 100%;
}
#page-container #sidebar #langbar #home-icon {
	float: left;	
	margin: 0 0 0 3px;
}
#page-container #sidebar #langbar #lang-icons {
	float: right;
	margin: 6px 6px 6px 6px;
}
#page-container #sidebar #langbar #lang-icons img{
	border:1px solid #4C5657;
}
#page-container #sidebar #langbar #lang-icons img:hover {
	border:1px solid #F3F406;
}
#page-container #sidebar #langbar img {
	margin-right: 0;
}
#page-container #sidebar #main-menu #menu-items li {
	margin-top: 2px;
}
#page-container #sidebar #main-menu #menu-items #menu-trucks {
	margin-top: 15px;
}
#page-container #sidebar #main-menu #menu-items .noimage {
	height: 52px;
	line-height: 50px;
	margin-bottom: 7px;	
	text-align: center;
	width: 233px;	
}
#page-container #sidebar #main-menu #menu-items .noimage a {
	background: url('../img/menu-button.png');	
	display: block;
	height: 52px;
}
#page-container #sidebar #main-menu #menu-items .soon a {
	background: url('../img/menu-button-2.png');	
}
#page-container #sidebar #main-menu #menu-items .noimage a:hover, .all-curent a {
	background: url('../img/menu-button_hover.png') !important;
}
#page-container #sidebar #main-menu #menu-items .soon a:hover, .soon-curent a {
	background: url('../img/menu-button-2_hover.png') !important;
}
#page-container #sidebar #main-menu #menu-items a {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;	
	text-decoration: none;
	text-transform: uppercase;
}

#page-container #sidebar #site-menu #site-menu-items {
	/*height: 30px;*/
	line-height: 30px;
	margin-left: 3px;
	margin-top: 14px;
	text-indent: 94px;
	width: 228px;	
}
#page-container #sidebar #site-menu #site-menu-items li {
	margin-bottom: 12px;
}
#page-container #sidebar #site-menu #site-menu-items li a {
	color: white;
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;	
}
#page-container #sidebar #site-menu #site-menu-items #service a {
	background: url('../img/service.png') no-repeat;
}
#page-container #sidebar #site-menu #site-menu-items #service a:hover, .service-current {
	background: url('../img/service_hover.png') no-repeat !important;
	color: black !important;
}
#page-container #sidebar #site-menu #site-menu-items #contacts a {
	background: url('../img/contacts.png') no-repeat;
}
#page-container #sidebar #site-menu #site-menu-items #contacts a:hover, .contacts-current {
	background: url('../img/contacts_hover.png') no-repeat !important;
	color: black !important;
}
#page-container #sidebar #site-menu #site-menu-items #find-us a {
	background: url('../img/find-us.png') no-repeat;
}
#page-container #sidebar #site-menu #site-menu-items #find-us a:hover, .find-current {
	background: url('../img/find-us_hover.png') no-repeat !important;
	color: black !important;
}
#page-container #container {
	margin-left: 245px;
}
/** Footer **/
#page-container #page-footer {
	clear: both;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
}
#page-container #page-footer #copyright {
	float: left;
	margin-left: 5px;	
	margin-bottom: 30px;
}
#page-container #page-footer #solution {
	float: right;
	margin-bottom: 10px;	
}
#page-container #page-footer #solution span {
	color: #636363;
}
#map-container {
	text-align: center;
	pointer: cursor;
	margin-top: 50px;
    width: 695px;
    height: 360px;
}
#map-container img {
	pointer: cursor;
    width: 100%;
    height: 100%;
}
#service-container {
    width: 695px;
    height: 500px;
    padding-top: 20px;
    line-height: 25px;
}


.zoom{
	cursor: pointer;
	position: absolute;
	margin: 5px 0 0 5px;
	z-index: 5;
}
