/* @charset "utf-8";
CSS Document */



body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0px;
	height:100%;
}

a{ color:#FFF;	text-decoration:none;}
a:hover { text-decoration:underline;}
#mainContainer { width:970px; background-color:#FFF; min-height:900px; margin:0px auto; padding-top:01px; clear:both;}



/****************************** Navigation ***********************************/

#navBar, #curveL, #curveR{height:53px; width:955px;}
#navBar 
{ 
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	margin:10px auto;
}
#curveL{background:url(../images/nav_curve_left.png) no-repeat top left;}
#curveR{background:url(../images/nav_curve_right.png) no-repeat top right;}

#navBar a, #navBar .navcs
{
	display:block;
	height:43px;
	padding:13px 0px 0px 0px;
	width:120px;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	
}
#navBar .navcs {width:150px;}
#navBar .first{margin-left:10px;}

#navBar a:hover
{
	background-image:url(../images/nav_bg_hover.png);
	background-repeat:repeat-x;
	
}


/**************************** BLue Version ****************************************/

#navBarblue, #curveL, #curveR{height:53px; width:955px;}
#navBarblue 
{ 
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	margin:10px auto;
}
#curveL{background:url(../images/nav_curve_left.png) no-repeat top left;}
#curveR{background:url(../images/nav_curve_right.png) no-repeat top right;}

#navBarblue a, #navBar .navcs
{
	display:block;
	height:43px;
	padding:13px 0px 0px 0px;
	width:120px;
	float:left;
	text-align:center;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	
}
#navBarblue .navcs {width:150px;}
#navBarblue .first{margin-left:10px;}

#navBarblue a:hover
{
	background-image:url(../images/nav_bg_hover.png);
	background-repeat:repeat-x;
	
}


#navBarblue a:hover
{
	background-image:url(../images/nav_bg_hover_dance.png);
	background-repeat:repeat-x;
	
}

/****************************** Main Content Area ***********************************/
#mainImage, #homeBtmHalf{width:950px; margin:0px auto;}
	

#homeContent{width:708px; float:left; margin-top:-10px;}

#boxCurveTop, #boxCurveBottom {width:700px; height:100px; }
#boxCurveTop {background:#383a3e url(../images/home-pg-div-bg-top_10.png) no-repeat top;}
#boxCurveBottom { background:url(../images/home-pg-div-bg-bottom.png) no-repeat bottom left;}
#boxCurveBottom p {padding:8px; color:#FfF;}


#tdContactForm td
{
	color:#333;
}

table th
{
	color:#FFF;
	padding:0px;
	
}

/****************************** Home Page ***********************************/

#homeNews
{
	float:left;
	width:242px;
	height:400px;
	background:#383a3e url(../images/news_bottom.png) no-repeat bottom;
	margin-top:03px;
}

#homeNews>dl{margin-left:10px; margin-top:0px;}
#homeNews>dl>dt{font-weight:bold; margin-top:10px;}
#homeNews>dl>dd{margin-left:0px; border-bottom:1px solid  #999; margin-right:10px; padding-bottom:08px;}



.homeFeaturedBox
{
	width:348px;
	background:#383a3e url(../images/box_header.png) no-repeat top;
	height:290px;
	margin-top:-14px;
	float:left;
}

.boxContent{background:url(../images/box_footer.png) no-repeat bottom; height:280px; color:#FFF;}
.boxContent h2 {color:#FFF; font-size:16px; text-align:center; text-transform:uppercase; margin-top:13px;}
.boxContent p {padding:08px;}
.boxContent a { text-align:right; display:block;}


#footer{font-size:10px; color:#FFF; width:970px; margin:10px auto; text-align:center; margin-top:10px; clear:both; }
#footer a { color:#FFF;}


.divContentStudio, .divContentEntertainment
{
	padding-left:30px;
	padding-right:30px;
	color:#333;
	
	background-repeat:no-repeat;
	background-position:top center;
	height:820px;
	
}

p { color:#333;}

.divContentStudio{	background:#FFF url(../images/contentpg_bg_studio.png) no-repeat top;}
.divContentEntertainment{background:#FFF url(../images/contentpg_bg_entertainment.png) no-repeat top;}

.divContentStudio h1, .divContentEntertainment h1
{
	color:#ddd;
	padding-top:70px;
	padding-left:10px;
	padding-bottom:40px;
}
