@charset "UTF-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color: #353535;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	position:relative;
	background-image: url(../images/body_back.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

a, a:link, a:visited, a:active, img {
	color:#385ba4;
	text-decoration:none;
	border:none;
}

.clear{
	clear:both;
}

.hightlight{
	font-weight:bold;
	}

.hightlight_14{
	font-weight:bold;
	font-size:14px;
	}

.hightlight_blue{
	font-weight:bold;
	color:#385ba4;
	}
	
.white_comments{
	font-size:8px;
	color:#ffffff;
	}
/***** HEADINGS *****/
h1{
	font-size:22px;
	display:inline;
	font-weight:bold;
	color:#385ba4;
	}
h2{
	font-size:26px;
	display:inline;
	font-weight:bold;
	color:#385ba4;
	}

h3{
	font-size:18px;
	display:inline;
	font-weight:bold;
	color:#ffffff;
	}

	
/***** TOP BANNER LOGO *****/
#top_menu{
	position:relative;
	float:right;
	text-align:right;
	height:30px;
	width:200px;
	padding-top:50px;
}
	
#top_banner{
	position:relative;
	float:left;
	clear:both;
	height:80px;
	width:950px;
	background-image:url(../images/logo.gif);
	background-position:left top;
	background-repeat: no-repeat;
}


#middle_banner{
	position:relative;
	float:left;
	clear:both;
	height:268px;
	width:950px;
	background-color:#121c29;
	background-image: url(../images/middle_banner_back.gif);
	background-position:left bottom;
	background-repeat: no-repeat;

}

/***** MENU LEFT ******/
#menu_left{
	color:#999999;
	font-size:11px;
	line-height:19px;
	position:relative;
	float:left;
	padding-top:10px;
	padding-left:0px;
	width:150px;
	}

#menu_left li{
	list-style-image:url(../images/middle_banner_list.gif);/**/
	list-style-type:square;
	}	
	
#menu_left a{ color: #999999; text-decoration:none; }
#menu_left a:href {	color:#999999; text-decoration:none}
#menu_left a:link{	color:#999999;}
#menu_left a:visited{	color:#999999;}
#menu_left a:active {	color:#999999;}
#menu_left a:hover{	color:#ffffff;}
	
#active_menu{
	color:#ffffff;
	font-weight:bold;
	font-size:12x;
	}
	
#active_menu li{
	/*list-style:square;*/
	list-style-image:url(../images/middle_banner_list.gif);
	list-style-type:square;

	}
	
#center_video{
	position:relative;
	float:left;
	width:478px;
	padding-left:1px;
	padding-right:1px;
	background-color:#FFFFFF;
	height:268px;
	}
	
#right_videos{
	position:relative;
	float:left;
	width:308px;
	padding-left:12px;
	height:256;
	padding-top:12px;
	}
	
.right_small_videos{
	position:relative;
	float:left;
	width:146px;
	height:100px;
	padding-left:8px;
	padding-top:8px;
	}
	
.right_studio{
	position:relative;
	float:left;
	width:300px;
	height:205px;
	padding-left:8px;
	padding-top:10px;
	}
	
#more_promos{
	position:relative;
	float:right;
	width:300px;
	height:24px;
	text-align:right;
	padding-top:16px;
}

/***** CONTENT ******/
#content_left{
	position:relative;
	float:left;
	width:133px;
	padding-left:17px;
	padding-top:66px;
	background-color:#ffffff;
	background-image: url(../images/content_left_back.gif);
	background-position:left top;
	background-repeat: no-repeat;
	}
	
#content_center{
	position:relative;
	float:left;
	width:468px;
	padding-left:6px;
	padding-right:6px;
	padding-top:13px;
	}
	
#content_right{
	position:relative;
	float:left;
	width:320px;
	text-align:right;
	padding-top:44px;
	}
#footer{
	position:relative;
	float:left;
	clear:both;
	height:10px;
	width:100%;
	background-color:#121c29;
}
#footer_left{
	position:relative;
	float:left;
	width:133px;
	padding-left:17px;
	height:10px;
	background-color:#FFFFFF;
	}

.images{
	position:relative;
	float:left;
	padding:4px;
	padding-bottom:10px;
	padding-top:15px;
	margin-left:25px;
	border-bottom:1px solid #666666;
	}