@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background:repeat-x #ffffff bottom;
/*	background-image:url(../images/home_body_bg.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.all {
	width:960px;
	margin:auto;
}
.header {
	display:block;
	width:960px;
	height:450px;
	overflow:hidden;
/*	background:url(../images/home_header_bg.png);*/
}
.headleft {
	display:block;
	float:left;
	width:708px;;
	height:450px;
}
.logo {
	display:block;
	width:175px;
	height:108px;
	padding-left:37px;
	padding-top:29px;
	padding-right:496px;
	padding-bottom:18px;
}
.logo h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:none;
}
.slider {
	padding-left:22px;
	padding-right:72px;
	width:605px;
	height:295px;
	display:block;
	float:left;
}
.slider .scrollleft {
	z-index:3;
	position:relative;
	left:0px;
	top:0px;
	background:url(../images/home_slide_left_bg.png) no-repeat;
	width:32px;
	height:32px;
	padding-top:120px;
	padding-bottom:143px;
	cursor:pointer;
}
.slider .scrollright {
	z-index:3;
	position:relative;
	left:573px;
	top:-590px;
	background:url(../images/home_slide_right_bg.png) no-repeat;
	width:32px;
	height:32px;
	padding-top:120px;
	padding-bottom:143px;
	cursor:pointer;
}
.slider .slidercontents {
	width:605px;
	height:295px;
	overflow:hidden;
	z-index:2;
	position:relative;
	left:0px;
	top:-295px;
}
.slider #slidercontents {
	height:295px;
	overflow:hidden;
	position:relative;
	left:0px;
	top:0px;
}
.slider .element {
	float:left;
	z-index:10;
	width:525px;
	height:240px;
	padding-left:45px;
	padding-top:20px;
	padding-right:35px;
	padding-bottom:45px;
	background:url(../images/slider_bg.png) no-repeat;
}
.slider p {
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
}
.slider strong, .slider b {
	color:#FFFFFF;
}
.headtext {
	width:252px;
	height:370px;
	float:left;
	padding-top:80px;
}
.headtext h1 {
	padding-top:0px;
	padding-bottom:26px;
	font-size:24px;
	line-height:28px;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	background:none;
}
.headtext p {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.content {
	width:660px;
	padding-top:25px;
	padding-bottom:40px;
	padding-left:150px;
	padding-right:150px;
}
.content .left, .content .main, .content .right {
	float:left;
	width:204px;
	border-left:1px solid #1a436e;
	height:70px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
.clearer {
	clear:both;
}
.hidden {
	display:none;
}
a img {
	border:none;
}
h1 {
	font-size:18px;
	line-height:20px;
	color:#02305f;
	padding-bottom:10px;
	font-weight:normal;
}
ul {
	list-style:none;
}
ul li {
	list-style:none;
	padding-left:10px;
	font-size:12px;
	line-height:16px;
	background:url(../images/home_li.gif) no-repeat left;
}
a {
	color:#0e5a93;
	text-decoration:none;
}
a:hover {
	color:#0e5a93;
	text-decoration:underline;
}
