body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #679966;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0 none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.zi1 {
	z-index: 1;
}
.zi2 {
	z-index: 2;
}
.zi9 {
	z-index: 9;
}




.wrapper {
	position: relative;
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 128px;
	background: url(../img/header_bg.png) no-repeat top left;
}
#header .logo {
}
#header .logo a {
	position: absolute;
	display: block;
	bottom: 0;
	left: 140px;
	width: 170px;
	height: 41px;
	background: url(../img/logo.png) no-repeat;
}
#header .logo span, #header .logo h2 {
	display: none;
}



#menu {
	position: absolute;
	top: 15px;
	left: 100px;
	width: 215px;
}
#menu > ul.mnuContD0 {
	margin-left: 80px;
}
#menu > ul.mnuContD1 {
	margin-left: 0;
}

#menu ul {
	position: relative;
}
#menu li {
	height: 27px;
	margin-bottom: 1px;
	overflow: hidden;
}
#menu li li {
	height: auto;
}

#menu a {
	display: block;
	width: 80px;
	font-size: 12px;
	padding: 5px;
	background-color: #304232;;
	border: 1px solid #707c6e;
	text-decoration: none;
	text-align: center;
}
#menu a.mnuSelPar, #menu a.mnuSel {
	color: #679966;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}
#menu ul ul li a {
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.1em;
}



#slide {
	position: relative;
	float: left;
	margin: -40px 0 0 335px;
}
#slide .slideImgDiv {
	position: relative;
}
#slide .slideImgDiv .slideImgSpan img {
	border: 7px solid #9ab692;
}
#slide .slogan {
	position: absolute;
	top: 20%;
	left: 50%;
	color: #e3e9de;
}
#slide .slogan h2 {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.4em;
	white-space: nowrap;
}
#slide .slogan h3 {
	margin-left: 33px;
	font-size: 18px;
	line-height: 0.9em;
	letter-spacing: 1.05em;
	white-space: nowrap;
}
#slide .slogan h4 {
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 1.05em;
	white-space: nowrap;
	font-weight: normal;
}
#slide .slogan h5 {
	margin-left: 23px;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 1.05em;
	white-space: nowrap;
}
#slide .slideDescDiv {
	position: absolute;
	left: -225px;
	bottom: 0px;
	width: 200px;
	text-align: right;
}
#slide .controller {
	position: absolute;
	bottom: -50px;
	width: 100px;
	left: 50%;
	margin: 0 0 0 -50px;
	text-align: center;
}
#slide .controller a img {
	width: 14px;
	height: 28px;
}
#slide .controller a.prev img, #slide .controller a.next img {
	background: url(../img/controller.gif) no-repeat;
}
#slide .controller a.prev img {
	background-position: left top;
}
#slide .controller a.next img {
	background-position: right top;
}
#slide .controller a.prev:hover img {
	background-position: left bottom;
}
#slide .controller a.next:hover img {
	background-position: right bottom;
}
#slide .home_desc {
	display: none;
}



#content {
	margin-top: 25px;
}

#footer {
	display: none;
}

#page_type {
	position: relative;
	top: -70px;
	min-width: 984px;
	color: #e3e9de;
	background: url(../img/page2_bg.png) no-repeat center;
}
#page_type p {
	position: relative;
	width: 854px;
	height: 35px;
	font-size: 18px;
	letter-spacing: 1.5em;
	margin: 0 auto;
	padding-right: 130px;
	padding-top: 8px;
	text-align: right;
	background: url(../img/page_bg.png) no-repeat 850px center;
}
