/* ====== FONTS ===== */
body, div, span, td, input, select, optgroup, textarea{
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 18px;
	color: black;
	margin: 0px;
}
html{ background: #E7DEB6; height: 100% }
body{ background: #E7DEB6; height: 100%; }

img { border: 0px; }
a { color: black; }

#c{	
	width: 100%;
	height: 100%;
	border-collapse: collapse; 
}

#c1{ background: url(images/bg_c1.jpg) #576C41; }
#c2{ width: 470px; border: 6px solid #2F4422; border-top: 0px; border-bottom: 0px; }
#c3{ width: 295px; background: url(images/bg_c3.gif); }
#c4{  }

#c2, #c3 { vertical-align: top; padding: 0px; }

#bg{
	height: 600px;
	background: url(images/bottom.jpg) no-repeat bottom;
}

#logo{ width: 300px; text-align: center; margin: 17px; }
#tour{ float: right; margin: 60px 5px 0px 0px; }
#lang{ text-align: center; }
#lang a{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
#lang a:hover{ text-decoration: underline; }

#content{ margin: 10px; }

#photo{ 
	position: absolute;
	top: 151px;
	width: 295px; 
	height: 441px; 
	border-top: 6px solid #2F4422; 
	border-bottom: 6px solid #2F4422; 
}

#swf1 { 
	border: 6px solid #2F4422; 
	border-top: 0px; border-left: 0px;
}
#swf2 { 
	position: relative;
	top: 280px;
}


#menu{
	height: 29px;
	line-height: 29px;
	margin-bottom: 20px;
	background: #436231; 
}

#menu a{ 
	display: block;
	float: left;
	color: white;
	line-height: 29px;
	padding: 0px 5px 0px 4px;
	color: white;
	font-size: 11px;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/sep.gif) no-repeat right;
}
#menu a:hover{ 
	background-color: #4E7038;
	text-decoration: none; 
}


table.submenu{
	position:absolute; 
	left: 0px; 
	top: 0px; 
	z-index:1; 
	display: none;
	text-align: left;
	border-collapse: collapse; 
	background: url(images/bg_submenu.jpg) repeat-y left #B7C7A5;
}

table.submenu td{
	padding: 0px;
}
table.submenu tr td a, table.submenu tr td a:visited{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-right: 4px;
	color: black;
	font-size: 11px;
	font-family: Arial;
	text-indent: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid #D1DCC9;
}
table.submenu tr td a:hover{
	background: #95AC82;
}

input, textarea {
	border: 1px solid #888888;
}
.submit{
	border: 1px solid #404040;
	background-color: #990000;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
/*
*{padding: 0; margin: 0;}
*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	text-indent: 15px;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('macFFBgHack.png');}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	padding-right: 10px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}
#TB_closeWindowButton{
	display: block;
	width: 45px;
	height: 41px;
	background: url(images/gallery_close.jpg);
	text-decoration: none;
}

#TB_next a{
	display: block;
	float: left;
	width: 45px;
	height: 41px;
	background: url(images/gallery_next.jpg);
	text-decoration: none;
}


#TB_prev a{
	display: block;
	float: left;
	width: 45px;
	height: 41px;
	margin-right: 5px;
	background: url(images/gallery_prev.jpg);
	text-decoration: none;
}

#TB_prev_next{
	width: 150px;
	margin: 0px auto;
}

