@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background:#BEBDC4;
}
#header_bg {
	background:#112540;
	width:100%;
	height:420px;
}
#wrapper {
	width:960px;
	margin:auto;
	padding-bottom:10px;
	background:#BEBDC4;
}
#logo {
	width:541px;
	height:141px;
	margin:auto;
}


#logo_bg{
width:960px;
height:141px;
margin:auto;
background:#112540;}




#slider {
	background:#112540;
	width:960px;
	height:322px;
	margin:auto;
}
#tag {
	margin-top:15px;
	width:960px;
	height:auto;
	text-align:center;
	font-family:tahoma;
	color:#112540;
}
#about {
	width:960px;
	height:auto;
	clear:both;
	margin-top:15px;
}
#main_contain {
	background:white;
	width:960px;
	margin:auto;
	height:720px;
	box-shadow:0px 5px 4px #2c2c2c;
	padding-bottom:10px;
}
#left {
	width:290px;
	height:auto;
	float:left;
}
#right {
	background:white;
	width:650px;
	height:700px;
	float:right;
}
#categories {
	background:#CCCCCC;
	width:280px;
	height:auto;
	margin:auto;
	border-radius:8px;
	margin-top:20px;
	box-shadow:2px 5px 3px gray;
}
#categories h2 {
	background:#112540;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:30px;
	color:white;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
#categories ul {
	list-style-type:none;
}
#categories li {
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	transition:background 2s;
}
#categories ul li:hover {
	background:#112540;
	color:white;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
#contact {
	padding:10px;
	text-align:center;
}

#footer{
background:#112540;
width:960px;
height:60px;
margin:auto;
margin-top:20px;
box-shadow:0px 5px 2px #2c2c2c;
text-align:center;
line-height:60px;}



#second{
display:none;}


#third{
display:none;
}

#fourth{
display:none;
}

#fifth{
display:none;
}





