@charset "utf-8";
/* CSS Document */
table  , tr, td{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:100%
}
#top_container {

	background-color: #666666;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	max-width: 680;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 100;
	font-size:.6em;
}
#middle_container {
	width: 100%;
	max-width: 770px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#left-column {
	float: none;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#left-column img{max-width: 100%;height: auto;}

#left-column video {max-width: 100%;height: 100%;}
#left-column audio {max-width: 100%;height: 100%;}
#right-column {
	float: none;
	height: 100%;
	width: 100%;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#right-column img{max-width: 100%;height: auto;}
#right-column video {max-width: 100%;height: 100%;}
#right-column audio {max-width: 100%;height: 100%;}
.testimonial-column {
	float: none;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;

}
.testimonial-column img{max-width: 100%;height: auto;}
.testimonial-column video {width: 100%;height: 100%;}
.testimonial-column audio {width: 100%;height: 100%;}
#portfolio_container {
	width: 100%;
	float: left;
}
#portfolio_category {
	width: 100%;
	height:100%;
	position: relative;
	z-index: 60;
	display:   display: table-cell;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#portfolio_category img{
	width: 100%;
	max-width: 350px;
	height: auto;
	border: 1px solid #CCC;

}

#random_promo {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	width: 100%;
	max-width: 385px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: 15px;
}
#random_promo img {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	max-width: 320px;
}
#slideshow_container {
	width: 680px;
	height: 185px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow {
	position: relative;
	height: 185px;
	width: 100%
	max-width: 680px;
}
#slideshow IMG {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	opacity: 0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

.under_construction {
	font-size: 18px;
	color: #FFF;
	text-align: center;
}


.back2gallery {
	margin-top: 10px;
}

#left_footer {
	width: 100%;
	text-align: center;
	max-width: 680;
}
#middle_footer {
	width: 100%;
	max-width:680;
	text-align: center;
}
#right_footer {
	width:100%;
	text-align: center;
	max-width:680;
}

#article_container {
	width: 100%;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}