html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #4E7526;
	/*
	overflow: scroll;
	*/
	behavior: url(/scripts/csshover.htc);
}
#wrapper {
	background-image: url(../images/background_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#doc {
	margin: 0;
	padding: 0;
	background-image: url(../images/border-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#doc_in {
	margin: 0;
	padding: 0;
	background-image: url(../images/border-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#header {
	height: 30px;
}
#header #left_corner {
	float: left;
}
#header #right_corner {
	float: right;
}
#header #center_part {
	height: 30px;
	background-image: url(../images/border-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 30px;
	margin-right: 30px;
}
#header_in {
	height: 10px;
	overflow: hidden;
}
#menu-left {
	float: left;
	width: 180px;
}
#menu-right {
	float: right;
	width: 300px;
	margin-right: 38px;
	display: inline;	 /* IE6 bug fix */
}
#menu-right #contact {
	float: right;
	display: inline;	 /* IE6 bug fix */
}
#contents {
	margin-left: 200px;
	margin-right: 350px;
}
#credits {
	height: 40px;
	clear: both;
}
#footer {
	height: 40px;
	clear: both;
}
#footer #left_corner_bottom {
	float: left;
}
#footer #right_corner_bottom {
	float: right;
}
#footer #center_part_bottom {
	height: 40px;
	background-image: url(../images/border-bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 30px;
	margin-right: 30px;
}

/* menu left */
#menu-left ul {
	list-style: none;
	width: 126px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	text-align: center;
}
#menu-left ul a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
	width: 126px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 130%;
}
#menu-left ul a:hover {
    text-decoration: none;
	background-color: #435c24;
}
#menu-left ul li {
	float: left;
	margin-bottom: 8px;
	border: 1px solid #FFFFFF;
}
#menu-left ul li ul {
	list-style: none;
	position: absolute;
	left: 141px;
	/* top: 0; */
	display: none;
	width: 140px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#menu-left ul li ul li {
	position: relative;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
}
#menu-left ul li ul a {
	background-color: #7c9a57;
	width: 140px;
}
#menu-left ul li:hover ul {
	display: block;
	width: 152px;
}
#menu-left img.logo {
	margin-bottom: 20px;
	margin-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-left ul li a img {
	vertical-align: middle;
	margin-right: 4px;
}
/* ie bug */
* html #menu-left li a {
	width: 138;
} 

/* contents */
#contents h1 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFF00;
	text-align: center;
}
#contents .subtitle {
	font-size: 12px;
	display: block;
	color: #FFFFFF;
}
#contents h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFF00;
	text-align: center;
}
#contents h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFF00;
	text-align: center;
}

#contents p {
	text-align: justify;
}
#contents strong {
	color: #FFFF00;
}
#contents .center {
	text-align: center;
	font-style: italic;
	padding: 0px;
	margin-top: 28px;
	margin-bottom: 28px;
	font-weight: bold;
}

#contents p.address {
	font-size: 10px;
	text-align: center;
	word-spacing: 1px;
	margin-top: 48px;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 12px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
	#contents p.address .title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		display: block;
	}
#contents p.credits {
	font-size: 9px;
	text-align: center;
	word-spacing: 1px;
	margin-top: 48px;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 12px;
	color:#CCCCCC;
}
#contents img.right {
	float: right;
	border: 1px solid #FFFFFF;
	margin-bottom: 6px;
	margin-left: 12px;
}
#contents img.left {
	float: left;
	border: 1px solid #FFFFFF;
	margin-bottom: 6px;
	margin-right: 12px;
}

	#contents .center_block {
		text-align: center;
	}
		#contents .price_information {
			margin: auto;
			display: inline-block;
			text-align: left;
		}
			#contents .price_information ul {
				margin: 24px 0 28px;
				padding: 0;
			}
				#contents .price_information ul ul {
					margin: 0;
				}
				#contents .price_information li {
					margin: 4px 0 16px 32px;
				}
					#contents .price_information li li {
						list-style: square;
						margin: 2px 0 4px 16px;
					}
				#contents .price_information p {
					overflow: hidden;
					margin: 4px 0;
				}
			
			#contents .price_information .stars {
				display: block;
				float: left;
				width: 28px;
				height: 1.5em;
				margin: 0 6px 0 10px;
				text-align: right;
			}

/* menu right */
#menu-right img.contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
#menu-right img {
	clear: both;
	border: 2px solid #FFFFFF;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 12px;
}
#menu-right img.map {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 38px;
}




/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
