/****** RESET ******/
* {
	margin:0;
	padding:0;
}
html, body {
	color:#666;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#introBody { 
	background:#fff;
}
.clear {
	clear:both;
}
body {
	background: #F3F5F4;
	margin:0;
	padding:0;
}
#enter_site {
	position:absolute;
	left:200px;
	width:200px;
	height:200px;
	margin:400px auto 0 475px;
	background:#fff;
	}
/****** ELEMENTS ******/
#wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}
#header {
	margin:0 auto;
	background: url(../img/head.jpg) top left no-repeat #fff;
	height:90px;
}
#header a {
	display:block;
	top:5px;
	left:25px;
	position:relative;
	height:70px;
	width:120px;
	}
#rotate {
	margin:10px auto;
}
#substance {
	width:95%;
	padding:15px 0px 15px 0px;
	margin:0 auto;
}
#rp {
	float:left;
	width:30%;
}
/****** FOOTER ******/
#footer {
	margin:0 auto;
	width:100%;
	height:120px;
	padding:5px 0;
	background:#666;
}
#footer .logos {
	height:0;
	}
#footer, .push {
	height: 120px;
}
#footer p {
	font-size:80%;
	color:#FFFFFF;
	margin-left:25px;
}
#footer .lcol {
	text-align:left;
	float:left;
	width:30%;
}
#footer .rcol {
	text-align:right;
	float:right;
	width:60%;
	min-width:750px;
	background:#666;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration:none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:none;
}
#footer img {
	border:none;
	padding-right:15px;
}
/****** CONTACT ******/
#contact {
	margin-bottom:10px;
}
#contact .lcol, #contact .col {
	float:left;
	width:270px;
}
#contact ul {
	list-style:none;
	float:left;
	width:50%;
}
#contact li {
	background:#ececec;
	margin:2px 0;
	padding:2px 5px;
}
#contact li.nobg {
	background:none;
}
/****** DROP-DOWN ******/
.dropdown {
	margin:20px;
	list-style:none;
}
.dropdown li {
	background:#ccc;
	margin:10px 0;
	padding:10px;
}
/****** LISTS ******/
.list {
	margin:0;
}
.list li {
	padding:3px 3px 3px 25px;
	font-style:italic;
	background: url(../img/list_bullet.gif) left center no-repeat #fff;
	background-position:10px 50%;
}
/*"""""""" TABS """"""""*/
ul.tabnav {
    list-style: none;
    margin-left: 10px;
    height: 32px;
}
ul.tabnav li {
    float: left;
    background: #7c7c7c;
	border-top:2px solid white;
    margin-left: 6px;
}
ul.tabnav li.active {
    position: relative;
    margin-top: 1px;
    background: #fff;
    border: 2px solid #a1a1a1;
    border-bottom: 1px solid #fff;
}
ul.tabnav li a {
    display: block;
    padding: 0 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    outline: 0;
}
ul.tabnav li.active a {
    color: #444;
}
.tabs {
    border: 2px solid #a1a1a1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    height: 200px;
    padding: 16px;
}
.tabs div {
	overflow: hidden;
}
/****** LINKS ******/
a:link {
	color: #0e810e;
	text-decoration:none;
}
a:visited {
	color: #0e810e;
	text-decoration:none;
}
a:hover {
	color: #0e810e;
	text-decoration:underline;
}
a:active {
	color: #0e810e;
	text-decoration:none;
}
.date {
	float:right;
	padding:12px;
	width:200px;
	color:#FFFFFF;
	font-weight:bold;
}
/****** TEXT ******/
h1 {
	font-size:220%;
	color:#333;
}
h2 {
	font-size:140%;
	padding:3px 0;
	line-height:1.4em
}
h3 {
	font-size:110%;
	padding:3px 0;
	color:#0e810e;
}
p {
	margin:10px 0;
	line-height:1.4em;
	font-size:14px;
	
}
/****** GALLERY ******/
#gallerycontainer {
	text-align:center;
	background:#98C908;
}

/****** 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(../img/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(../img/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../img/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(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/*"""""""" Nav """"""""*/	
#navi {
	background:#0e810e;
	height:38px;
	width:100%;
}
#navi ul {
	float: left;
	height: 40px;
	line-height: 25px;
	margin-left:25px;
}
#navi ul a {
	outline: 0;
}
#navi ul, #navi ul ul {
	list-style: none;
}
#navi ul ul {
	position: absolute;
	left: -100%;
	margin-top: -1px;
	margin-left: -10px;
	width: auto;
	height: auto;
	padding: 5px 0 15px 5px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	background: #333;
}
#navi ul li {
	float: left;
	margin-top: 5px
}
#navi ul li.first {
	padding-left: 4px;
}
#navi ul li a {
	display: block;
	padding: 0 30px 0 10px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#navi ul li:hover li:hover a:hover, #navi ul li.hover li.hover a:hover, #navi ul ul li.parent:hover a {
	color: #FFF;
	background-color:#0e810e;
	padding: 0 5px;
}
#navi ul li li {
	float: none;
	height: 25px;
	line-height: 22px;
	border-left: 0;
	padding: 0;
	margin: 3px 5px 0 5px;
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#navi ul li li.nobrd {
	border:none;
}
#navi ul li:hover li a {
	border: 0;
	padding: 0 5px;
}
#navi ul li a {
	border-color: transparent;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
#navi ul li li a {
	padding: 0;
	background: none;
}
#navi ul li:hover a, #navi ul li.hover a {
	background-color: #333;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
}
#navi ul li:hover a.parent, #navi ul li.hover a.parent {
	position: relative;
	z-index: 1;
	height: 33px;
	border-width: 1px 1px 0 1px;
}
#navi ul li:hover ul, #navi ul li.hover ul {
	left: auto;
	width: 240px;
}
#navi ul ul li.parent a {

}
#navi ul ul ul {
	display: none;
}
#navi ul ul li:hover ul {
	display: block;
	margin: -22px 0 0 70%;
}
#navi ul ul li.parent:hover ul li a {
	color: #555;
	background: none;
}
#substance img {
	float:right;
	margin:0px 0 15px 20px;
}

#enter {
	background:url(../img/intro.jpg) no-repeat;
	width:552px;
	height:540px;
	margin:10px auto 50px auto;
}

#intro_flash {
	float:right;
	padding:375px 15px 0 0px;
}


.introText {background:#454545; padding:10px; color:#fff; text-align:center; font-weight:bold; font-size:12px;}
.introText a { color:#ebebeb; text-decoration:underline; }
.introText a:hover { text-decoration:none; }