body, h3, div, ul, p {
	margin:0;
	padding:0;
}
body {
	line-height:1.7;
		background-image: url(images/bg.jpg);
}

div.kwicks_container {
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:540px;
	height:45px;
	z-index:2;
	background-color:#faedf2;
	padding-top:10px;
	padding-bottom:10px;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 180px;
	height: 45px;
	z-index:2;
	cursor:pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c03;
}
.kwicks li a {
	background-image:url(images/sprites_menu.png);
	background-repeat:no-repeat;
	font-family:  "微软雅黑";
	font-size: 22px;
	letter-spacing: 0em;
	color: #C03;
	height: 45px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	margin-top: -3px;
	margin-left: 5px;
	text-decoration: none;
}
.kwicks li h3 {
	position: absolute;
	width: 180px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #FF6600;
	letter-spacing: -0.02em;
	outline:none;
	z-index:0;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	left: 0px;
	top: 25px;
	right: 0px;
	bottom: 0px;
}
#kwick_1, #kwick_2, #kwick_3 {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 180px;
}
#kwick_1 {
	left: 0px;
	border: none;
}
#kwick_2 {
	left: 180px;
}
#kwick_3 {
	right: 0px;
}

#kwick_1 a {
	background-position:0px 0px;
}
.kwicks a:hover, .kwicks #active {
	color: #3399FF;
}
.kwicks li a:hover h3, .kwicks li #active h3 {
	color: #999999;
}
#kwick_2 a {
	background-position:0px -50px;
}
#kwick_3 a {
	background-position:0px -192px;
}
