body{	
	padding:0; margin:0; 
	background-image:url(images/body_back.jpg); background-position:top center; background-repeat:no-repeat; background-color:#000;
	font-family: "Times New Roman", Times, serif; color:#fff;  font-size:18px;
}

a{color:#942732; text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:0;}

h1, h2, h3{font-weight:normal;}
h1{text-align:center;}

hr{height:0px; border:0; border-top:double 3px #666; margin:50px 0;}
.content form{padding-bottom:10px; border-bottom:double 3px #666;}

.clear{clear:both; height:0px; overflow:hidden;}

.wrapper{width:800px; margin:0 auto;}

.com_form_table tr{background:none;}
.com_form_table td{border:none;}

.contentOuter{margin-top:38px; background-image:url(images/content_back.png); _background-image:url(images/content_back.jpg); _background-repeat:no-repeat;}
	.curtains{position:relative; width:800px; z-index:10;}
	.curtainLeft, .curtainRight{width:73px; height:70px; position:absolute; z-index:10; top:0px; background-repeat:no-repeat;}
	.curtainLeft{left:0px; background-image:url(images/curtain_left.png); _background-image:url(images/curtain_left.gif);}
	.curtainRight{right:0px; background-image:url(images/curtain_right.png); _background-image:url(images/curtain_right.gif); _background-position:16px 0;}
	
.addContentContainer{margin-top:19px;}
	
	.content{padding:18px; overflow:hidden;}
	.contentBottom{margin:0 auto; width:800px; height:15px; background-image:url(images/content_bottom.png); _background-image:url(images/content_bottom.gif); _filter:alpha(opacity=80); font-size:1px;}

.footer{line-height:42px; color:#808080; font-size:12px;}
	.footerLeft{float:left; width:400px;}
	.footerRight{float:right; width:400px; text-align:right;}
	

.galleryThumbContainer{background-color:#111; border:solid 1px #222; margin:0px 17px 17px 0px;}
.galleryThumb{width:162px; height:140px; border:0; background-position:50% 20%;}

.contentTable td{padding:0 5px;}

.currProduction{background-color:#111; border:solid 1px #222; padding:10px; margin-bottom:20px;}
	.currProduction h2{margin-top:0;}
	.currProduction p{margin-bottom:0;}
	
.galleryLogos{width:100%}
	.galleryLogos td{vertical-align:middle; width:200px;}
	
/* ============================================================================================================================================================================= */	
/*   NAVIGATION  =============================================================================================================================================================== */	
/* ============================================================================================================================================================================= */	
.nav{margin-top:88px; height:45px; filter:alpha(opacity=80); z-index:99; background-image:url(images/nav_back.png); _background-image:none; background-repeat:no-repeat;}
	.navLeft, .navRight{float:left; width:9px; height:45px;}
	.navLeft{_background-image:url(images/nav_left.gif);}
	.navRight{_background-image:url(images/nav_right.gif);}
	
	.com_menuUL{float:left; _background-color:#000; padding:0; margin:0; list-style-type:none; z-index:99;}
		.com_menuUL li{float:left; position:relative; z-index:99;}
		.com_menuUL a{color:#fff; padding:0 25.5px; line-height:45px; font-weight:bold; outline:none; font-size:14px;}
	.com_menuUL ul{
		 display:none; position:absolute; top:45px; z-index:99; background-image:url(images/dropdown_back.png); _background:none;

		-moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-radius-bottomright:10px; 
		-moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; border-radius-bottomleft:10px;
	}
		.com_menuUL ul li{clear:both; display:block;}
		.com_menuUL ul a{display:block; font-size:16px; float:none; line-height:normal; font-weight:normal; width:128px; padding:8px 25px; cursor:pointer; _background-color:#000;}
		
		.com_menuUL ul ul{
			left:178px; top:0;
			/*-moz-border-radius-bottomright:0; -webkit-border-bottom-right-radius:0; border-radius-bottomright:0; 
			-moz-border-radius-bottomleft:0; -webkit-border-bottom-left-radius:0; border-radius-bottomleft:0;*/
		}