@import "../def/trans.css";
html {
	height:100%;
	max-height:100%;
	overflow: auto;
}
body {
	height:100%;
	max-height:100%;
	background: #edecea url('../media/mainshadow.png') center center repeat-y;
}
/*
	LAYOUT 
*/
#head {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
	min-width: 960px;
	background: #e3e2de url('../media/headshadow.png') center center repeat-y;
	z-index: 10;
}
#main {
	position: absolute;
	display: block;
	top: 130px;
	bottom: 32px;
	width: 100%;
	min-width: 960px;
	z-index: 30;
}
#foot {
	position: absolute;
	width: 100%;
	min-width: 960px;
	bottom: 0;
	left: 0;
	height: 32px;
	background: #e3e2de url('../media/headshadow.png') center center repeat-y;
	z-index: 10;
}
div.content {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 960px;
	left: 50%;
	margin-left: -479px;
	overflow: hidden;
}
#head div.content {
	height: 130px;
}
#main div.content {
	height: 100%;
}
#logo {
	position: absolute;
	left: 33px;
	top: 28px;
}
#foot div.content {
	height: 32px;
}
div#leftContent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 357px;
	background-color: #433426; /* brown */
	background-position: top left;
	background-repeat: repeat;
}
#menubg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 10;
}
div#rightContent {
	position: absolute;
	top: 28px;
	right: 0;
	bottom: 0;
	border-bottom: 28px solid #ce722d; /* lightorange */
	width: 552px;
	padding: 10px 20px 0 20px;
	overflow: auto;
	background-color: #c75c17; /* orange */
}
div#main.gallery div#rightContent {
	bottom: 90px;
	border: none;
}
div#main.gallerylarge div#rightContent {
	bottom: 150px;
	border: none;
}
div#imageGallery {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 592px;
	height: 90px;
	background-color: #ce722d; /* lightorange */
}
div#main.gallerylarge div#imageGallery {
	height: 150px;
}
/*
	BREADCRUMB
*/
div#breadcrumb {
	position: absolute;
	top: 0;
	right: 0;
	width: 592px;
	height: 28px;
	overflow: hidden;
	background-color: #ce722d; /* lightorange */
}
div#breadcrumb ul {
	float: right;
	list-style: none;
	height: 28px;
	margin: 0 22px 0 0;
}
div#breadcrumb ul li {
	margin: 0 0 0 10px;
	height: 28px;
	float: left;
}
div#breadcrumb ul li p {
	color: #fff;
	font-size: 0.625em; /* 10px;*/
	line-height: 2.8em; /* 28px; */
	height: 28px;
}
div#breadcrumb ul li p a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
div#breadcrumb ul li p a:hover {
	text-decoration: underline;
}
/*
	MAINMENU
*/
ul#mainMenu {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 592px;
	height: 78px;
	background-color: #f1f1ef;
	border-bottom: 7px solid #fff;
}
ul#mainMenu li {
	position: relative;
	height: 78px;
	float: left;
	margin: 0 0 -7px 0;
	border-right: 1px solid #fff; 	
}
ul#mainMenu li.last {
	border-right: none;
}
ul#mainMenu.s1 li {
	width: 592px;
}
ul#mainMenu.s2 li {
	width: 296px;
}
ul#mainMenu.s2 li.last {
	width: 295px;
}
ul#mainMenu.s3 li {
	width: 197px;
}
ul#mainMenu.s3 li.last {
	width: 196px;
}
ul#mainMenu.s4 li {
	width: 147px;
}
ul#mainMenu.s4 li.last {
	width: 148px;
} 
ul#mainMenu.s5 li {
	width: 118px;
}
ul#mainMenu.s5 li.last {
	width: 116px;
}
ul#mainMenu.s6 li {
	width: 98px;
}
ul#mainMenu.s6 li.last {
	width: 97px;
}
ul#mainMenu.s7 li {
	width: 84px;
}
ul#mainMenu.s7 li.last {
	width: 82px;
}
ul#mainMenu li p {
	width: 100%;
	position: relative;
	font-size: 0.6875em; /* 11px;*/
	line-height: normal;
}
ul#mainMenu li p a {
	position: relative;
	display: block;
	width: 100%;
	height: 18px;
	padding-top: 60px;
	border-bottom: 7px solid #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #33271d;
	background-color: #f1f1ef;
	text-transform: uppercase;
}
ul#mainMenu li p a:hover, ul#mainMenu li p a:active {
	background-color: #e9eae7;
	border-bottom-color: #d5d6d0;
}
ul#mainMenu li p a.selected, ul#mainMenu li p a.selected:hover {
	background-color: #e2e2df;
	border-bottom-color: #abaca3;	
}
/*
	SUBMENU
*/
ul#subMenu {
	list-style: none;
	position: absolute;
	top: 34px;
	left: 0;
	width: 324px;
	z-index: 20;
}
ul#subMenu li {
	height: 1.25em; /* 20px; */
	line-height: 1.25em; /* 20px; */
	width: 324px;
	margin: 0 0 4px 0;
	overflow: hidden;
}
ul#subMenu li p {
	position: relative;
	font-size: 0.6875em; /* 11px;*/
	height: 1.8181em; /* 20px;*/
	width: 324px;
	line-height: 1.75em; /* ~20px;*/
}
ul#subMenu li p a {
	position: relative;
	z-index: 20;
	display: block;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-left: 161px;
	border-left: 14px solid #d8d3cf;
	width: 149px;
	height: 1.8181em; /* 20px;*/
}
ul#subMenu li p a:hover {
	border-left-color: #fff;
}
ul#subMenu li p a.selected {
	border-left-color: #433426; /* brown */
}
ul#subMenu li p a strong {
	position: relative;
	width: 149px;
	height: 1.8181em; /* 20px;*/
	z-index: 20;
}
ul#subMenu li p a span {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 1.8181em; /* 20px;*/
	width: 310px;
	background-color: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}
ul#subMenu li p a.selected span {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/*
	FOOTERMENU
*/
ul#footerMenu {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 10px;
}
ul#footerMenu li {
	float: left;
	margin: 0;	
}
ul#footerMenu li p {
	float: left;
	display: block;
	font-size: 0.625em; /* 10px; */
	line-height: normal;
	height: 1em; /* 10px; */
}
ul#footerMenu li p a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #000;
}
ul#footerMenu li p a:hover {
	text-decoration: underline;	
}
ul#footerMenu li.first p a {
	border-left: none;	
}
/*
	IMAGEGALLERY
*/
div#imageGallery ul {
	position: absolute;
	bottom: 20px;
	right: 13px;
	list-style: none;
	overflow: hidden;
	z-index: 20;
}
div#imageGallery ul li {
	position: relative;
	margin: 12px 12px 0 0;
	float: right;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
div#imageGallery ul li.clear {
	clear: both;
}
div#imageGallery ul li p {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	overflow: hidden;
}
div#imageGallery ul li p a span.o {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: pointer;
}
div#imageGallery ul li p a span.b {
	position: absolute;
	left: 26px;
	bottom: 0;
	background: url('../media/plus.png') right bottom no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
div#imageGallery ul li p a img {
	vertical-align: bottom;
}

div#imageGallery div.underlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 44px;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 10;
}
/*
	CONTENT
*/
div.block {
	margin-bottom: 14px;
}
div.block.first {
	margin-top: 0;
}
div.block.last {
	margin-bottom: 0;
	padding-bottom: 1px;
}
div.block h1, body#site div.block h2 {
	font-size: 0.75em; /* 12px; */
	line-height: 1.5em; /* 18px; */
	margin-bottom: 14px;
	color: #fff;
}
div.block h2, #site div.block h3 {
	font-size: 0.75em; /* 12px; */
	line-height: 1.5em; /* 18px; */
	color: #fff;
	margin-bottom: 0;
}
div.block p {
	font-size: 0.75em; /* 12px; */
	line-height: 1.5em; /* 18px; */
	margin-bottom: 14px;
	color: #fff;
}
div.block ul {
	list-style-type: disc;
	color: #fff;
	margin-bottom: 14px;
}
div.block p + ul {
	margin-top: -14px;
}
div.block ul li p {
	margin: 0;
}
div.block p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
div.block p a:hover {
	border-bottom: 1px solid #fff;
}
div.block ul.sitemap li {
	margin-bottom: 6px;
}
div.block ul.sitemap li ul li {
	margin-bottom: 0;
}
div.block ul.sitemap p + ul {
	margin-top: 0;
}
div.flash {
	width: 400px;
	height: 300px;
}
div.block p a.greybox, div.block p a.greybox:hover {
	border:none;
}
/* FORMS */
div.block form p {
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 2px;
}
div.block form p.multiline {
	padding: 8px 0;
}
div.block form p label {
	position: relative;
	display: block;
	width: 100px;
	float: left;
}
div.block form p strong {
	display: block;
	clear: both;
	margin-left: 100px;
}
div.block form p.field input, div.block form p.field textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;	
	float: left;
	width: 233px;
	height: 16px;
	padding-top: 2px;
	line-height: normal;
	border: 1px solid #433426;
}
div.block form p.field textarea {
	width: 350px;
	height: 100px;
	overflow: auto;
}
div.block form p.submit input {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	line-height: normal;
	background-color: #CE722D;
	border: 1px solid #433426;
	height: 20px;
	width: 100px;
	color: #fff;
	margin-left: 100px;
	padding-bottom: 1px;
}
/*
	LIGHTBOX
*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
