@import url("../../layouts/css/common_style.css");

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    font-weight: normal;
    color: #aeaeae;
    font: 11px "verdana", Helvetica, SunSans-Regular, sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    background: #f5f5f5;
}

#main_content {
	width: 960px;
	height: auto;
	background: #f5f5f5;
	margin: 0 auto;
}

#header {
	width: auto;
	padding: 10px 0px;

}

#main_nav {
	height: 41px;
	width: 596px;
	margin: 0 auto;
}

.home {
	display: block;
	height: 41px;
	width: 129px;
	background: url(../images/nav_sprite.gif) no-repeat 0 0;
	float: left;
}

.home:hover {
	background: url(../images/nav_sprite.gif) no-repeat 0 -41px;
}

.home_s {
	display: block;
	height: 41px;
	width: 129px;
	background: url(../images/nav_sprite.gif) no-repeat 0 -41px;
	float: left;
}

.bio {
	display: block;
	height: 41px;
	width: 117px;
	background: url(../images/nav_sprite.gif) no-repeat -129px 0;
	float: left;
}

.bio:hover {
	background: url(../images/nav_sprite.gif) no-repeat -129px -41px;
}

.bio_s {
	display: block;
	height: 41px;
	width: 117px;
	background: url(../images/nav_sprite.gif) no-repeat -129px -41px;
	float: left;
}

.gallerys {
	display: block;
	height: 41px;
	width: 187px;
	background: url(../images/nav_sprite.gif) no-repeat -246px 0;
	float: left;
}

.gallerys:hover {
	background: url(../images/nav_sprite.gif) no-repeat -246px -41px;
}

.gallerys_s {
	display: block;
	height: 41px;
	width: 187px;
	background: url(../images/nav_sprite.gif) no-repeat -246px -41px;
	float: left;
}

.contact {
	display: block;
	height: 41px;
	width: 163px;
	background: url(../images/nav_sprite.gif) no-repeat -433px 0;
	float: left;
}

.contact:hover {
	background: url(../images/nav_sprite.gif) no-repeat -433px -41px;
}

.contact_s {
	display: block;
	height: 41px;
	width: 163px;
	background: url(../images/nav_sprite.gif) no-repeat -433px -41px;
	float: left;
}


.nav_line {
	width: 736px;
	height: 1px;
	background: url(../images/nav_line.gif) no-repeat;
	margin: 0 auto;
	opacity:0.3;
	filter:alpha(opacity=30); 
}

#nav_container {
}

#bio_text {
	height:365px;
	letter-spacing:0.3em;
	line-height:2.3em;
	margin:0 auto;
	padding-top:30px;
	width:707px;
}

#gallery_text {
	font-size:9px;
	height:410px;
	letter-spacing:0.3em;
	line-height:1.8em;
	margin:0 auto;
	width:100%;
	position: relative;
}

#gallery_text p {
	padding:0 50px;
}

#gallery_cat_container {
	height:495px;
	width:864px;
	margin:0 auto;
	letter-spacing:0.3em;
	line-height:1.8em;
	font-size:9px;
}

.gallery_cats {
	float:left;
	width:427px;
	height:400px;
}

#swf_contain {
	height:383px;
	padding-top:20px;
}

#thumbs{
	margin:0 auto;
	*margin-top:10px;
	text-align:left;
	width:654px;
}

#thumbs img {
	border: none 0;
	margin-bottom:2px;
}

#lrg{
	margin:0 auto;
	width:100%;
	height:480px;
	text-align: center;
	position:relative;
}

#lrg img {
	border: none 0;
}

div.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 960px;
      height: 578px;
      margin-left: -480px; /* half of width */
      margin-top: -289px;
      }
      
#galleryBtn {
	text-decoration: none;
	color: #aeaeae;
	display: block;
	width:427px;
	margin: 0 auto;
}

#galleryBtn:hover {
	color: #000;
}

#galleryBtn img {
	border: none 0;
}

#galleryBtn span {
	font-size: 14px;	
}

#prev {
	position:absolute;
	top:50%;
	left:0px;
	background: url(../images/prev.gif) 0 -45px no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	opacity:0.3;
	filter:alpha(opacity=30);
}

#next {
	background: url(../images/next.gif) 0 -45px no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top:50%;
	right: 0px;
	opacity:0.3;
	filter:alpha(opacity=30);
}

#next:hover, #prev:hover {
	background-position: 0 0;
}

#mainImage {
	text-align: center;
	width:100%;
}

#mainImage img {
	margin:0 auto;
}

.clear {
	clear: both;
}
