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

html, body {
	margin:0;
	padding:0;
	background:#333333;
}

#container {
	float:left;
	width:100%;
	background:#FFFFFF url(../images/bg_header_bg.jpg) 0 0 repeat-x;
}

#headerbg {
	float:left;
	position:relative;
	width:100%;
	height:336px;
}

#banner {
	margin:0 auto 0 auto;
	width:607px;
	height:269px;
	padding:0 20px 0 377px;
	position:relative;
}

#header {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto 0 auto;
	width:100%;
	height:336px;
	min-width:1000px;
	background:url(../images/BG_header.png) 50% 0 no-repeat;
	z-index:10;
}

#fb {
	position:absolute;
	bottom:-20px;
	right:0;
	z-index:12;
}

#fb a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

#menu {
	float:left;
	width:100%;
	margin-top:-36px;
}

#center {
	margin:0 auto 0 auto;
	width:900px;
	padding:0 50px;
}

#content {
	float:left;
	width:900px;
	padding:20px 0;
}

#body {
	float:right;
	width:600px;
}

#sidebar {
	float:left;
	width:300px;
}

#footer {
	float:left;
	width:100%;
}

#footerfg {
	margin:0 auto 0 auto;
	width:900px;
	padding:20px 0;
}

img {
	border:none;
}

.btn {
	float:left;
	position:relative;
	width:286px;
	height:93px;
	margin-top:20px;
	cursor:pointer;
}

.btn>.btnText {
	position:absolute;
	top:0;
	left:0;
	width:286px;
	height:93px;
}

#repair {
	background:url(../images/btn_repair_bg.jpg) 0 0 no-repeat;
	margin-right:20px;
}

#linex {
	background:url(../images/btn_linex_bg.jpg) 0 0 no-repeat;
}

#bod {
	background:url(../images/btn_body_bg.jpg) 0 0 no-repeat;
	margin-right:20px;
}

#rv {
	background:url(../images/btn_rv_bg.jpg) 0 0 no-repeat;
}

#repair>.btnText {
	background:url(../images/btn_repair_text.png) 0 0 no-repeat;
}

#linex>.btnText {
	background:url(../images/btn_linex_text.png) 0 0 no-repeat;
}

#bod>.btnText {
	background:url(../images/btn_body_text.png) 0 0 no-repeat;
}

#rv>.btnText {
	background:url(../images/btn_rv_text.png) 0 0 no-repeat;
}