@charset "utf-8";
/* CSS Document */

body
	{
	margin:0;padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#23242c url(../images/bg.jpg) repeat-x fixed;
	}

.clear
	{
	clear:both;
	}

table{border:none;padding:0;margin-bottom:20px;}
th{text-align:left;padding:5px;}
td.w_200{width:250px;}
td{border-bottom:solid 1px #dae8f7;padding:5px;vertical-align:top;}

h2{font-size:17px;}
h3{font-size:15px;}

#wrapper
	{
	width:980px;
	margin:0 auto;
	padding:5px;

	background:#FFFFFF;
	}
	
	
#header
	{
	height:230px;
	margin-bottom:3px;
	}
	
	
#menu
	{
	height:31px;
	background-color:#000000;
	padding:10px 0 1px 0;
	}


#navigation	{height:30px; background-color:#FFFFFF; padding:0 20px;}

#navigation	a{}
#navigation	a.home_btn{ display:block; float:left; width:80px; height:30px; background-image:url(../images/btn/home_1.jpg);}
#navigation	a.film_btn{ display:block; float:left; width:135px; height:30px; background-image:url(../images/btn/film_1.jpg);}
#navigation	a.gal_btn{ display:block; float:left; width:100px; height:30px; background-image:url(../images/btn/gal_1.jpg);}
#navigation	a.link_btn{ display:block; float:left; width:100px; height:30px; background-image:url(../images/btn/links_1.jpg);}
#navigation	a.press_btn{ display:block; float:left; width:100px; height:30px; background-image:url(../images/btn/press_1.jpg);}
#navigation	a.news_btn{ display:block; float:left; width:100px; height:30px; background-image:url(../images/btn/news_1.jpg);}
#navigation	a.contact_btn{ display:block; float:left; width:100px; height:30px; background-image:url(../images/btn/contact_1.jpg);}

#navigation	a.home_btn:hover{ background-image:url(../images/btn/home_2.jpg);}
#navigation	a.film_btn:hover{ background-image:url(../images/btn/film_2.jpg);}
#navigation	a.gal_btn:hover{ background-image:url(../images/btn/gal_2.jpg);}
#navigation	a.link_btn:hover{ background-image:url(../images/btn/links_2.jpg)}
#navigation	a.press_btn:hover{ background-image:url(../images/btn/press_2.jpg)}
#navigation	a.news_btn:hover{ background-image:url(../images/btn/news_2.jpg);}
#navigation	a.contact_btn:hover{ background-image:url(../images/btn/contact_2.jpg);}

#navigation	a.home_btn_active{background-image:url(../images/btn/home_2.jpg);}
#navigation	a.film_btn_active{background-image:url(../images/btn/film_2.jpg);}
#navigation	a.gal_btn_active{background-image:url(../images/btn/gal_2.jpg);}
#navigation	a.link_btn_active{background-image:url(../images/btn/links_2.jpg)}
#navigation	a.press_btn_active{background-image:url(../images/btn/press_2.jpg)}
#navigation	a.news_btn_active{background-image:url(../images/btn/news_2.jpg);}
#navigation	a.contact_btn_active{background-image:url(../images/btn/contact_2.jpg);}

#content
	{
	padding:5px;
	background:#FFFFFF;
	}
	
	
#content_left
	{
	width:665px;
	margin-right:5px;
	float:left;
	}
	

#content_right
	{
	width:300px;
	float:left;
	}
	
#movie_banner{
	height:140px;
	margin-bottom:5px;
}
	
#flash
	{
	height:280px;
	margin-bottom:5px;
	}

#flash_gallery
	{
	height:480px;
	margin-bottom:5px;
	}
	
#content_details
	{
	padding:40px 10px 10px 10px;
	height:auto;
}

#content_details_gallery{
	padding:45px 0;
	height:auto;
}

.home{background:url(../images/productions.jpg) no-repeat top;}
.filmography{background:url(../images/filmography.jpg) no-repeat top;}	
.contact{background:url(../images/contact.jpg) no-repeat top;}	
.gallery{background:url(../images/gallery.jpg) no-repeat top;}	
.links{background:url(../images/links.jpg) no-repeat top;}
.press{background:url(../images/press.jpg) no-repeat top;}	
.news{background:url(../images/news.jpg) no-repeat top;}	
	
#films_televisions
{
	/*height:245px;*/
}
	
	
#films {width:385px; float:left; margin-right:5px; background:url(../images/films.jpg) no-repeat top; padding:40px 0 5px 0; }

#films a img { border-color:#e21e25; }
#films a:hover img{border-color:#366ea7;}

.pic1{float:left; width:125px; margin-right:5px;}
.pic2{float:left; width:125px; margin-right:5px;}
.pic3{float:left; width:125px;}
.sub_title_1{color:#575d6e; font-size:12px; font-weight:bold;}
.sub_title_2{color:#575d6e; font-size:18px;}

.view a{color:#e21e25;}
.view a:hover{color:#1b1b1b;}
	
#televisions { width:275px; float:left; background:url(../images/television.jpg) no-repeat top; padding:40px 0 5px 0; }
#televisions img{ border:solid 2px #d3c700;}

#bottom_banner{margin-top:5px; height:105px;}





#video
	{
	/*height:295px;*/
	height:250px;
	background:url(../images/lates_videos.jpg) no-repeat top;
	padding-top:30px;
	}
	
#video_btns{
	margin:0;
}

#video_btns a{
	display:block;
	padding:5px 9px;
	background-color:#FF0000;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin: 0 2px 4px 0;
}

#video_btns a:hover{
	background-color:#366EA7;
}
	
#news
	{
	/*height:430px;*/
	height:430px;
	padding:50px 10px 10px 10px;
	background:url(../images/lates_news.jpg) no-repeat top;
	}
	
	
	
#footer
	{
	height:85px!important;
	background-color:#e21e25;
	padding:15px 0 0 10px;
	color:#FFFFFF;
	background:url(../images/bottom_bg.jpg);
	}
	
#footer a { color:#FFFFFF; }
#footer a:hover { color:#d3c700; }

#footer #links{float:left;}

#rukizone{float:right;margin-right:10px;}
#rukizone a{color:#8894aa;text-decoration:none;}
#rukizone a:hover{color:#8894aa;color:#FFFFFF;}

p a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
}

p a:hover{
	color:#366ea7;
	font-size:12px;
	text-decoration:underline;
}

p span.indent{display:block;float:left;padding-right:10px;}

td a{
	color:#333333;
	font-size:12px;
}

td a:hover{
	color:#366ea7;
	font-size:12px;
}

.padding_0{
	padding-bottom:0 !important;
}


ol li{
	line-height:25px;
}

ol li a{
	color:#333333;
	font-size:12px;
}

ol li a:hover{
	color:#366ea7;
	font-size:12px;
}


/* thumbs start */

#thumbs{float:left;}

#thumbs a,#thumbs a:visited{border:solid 1px #ccc;float:left;padding:4px;margin:6px}

#thumbs a:hover{border:solid 1px #ccc;float:left;background:#EEE;}

#thumbs a img{height:90px;border:0;}
	
/* thumbs end */




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* SLIMBOX end */


/* contact form start */

label { display:block; padding:10px 0 5px; }

input, textarea { width:490px; border:1px solid #ddd!important; padding:5px!important;}

input#send { margin-top:15px; width:100px; text-align:center; font-weight:bold; background:#ddd; }

ul#response { list-style-position:inside; padding:20px 0 10px;}

ul#response li { color:#c00; }

.sent { color:#090!important; list-style:none; }

form#contact_form{background:#EEE;padding:0px 20px 20px 20px;margin-top:0;clear:both;}



.contact_message { padding:10px; font-weight:bold; display:none;color:#c00;margin-top:10px;}

#contact_form label.error { clear:both; margin-left:10px; color:#a00; font-size:12px; width:250px; display:block;}

#contact_form input.error, #contact_form textarea.error { border-color:#c00; }


/* contact form end */