/* reset all elements */
@import url("reset.css");


/*------------------------------------
---------------------------- MAIN TAGS
------------------------------------*/

body {
	
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	
}

.gainLayout {
	
	height: 1%;
	
}




/*------------------------------------
----------------------------- MAIN BAR
------------------------------------*/

#clipper {
	
	bottom: 0;
	right: 0;
	height: 60px;
	left: 0;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

#main-bar-shad {
	
	bottom: 0;
	right: 0;
	height:60px;
	left: 0;
	position: absolute;
	z-index: 1;	
}

#main-bar {
	
	bottom: 0;
	right: 0;
	height: 60px;
	left: 0;
	position: absolute;
	z-index: 20;
	
}

	#main-bar .left {
		
		margin-left: 30px;
		display: inline;
		
	}

	#main-bar .right {
		
		margin-right: 30px;
		display: inline;
		
	}

#logo {
	
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	
}




	/*------------------------------------
	----------------------------- MENU
	------------------------------------*/

	#menu {
		
		float: left;
		position: relative;
		z-index: 1000;
		
	}
	
		#menu ul {
			
			float: left;
			list-style: none;
			margin: 0;
			
		}
		
			#menu ul li {
				
				float: left;
				margin: 0;
				position: relative;
				
			}
			
			#menu ul li a {
				
				display: block;
				font-size: 14px;
				font-weight: bold;
				height: 45px;
				margin: 0;
				outline: none;
				padding: 15px 15px 0px 15px;
			}
			
				#menu ul li ul {
					
					position: absolute;
					float: left;
					display: none;
					bottom: 50px;
					width: 180px;
					padding-bottom: 20px;
					left: 25px;
					
				}
				
					#menu ul li ul li {
						
						margin: 0 !important;
						display: block;
						float: none !important;
						position: relative;
						
					}
					
					#menu ul li ul li a {
						
						display: block;
						font: bold 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
						height: auto;
						padding: 10px 20px;
						
					}
					
						#menu ul li ul li ul {
							
							left: 220px;
							bottom: 0;
							padding: 0 0 0 20px;
							margin: 0;
							position: absolute;
							z-index: 15;
							
						}
						
						
						
						
	/*------------------------------------
	---------------------------- COPYRIGHT
	------------------------------------*/
	
	#copyright {
		
		font: bold 11px/18px Arial, Helvetica, sans-serif;
		margin-top: 24px;
		
	}
	
	
	
/*------------------------------------
------------------------- IMAGE HOLDER
------------------------------------*/

#image-holder {
	
	overflow: hidden !important;
	text-align: left !important;
	position: relative;
	height: 200px;
}

#open-externally {
	
	float: left;
	cursor: pointer;
	position: absolute;
	font-size: 10px;
	height: 24px;
	width: 24px;
	outline: none;
	top: 10px;
	right: 10px;
	z-index: 14;
	
}

#open-externally span {
	
	display: none;
	position: absolute;
	padding: 7px 10px;
	text-transform: uppercase;
	top: 36px; right: 12px;
	width: 85px;
	
}

#open-externally span span {
	
	display: block;
	height: 6px;
	width: 6px;
	top: -6px;
	right: 0;
	
}

#previous-photo, #previous-photo div,
#next-photo, #next-photo div {
	
	cursor: pointer;
	float: left;
	width: 200px;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 13;
	
}

#previous-photo {
	
	left: 20px;	
}


#previous-photo div {
	
	opacity: .1;
	
}


#next-photo {
	
	right: 20px;
}


#next-photo div {
	
	opacity: .1;	
}


#image-tooltip {
	
	position: absolute;
	display: none;
	padding: 20px;
	top: 50px;
	left: 50px;
	width: 260px;
	
}

#image-tooltip span {
	
	width: 300px;
	height: 9px;
	position: absolute;
	top: -9px;
	left: 0;
	
}

.description {
	
	float: left;
	display: none;
	
}




/*------------------------------------
-------------------------- PHOTO ALBUM
------------------------------------*/

#photo-album-container {
	
	/*float: left;
	width: 100%;*/
	position: absolute;
	height: 100px;
	bottom: 60px;
	left: 20px;
	right: 20px;
	overflow: hidden;
	z-index: 15;	
}

#photo-album-wrapper {
	
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	padding-top: 30px;
	bottom: -100px;
	z-index: 15;
}

	.thumb-icon {
		
		position: relative;
		left: 50%;
		bottom: -70px;
		height: 20px;
		width: 60px;
		margin-left: -30px;
		z-index: 10;
		
	}

	#photo-album {
		
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 100px;
		
	}
	
		#album-thumbs {
			
			background: transparent;
			padding: 0px 0 0 30px;
			position: absolute;
			z-index: 10;
		}
		
			#album-thumbs ul {
				
				list-style: none;
				margin: 0;
				overflow: hidden;
				width: 9999px;
				
			}
			
				#album-thumbs ul li {
					
					float: left;
					margin: 15px 30px 30px 0;
					position: relative;
					
				}
				
				.currentArrow {
					
					height: 6px;
					left: 50%;
					width: 11px;
					position: absolute;
					top: -6px;
					margin-left: -6px;
					
				}
				
				#album-thumbs ul li img {
					
					cursor: pointer;
					
				}
				
	#more-thumbs, #less-thumbs {
		
		float: left;
		cursor: pointer;
		position: absolute;
		width: 40px;
		height: 100px;
		top: 0;
		z-index: 15;
	}
	
	#more-thumbs {
		
		right: 0;
		
	}
	
	#less-thumbs {
		
		left: 0;
		
	}




/*------------------------------------
----------------------- CONTENT HOLDER
------------------------------------*/

#content-wrapper {
	
	display: none;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	background: #40648e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #424e56 0%, #131518 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#424e56), color-stop(100%,#131518)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #424e56 0%,#131518 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #424e56 0%,#131518 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #424e56 0%,#131518 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #424e56 0%,#131518 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424e56', endColorstr='#131518',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0px 0px 12px rgba(0,0,0,1);
	margin: 20px;
	
}

#content-holder {
	
	position: absolute;
	display: none;
	z-index: 16;
	top: 60px;
	width: 960px;
	/*background:rgba(0,0,0,.1) url(images/dark/fruit_bg2.png) bottom left no-repeat;*/
	box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 4px 8px rgba(0,0,0,.5);
	background:url(images/dark/bark_bg2.png) bottom center no-repeat fixed;
}

#content-area {
	
	overflow: auto;
	position: relative;
	
}




/*------------------------------------
---------------------- COLUMN TEMPLATE
------------------------------------*/

#backbox1 {
	
	width: 100%;
	height: 100%;
	background:url(images/dark/fruit_bg2.png) bottom center no-repeat fixed;
	border:1px solid red;
}

#backbox2 {
	
	width: 100%;
	height: 100%;	
}

#backbox3 {
	
	width: 100%;
	height: 100%;
}

.container {
	
	float: left;
	width: 840px;
	padding: 60px 60px 10px 60px;
}

.group_left {
	
	float: left;
	width: 66%;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 80px;
	
}

.group_right {
	
	float: left;
	width: 25%;
	margin-top: 97px;
	
}

.group_full {
	
	float: left;
	width: 883px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 80px;
	
}

.one-half, .one-third, .two-thirds {
	
	float: left;
	margin: 0px;
	
}

.one {
	
	width: 100%;
	float: left;
}

.one-half {
	
	width: 100%;
	text-align: justify;
}

.one-third {
	
	width: 260px;
}

.two-thirds {
	
	width: 520px;
}

.last {
	
	margin-right: 0 !important;
	
}




/*------------------------
---------------- FORMS
------------------------*/

label { 

	font: normal 13px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #999;

}

label em {
	
	font-size: 10px;
	
}

input, textarea, select {
	
	display: block;
	font: italic 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	padding: 6px 5px;
	width: 400px;
	
}

input:focus, textarea:focus, select:focus {
	
	font-style: normal;
	
}

.medium { width: 400px; }

.short { width: 30%; }

input.submit, input.reset {
	
	display: block;
	width: 200px;
	height: 40px;
	margin: 40px 20px 8px 0;
	padding: 6px 0px 6px 0px;
	font: normal 15px Arial, Helvetica, sans-serif;
	cursor: pointer;
	
}

input.checkbox {
	
	float: left;
	margin: 3px 4px 0 0;
	padding: 0;
	width: 20px;
	
}

.search_field {
	
	width: 65%;
	
}