@charset "utf-8";
/* CSS Document */
.hide{
	display:none;}
#container {
	position:relative;
	margin: 0 auto;
	width: 1000px;
/*	-moz-box-shadow:0px 0px 2px 2px rgba(0, 0, 0,0.2),0px 0px 2px 5px rgba(0, 0, 0,0.1),0px 0px 6px 10px rgba(0, 0, 0,0.1),0px 0px 12px 20px rgba(0, 0, 0,0.05);
    -webkit-box-shadow:0px 0px 2px 2px rgba(0, 0, 0,0.2),0px 0px 2px 5px rgba(0, 0, 0,0.1),0px 0px 6px 10px rgba(0, 0, 0,0.1),0px 0px 12px 20px rgba(0, 0, 0,0.05);
    box-shadow:0px 0px 2px 2px rgba(0, 0, 0,0.2),0px 0px 2px 5px rgba(0, 0, 0,0.1),0px 0px 6px 10px rgba(0, 0, 0,0.1),0px 0px 12px 20px rgba(0, 0, 0,0.05);*/
}
#header {
	position: absolute;
	right:0;
	left:0;
	height: 290px;
	overflow: hidden;
	background-image: url(../img/header.jpg);
	text-indent: -9999em;
	background-repeat:no-repeat;
	background-position: 60px;
}
#header h1 {
	height: 120px;
	width: 343px;
}

#content {
	padding-top:290px;
	width:100%;
	height:400px;
	overflow: hidden;
	background-image: url(../img/index_text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 300px;
}
#main {
		position: relative;
	top: -90px;
	text-align:right;

	width:2020px
}
#content h2 {
	padding:0  !important;
	font-size:36px;
	color:#999;
}
#btn1,#btn2{
	position: absolute;
	right: 80px;
	bottom:-110px;
}
#content ul{
	width:430px;
	padding-left:500px;
	padding-top: 10px;
position: relative;
right: -12px;

}
#content ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 0 0;
}


#content ul li:hover,#content .now{
	color: #000;
}
#content>div p,#content>div h2,#content>div h3{
	padding-top: 20px;
}
#footer {
	background-image: url(../img/footer02.jpg);
	height: 86px;
	text-indent: -99999em;
	overflow: hidden;
	position: relative;

}
#mail {
	position: absolute;
	background-image: url(../img/mail.png);
	height: 50px;
	width: 50px;
	left: 471px;
	top: 28px;
}
#mail:hover {

	background-image: url(../img/mail_h.png);

}

#page1_1, #page1_2 {
	vertical-align: top;
	display: inline-block;
	padding-right:80px;
	position:relative;
}
#flash{
position: absolute;
top: -70px;
left: 56px;}


