/*---main divs---*/

#headup {
	position: relative;
	width: 950px;
	height: 15px;
	background: #333;
}

#container {
	overflow: hidden;
	background: url(../images/gray-stripe.gif) repeat-y;
}

#VC-logo {
	position: relative;
	float: left;
	height: 50px;
	width: 50px;
	margin: 10px 0 0 10px;
}

#header { 
	position: relative;
	float: right;
	width: 880px;
	height : 50px;
	margin: 10px 10px 0 0;
	background : url(../images/VC-Studio-logo-text.gif) top left no-repeat;
	overflow: hidden;
} 

#nav {
	position : relative;
	clear: both;
	float: right;
	width: 890px;
	height: 100%;
	font-size : .95em;
	letter-spacing : 1px;
	line-height: .85em;
	margin : 5px 0 0 0;
	text-align : left;
	font-family : verdana, "trebuchet ms", helvetica, arial, sans-serif;
}

#footer-stripe {
	clear: both;
	position: relative;
	height : 20px;
	background: #E86E34 url(../images/gray-orange-stripe.gif) repeat-y;
}

#footer { 
	float: right;
	position: relative;
	width: 100%;
	height : 10px;
	background: #fff url(../images/gray-stripe.gif) repeat-y;
} 

#endcap { 
	clear : both;
	top : 10px;
	height : 25px;
	color: #999;
	background: #333;
}

#content-box { 
	position: relative;
	float: right;
	width : 880px;
	height : 100%;
	padding: 20px 10px;
	text-align: justify;
} 

#content-box-2 { 
	position: relative;
	clear:both;
	width : 930px;
	height : 200px;
	padding: 2px 10px 15px;
	z-index: 1;
}

#index-box {
	position: relative;
	float: left;
	width: 855px;
	height: 377px;
	margin: 20px 10px;
	border: solid 1px #999;
	padding: 2px;
	overflow: hidden;
}

#index-box-large {
	position: relative;
	float: left;
	width: 500px;
	height: 375px;
	padding: 1px;
	overflow: hidden;
}

#index-box-little {
	position: relative;
	float: right;
	width: 350px;
	height: 186px;
	padding: 1px;
	overflow: hidden;
}

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

#HS {
	position: relative;
	float: left;
	width: 150px;
	height: 134px;
	left: -160px;
	top: -200px;
	z-index: 5;
	background: #333;
}

/*---div classes---*/

div.caption-container {
	color: #000;
}
div.image-title {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #666
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	color: #888;
	font-size: .75em;
}
div.navigation a.prev {
	background-image: url(../images/prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(../images/nextPageArrow.gif);
}
div.loader {
	background-image: url(../images/loader.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

/*---special div text formats---*/

#header p {
	display: block;
	text-align : right;
	margin-top: -1px;
	margin-right: 5px;
	font-family : verdana, "trebuchet ms", helvetica, arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
}

#header a, div#header a:focus, div#header a:active {
	color: #666;
	text-decoration: none;
}

#nav a, div#nav a:focus {
	color: #000;
	text-decoration: none;
}

#header a:hover, 
#nav a:hover, div#nav a:active {
	color : #E86E34;
	text-decoration : none;
}

#endcap p {
	font-size: .75em;
	letter-spacing: .1em;
	padding: 3px;
	color: #666;
	text-align: right;
}

/*---concrete---*/

#con {
	position: relative;
	width: 870px;
	height: 100%;
	padding: 0;
	background: #fff;
}

.con-pic {
	position: relative;
	width: 860px;
	height: 100px;
	padding: 2px;
	margin: 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

/*---plaster---*/

#pla {
	position: relative;
	width: 870px;
	height: 100%;
	padding: 0;
	background: #fff;
}

.pla-pic {
	position: relative;
	width: 860px;
	height: 100px;
	padding: 2px;
	margin: 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
