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

body {
	background-color: #6b3439;
	background-image: url(images/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #363636;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace, arial;
}
#header {
	position: relative;
	width: 100%;
	height: 120px;
	background: transparent url(images/header_band.png) repeat-x 0 0;
	text-align: center;
	z-index: 2;
}
#headerLogo {
	width: 750px;
	height: 110px;
	top: 0px;
	padding: 0px;
	margin: 0px auto;
	background: transparent url(images/header.png) no-repeat 0 0;
}
#headerLogo a {
	display: block;
	width: 750px;
	height: 110px;
}
#headerLogo h1 {
	display: none;
}
#content h2 {
	font-size: 14px;
}
.comment {
	font-style: italic;
}
#container {
	position: relative;
	margin: 0px auto;
	margin-top: -25px;
	padding: 0px;
	width: 1000px;
	min-height: 640px;
	background: transparent url(images/content_bg.png) repeat-y center top;/*background: #342343 none repeat-y center top;*/ 
}
#mainContent {
	position: relative;
}
#langMenu {
	position: absolute;
	right: 85px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	width: 40px;
}
#langMenu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	list-style: none;
}
#langMenu ul li {
	margin-bottom: 10px;
}
#langMenu ul li a {
	display: block;
	width: 40px;
	height: 28px;
	text-align: center;
	padding-top: 6px;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/lang_bg.png) no-repeat left top;
}
#langMenu ul li.selected a {
	background: transparent url(images/lang_selected_bg.png) no-repeat left top;
}
#menu {
	position: relative;
	float: left;
	padding-top: 40px;
	z-index: 150;
}
#menu ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	padding-left: 150px;
	padding-bottom: 250px;
	list-style: none;
	background: transparent url(images/polaroid.png) no-repeat left bottom;
}
#menu ul li a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #5e7f1b;
	font-weight: bold;
	padding: 3px 0px;
}
#menu ul li.selected a {
	color: #ae1d65
}
#menu ul li.selected li a {
	color: #5e7f1b
}
#menu ul li a:hover {
	color: #99cc33;
}
#menu ul ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	list-style: none;
	background: none;
}
#menu ul ul li {
	padding-left: 20px;
}
#menu ul ul li a {
	display: block;
	width: 130px;
	text-decoration: none;
	color: #5e7f1b;
	font-weight: normal;
	padding: 3px 0px;
}
#menu ul ul li a:hover {
	color: #99cc33;
}
#content {
	position: relative;
	margin-left: 300px;
	padding: 20px 20px 40px 20px;
	width: 535px;
	min-height: 640px;
	/*height: 640px;*/
	z-index: 201;
}
#content h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 20px 0 0 0;
 	*margin: 40px 0 0 0;
	padding: 0px;
}
#extraGraphic_tl {
	position: absolute;
	top: 0;
	left: 125px;
	background: transparent url(images/vlek_tl.png) no-repeat left top;
	width: 407px;
	height: 339px;
	z-index: 100;
}
#extraGraphic_tr {
	position: absolute;
	top: 15px;
	right: 125px;
	background: transparent url(images/vlek_tr.png) no-repeat left top;
	width: 100px;
	height: 90px;
	z-index: 101;
}
#extraGraphic_br {
	position: absolute;
	bottom: 0px;
	right: 125px;
	background: transparent url(images/vlek_br.png) no-repeat left top;
	width: 208px;
	height: 284px;
	z-index: 102;
}
#footer {
	position: absolute;
	text-align: center;
	height: 50px;
	bottom: -30px;
	width: 100%;
	background: transparent url(images/footer_bg.png) no-repeat center bottom;
	z-index: 202;
}
#footer a {
	text-decoration: none;
	color: #cccccc;
}
p.tip {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.subtext {
	font-size: 10px;
}

/*Slideshow*/
#slideshow {
	list-style:none;
	color:#fff
}
#slideshow span {
	display:none
}
#wrapper {
	position:relative;
	width:500px;
	margin:50px auto;
	display:none
}
#wrapper * {
	margin:0;
	padding:0
}
#imagecorners{
	position:absolute;
	display: block;
	left: -6px;
	top: -8px;
	width:512px;
	height:390px;
	background:transparent url(images/imagecorners.png) no-repeat 0 0;
	z-index: 100
}
#fullsize {
	position:relative;
	width:500px;
	height:374px;
	background:#ffffff
}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	background:#FFFFFF;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px
}
#information p {
	padding:0 8px 8px
}
#image {
	width:500px
}
#image img {
	position:absolute;
	z-index:25;
	width:auto;
	border-color: #fff !important
}
.imgnav {
	position:absolute;
	width:25%;
	height:374px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0;
	background:url(images/left.gif) left center no-repeat
}
#imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat
}
#imglink {
	position:absolute;
	height:306px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {
	background:url(images/link.gif) center center no-repeat
}
#thumbnails {
	margin-top:15px;
	height: 84px;
}
#slideleft {
	float:left;
	width:49px;
	height:84px;
	background: transparent url(images/scroll-left.png) center center no-repeat;
}
#slideright {
	float:right;
	width:49px;
	height:84px;
	background:transparent url(images/scroll-right.png) center center no-repeat
}
#slidearea {
	float:left;
	position:relative;
	width:402px;
	margin-left:0px;
	height:81px;
	overflow:hidden;
	background:transparent url(images/imagesliderbackground.png) 0 0 repeat-x;
}
#slider {
	position:absolute;
	left:0;
	height:81px;
}
#slider img {
	padding: 20px 3px 24px 3px;
	margin: 0px !important; 
	cursor:pointer;
}
#container #mainContent #content p.error {
	color: #F00;
}

