@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin: 10px;
	background-color: #fff;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}
h1 {
	font-size: 19px;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 1.5em 0 1.5em 0;
}
h3 {
	margin: 1em 0;
	font-size: 12px;
}

#main {
	width: 900px;
	margin: 0 auto;
}
#banner {
	position: relative;
	background: url(../images/bg1.gif) repeat-x bottom;
	height: 185px;
}
#banner #menu {
	position: absolute;
	bottom: 0;
	left: 450px;
}
#banner #menu a {
	display: block;
	float: left;
	height: 51px;
	font-size: 17px;
	color: #95bc0d;
	text-decoration: none;
	margin-right: 30px;
}
#banner #menu a:hover, #banner #menu a.sel {
	color: #708b09;
}
#banner #menu a.sel {
	background: url(../images/menbg1.gif) no-repeat bottom center;
}
#content {
	background: #708b09 url(../images/bg2.gif) repeat-x;
	padding: 30px 0;
	position: relative;
}
#content #container {
	position: relative;
	overflow: hidden;
	margin-left: 49px;
	margin-right: 30px;
	min-height: 349px;
	height: auto !important;
	height: 349px; /* only IE */
}
#footer {
	margin-top: 20px;
	margin-left: 149px;
	color: #757575;
	font-size: 10px;
}
#footer .green, #footer a {
	color: #708b09;
	text-decoration: none;
}

.pic {
	float: left;
	width: 200px;
	height: 300px;
	margin-left: 100px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.pic .mask {
	width: 200px;
	height: 300px;
	position: absolute;
	background: url(../images/pic.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 1;
}
.pic-landscape {
	float: left;
	width: 300px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.pic-landscape .mask {
	width: 300px;
	height: 200px;
	position: absolute;
	background: url(../images/pic-landscape.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 1;
}
#map {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.text {
	float: left;
	width: 380px;
	margin-left: 101px;
	color: #fff;
}
.nopic {
	margin-left: 301px;
}
.text a {
	color: #fff;
}
.text a:hover {
}

.slide {
	position: absolute;
	display: none;
	width: 820px;
}
#scrollmenu {
	position: absolute;
	bottom: 17px;
	right: 30px;
}
#forw, #back, #playpause {
	float: left;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	cursor: pointer;
}
#forw:hover, #back:hover, #playpause:hover {
	background-color: #8CAF0C;
}
#forw {
	background: url(../images/gal-forw.gif) no-repeat center;
}
#back {
	background: url(../images/gal-back.gif) no-repeat center;
}
#playpause {
	background: url(../images/gal-play.gif) no-repeat center;
}

noscript div {
	border: 5px solid #cc1520;
	background-color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	padding: 20px;
	line-height: 200%;
	font-size: 15px;
}