/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/bg2.jpg) repeat-x #fff;
}

body, select, input, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	line-height:18px;
}	

h1, h2, h3, h4{
		font-family:Georgia, "Times New Roman", Times, serif;
}
a{
	color:#ff9a00;
	text-decoration:none;
	outline:none;
}	

a:hover{
	color:#ff9a00;
	text-decoration:underline;
	outline:none;	
}
img{
	border:none;
	}
hr{
	margin:30px 0;
	background:#eee;
	border:1px solid #eee;
	}
.imagestyle1{
	float:left;
}

.imagestyle2{
	float:right;
}

.imagestyle3{
	float:right;
	margin-left:20px;
}
.no-bg{
	background:none !important;
}

.no-border{
	border:none !important;
}

.clr{
	clear:both;
}
.spacer{
	clear:both;
	height:20px;
}

#mainwrapper{
	width:950px;
	margin:0 auto;
}

#bg{
	background:url(../images/bg.jpg) no-repeat top center;
	width:100%;
	float:left;
	}
#headerwrapper{
	width:950px;
	height:77px;
	float:left;
	padding-top:35px;
}

.logo{
	background:url(../images/logo.png) no-repeat;
	width:386px;
	height:86px;
	float:left;
	position:absolute;
	margin-left:30px;
	}

.logo a{
	display:block;
	width:386px;
	height:86px;
}
	
.support{
	background:url(../images/support_bg.png) no-repeat;
	width:251px;
	height:54px;
	float:right;
	margin-top:8px;
	margin-right:75px;
}

.support ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:33px;
	margin-top:8px;
}

.support ul li{
	line-height:18px;
	font-size:14px;
	font-weight:bold;
}

.support ul li a{
	font-weight:normal;
}

#navigation{
	background:url(../images/nav_bg.png) no-repeat;
	width:950px;
	height:33px;
	float:left;
	padding-top:10px;
}

#navigation ul{
	padding:0;
	list-style:none;
	width:875px;
	margin:0 auto;
}


#navigation ul li{
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:url(../images/nav_sep.png) no-repeat center right;
	line-height:23px;
	padding:0 36px 0px 35px;
	margin:0;
}

#navigation ul li a{	
	color:#fff;
	text-decoration:none;
	text-shadow:#dc8500 1px 1px 0;
	}


#navigation ul li a:hover{	
	color:#000;
	text-decoration:none;
	text-shadow:#fff 1px 1px 0;
	
}


#header{
	width:950px;
	height:359px;
	float:left;
}


#slider{
	background:url(../images/slider_bg.png) no-repeat;
	width:950px;
	height:122px;
	float:left;
	padding-top:20px;
}


#content{
	width:950px;
	float:left;
	background:url(../images/bg3.png);
	
}
#content2{
	width:690px;
	float:right;
	background:#fff;
	padding:30px;
	background:url(../images/bg3.png);
}
#content3{
	width:890px;
	float:left;
	padding:0 30px;
	background-image:url(../images/bg3.png);
	
}

#left{
	width:120px;
	float:left;
	background:#fff;
	padding:30px;
	border-right:1px solid #eee;
}
#left ul{
	margin:0;
	padding:0;
	}
#left ul h4{
	margin:0;
	}

.box1{
	width:427px;
	float:left;
	padding: 40px 20px 0 20px;
}

.box1 h1{
	margin:0;
	padding:0;
	font-size:30px;
	font-weight:bold;
	color:#555555;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif
}

.box1 h2{
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:bold;
	color:#ffa215;
	line-height:30px;
	margin-bottom:10px;
	letter-spacing:-1px;	
}


.box2{
	background:url(../images/box2_bg.png) no-repeat;
	width:443px;
	float:left;
	min-height:344px;
	padding-top:64px;
	padding-left:40px;
}

.box2 h1{
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:bold;
	color:#555555;
	line-height:30px;
	margin-bottom:10px;
}


.box2 ul{
	margin:0;
	padding:0;
	list-style:none;

}

.box2 ul li{
	line-height:30px;
	background:url(../images/bullet.png) no-repeat;
	background-position:left 6px;
	padding-left:25px;
}


#botomnav{
	background:url(../images/bottom_nav_bg.png) no-repeat;
	width:950px;
	height:28px;
	float:left;
	padding-top:12px;
	margin-top:15px;
}

#botomnav ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:595px;
}

#botomnav ul li{
	display:inline;
	padding:0 22px 0 21px;
	background:url(../images/bottom_nav_sep.png) no-repeat center right;
	line-height:19px;
	font-size:12px;
	font-weight:bold;
}


.cpoyright{
	width:950px;
	text-align:center;
	line-height:48px;
	font-size:12px;
	font-weight:bold;
}


#botomnav ul li a{
	text-decoration:none;
	color:#555555;
}

#botomnav ul li a:hover{
	text-decoration:underline;
	color:#555555;
}