@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#f5f5f5;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************************

	Structural styles

********************************************/

header{
	width:100%;
	border-top:30px solid #000;
	height:40px;
	margin-bottom:30px;}
	
#header{
	position:relative;
	width:1182px;
	margin:0 auto;}
	
#wrapper{
	width:1182px;
	position:relative;
	overflow:hidden;
	margin:0px auto 40px;}
	
#logo{
	position:absolute;
	top:-24px;
	left:-16px;}
	
#intro{
	width:1182px;
	height:300px;}
	
#footer-wrap{
	padding:50px 0;
	background-color:#000;}
		
		
/********************************************

	Lightbox Styles

********************************************/		
		
.overlay{
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;}

.popup{
	display: none;
	width: 914px;
	/*height: 584px;*/
	overflow: auto;
	left: 50%;
	top: 10%;
	position:fixed;
	z-index: 2000;
	border: 2px solid #333;
	background-color:#f5f5f5;
	margin:0 0 0 -450px;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;}
	
.gallery{
	position:relative;
	float:right;
	width:584px;
	height:556px;}
	
.xlrg{
	width:584px;
	height:554px;
	overflow:hidden;
	position:relative;
	margin:0 0 16px 0;}
	
.lrg{
	width:584px;
	height:370px;
	overflow:hidden;
	position:relative;
	margin:0 0 16px 0;}
	
.med{
	width:584px;
	height:270px;
	position:relative;
	overflow:hidden;
	margin:0 0 16px 0;}
	
	.med:last-child{
		margin:0;}
		
.small{
	width:284px;
	height:170px;
	overflow:hidden;
	float:left;}
	
	.small:last-child{
		margin:0 0 0 16px;}
		
.xlrg img, .lrg img, .med img{
	position:absolute;
	top:0px;
	left:0px;}
	
.copy{
	position:relative;
	width:305px;
	float:left;}
	
	.copy h3{
		font-family: 'aurulent_bold', Verdana, Geneva, sans-serif;
		color:#333;
		font-size:20px;
		text-align:left;
		line-height:24px;
		padding:0 0 14px 0;}
	
	.copy p{
		font-family: 'aurulent_regular', Verdana, Geneva, sans-serif;
		color:#1e1e1e;
		font-size:14px;
		text-align:left;
		line-height:18px;
		padding:0 0 14px 0;}
		
	.popup a:link, .popup a:visited{
		position:absolute;
		bottom:20px;
		left:20px;
		font-family: 'aurulent_bold', Verdana, Geneva, sans-serif;
		display:inline-block;
		font-size:13px;
		text-decoration:none;
		padding:10px 16px;
		text-transform:uppercase;
		color:#FFF;
		background-color:#3c948b;}
		
	.popup a:hover, .popup a:active{
		background-color:#666;}
	
	
/*************************************

	hover 

*************************************/
.viewport {
    float: left;
    height: 234px;
    margin: 12px 12px;
    overflow: hidden;
    position: relative;
	display: inline;
    width: 370px;}

.viewport a {
    display: block;
    position: relative;}

.viewport a img {
	height:234px;
    left: 0px;
    position: relative;
    top: 0px;
	width:370px;}

.viewport a span {
    display: none;
    font-size: 24px;
	line-height:27px;
    height: 100%;
    padding-top: 90px;
    position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;}
	
    .viewport a span em {
        display: block;
        font-size: 15px;
        font-weight: normal;}

.dark-background {
    background-color: rgba(15, 15, 15, 0.4);
    color: #fff;
    text-shadow: #000 0px 0px 20px;}
    .dark-background em {
        color: #ccc;}
		
/*****************************

	Slider Styles 
	
*****************************/

#slider_wrap{
	position:relative;
	overflow:hidden;
	width:500px;
	height:554px;
	margin:0px auto;}
	
#slider{
	height:554px;
	position:absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;}
	
	#slider img{
		overflow:hidden;
		float:left;
		padding:0;
		margin:0 20px 0 0;}
		
	#slider img:last-child{
		margin:0;}

#selector_left{
	width:23px;
	position:absolute;
	height:32px;
	z-index:104;
	overflow:hidden;
	bottom:0;
	left:0;}
	
	#selector_left a.left:link,
	#selector_left a.left:visited{
		background:url(../images/selector.png) #f5f5f5 no-repeat 0 0;
		width:23px;
		height:32px;
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		text-indent:-9999px;}
		
	#selector_left a.left:hover,
	#selector_left a.left:active{
		background:url(../images/selector.png) #f5f5f5 no-repeat 0 -32px;}
		
#selector_right{
	width:23px;
	position:absolute;
	height:32px;
	z-index:104;
	overflow:hidden;
	bottom:0;
	right:0;}
	
	#selector_right a.right:link,
	#selector_right a.right:visited{
		background:url(../images/selector.png) #f5f5f5 no-repeat -31px 0;
		width:23px;
		height:32px;
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		text-indent:-9999px;}
		
	#selector_right a.right:hover,
	#selector_right a.right:active{
		background:url(../images/selector.png) #f5f5f5 no-repeat -31px -32px;}