@charset "utf-8";
/* CSS Document */

body {
	background:#CC66CC ;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Sans Serif", Verdana;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	width: 100%;
	height:100%;
	margin: 0 auto;
	padding:0;
}

#body_wrap {
	position:absolute;
	vertical-align:middle;
	margin: 0 auto;
	left:0;
	width:100%;
	height:97%;
}

#body_bg {
	position:relative;
	background: #660066 url(../images/bg.jpg) repeat-y center fixed;
	margin:0 auto; 
	padding:0;
	border:5px #660066 solid;
	border-top:8px #660066 solid;
	border-bottom:8px #660066 solid;
	width:95%; /* 90% (web v2)*/
	height:100%;
	max-width:1200px; /* 950px (web v2)*/
	min-width:768px;
	min-height:515px;
	vertical-align:middle;
}

#head {
	position:relative;
	background:url(../images/head.jpg) no-repeat left;
	left:0;
	vertical-align:bottom;
	margin:0 auto; 
	padding:0;
	width:80%;
	max-width:950px;
	min-width:760px;
	height:7%;
	z-index:2;
}

#foot {
	display:block;
	position:absolute;
	text-align:center;
	vertical-align:bottom;
	left:0;
	bottom:0;
	margin:2 auto; 
	padding:0;
	width:100%;
	height:20%;
	z-index:3;
}

#foot_logo {
	left:0;
	width:100%;
	height: 100%;
	max-width:1000px;
	margin:0 auto; 
	padding:0;
	text-align:center;
}

#foot_leaf {
	display:block;
	position:absolute;
	text-align:center;
	left:-10%;
	bottom:0;
	margin:0 auto; 
	padding:0;
	width:117%;
	height:55%;
	z-index:0;
	border:0px solid;
}

#content {
	position:relative;
	text-align:center;
	vertical-align:middle;
	left:0;
	margin:0 auto;
	padding:0;
	width:100%;
	min-width:778px;
	height:80%;
}

#gallery {
	margin: 0 auto;
	min-width:650px;
	min-height:100%;
}

.clearfix {
	clear: both; 
	position:absolute;
	display: none; 
	background: #a6c63a url(../images/submenu_bg.jpg) left repeat-y;
	margin:0 auto;
	padding:0;
	left:0;
	top:40px;
	width:100%;
	height:40px; 
	text-align:left;
	vertical-align:bottom;
	visibility:visible;
	z-index:1;
}

.clearfix ul {
	position:absolute;
	margin:0;
	right:4%;
	bottom:0;
	color: White;
	float: right;
	width: auto;
	height:auto;
	font-family: Century, Arial, "MS Sans Serif";
	font-size:12px;
}

.clearfix ul li {
	display: inline;
}

.clearfix ul li a {
	top:0;
	padding: 0.3em 1em;
	float: left;
	border-left: 1px solid #FFFF99;
}

.clearfix ul li a:hover {
	background:url(../images/submenu_bg.jpg) left repeat-y;
	color: #fff;
}

.menulink ul {
	position:absolute;
	margin:0 auto;
	right:4%;
	bottom:0;
	color: White;
	float: right;
	width: auto;
	height:auto;
	font-family: Century, Arial, "MS Sans Serif";
	font-weight:bold;
	font-size:13px;
}

.menulink ul li {
	display: inline;
}

.menulink ul li a {
	top:0;
	padding: 0.3em 1em;
	float: left;
	color: White;
	border-left: 1px solid #FFFF99;
}

.menulink ul li a:hover {
	background:#990099;
	color: #fff;
}

.current {
	background:#FFFFFF;
	text-decoration:underline;
}

.promotion {
	color:#CC0000;
	background:url(../images/promotion.jpg) bottom repeat-x;
	font-weight:bold;
}

#border_br {
	background: #FFFFFF url(../images/border_br.jpg) 100% 100% no-repeat;
	margin:0 auto;
	padding:0;
	width: 95%;
	height: 100%;
}

#border_bl {
	background: url(../images/border_bl.jpg) 0 100% no-repeat;
	height: 100%;
}

#border_tr {
	background: url(../images/border_tr.jpg) 100% 0 no-repeat;
	height: 100%;
}

#border_tl {
	background: url(../images/border_tl.jpg) 0 0 no-repeat;
	height: 100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10%;
	padding-right:10%;
	
}

#border_tl p{
	width:100%;
	text-align:left;
}

h1 {
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	color:#9966CC;
}

h2 {
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#990099;
}


h3 {
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#660000;
}
