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

html { height:auto; }

body {
	background-color:#E9E8E6;
	color:#50342B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
/*#431608*/

img {
	border:none;
}

.active {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}

/*3f2016*/
.buttonFade {
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

.clearDiv {
	height:0px;
	clear:both;
}

#wrapper {
	width:900px;
	margin:30px auto 0px;
}

#leftColumn {
	float:left;
	width:200px;
}

#rightColumn {
	width:693px;
	float:right;
	display:none;
}

#bottomContainer {
	display:none;
}

#imageContainer {
	height:468px;
	width:693px;
}

#imageHolderFirst {
	height:468px;
	width:693px;
	margin:0px auto;
}

#imageContainer img {
	background-color:#FBFBFB;
	padding:8px;
	border:1px solid #CCC;
	/*-moz-box-shadow: 2px 2px 1em #888;
	-webkit-box-shadow: 2px 2px 1em #888;
    box-shadow: 2px 2px 1em #888;*/
}


.imageDiv {
	width:693px; 
	height:468px; 
	background-color:#E9E8E6; 
	margin-top:-468px;
	position:relative;
	display:none;
	z-index:1;
}

#thumbHolder {
	margin:0px auto;
	width:100%;
	overflow:hidden;
	text-align:left;
	padding:1px 0px 1px 1px;
	background-color:#EBEBEB;
	border:1px solid #CCC;
	-moz-box-shadow: 3px 3px 7px #AAA;
	-webkit-box-shadow: 3px 3px 7px #AAA;
    box-shadow: 3px 3px 7px #AAA;
	position:relative;
}

#thumbHolder img {
	cursor:pointer;
	border:none;
}

.thumbnail {
	display:none;
	/* for IE 
	filter:alpha(opacity=65);
	/* CSS3 standard 
	opacity:0.65;*/
}

#aboutImage {
	float:left;
	width:300px;
	margin-left:60px;
	margin-top:10px;
}

#aboutImage img {
	background-color:#FBFBFB;
	padding:8px;
	border:1px solid #CCC;
	-moz-box-shadow: 3px 3px 7px #AAA;
	-webkit-box-shadow: 3px 3px 7px #AAA;
    box-shadow: 3px 3px 7px #AAA;	
}

#aboutText {
	float:left;
	width:220px;
	background-color:#FBFBFB;
	padding: 8px;
	margin-top: 80px;
	text-align:justify;
	-moz-box-shadow: 3px 3px 7px #AAA;
	-webkit-box-shadow: 3px 3px 7px #AAA;
    box-shadow: 3px 3px 7px #AAA;	
}


#contactBox {
	margin-left:-40px;
	margin-top:150px;
	width:200px;	
	background-color:#FBFBFB;
	padding:8px;
	border:1px solid #CCC;
	-moz-box-shadow: 3px 3px 7px #AAA;
	-webkit-box-shadow: 3px 3px 7px #AAA;
    box-shadow: 3px 3px 7px #AAA;	
}

/***************** Mobile Gallery Page *****************/

#wrapperMobile {
	max-height:480px;
}

.imageMobile {
	float:left;
	padding-left:5px;
	display:none;
}
#rightColumnMobile {
	float:left;
	display:none;
	background-color:#FBFBFB;
	padding:8px;
	border:1px solid #CCC;
}


/***************** No Javascript Pages *****************/

#wrapperNoJS {
	margin-top:60px;
}

#rightColumnMobile {
	float:left;
	display:block;
	background-color:#FBFBFB;
	padding:8px;
	border:1px solid #CCC;
}

.imageNoJS {
	float:left;
	padding-left:5px;
	display:block;
}

#rightColumnNoJS {
	width:693px;
	float:right;
	display:block;
}

