@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Geneva, sans-serif;
}
a {
	color: #666;
	
}
a:hover {
	color: #000;
	
}
img {
	border: 0px none;
}
#page_vert_centered_container {
	height: 600px;
	width: 100%;
	margin-top: -300px;
	position: absolute;
	top: 50%;
}
#page_hor_centered_container {
	margin: 0px auto;
	width: 980px;
	height: 600px;
	position: relative;
	
}
#site_logo {
	position: absolute;
	top: 0px;
	left: 150px;
	
}

.menu_list {
	position: absolute;
	top: 50px;
	left: -20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
	z-index: 99;
}
.menu_list a{
	position: relative;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 155px;
	margin-bottom: 1px;
	background-color: #FFF;
	color:#000;
	text-decoration:none;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.menu_list a:hover {
	color:#000;
	
}
.menu_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}
.menu_list ul a{
	background-color: #FFF;
	color:#666;
	font-weight: normal;
	font-size: 10px;
}
.menu_sel_img {
	position: absolute;
	left: 167px;
	top: 4px;
	border-style: none;	
}


.front_link {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

.front_link img {
	border: 1px solid #000;
	
}
#page_main_container {
	margin: 0px;
	padding: 0px;
	height: 560px;
	width: 820px;
	border: 1px solid #000;
	position: absolute;
	left: 150px;
	top: 40px;	
}
.text_holder {
	height: 560px;
	width: 820px;
	overflow: scroll;
	
}

.galleries_container {
	width: 800px;
}
.galleries_container  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.galleries_container  ul li{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 180px;
	text-align: center;

}
.galleries_container  ul li a {
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	
}
.gallery_thumbs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 680px;
	top: 20px;	
}

.gallery_thumbs li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	display: none;
	
}
.gallery_thumbs .caption {
	display: none;
}
.galery_thumbs_nav_prev {
	position: absolute;
	left: 680px;
	top: 470px;	
}
.galery_thumbs_nav_next {
	position: absolute;
	left: 785px;
	top: 470px;	
}
.gallery_main {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 640px;
	text-align: center;
	display:none;
}
.gallery_main .caption_holder {
}

.caption_holder .caption_title {
	font-weight: bold;
}
.gallery_main .main_img{
	background: center bottom;	
	
}
