body {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	color: #333;
	background: #e3e3e3;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
a {
	color: #ff4200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
    border: 0;
}

.clear {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.wrapper {
	width: 776px;
	margin: 0px auto ;
	background:url(images/mainbg.jpg) repeat-y;
}
.container{
	width:740px;
	margin: 0px auto ;
}
.header{
	background:url(images/header.jpg) repeat-x	;
	padding:5px 25px 10px 16px;
	color:#000;
	font-size:14px
}
.header p{
	float:right;
	color:#ff4200;
	font-weight:700;
	padding-top:12px
}
.navigation{
	background:url(images/nav.jpg) repeat-x;
	padding:0 0 0 4px
}
.navigation ul, .navigation ul li, .homelist, .homelist li{
	list-style:none;
	padding:0;
	margin:0
}
.navigation ul li{
	float:left;
	color: #5F5F5F;
    font-size: 13px;
    font-weight: 700;
    background:url(images/navdevider.jpg) no-repeat
}
.navigation ul li.first{
	background:none
}
.navigation ul li a{
	padding:10px 25px;
	display:block	;
	color:#5f5f5f
}
.navigation ul li.first a{

}
.navigation ul li a.select, .navigation ul li a:hover{
	color:#ff4200;
	text-decoration:none
}

.content{
	background:url(images/content-bg.jpg) repeat-x top left;
	padding:10px 0 0
}
.banner{
	margin-top:-5px	;
	zoom:1;
	position:relative
}
.content-area{
	padding:20px	;
	line-height:20px
}
h1, h2, h3, h4, h5{
	font-weight: 400;
}
h1{
	font-size:30px;
	padding:0;
	margin-top:0
}
.home h1, .home h3{
	border-bottom: solid 1px #a2a7b2;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:8px
}
.home h2, .home h4{
	font-size:20px;
	text-align:center;
}
.home h3{
	font-size:18px	;
	padding-bottom:10px;
	margin:0;
	font-weight:600
}
.home h4{
	font-size:15px	;
	margin-top:8px
}
.homelist li{
	background:url(images/list-icon.jpg) no-repeat 0 5px;
	padding:0 0 5px 25px
}
.footer{
	text-align:center;
	padding:28px 0;
	background:url(images/footerbg.jpg) repeat-x;
	color:#000
}
.home-left{
	width:45%	;
	padding-right:5%;

}
.home-left h3, .home-left h4{
	text-align:left;
	font-weight:600	;
	border-bottom: solid 1px #a2a7b2;
	padding-bottom:8px
}
.fleft, .home-left{
	float:left
}
.fright{
	float:right	;
	width:570px
}

#Banner {
    width:740px;
}
.slider {
    float:left;
    width:740px;
    height:287px;
    position:relative;
    padding-bottom:26px;
}
.sliderContent {
    float:left;
    width:740px;
    height:287px;
    clear:both;
    position:relative;
    overflow:hidden;
}
.sliderArrows a {
    display:block;
    text-indent:-9999px;
    outline:none;
    z-index:50;
    background-image:url(images/prev_next.png);
    width:42px;
    height:42px;
    position:absolute;
    top:50%;
    margin-top:-34px;
}
.prev {
    background-position:0 0;
    left:15px;
}
.prev:hover {
    background-position:0 -44px;
}
.next {
    right:15px;
    background-position:-44px 0;
}
.next:hover {
    background-position:-44px -44px;
}
.sliderContent .item {
    position:absolute;
    width:740px;
}
.sliderBullets {
    position:absolute;
    bottom:0;
    left:50%;
    z-index:50;
    margin-left:-45px;
}
.sliderBullets a {
    display:block;
    float:left;
    text-indent:-9999px;
    outline:none;
    margin-left:5px;
    width:10px;
    height:11px;
    background:url(images/bullets.png) no-repeat;
}
.sliderBullets .active {
    background-position:0 -11px;
}
.sliderContent a {
    outline:none;
}
