@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/bg.png) repeat-x;	
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wraper{
	width:960px;
	margin:0 auto;	
}
*{
	margin:0;
	padding:0;	
}
h1{
	font-size:18px;	
}
.top-div{
	height:122px;
	position:relative;
}
.logo{
	float:left;	
	position:relative;
}
.logo-overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999 !important;	
}
.slogan-container{
	position:absolute;
	bottom:-20px;
	right:0;
	width:349px;
	height:87px;
	background:#1C75BC;	
}
.slogan{
	position:relative;	
}
.dropping-truck{
	position:absolute;
	right:0;
	top:0;	
	z-index:1;
}
.content{
	height:320px;
	padding-top:20px;	
	z-index:99 !important;
	background:url(../images/bg-trans.png);
}
.footer{
	clear:both;
	height:30px;
	background:#1C75BC;	
	margin:0 auto;
}
.footer p{
	color:#fff;
	font-size:10px;
	text-align:center;
	padding:8px 0 0;	
}
.footer a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;	
}
.logos{
	height:150px;
	margin-left:160px;	
}
.logos h2{
	font-size:14px;
	color:#1C75BC;	
}
.logos ul{
	margin:0;	
	padding:0;
	list-style:none;
}
.logos li{
	display:inline;	
	padding:0 10px;
}
.left-panel{
	background:#1C75BC;
	float:left;
	width:166px;
	height:320px;
	overflow:hidden;	
}
.right-panel{
	background:#E6E7E8;
	float:left;
	width:794px;
	height:320px;
	overflow:hidden;	
}
.right-content{
	width:349px;
	height:320px;
	float:right;
}
.right-header{
	width:445px;
	height:320px;
	float:left;
}
.clr{
	clear:both;	
}

/* MENU */
.menu{
	margin:0;
	padding:0;
	list-style:none;
}
.menu li{
	height:53px;
	overflow:hidden;	
}
.menu a{
	display:block;
	padding:18px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-smooth:16em;
}
.menu li.current, .menu li:hover{
	background:#217bc3;	
}
.text{
	height:270px;
	padding:0;
	width:336px;
	margin:0 auto 0 10px;	
	outline:none;
}
.text p{
	line-height:18px;
	text-align:justify;
	font-size:11px;
	padding:0 0 8px;
	margin:0;	
}
.title{
	height:30px;
	overflow:hidden;
	padding:8px 0 0 10px;
}
.title h1{
	margin:0;
	padding:0;
	font-size:18px;
	padding:0;
	color:#1C75BC;	
}
.form{
	width:120px;	
}
.form-table td{
	padding:0 6px 6px 0;	
}
.form-textarea{
	height:120px;
	resize:none	
}
a {
	color: #1C75BC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}