@charset "UTF-8";

/*--Main image navigation schema CSS--*/
/** {text-decoration:none;}*/

.main_image {
    width: 594px;
    height: 396px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(../images/camera_small.png) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
/*    border-top: 1px solid #000;*/
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(../images/btn_collapse_alt2_small.png) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

/*--Image-thumbs navigation schema CSS--*/

.image_thumb {
    float: left;
    height:396px;
	overflow:auto;
	width: 127px;
    background: #f0f0f0;
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
    /*border-top: 1px solid #f0f0f0;*/
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 2px;
    background: #dadada;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li:first-child {
	border-top: 1px solid #f0f0f0;
}
.image_thumb ul li {
    margin: 0;
    padding: 12px;
    /*background: #f0f0f0 url(nav_a.gif) repeat-x;*/
    background:#262734;
	width: 79px;
    float: left;
    /*border-bottom: 1px solid #ccc;*/
    border-top: 1px solid #111;
    /*border-right: 1px solid #ccc;*/
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #f0f0f0;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
	display: none;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 79px;
	display: none;
}
.image_thumb ul li p {display: none;}/*--Hide the description on the list items--*/

/*--Main image navigation INDEX ONLY CSS--*/

#top_nav_index {
	overflow:hidden;
	width:722px;
	height:118px;
	margin:0 auto;
	padding:0px 11px 0px 11px;
	background-color:#f0f0f0;
	float:left;
	text-decoration:none;
/*	position: relative;*/
}

#top_nav_index_inner {
	overflow:hidden;
	width:697px;
	height:118px;
	margin:0 auto;
	padding:25px 0px 0px 25px;
	/*background-color:#f0f0f0;*/
	background:url(../images/bg_staged_tiler_722_v2.jpg) repeat-y;
	float:left;
	text-decoration:none;
/*	position: relative;*/
}

#top_nav_index_inner h2 {
	font-size:18px;
	text-align:left;
	text-indent:90px;
	word-spacing:.1em;
	letter-spacing:.2em;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
}

#top_nav_index_inner h3 {
	font-size:24px;
	text-align:left;
	vertical-align:middle;
	color:#fff;
	text-decoration:none;
}

#main_index {
	overflow: hidden;
	width:722px;
	height:399px;
	margin:0 auto;
	padding:0px 11px 11px 11px;
	background-color:#f0f0f0;
	float:left;
	text-decoration:none;
/*	position: relative;*/
}

.image_thumb_index {
    float:left;
    height:399px;
	overflow:auto;
	width:117px;
	background:url(../images/staged_left_v2.jpg) no-repeat;
}

.main_image_index {
    width:594px;
    height:399px;
    float:left;
	background-color:#f0f0f0;
    padding:11px 0px 11px 11px;
	position:relative;
    overflow:hidden;
}

/*.main_image_index {
    width: 594px;
    height: 396px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.image_thumb_index {
    float: left;
    height:418px;
	overflow:auto;
	width: 128px;
    background: #f0f0f0 url(../staged_left.jpg) no-repeat;
}*/

