/* CSS Document */
body {
	margin:0; padding:0;
	background:#050505;
}

p{margin:0px;}
#wrap {margin:0; padding:0;}

#top {width:865px; margin:55px auto; text-align:center;}
	#pete_zumba {background:url(../images/logo_petezumba.gif) center no-repeat;}
	#pete_zumba a {width:131px; height:15px; display:block; margin:0 auto;}
	#production_design {background:url(../images/logo_productiondesign.gif) center no-repeat; margin-top:12px;}
	#production_design a {width:151px; height:12px; display:block; margin:0 auto;}
	#art_direction {background:url(../images/logo_artdirection.gif) center no-repeat; margin-top:12px;}
	#art_direction a {width:109px; height:12px; display:block; margin:0 auto;}
	/* menubar */
	ul#menubar {margin:0 auto; width:865px;}
	ul#menubar li {float:left;}
	
	li#m_commercials a {background:url(../images/menu_commercials.gif) center no-repeat;}
	li#m_musicvideos a {background:url(../images/menu_musicvideos.gif) center no-repeat;}
	li#m_features a {background:url(../images/menu_features.gif) center no-repeat;}
	li#m_images a {background:url(../images/menu_images.gif) center no-repeat;}
	li#m_contact a {background:url(../images/menu_contact.gif) center no-repeat;}
	
	li#m_commercials a, li#m_musicvideos a, li#m_features a, li#m_images a, li#m_contact a {width:173px; height:20px; display:block;}
	
	li#m_commercials a:hover {background:url(../images/menu_commercials_on.gif) center no-repeat;}
	li#m_musicvideos a:hover {background:url(../images/menu_musicvideos_on.gif) center no-repeat;}
	li#m_features a:hover {background:url(../images/menu_features_on.gif) center no-repeat;}
	li#m_images a:hover {background:url(../images/menu_images_on.gif) center no-repeat;}
	li#m_contact a:hover {background:url(../images/menu_contact_on.gif) center no-repeat;}
	
	/* actived */
	.actived {background:url(../images/bg_menubar.gif) bottom repeat-x;}
	li#m_commercials.actived a {background:url(../images/menu_commercials_on.gif) center no-repeat;}
	li#m_musicvideos.actived a {background:url(../images/menu_musicvideos_on.gif) center no-repeat;}
	li#m_features.actived a {background:url(../images/menu_features_on.gif) center no-repeat;}
	li#m_images.actived a {background:url(../images/menu_images_on.gif) center no-repeat;}
	li#m_contact.actived a {background:url(../images/menu_contact_on.gif) center no-repeat;}

#contain {float:left; width:100%; border-top:1px solid #252424; border-bottom:1px solid #252424; background:#0c0b0b;}
	#bgmain {background:url(../images/bg_mainbar.gif) top repeat-x;}
	#mainEnter {background:url(../images/btn_enter.gif) center no-repeat; height:28px; text-align:center;}
	#mainEnter a {width:55px; height:28px; display:block; margin:0 auto;}
	#mainEnter a:hover {background:url(../images/btn_enter_over.gif) center no-repeat; width:865px; height:28px; text-align:center;}
	
	/* sub */
	#bgsub {background-color:#0c0b0b;}

	/* features */
	#slideshow {width:865px; margin:0 auto;}
		#slideshow .prev {width:20px; float:left; margin-top:140px; text-align:left;}
		#slideshow .next {width:20px; float:left; margin-top:140px; text-align:right;}
		.carousel {width:825px; float:left; padding-top:80px; padding-bottom:70px;}
			ul, li {margin:0; padding:0;}
			li {float:left;}
			.slide {width:151px; float:left; margin:0 7px;}
			
		#view .prev {width:20px; float:left; margin-top:150px; text-align:left;}
		#view .next {width:20px; float:left; margin-top:150px; text-align:right;}			
			.slide_images {width:406px; float:left; margin:0 10px; background-color:#FFFFFF;}
	
	.features {width:500px; margin:0 auto;}
	.features .mr_65 {float:left; padding:75px 0;}
	
	/*view */
	#view {margin:0 auto; text-align:center;}
	#object {float:left; padding:30px 10px;}
			
/* font style */
.title_gray {color:#666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.title_gray a {color:#333; text-decoration:none;}
.title_gray a:hover {color:#333; text-decoration:none;}
.gray_11 {color:#666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.title_bwhite {color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:17px; font-weight:bold; line-height:150%;}
.title_white_11{color:#666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:150%;}
.title_white_11 a {color:#666; text-decoration:none;}
.title_white_11 a:hover {color:#FFF; text-decoration:none;}

/* etc */	
.clr {clear:both;}
.non_dis {display:none;}
.mr_3 {margin:3px;}