@charset "utf-8";
@import url("internal.css");
@import url("post_prod.css");
@import url("studio.css");
@import url("editing.css");
@import url("pressage.css");
@import url("casting_voix.css");
/* CSS Document */

/* General styles start here */
*
{
	margin:0;
	padding:0;
}
body
{	
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#939598;
	font-size:10px;
	background:url(../images/body_bg.jpg) no-repeat #5f6163 center top;
}

ul
{
	list-style-type:none;
}
a img
{
	border:none;
}
a
{
	text-decoration:none;
}

fieldset
{
	border:none;
}

input,textarea,select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* General styles end here */



#outer_container
{
	width:868px;
	background-color:#FFFFFF;
	border-left:5px solid #d40e17;
	border-right:5px solid #d40e17;
	margin:0 auto;
	min-height:805px !important;
	_height:820px;
	
}

#inner_container
{
	/*margin:0 5px;background-color:#FFFFFF;min-height:805px !important;_height:820px;*/
	position:relative;
	min-height:840px;
}


#banner
{
	height:150px;
	position:relative;
}
#banner p#adr_logo
{
	float:left;
	width:190px;	
}
#banner p#adr_logo img
{
	margin-left:25px;
	margin-top:50px;
}
#banner p#adr_header
{
	float:right;
	width:660px;
}

#home_header
{
	background:#999999;
	width:660px;
	height:140px;
	float:right;
}


#leftcol,#rightcol
{
	float:left;
	/*height:500px;*/
	position:relative;
}
/* Leftcol contents start */
#leftcol
{
	width:197px;

}

p.navmenu
{
	background:url(../images/menulink_bottom_border.jpg) no-repeat left bottom;
	height:36px;
}
p.navmenu a
{
	height:32px;
	line-height:32px;
	display:block;
	padding-left:25px;
	font-weight:bold;
	color:#939598;
}
p.navmenu a#active_menu
{
	background:url(../images/active_menu.jpg) no-repeat left top;
	color:#d40e17;
}
p.last_navmenu
{
	background:none;
}
	
ul.submenu
{
	background:url(../images/menulink_bottom_border.jpg) no-repeat left bottom;
	padding-bottom:3px;
	position:relative;
}
ul.submenu li
{
	background:url(../images/submenu_bg.jpg) repeat-y;
}
ul.submenu li a
{	
	height:20px;
	display:block;
	line-height:20px;
	margin:0 25px;
	color:#939598;
	border-bottom:1px solid #dbdada;
}
ul.submenu li a.last_sublink
{
	border-bottom:none;
}
ul.submenu li a.active_sublink
{	
	color:#d40e17;
}

p#contact_details
{
	background:url(../images/dashed.jpg) repeat-x left top;
	padding-left:25px;
	padding-top:18px;
	margin:25px 0;
}
p#contact_details span.block
{
	width:40px;
	display:block;
	float:left;
}
p#contact_details b.redtext
{
	float:left;
}




/* Leftcol contents end */

/* Rightcol starts here */
#rightcol
{
	width:660px;
	float:right;
}
#login
{
	height:35px;
	/*margin-left:235px;	*/
	margin-left:275px;
}
#login form
{
	height:35px;
	
}
#login form fieldset
{
	border:none;
}
#login form fieldset p
{
	float:left;
	border-right:1px solid #b7b6b6;
	height:25px;
	line-height:25px;
	padding:0 3px;
}

#login form fieldset p label
{
	height:25px;
	display:block;
	float:left;
	line-height:30px;
}

#login form fieldset p input
{
	width:86px;
	height:16px;
	background-color:#c9c8c8;
	font-size:11px;
	border:none;
	
	display:block;
	float:left;
	margin:0 2px;
	position:relative;
	top:5px;
}
#login form fieldset p input#submitbtn
{
	width:38px;
	height:17px;
	background:none;
}

#login form fieldset p#reg_link
{
	border-right:none;

}
#login form fieldset p#reg_link a
{
	position:relative;
	top:2px;
	left:3px;
	color:#939598;
}

#login p#logged_in
{
	font-size:12px;
	text-align:right;
	margin-right:40px;
	margin-bottom:-10px;
	border-bottom:1px solid #dbdada;
	font-weight:bold;
}
#login p#logged_in a
{
	font-size:11px;
	/*color:#939598;*/
}





div.option
{
	border:2px solid #dbdada;

	width:615px;
	margin:0 auto;
}

div.option div.option_top
{
	position:relative;
	height:20px;
}
div.option div.option_top span
{
	width:20px;
	height:20px;
	display:block;
	background-repeat:no-repeat;
	font-size:7px;
	float:left;
	position:relative;
}
div.option div.option_top span.topleft
{
	background:url(../images/desc_topleft.jpg);
	top:-2px;
	left:-2px;
}
div.option div.option_top span.topright
{
	background:url(../images/desc_topright.jpg);
	float:right;
	top:-2px;
	right:-2px;
}

div.option div.option_bottom
{
	position:relative;
	height:20px;
}

div.option div.option_bottom span
{
	width:20px;
	height:20px;
	display:block;
	background-repeat:no-repeat;
	position:relative;
	font-size:7px;
}
div.option div.option_bottom span.bottomleft
{
	background:url(../images/desc_bottomleft.jpg);
	float:left;
	bottom:-2px;
	left:-2px;
}
div.option div.option_bottom span.bottomright
{
	background:url(../images/desc_bottomright.jpg);
	float:right;
	bottom:-2px;
	right:-2px;
}


.option_content
{
	padding:0 10px;
	position:relative;
	top:-8px;
	margin-bottom:-13px;
}

.option_content table#options
{
	
}

table#options td
{
	width:194px;
	height:135px;
	background:no-repeat left top;
	border:3px solid #FFFFFF;
	vertical-align:top;
}
table#options td#communication
{
	background:url(../images/content_communication.jpg) no-repeat;
}
table#options td#post_production
{
	background:url(../images/content_postproduction.jpg) no-repeat;
}
table#options td#studio
{
	background:url(../images/content_studio.jpg) no-repeat;
}
table#options td#editing
{
	background:url(../images/content_editing.jpg) no-repeat;
}
table#options td#pressage
{
	background:url(../images/content_pressage.jpg) no-repeat;
}
table#options td#casting
{
	background:url(../images/content_casting.jpg) no-repeat;
}


table#options th
{
	background-color:#898787;
	text-align:left;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dedfe0;
	padding-left:15px;
	border:3px solid #FFFFFF;
	border-top:0px;
	border-bottom:0px;
}
table#options th a
{
	color:#dedfe0;
}
table#options th#topleft_corner
{	
	background:url(../images/content_topleft.jpg) no-repeat left top #898787;
}

table#options th#topright_corner
{	
	background:url(../images/content_topright.jpg) no-repeat right top #898787;
}

table#options td ul
{
	list-style-type:disc;
	padding-left:25px;
	margin-top:40px;
	height:75px;
}

table#options td ul li
{
	/*border-bottom:2px #939598 dotted;*/border-bottom:1px solid #939598;
	margin-right:75px;
	line-height:15px;
}
table#options td ul li a
{
	color:#939598;
}
table#options td div
{
	width:100%;
	height:100%;
	position:relative;
}

/* Main contents start */
div#main_content
{
	width:615px;
	margin:20px auto;
}
div#main_content h1
{
	font-size:18px;
	color:#6d6e71;
	font-weight:normal;
	border-bottom:2px #939598 dotted;
	background:url(../images/title_bg.jpg) no-repeat left top;
	padding-left:25px;
	padding-bottom:5px;
}
div#main_content p
{
	margin:8px 0;
}
div#main_content table td
{
	
}

/* Main contents end */



/* Rightcol ends here */

div.foooter_topheight
{
	height:50px !important;
	height:60px;
}


#footer
{
	clear:both;
	height:36px;
	position:absolute;
	bottom:0;
	background:url(../images/footer_bg.jpg) repeat-x left top;
	width:529px;
}
#footer span#footer_right
{
	width:44px;
	height:36px;
	display:block;
	background-image:url(../images/footer_rightbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
}




/* Other classes */
.font12
{
	font-size:12px;
}
.font11
{
	font-size:11px;
}

.redtext
{
	color:#d40e17;
}

.grey_black
{
	color:#4d4d4d;
}
.grey_normal
{	
	color:#939598;
}

.clr
{
	clear:both;
	margin-bottom:0 !Important;
	margin-bottom:-10px;
}

.noborder
{
	border:none !Important;
}
