/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color:  #f6f2e6;
}

h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
	color: #fff;
}
	

/******************* Top ********************************/


#top_wrapper {
	background:#f0e1bb url(../images/top_bg2.jpg) repeat-x;
	margin: 0;
	padding: 0;

}
#top {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 176px;
}

#top h1 {
	background: url(../images/title_image.jpg) center no-repeat;
	height: 140px;
	text-indent: -9999px;
	height: 140px;
	/*border: solid 1px red;*/
	
}




/******************* Middle ********************************/


#middle_wrapper {
	margin: 0;
	padding: 0;
	background:url(../images/content_bg.jpg) repeat-x;
	
	
}
#content_home, #content_cinema, #content_automation, #content_audio, #content_light, #content_installation, #content_support, #content_studio, #content_contact {
	width: 900px; 
	margin: 0 auto; 
	padding: 0; 
	height:466px;
}
#content_home {background: url(../images/content_holder.jpg) center no-repeat;}
#content_cinema {background: url(../images/content_cinema2.jpg) center no-repeat;}
#content_automation {background: url(../images/content_automotion.jpg) center no-repeat;}
#content_audio {background: url(../images/content_audio.jpg) center no-repeat;}
#content_light {background: url(../images/content_lighting.jpg) center no-repeat;}
#content_installation {background: url(../images/content_installation.jpg) center no-repeat;}
#content_support {background: url(../images/content_support.jpg) center no-repeat;}
#content_studio {background: url(../images/content_studio2.jpg) center no-repeat;}
#content_contact {background: url(../images/content_contact.jpg) center no-repeat;}
#studio_text {
	margin-left: 20px;
	padding-top: 20px;
	width: 370px;
}
#studio_text h3, #left h3, #right h3, #contact_text h3 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	/*margin-bottom: 5px;*/
}
#studio_text p, #contact_text p {
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	margin-bottom: 5px;
}

#contact_text {
	margin: 20px 0 0 100px;
	width: 700px;
}	

#contact_text h4 {
 	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
 }


#flash_intro {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 466px;
	background: #000; /*url(../images/content_holder.jpg) center no-repeat;*/
}
#gallery {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 466px;
	background: transparent url(../images/content_gallery.jpg) center no-repeat;
}
#gallery_images {
	padding: 10px 25px;
}
#gallery_images img {
	margin-right: 8px;
	margin-top: 10px;
	margin-left: 5px;
}
#gallery_images a img {
	border: solid 2px #fff;
}
#gallery_images a:hover img {
	border: solid 2px #383838;
}

.topSpacer {
	width: 900px;
	margin:0;
	padding:0;
	/*border: solid 1px #00FF66;*/
}

.spacer2 {
	width: 900px;
	margin:0;
	padding:0;
}

.viewContent {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	/*border: solid 1px red;*/
}
.viewContent h1, h2, h3, h4, h5, h6, {
	color: #fff;
	font: normal Georgia, "Times New Roman", Times, serif;
	/*margin-bottom: 5px;*/
}

.viewContent h4, {
	font-size:14px;
	/*margin-bottom:5px;*/
}

	
.viewContent p {
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	margin-bottom: 5px;
}
#left {
	margin: 0 10px;
	float: left;
	width: 400px;
}
#right {
	margin:0 10px;
	float: right;
	width: 400px;
	/*border: solid 1px #CCFF33;*/
}
 #full_copy {
 	margin-left:15px;
	width: 845px;
}
#contact_list {
	list-style:none;
	margin-bottom: 10px;
}

#contact_list li {
	float: left;
	margin-right: 20px;
}
#contact_list li a {
	color: #ccc;
	text-decoration:underline;
}
#contact_list li a:hover {
	color: #fff;
	text-decoration:none;
}


/******************* Footer ********************************/

#footer_wrapper {
	margin:0;
	padding: 0;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 145px;
}
#footer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 900px;

}

#footer h3 {
	font: bold 18px "Times New Roman", Times, serif;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#footer p {
	font: normal 12px "Times New Roman", Times, serif;
	color: #000;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer p#author {
	color: #726950;
	margin-top: 20px;
}
#footer a {
	color: #4A6A5A;
}


p.lastP {
	margin-bottom:10px;
}
