/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	background:url(../image/bodybg.gif) left top repeat-x;
}
ul{
	list-style:none;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}
.blue-font{
	color:#307eb4;
}
.italic-font{
	font-style:italic;
}


.wrapper{
	width:934px;
	margin:0 auto;
}
.container{
	width:100%;
	display:inline-block;
	padding-bottom:50px;
}

/*---- Header  ----*/
.logobar{
	width:100%;
	display:inline-block;
}
.logobar a:hover{
	text-decoration:none;
}
.logobar a.button-left,.logobar a.button-right{
	color:#FFF;
	float:right;
	height:28px;
	display:block;
	text-decoration:none;
}
.logobar a.button-left:hover,.logobar a.button-right:hover{
	color:#fffb96;
}
.button-left{
	background:url(../image/blue-button.png) left top  no-repeat;
}
.logobar a.button-right{
	background:url(../image/blue-button.png) right top  no-repeat;

}
.button-left span,.button-right span{
	margin-bottom:2px;
	padding:8px 15px;
	line-height:20px;
}
.button-left span{
	border-right:1px solid #0372a3;
}
.button-right span{
	border-left:1px solid #67bde3;
}
.logo{
	float:left;
	width:25%;
	margin-left:10px;
}
.menu{
	float:right;
	width:70%;
	margin-top:42px;
}
.menu ul li a{
	display:blcok;
	float:left;
	color:#a7a7a7;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	height:41px;
	line-height:38px;
	margin:0 10px;
}
.menu ul li {
	float:right;
}
.menu ul li a.active,.menu ul li a.active:hover{
	background:url(../image/menu-button.gif) left top no-repeat;
	height:40px;
	padding-left:8px;
	float:left;
}
.menu ul li a.active span{
	background:url(../image/menu-button.gif) right top no-repeat;
	float:left;
	color:#FFF;
	height:40px;
	margin-right:-3px;
	position:relative;
	z-index:10;
}
.menu ul li a.active span.home,.menu ul li a.active span.dashboard,.menu ul li a.active span.how-it-works,
.menu ul li a.active span.faq,.menu ul li a.active span.contact{
	float:left;
	height:40px;
	margin:0 18px 0 10px;
	padding-left:25px;
	_padding-left:12px;
	_margin-left:19px;
	cursor:pointer;
}
.menu ul li a.active span.home{
	background:url(../image/icon-home.png) left center no-repeat;
}
.menu ul li a.active span.dashboard{
	background:url(../image/icon-dashboard.png) left center no-repeat;
}
.menu ul li a.active span.how-it-works{
	background:url(../image/icon-how-it-works.png) left center no-repeat;
}
.menu ul li a.active span.faq{
	background:url(../image/icon-faq.png) left center no-repeat;
}

.menu ul li a.active span.contact{
	background:url(../image/icon-contact.png) left center no-repeat;
}
.menu ul li a:hover{
	color:#fe7100;
}

.header-bottom{
	width:100%;
	display:inline-block;
	padding-top:8px;
}
.recent-news{
	float:left;
	font-weight:bold;
}
.recent-news span.left{
	margin-left:15px;
}
.recent-news span.italic-font{
	color:#a0a0a0;
	font-size:11px;
}
.rss{
	background:url(../image/rss.png) left top no-repeat;
	width:22px;
	height:18px;
}
.face{
	background:url(../image/face.png) left top no-repeat;
	width:22px;
	height:18px;
}
.tiwwter{
	background:url(../image/tiwwter.png) left top no-repeat;
	width:22px;
	height:18px;
}
/*---- Container ----*/
.banner{
	margin-top:10px;
}
.column{
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	zoom:1;
}
.fully-automatic{
	background:url(../image/fully-automatic.gif) left top no-repeat;
	width:231px;
	padding:30px 20px 10px 200px;
	margin-right:20px;
	float:left;
}
.column h2{
	font-size:25px;
	margin-bottom:15px;
}
.free-service{
	background:url(../image/free.gif) left top no-repeat;
	float:left;
	padding:30px 20px 10px 200px;
	width:235px;
}
.column  span.blue-font{
	color:#005693;
	font-weight:bold;
}

/*---- Footer----*/
.footer{
	background:url(../image/footerbg.gif) left top repeat-x;
	width:100%;
	display:inline-block;
	border-top:1px solid #ccc;
	padding:10px 0;
	height:10px;
}
.footer-main{
	margin:0 auto;
	width:934px;
	color:#777;
	font-size:11px;
}
.footer-main ul li{
	float:left;
	padding:0 10px;
}
.footer-main ul li a{
	display:block;
	color:#0065ac;
	text-decoration:none;
	font-size:11px;
}
.footer-main ul li a:hover{
	text-decoration:underline;
}
