@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%
	width:100%
}


.social_media {
	padding: 0px;
	max-width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	text-align: right;
	text-decoration: none;
	
}


#header {
	width: 100%;
	max-width: 1100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: block;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

#middle_container {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	float: none;

}

#left-column video {max-width: 100%;height: auto;}
#left-column audio {max-width: 100%;height: auto;}

#right-column video {max-width: 100%;height: auto;}
#right-column audio {max-width: 100%;height: auto;}
.testimonial-column {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	max-width: 1100px;
	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 {max-width: 100%;height: auto;}
.testimonial-column audio {max-width: 100%;height: auto;}
.testimonial-image {
	float: left;
	width: 100%;
	max-width: 200px;
}
.testimonial-contents {
	float: left;
	width: 100%;
	max-width: 1100px;

}

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

}
#contact_form {
	width: 100%;
	height:100%;
	clear: both;
	padding-bottom: 40px;
}
#contact_form #radio {
	width: 15%;
	float: left;
	margin-bottom: 5px;
}

#contact_form   #field{
	width: 95%;
	float: left;
	text-align: left;
	clear: both;
	color: #000;
}
#contact_form #input .back_yellow{
	width: 95%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
#contact_form_norobot {
	width: 100%;
	height: 100%;
	clear: both;
}
#contact_form_norobot #norobot {
width: 95%;
	float: left;
	text-align: left;
	padding-right: 5px;
	margin-top: 15px;
}
#contact_form_norobot #input_norobot .back_yellow
 {
	width: 65%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
#contact_form_norobot #norobot img {
	width: 120px !important;
	height: 32px!important;
}
#contact_form #input .formerror{
	width: 75%;
	float: left;
}
#random_promo {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	width: 98%;
	max-width: 385px;
	padding-bottom: 20px;
	border: 1px solid #999;
		margin-bottom: 15px;
}
#random_promo #random_text {
	padding-right: 5px;
	padding-left: 5px;
}

#random_promo img {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	max-width: 320px;
}
#slideshow_container {
	width: 1100px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow {
	position: relative;
	height: 300px;
	width: 100%
	max-width: 1100px;
}
#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: 33%;
 max-width:350px;
        float: left;
}
#middle_footer {
	width:34%;
 max-width: 400px;
        float: left;
		text-align:center;
}
#right_footer {
 width:33%;
 max-width: 350px;
        float: right;
}
#bottom_footer {
	width: 100%;
	max-width: 1100px;
	clear: both;
}
#article_container {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}