* { margin:0; padding:0; }

.holder { margin:0; padding:0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

body { font: 11px/15px Arial, Helvetica, Sans-Serif; color: #403e3c; background: #fff; margin: 0 0 50px 0; }

body.pad .main { margin: 10px 0 0 0; }

a img { border: none; }

#container { width: 930px; margin: auto; }
.head      { float: left; width: 930px; margin-top: 12px; padding-bottom: 8px; margin-bottom: 0px;  }
.main      { float: left; width: 930px; padding: 0 0 0 0; }

.side { float: left; width: 230px; }
.copy { float: right; width: 594px; }

.side ul { margin-bottom: 20px; }
.side h3 { margin: 0 0 10px 0; }


.main .home { float: left; width: 296px; margin: 0 21px 20px 0; }
.main .home.last { margin-right: 0; }
.main .home p { font-size: 10px; font-weight: bold; text-transform: uppercase; margin: 5px 0 0 0; }

.main .home a:hover p { color: #403e3c; }

.tn     	{ display: block; position: absolute; overflow: hidden; text-align: left;  background-color:white; width: 930px; height:620px; z-index:100; }

.col3        { float: left; width: 305px; margin: 0 20px 0 0; }
.col3.last   { margin-right: 0; }
.col3.wide   { float: left; width: 500px; margin: 0 0 0 0; }

a:link, a:visited          { color: #858585; text-decoration: none; outline: none; }
a:focus, a:hover, a:active { color: #403e3c; outline: none; }


h1 a { width:175px; height:22px; margin-left: 0px; overflow:hidden; display:block; text-indent:-9999px; cursor:pointer; }

h1 { font: 26px/30px Arial, Helvetica, Sans-Serif; color: #FFFFFF; }
h2 { font: 20px/20px Arial, Helvetica, Sans-Serif; text-transform: uppercase; font-weight: bold; margin: -3px 0 7px 0; }
h3 { font: 10px/13px Arial, Helvetica, Sans-Serif; color: #403e3c; font-weight: bold; margin-bottom: 15px; text-transform: uppercase; }


body.about h3 {
	float: right;
	width: 362px;
	font: 18px/29px Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}

h2.ttl { margin-top: 3px; }

li { list-style:none; color: #858585; }
p            { color: #858585; margin: 0 0 15px 0; }
.main.full p { color: #808080; }
u { text-decoration: none; color: #403e3c; font-weight: bold; }
.right { float: right; width: 362px; }


.lrg { font-size: 16px; line-height: 24px; }
.hide { display: none; }
.clear { clear:both; }

/*----- Main Nav -----*/

#nav-cont { float: right; }

.nav {
	float: right;
	margin: -11px 0 0 0;
	padding:0;
	list-style:none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	vertical-align: middle;
}
.nav li { float: left; margin: 0; }
.nav a { color: #87847f; padding: 0 12px 0 0; }
.nav a:hover { color: #403e3c; }
.nav a.at { color: #a40000; }

.nav.no { margin-right: 0; }

.nav li.last a { padding-right: 0; }
.nav li.info    { margin-left: 40px; }


/*----- Gallery -----*/

.tn a {
	display: block;
	float: left;
	cursor: pointer;
}

.tn a.selected {
	text-decoration: underline;
	color: #3f3f3d;
	
	 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}


.holder {
	width: 930px;
	height: 620px;
	display: block;
	overflow: hidden;
	position: relative;
	
	zoom: 1;
	text-align:center;
}

.holder img {
	position: absolute;
	top: 0;
	left: 4px;
	width: 930px;
	height: 620px;
	display: block;
	overflow: hidden;
	
}

.holder .overlay {
	margin: 0; padding: 0;
	width: 300px;
	display: block;
	position: absolute;
	top: 0;
	cursor: pointer;
	overflow: hidden;
}
.holder #prev {
	left: 0;
	height: 620px;
	z-index: 98;
}

.holder #next {
	right: 0;
	height: 620px;
	z-index: 98;
}

.holder #prev_image { 
	left: 0;
	background: url('../images/prev.gif') no-repeat center left;
	height: 620px;
	z-index: 97;
	overflow: hidden;
}

.holder #next_image {
	right: 0;
	background: url('../images/next.gif') no-repeat center right;
	height: 620px;
	z-index: 97;
	overflow: hidden;
}

.holder #photo_description {
	margin: 0; padding: 0;
	display: block;
	position: absolute;
	overflow: hidden;
	width: 370px; height: 110px;
	top: 572px; left: 650px;
	z-index: 98;
	background-color: black;	
}

.holder #photo_description p{
	color: white;
	padding: 25px;
}

#photo_info {
	padding-top: 9px;
	
	color: #87847f;
	font-size: 10px; text-transform: uppercase; font-weight: bold;
	width: 930px;
}

#photo_thumnails_container {
	width: 100px;
	float: left;
}

#photo_navigation {
	float:left;
	width: 460px;
}

#photo_info_btn {
	float: left;
	width: 370px;
	text-align: right;
}

#photo_navigation a{
	display:block;
}
#photo_info_prev{
	float:right;
}

#photo_counter_container {
	float:right;
	width: 100px;
	text-align: center;
}

#photo_info_next{
	float:right;
}
/* IE HACKS */

html { overflow-y: hidden_; }
body { overflow-y: auto_; }
