@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("base.css");
@import url("screen.css");
body {
	background:url(../images/bg.jpg) repeat-x left top;
}

/*----------------->Layout<<------------------*/
#outerDiv {
	width:955px;
	margin:0 auto;
	padding:0px;
}
.clear {
	clear:both;
}
/*----------------->Header<<------------------*/
#headerPane {
	height:73px;
	padding:12px 0 0 0;
}
#logo {
	float:left;
	width:228px;
	height:71px;
	margin-top:-5px
}
#logo a{
	width:228px;
	height:71px;
	display:block;
	text-indent:-999999px;
	background:url(../images/logo.png) no-repeat;
}
#topNav {
	float:right;
	width:510px;
	text-align:right;
	padding-right:30px;
	margin-top:-6px;
}
#topNav a{
	font:11px/12px Arial, Helvetica, sans-serif;
	color:#53beff;
	margin-left:12px
}
#menu {
	float:right;
	width:645px;
	padding-top:30px
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	margin:0px;
	padding:0px 16px;
	list-style:none;
	float:left;
	font:17px/18px Arial, Helvetica, sans-serif;
}
#menu li a{
	color:#fefeff;
}
#menu li a:hover{
	color:#fff;
}
/*----------------->Banner<<------------------*/
#bannerPane {
	padding: 10px 0 0 0;
	height:177px;
	position:relative;
}
/*---------------------- Slider ---------------*/
.listing {
	padding:60px 0 40px 0;
	margin:10;
}
.listing li{
	margin:0 0 10px 0;
	padding:8px 8px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	border-bottom:1px solid #d4d4d4;
}
.listing li h3{
	font-size:18px;
	color:#333333;
	padding:5px 0 0 0;
	line-height:17px;
	font-weight:bold;
}
.listing li h3 span{
	font-size:15px;
	font-style:italic;
	color:#595959;
	font-weight:normal;
}
.listing li p{
	line-height:18px;
	padding:10px 0;
}
a.btn_more {
	display:block;
	background:url(../images/learn_more_btn.gif) no-repeat;
	width:121px;
	height:30px;
	margin-left:70px
}
.listing li .img_rht {
	float:left;
	width:110px;
}
.listing li .lft {
	float:left;
	width:820px;
}
/*---------------------- Slider ---------------*/
#slider2 {
	padding:40px 0 40px 25px;
	margin:0;
}
#slider2 li{
	padding:0px 5px;
	margin:0 10px 20px 0;
	float:left;
	width:278px;
}
#slider2 li .box{
	background:url(../images/bottom_curve01.gif) no-repeat bottom;
	padding:0px 0 8px 0;
}
#slider2 li .box .top_curve{
	background:url(../images/top_curve01.gif) no-repeat;
	padding:8px 0 0 0;
}
#slider2 li .box .middle_box{
	background:url(../images/middle_box_bg.gif) repeat-y;
	padding:8px 8px 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	height:232px
	
}
#slider2 li .box .middle_box h3{
	font-size:17px;
	color:#333333;
	padding:5px 0 0 0;
	line-height:17px;
	height:50px
}
#slider2 li .box .middle_box h3 span{
	font-size:12px;
	font-style:italic;
	color:#595959;
}
#slider2 li .box .middle_box p{
	line-height:18px;
	padding:10px 0;
} 
.img_bx1 {
	height:84px;
}
/*----------------->Footer<<------------------*/
#footerPane {
	width:100%;
	margin:0;
	padding:0;
	background:url(../images/footer_bg.jpg) repeat-x left top;
	height:116px;
	font:13px/18px Arial, Helvetica, sans-serif;
}
.footer{
	width:955px;
	padding:30px 0 0 0;
	margin:0 auto;
}
.footer .footerLeft{
	float:left;
	width:160px;
	border-right:1px solid #343434;
	
}
a.footerLogo {
	width:161px;
	height:45px;
	display:block;
	text-indent:-9999999px;
	background:url(../images/footer_logo.gif) no-repeat;
}
.footer .footerRight{
	float:left;
	width:520px;
	color:#a7a7a7;
	padding:5px 0 0 20px;
}
.footer .footerRight li{
	float:left;
	color:#a7a7a7;
	padding:0 10px 0 10px;
	background:url(../images/list_icon1.gif) no-repeat 0 6px;
}
.footer .footerRight li a{
	color:#a7a7a7;
}
.footer .footerRight p{
	font-size:12px;
}
/*--------------- side Banner -------------*/
#sideBanner {
	float:left; 
	height:167px; 
	width:287px ; 
	padding:10px 20px 0px 10px;
	font:13px/18px Arial, Helvetica, sans-serif;
}
#sideBanner span{
	font-size:15px;
	color:#fff;
	display:block;
	padding:8px 0;
}