@charset "utf-8";
body {
	background-color: #121212;
	text-align: center;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 109px;
	width: 100%;
}
#header_content {
	width: 925px;
	clear: both;
	float: none;
	margin: auto;
}
#logo {
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 329px;
	float: left;
	
}
#bar {
	background-image: url(../images/header_bar_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	clear: both;
	float: none;
	width: 100%;
}

#intro {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #a8a8a8;
	height: 35px;
	width: 578px;
	float: left;
	padding-left: 12px;
	margin-top: 15px;
	text-align: justify;
}


#menu {
	float: left;
	height: 28px;
	width: 900px;
	margin-left: 5px;
	clear: left;
	margin-top: 3px;
}

#menu #button {
	background-image: url(../images/header_button_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	height: 21px;
	padding-top:7px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
}

#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	cursor: pointer;
}

#menu a.button #bg {
	background-image: url(../images/header_button_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	height: 28px;
	padding-top:7px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
}
#menu a.button #left {
	background-image:url(../images/header_button_left.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
	
}
#menu a.button #right {
	background-image:url(../images/header_button_right.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
}
#menu a.button:hover #bg{
	background-image: url(../images/header_button_mo_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	height: 28px;
	padding-top:7px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
}
#menu a.button:hover #left {
	background-image:url(../images/header_button_mo_left.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
	
}
#menu a.button:hover #right {
	background-image:url(../images/header_button_mo_right.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
}
#menu a.button2 #bg{
	background-image: url(../images/header_button_mo_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	height: 28px;
	padding-top:7px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
}
#menu a.button2 #left {
	background-image:url(../images/header_button_mo_left.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
	
}
#menu a.button2 #right {
	background-image:url(../images/header_button_mo_right.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 8px;
	float:left
}
#logo h1 {
	display: none;
}

#intro h1 {
	display: none;
}
#site_content {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 915px;
}
#site_content #online_shop {
	background-image: url(../images/content_online_shop.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 288px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
