body {
	background:url('../imgs/lotis/page_bg.jpg') top center no-repeat #080812;
	color:#81675f;
	font-family:"Trebuchet MS", "Palatino Linotype";
	font-size:12px;
	letter-spacing:1px;
}

#wrapper {
	width:901px;
	margin:auto;
}

#header {
	height:154px;
	position:relative;
}

.gallery #header {
	height:154px;
}

	#header #menu {
		position:absolute;
		top:120px;
		right:-6px;
	}
	
	#header a {
		text-indent:-9999px;
		display:inline-block;
		height:29px;
		background:url('../imgs/menu.jpg') no-repeat;
	}
	
		#header .gallery {
			width:115px;
			background-position:-179px 0px;			
		}
		
			#header .gallery:hover  {
				background-position:-179px -29px;
			}

			#header .active_gallery {
				background-position:-179px -58px !important;
			}	
			
		#header .about {
			width:99px;
			background-position:-80px 0px;
		}
		
			#header .about:hover  {
				background-position:-80px -29px;
			}

			#header .active_about {
				background-position:-80px -58px !important;
			}	

#menu_sub {
	text-transform:uppercase;
	font-family:"Palatino Linotype";
	position:absolute;
	left:370px;
	padding:0;
}

	#menu_sub a {
		display:inline-block;
		text-decoration:none;
		padding:10px 7px 0 7px;
		color:#bfa998;
	}
	
	#menu_sub .active {
		color:#FFFFFF;
	}
	
	#menu_sub img {
		vertical-align:top;
	}

#content {
	position:relative;
	height:870px;	
}

a {
	color:#A19080;
}

a:hover {
	color:#fff;
}

p {
	margin-bottom:1.25em;
	line-height:1.25em;
}

.title {
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;
	letter-spacing:1px;
	color:#a89386;
	margin-bottom:6px;
}

#current_title {
	position:absolute;
	margin-top:-15px;
	margin-left:10px;
}

#footer {
		margin-top:10px;
		height:64px;
		text-align:center;
		padding-top:318px;
		font-size:11px;
		font-family:'Trebuchet MS';
		color:#5c4944;
	}
	
	#footer a {
		text-decoration:none;
		color:#5c4944;
	}
	
	#footer a:hover, #footer .active {
		color:#fff;
	}
	
	#footer p {
		margin-top:5px;
		font-size:10px;
	}
	
#gallery {
	padding-top:52px;
	margin-left:2px;
}
		
	#current {
		position:absolute;
	}
	
	#current #gallery_span {
		border-width:5px;
		border-color:#281b1f;	
		width:493px;
		margin:0;
	}
	
	#current a span {
		position:absolute;
		right:0;
		bottom:50px;
	}
	
	#current a .default {
		display:inline;
	}
	
	#current a:hover .default {
		display:none;
	}	
	
	#current a .zoomed {
		display:none;
	}
	
	#current a:hover .zoomed {
		display:inline;
	}	
		
	#colors {
		position:absolute;
		width:70px;
		left:525px;
		border-width:5px;
		border-color:#281b1f;
	}	
		
	#thumbs {
		position:absolute;
		left:518px;
	}

		.abstract #thumbs {
			left:638px;
		}
	
		#panes {
			width:370px;
			height:360px;
		}
		
		.abstract #panes {
			width:250px;
		}
		
		#panes a:hover {
			border-color:#4b333a;
		}
		
		#panes div {
			float:left;
		}
		
		.a_block {
			border:3px solid #3b2424;
			border-color:#281b1f;
			display:block;
			margin:0px 14px 20px 0px;
			/* margin:0px 22px 20px 0px; */
			width:106px;
		}	

			.abstract .col_2 .a_block, .col_3 .a_block {
				margin-right:0;
			}
			
			.a_block:hover {
				border-color:#482e2c;
			}			
		
		#controls {
			text-align:center;
			color:#837e6f;
			font-family:"Trebuchet MS";
			font-size:10px;
		}	
		
			#controls * {
				display: inline;
				user-select: none;
				cursor: pointer;
			}
						
			#buttons li.active {
				color:#c0ac99;
			}
					
			#buttons li {
				background:url(../imgs/pane_separator.gif) left center no-repeat;
				padding-left:10px;
				padding-right:6px;
			}
			
				#buttons .first {
					background:none;
					padding-left:0;
				}
			
		
			#previous {
				position:absolute;
				left:0;
				margin-left:3px;
				margin-top:-10px;
			}
			
			#next {
				position:absolute;
				right:0;
				margin-right:10px;
				margin-top:-10px;			
			}
			
.nohover, .nohover:hover {
	border-color:#140d12;
}			
			
			
