@charset "utf-8";
/* CSS Document */
#main_content {
	min-height:800px;
	height:90%;
	width:820px;
	margin:0 auto 0 auto;
	background:transparent
}
#middle {
	position:relative;
	width:820px;
	height:1200px;
	margin:auto;
	background:url(../images/bg.png) repeat;
	z-index:8;
	overflow:visible
}
#bottom {
	position:relative;
	height:494px;
}
/* content */
#contact_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:357px;
	left:20px;
	z-index:9;
	width:740px;
	height:200px;
	padding:20px;
}
#contact2_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:630px;
	left:400px;
	z-index:9;
	width:380px;
	height:100px;
	padding:20px;
}
#contact3_des {
	line-height:130%;
	font-size:1.2em;
	color:#FFF;
	position:absolute;
	top:582px;
	left:20px;
	z-index:9;
	width:465px;
	height:100px;
	padding:20px;
}
#contact_des a, #contact2_des a {
	display:block;
	font-size:0.8em;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#600;
	text-transform:uppercase
}
#contact_des a:hover, #contact2_des a:hover {
	color:#C00
}
label {
	position:relative;
	display:block;
	width:200px;
	height:24px;
	margin:15px 0 0 0
}
input {
	border:none;
	background:#CFF1F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:300px;
	height:20px;
	padding:5px
}
textarea {
	border:none;
	background:#CFF1F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:300px;
	height:100px;
	padding:5px
}
form {
	margin:-15px 0 0 25px;
}
#submit {
	border:#81B603 1px solid;
	font-size:0.7em;
	background:#9C0;
	color:#FFF;
	width:80px;
	height:26px;
	margin:20px 0 0 -130px;
	padding:2px
}
#submit:hover {
	border:#F90 1px solid;
	background:#F60;
}
label.error {
	font-size:0.8em;
	color:#036;
	display:block;
	height:20px;
	position:absolute;
	left:220px;
	margin-top:-50px;
	*margin-top:-20px;
	text-align:left;
	text-transform:uppercase
}
#site {
	position:absolute;
	top:1120px;
	left:0;
	background:#9C8C46;
	width:100%;
	height:70px;
	padding:10px 0 10px 0
}
#site span {
	display:block;
	float:right;
	margin-right:20px
}
#shadow {
	position:relative;
	height:950px;
	width:838px;
}
#top_shadow {
	position:absolute;
	top:-5px;
	left:-6px;
	height:25px;
	width:838px;
	background:url(../images/top_shadow.png)  no-repeat left top;
 z-index:2
}
#middle_shadow {
	position:absolute;
	top:20px;
	left:-6px;
	height:1177px;
	width:838px;
	background:url(../images/middle_shadow.png)  repeat-y left top;
	z-index:2
}
#bottom_shadow {
	position:absolute;
	top:1197px;
	left:-6px;
	height:25px;
	width:838px;
	background:url(../images/bottom_shadow.png)  repeat-y left top;
	z-index:2
}