body {
	background: #00101a url(../images/bg.jpg) repeat-x;
	margin: 0;
	font-family: Arial, tahoma;
	font-size: 13px;
	line-height: 18px;
	color: #c8d6e8;
}

.clear {clear:both;}

a, a:link, a:visited {
	/*color: #315573;*/
	color: #94a7bf;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

img {border:none;}
h1 {
	color: #e7bb0a;
	font-size: 18px;
	line-height: 25px;
}
h2 {
	font-size: 15px;
	line-height: 18px;
	color: #e7bb0a;
	background: url(../images/arrow.jpg) 0% 50% no-repeat;
	padding-left: 18px;
}
h2 a, h2 a:visited, h2 a:link {
	font-size: 15px;
	line-height: 18px;
	color: #e7bb0a;
	text-decoration: none;
}
h2 a:hover {text-decoration: underline;}
h3 {
	color: #315573;
	font-size: 15px;
	line-height: 20px;
}


#wrapper {
	width: 1007px;
	margin: 0 auto;
}

#header {
	height: 80px;
	width: 100%;
}

#title {
	font-family: "Times New Roman", Times;
	color: #315573;
	font-size: 33px;
	/*border-bottom: 1px solid #3F3F3F;*/
	margin-top: 20px;
	line-height: 30px;
	/*width: 700px;*/
}
.h-line {border-bottom: 1px solid #3F3F3F;width:700px;}

#subtitle {
	color: #293839;
	clear: both;
	font-style: italic;
}

#menu {
	width: 100%;
	height: 35px;
	text-align: center;
	position: relative;
	padding-top: 14px;
}

#menu a, #menu a:link, #menu a:visited {
	text-transform: uppercase;
	padding: 0 40px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	text-decoration: none;
}
#menu a:hover {text-decoration:underline;}

#banner-index {
	width: 100%;
	background: url('../images/banner_bg_index.jpg') no-repeat;
	height: 270px;
}
	#banner-index .b-text {
		color: #fff;
		font-family: arial;
		font-size: 13px;
		line-height: 18px;
		float: right;
		width: 530px;
		margin-right: 20px;
		padding: 110px 0 0 0;
	}
	#banner-index .btn-claim {
		float: right;
		margin: 5px 75px 0 0;
	}
	#banner-index a, #banner-index a:link, #banner-index a:visited {
		color: #fff;
		text-decoration:underline;
	}


#banner {
	width: 100%;
	background: url('../images/banner_bg_index.jpg') no-repeat;
	height: 270px;
}
	#banner .b-text {
		color: #fff;
		font-family: arial;
		font-size: 14px;
		line-height: 18px;
		float: right;
		width: 530px;
		margin-right: 20px;
		padding: 110px 0 0 0;
	}
	#banner .b-title {
		font-size: 30px;
		color: #ffcc00;
		font-weight: bold;
	}
	#banner img {
		float: right;
		margin: 35px 75px 0 0;
	}

#content {
	margin-top: 1px;
	background: #00101a;
	padding: 20px 0;
}
	.img-index {}
		.img-index ul {padding:0; margin:0;}
		.img-index ul li {
			list-style: none;
			float: left;
			width: 175px;
			margin: 0 13px;
		}
		.img-index img {border:8px solid #f9f3d8;}
		.img-index p {
			font-size: 14px;
			margin-left: 15px;
		}
	
	ul.mechanics-lien {}
	ul.mechanics-lien li {
		list-style: none;
		float: left;
		width: 200px;
		padding-left: 20px;
	}
	

#footer {
	clear: both;
	background: #000;
	border-top: 1px solid #fff;
	padding: 30px 0;
}
	.f-wrapper {
		width: 1007px;
		margin: 0 auto;
		text-align: right;
		color: #5186a1;
		font-size: 12px;
	}
	.f-wrapper ul {
		margin: 0;
		padding: 0;
	}
	.f-wrapper ul li {
		list-style: none;
		display: inline;
	}
	.f-wrapper ul li a, .f-wrapper ul li a:link, .f-wrapper ul li a:visited {
		color: #5186a1;
		text-decoration:none;
		font-size: 12px;
		padding: 0 3px;
	}
	.f-wrapper ul li a:hover {text-decoration: underline;}
