@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-family: "Trebuchet MS";
	background-image: url(../images/dots-bcgrnd.jpg);
	margin-top:10px;
}
a:link, a:visited,a:hover, a:active { color: #fff; text-decoration: none; }
 
p{font-size:0.7em}

ul{list-style-type:none;}
#container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 133px;
	margin-bottom: 5px;
	background-image: url(../images/header4.jpg);
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0;
	height: 200px;
	margin-top: 10px;
}

#movie_thumbs {
	padding: 0;
	height: 450px;
}
#thumb {
	height: 97px;
	float: left;
	margin: 10px 0 0 15px;
}

#footer {
	width:1004px;
	float: left;
}

#menu_footer {
	height: 12px;
	font-size:11px;
	color:#CCCCCC;
	background-color: #241B19;
	padding: 7px 10px 7px;
}


#footer p {
	font-size:11px;
	color:#FF6600;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 60px 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#slogan {
	margin-top: 20px;
	float:right;
	clear:right;
}
#login {
	margin-top:20px;
	float:right;
	clear:right;
}

#user{
	font-size:0.7em;
	color:#808080;
	border:1px solid black;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#pass{ font-size:0.7em;
	color: #999;
	border:1px solid black;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#log{
	width:50px;
	color: #999;
	border:1px solid black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	

}


.style #menu {
	height: 15px;
	padding : 5px;
	float: none;
}


#btn_about {
	width: 56px;
	float: right;
}
#btn_commercials {
	width: 108px;
	float: right;
}
#btn_service {
	width: 75px;
	float: right;
}
#btn_contact {
	width: 94px;
	float: right;
}
#next{
	width: 94px;
	margin-left:880px;
	font-size: 11px;
	background-color: #FF9900;
	padding-left: 5px;


}
 #about_text{
	font-size: 11px;
	padding: 15px 10px;
}
 #about_devider {
	background-color:#241B19;
	font-size: 15px;
	color:#FFFFFF;
	padding-left:10px;
}

.names-container{ height:200px; 	
}
#people {
	float:left;
	width:160px;
	margin-top:20px;
	padding-left:2px;
	font-size:10px;
}
.people_names{
	color:#FF9900;
}

.services-titles{ color:#FF9900; }

#email_link {
	width: 130px;
	background-color:#999999;
}

#index_main_content {
background-color:#000;
	width: 1004px;
	height: 500px;
}
#index_left_container {
	width: 710px;
	float: left;
	padding: 10px;
	height: 500px;
}
#index_right_container {
	width: 250px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	background-color: #000;
}
#index_box_1{
	padding-bottom: 10px;
}
#index_boxes {
	font-size:10px;
	height : 120px;
	width: 335px;
	float: left;
	margin-bottom: 5px;
	padding: 5px;
}
#index_boxes2 {
	font-size:11px;
	height : 160px;
	margin-top:15px;
	padding-left:5px;
	
}
#index_boxes_txt{
	float:left;
	width: 200px;
	margin: 15px 7px 0 7px;
}
#index_titles{
	width: 240px;
	color: #FF6600;
}
#box_picture{
	float:left;
}
#box_news{
	font-size: 11px;
	padding-left:5px;
	padding-top: 10px;
	border-bottom: dashed #999 1px;
}
#news_title{
	color:#FFFFFF;
	padding-left:5px;
}

.style #index_boxes3{
	font-size:11px;
	height:40px;
	margin-top:10px;
	padding-left:5px;
}
 #services_text_start{
	font-size: 12px;
	background-color: #000;
}
 #services_titles{
	background-color:#FF9900;
	width:160px;
	margin-top:15px;
	padding-left:2px;
	margin-left:5px;
	font-size:12px;
	color:#000000;
}
 #services_picture_container{
	width: 300px;
	float:right;
}

 #frame_titles {
	color:#FF9900;
	font-size:12px;
}
#h3 {
	font-size:10px;
}
#contact_left{
	font-size:16px;
	width:200px;
	float:left;
	padding:70px 0 10px 220px;
	margin-right:10px;
}
.style #contact_right{
	font-size:12px;
	width:600px;
	padding:10px 0 0 50px;
	float: left;
}
#email_form{
	font-size:11px;
	width:400px;
	height:260px;
	float:left;
	margin-left: 20px;
	padding:15px;
}

 #address{
	width: 150px;
	float: left;
	font-size: 1.5em;
}

.contact-container{
	height:203px;
	border-top: solid orange 1px;
	margin-top: 15px;
}
#pics{
	float:left;
	margin-right:8px;
	margin-top:5px;
}
#info{
	float:left;
	margin-top:10px;
}


#watch{
	float:left;
	width:120px;
	margin-top:25px;
	color:#FF6600;
}
#client{
color:#FFFF99;
}
#p { margin:auto;

}
#showreel_left_container {
	width: 690px;
	float: left;
	padding: 10px;
	background-color: #000;
}
#showreel_main_content { float: left; }

.news{float:left}

#director-more{
	float:left;
	width:120px;
	margin-top:13px;
	color:#Fff;
}
#directors_boxes {
	font-size:11px;
	border-bottom:dashed #FFF 1px;
	height : 50px;
	width: 320px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 15px;
}
#directors_left_container {
	width: 690px;
	height: 500px;
	float: left;
	padding: 10px;
	background-color: #000;
}
#dir-info{
	font-size:11px;
	height : 140px;
	width: 660px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#ad-info {
	font-size:11px;
	height : 120px;
	width: 240px;
	float: left;
	margin-top:10px;
	margin-left: 50px;
	padding: 5px;
}
