#main {padding-bottom: 150px;}  /* must be same height as the footer */





body, html{
	font:normal 12px Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	background: #7D6D54 url(../images/bg.gif) repeat-y top center;
	width: 100%;
	height: 100%;
}


#main{
	position: relative;
	width: 950px;
	padding: 0 25px;
	margin: 0 auto;
	background: white;
	height: 100%;
	//min-height: 790px;
}

body#iii{
	background: #7D6D54;
	min-height: 800px;
}


#introtext{
	padding-top: 35px;
	height: 135px;
}

#bigTree{
	height: 360px;
	margin: 0 auto;
	color: white;
	background: transparent url(../images/bigtree.png) no-repeat bottom center;
	width: 500px;
}

#mainIntro{
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -400px;
	margin-left: -500px;
	width: 1000px;
	height: 800px;
	background: white;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #888888;
}
	
	.lang{
		text-align: left;
		display: inline-block;
		width: 120px;
		font-size: 32px;
		padding-left:50px;
		line-height: 50px;
		height: 42px;
		color: #888888;
		background: transparent url(../images/biglangs.png) no-repeat 0 0;
	}
	
	.en{
		background-position: 0 -42px;
	}
	.ro{
		background-position: 0 -84px;
	}
	
	.lang:hover{
		border: none;
		color: #4dd200;
	}

	.separator{
		color: #4dd200;
	}
	#bigLogo{
		width: 497px;
		height: 178px;
		margin:0 auto;
		margin-top: 92px;		
		background: transparent url(../images/biglogo.png) no-repeat center center;
		text-indent: -9999px;
	}
	
	

#left,#content,#right{
	float: left;
	margin:25px 0;
}

#left,#right{
	width: 200px;
}

#content{
	width: 500px;
	margin:25px;
	line-height: 1.5em;
	color: #888888;
}



#footer{
	clear: both;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	color: white;
	background: #4ed300;
	border-top: 5px solid #a5ff00;
	border-bottom: 5px solid white;
	text-transform: lowercase;
	width: 1000px;
	margin-top: -40px;
	
}

#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 1px white solid;
}

#logo{
	width: 200px;
	height: 78px;
	margin-bottom: 25px;
	background: transparent url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

#tagline{
	color: #4dd200;
	font-size: 15px;
	line-height: 1.4em;
	text-transform: lowercase;
}

#source{
	font-size: 13px;
	color: #888888;
	display: block;
	text-align: right;
	margin-right: 20px;
}

#tree{
	height: 385px;
	width: 231px;
	margin-left: -25px;
	margin-right: -6px;
	background: transparent url(../images/tree.png) no-repeat;
}

#menu{
	margin-bottom: 13px;
}

#menu a{
	display: block;
	font-size: 16px;
	color: #888888;
	text-decoration: none;
	text-transform: lowercase;
	height: 54px;
	margin-bottom: 7px;
	line-height: 54px;
	padding-left: 75px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}

#menu a:hover{
	color: #4dd200;
	border: none;
}

	#m1{background-position:0 0px;}
	#m2{background-position:0 -54px;}
	#m3{background-position:0 -108px;}
	#m4{background-position:0 -162px;}
	#m5{background-position:0 -216px;}

	#m1:hover,#m1.actual{background-position:0 -270px;}
	#m2:hover,#m2.actual{background-position:0 -324px;}
	#m3:hover,#m3.actual{background-position:0 -378px;}
	#m4:hover,#m4.actual{background-position:0 -432px;}
	#m5:hover,#m5.actual{background-position:0 -486px;}


#map{
	display: block;
	width: 200px;
	height: 200px;
	background: transparent url(../images/map.png) no-repeat;
	margin-bottom: 20px;
}

#map:hover{
	border: none;
}

#contact{
	color: #4dd200;
	font-size: 14px;
	line-height: 1.5em;
}

#eddie{
	margin-bottom: -2px;
}

p{
	margin-bottom: 1em;
}

p.intro{
	font-size: 14px;
	color: #4dd200;	
}

#bigPic{
	width: 500px;
	height: 260px;
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
}

#bigPic img{
	width: 500px;
	height: 280px;
}

.thumbGal{
	position: relative;
	float: left;
	width: 145px;
	height: 145px;
	overflow: hidden;
	margin-bottom: 32px;
}

.center{
	margin-left: 32px;
	margin-right: 32px;
}

.thumbGal img{
	width: 145px;
	height: 145px;
}

#bigPic #morePic, .thumbGal .morePic{
	position: absolute;
	background-color: #4dd200;
	color: white;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
}
#morePic:hover, .morePic:hover{
	border: none;
}
h2{
	color: #4dd200;
	font-size: 42px;
	line-height: 1em;
	text-transform: lowercase;
	margin-bottom: 20px;
	margin-top: 1px;
}

#content ul{
	list-style: square;
	list-style-position: inside;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

a{
	color: #4dd200;
	text-decoration: none;
}

a:hover{
	border-bottom: 1px solid #4dd200;	
}

#content a{
	}

#content a:hover{
	background: #4dd200;
	color: white;
}



/*Imagebox*/

a.gal{
	display: none;
}

#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;
	border: none;
}
#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;	
}

#lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:hover,#lightbox-secNav-btnClose:hover {
	border: none;
	cursor: pointer;
}
