@charset "utf-8";
/* CSS Document */

body{
	background: #fff url(/images/bg.png) no-repeat center  top;
	margin: 0 auto;
	font-family: Arial;
	font-size: 12px;
	color: #888;
}

ul{
}

a{
	color:#F67302 !important;
	text-decoration:  none;
}

a:hover{
	color: #999 !important;
}

img{
	border: 0px;
}

.hcontainer{
	width: 847px;
	margin: 0 auto;
}

.hheader{
	background: url(/images/header.png) no-repeat top center;
	height: 155px;
	margin-top: 40px;
}

.htop{
	clear: both;
}

.hlogo{
	float: left;
	width: 200px;
	padding: 4px 0px 0px 20px;
}	

.hcart{
	float: right;
	width: 300px;
	padding-top: 25px;
}

.menu{
	clear: both;
}

.menu a{
	color: white !important;
	font-weight: bold;
	margin: 5px;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: -0.3px;
}

.menu a:hover{
	color: #FFFF00 !important;
}

.menuitems{
	padding: 18px 0px 13px 18px;
	float: left;
}

.search{
	float: right;
	padding: 15px 20px 0px 0px;
}

.search input{
	margin: 0px;
	border: 0px;
	margin-right: 4px;
}

.bar{
	clear: both;
	margin: 0px 40px 0px 40px;
}

.bartxt{
	float: left;
	width: 400px;
	padding: 3px;
}

.bartxt a{
	font-weight: bold;
	color: #888 !important;
	text-decoration: none;
}

.bartxt a:hover{
	color: black !important;
}

.lancur{
	float: right;
	width: 350px;
}

.hcont{
	background: white;
	
}

.teaser{
	text-align: center;
}

.bl{
	float: left;
	width: 200px;
	padding: 20px;
}

.br{
	float: left;
	width: 500px;
}

.yellow{
	width: 220px;
	overflow: hidden;
}

.yellow .bhead{
	background: url(/images/yellow.png) no-repeat top left;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
}

.yellow .bbody{
	background: #F6F8D6;
	padding: 10px 0px 10px 0px;
}

.green{
	width: 220px;
	overflow: hidden;
	margin-top: 10px;
}

.green .bhead{
	background: url(/images/green.png) no-repeat top left;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
}

.green .bbody{
	background: #F1F8D1;
	padding: 10px 0px 10px 0px;
}

.blue{
	width: 220px;
	overflow: hidden;
	margin-top: 10px;
	
}

.blue .bhead{
	background: url(/images/blue.png) no-repeat top left;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
}

.blue .bbody{
	background: #E0F8EB;
	padding: 10px 0px 10px 0px;
	text-align: center;
}


#indexDefaultMainContent{
	background: #F67302;
	color: white;
	padding: 10px;
	line-height: 22px;
	font-size: 13px;
	height: 110px;
}

#indexDefaultMainContent span{
	font-size: 20px;
	letter-spacing: -0.4px;
}

.hfooter{
	background: #F16204 url(images/end.png) no-repeat top center;
	height: 135px;
	width: 853px;
	margin: 0 auto;
	color: white;
}

.fl{
	float: left;
	width: 300px;
	padding: 20px 0px 0px 30px;
}

.fr{
	float: right;
	width: 500px;
	color: #F8B385;
	padding: 30px 10px 0px 0px;
	text-align: right;
	line-height: 20px;
}

.fr img{
	margin-bottom: 10px;
}

.fr a{
	color: white !important;
	text-decoration: none;
}

.fr a:hover{
	color: black;
}

.fl strong{
	color: #F67302;
	font-size: 50px;
	letter-spacing: -4px;
}

