@charset "UTF-8";
/*##################################################*/
/*##################################################*/

	/*CSS CODE WRITTEN BY BENJAMIN CAPLAN
		BENJAMIN CAPLAN: IAmCaplan.com*/

/*##################################################*/
/*##################################################*/



/*########NORMALIZE########*/
*{
	margin: 0px;
	padding: 0px;
}

body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img{
	border: 0px;
}

a{
	text-decoration: none;
	outline: none;
}

ul{
	list-style-type: none;
}
/*end normalizer*/




/*########MAIN STYLES########*/
body{
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	}

a{
	color: #660000;
	font-weight: bold;
}

a:visited{
	color: #660000;
}

a:active{
	color: #660000;
}

a:hover{
	color: #660000;
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}
h1{
	font-size: 3.0em;	
}

p{
	font-size: .75em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

li{
	font-size: .75em;
	line-height: 1.5em;
	padding: 0 0 10px 10px;	
}
/*end main styles*/




/*########DIVS########*/
/*--==MAIN_WRAPPER==--*/
#main_wrapper{
	width: 914px;
	margin: 0 auto;
}
/*end container_main*/




/*--==CONTAINER_MAIN==--*/
#container_main{
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	padding: 0 7px 0 8px;
}
/*end container_main*/




/*--==CONTAINER_HEADER==--*/
#container_header{
	width: 900px;
	height: 94px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
	/*--==LOGO==--*/
	#logo{
		float: left;
		display: block;
		height: 65px;
		width: 370px;
		margin: 15px 0 0 5px;
	}
	/*end logo*/
/*end container_header*/




/*--==CONTAINER_NAV==--*/
#container_nav{
	clear: both;
	height: 20px;
	width: 880px;
	padding: 10px 0px 30px 20px;
}
	#container_nav li{
			display: inline-block;
			height: 20px;
			margin: 0 20px 0 0;
		}
	
	#container_nav a{
		display: block;
		height: 20px;
	}
		#nav_home{
			width: 60px;
			background-image: url(../images/home_nav.jpg);	
		}
		#nav_home:hover{
			background-position: 0 19px;
		}
		
		
		#nav_services{
			width: 77px;
			background-image: url(../images/services_nav.jpg);	
		}
		#nav_services:hover{
			background-position: 0 19px;
		}
		
		
		#nav_music{
			width: 54px;
			background-image: url(../images/music_nav.jpg);	
		}
		#nav_music:hover{
			background-position: 0 19px;
		}
		
		
		#nav_post_production{
			width: 157px;
			background-image: url(../images/post_production_nav.jpg);	
		}
		#nav_post_production:hover{
			background-position: 0 19px;
		}
		
		
		#nav_contact{
			width: 79px;
			background-image: url(../images/contact_nav.jpg);	
		}
		#nav_contact:hover{
			background-position: 0 19px;
		}
/*end container_nav*/





/*--==CONTAINER_CONTENT==--*/
#container_content{
	width: 850px;
	padding: 25px 25px 25px 25px;
}
	/*--==CONTAINER_CONTENT_TOP==--*/
	#container_content_top{
		width: 840px;
		margin-bottom: 40px;
	}
		.services #container_content_top{
			height: 200px;
		}
		.music #container_content_top{
			height: 210px;
			margin: 0 0 15px 0;
		}
		#container_content_top{
			width: 840px;
			margin-bottom: 40px;
		}
		#container_content_top img{
			float: right;
		}
			.music #container_content_top img{
				float: left;
			}
		#container_content_top h1{
			width: 480px;
		}
			.music #container_content_top h1{
				margin: 0 0 0 330px;
			}
		#container_content_top p{
			width: 480px;
			padding: 0 0 20px 20px;
		}
			.music #container_content_top p{
				width: 480px;
				padding: 0 20px 20px 0px;
				margin: 0 0 0 350px;
			}
		.post_production #container_content_top, .post_production_high #container_content_top{
			margin-bottom: 10px;
		}
			.post_production #container_content_top p, .post_production_high #container_content_top p{
			width: 600px;
		}
	/*end container_content_top*/
	
	
	/*--==CONTAINER_CONTENT_BOTTOM==--*/
	#container_content_bottom{
		clear: both;
		width: 850px;
	}	
		#container_content_bottom img{
			display: block;
		}
		#container_content_bottom p{
			clear: both;
		}
		/*--==CONTAINER_CONTENT_BOTTOM_LEFT==--*/
		#container_content_bottom_left{
			float: left;
			width: 425px;
		}
			.home #container_content_bottom_left{
			width: 460px;
			border-right: 1px solid #660000;
			}
				.home #container_content_bottom_left img{
					padding-left: 20px;	
				}
				.home #container_content_bottom_left p{
					padding-left: 20px;	
				}
			
			.contact #container_content_bottom_left{
				width: 500px;
			}
				.contact #container_content_bottom_left p{
					padding: 0 10px 0 20px;
				}
				
			.music #container_content_bottom_left{
				width: 400px;
				border-right: 1px solid #660000;
				padding-right: 15px;
				margin-bottom: 20px;
			}
			
			.services #container_content_bottom_left{
				width: 500px;
				border-right: 1px solid #660000;
				padding-right: 30px;
			}
			
			.flash{
				float: none;	
			}
			
			
			/*--=CONTACT_FORM=--*/
			#contact_form{
				width: 420px;
				height: 450px;
				margin: 20px 0 0 25px;
			}
				#contact_form p{
					margin: 0 0 10px 20px;	
				}
				
				/*FORM TABLE*/
				#contact_form table{
					font-size: .75em;
				}
				#contact_form textarea{
					resize: none;
				}
				#contact_form .textarea{
					width: 150px;
					padding-right: 10px;
					text-align: right;
				}
				table#one td, table#two td, table#three td {
					width: 150px;
					padding-right: 10px;
					text-align: right;
				}
				table#four td{
					width: 100px;
					padding-right: 0px;
					vertical-align: top;
					text-align: right;
				}
				table#five{
					position: relative;
					margin-left: 200px;
				}
				/*end table form*/
				
				/*--=TAB=--*/
				.tab{
					margin: 0 0 0 20px;	
				}
				/*end tab*/
			/*end contact_form*/
		/*end container_content_bottom_left*/
		
		
		/*--==CONTAINER_CONTENT_BOTTOM_DEVIDE==--*/
		#container_content_bottom_devide{
			float: left;
			height: 300px;
			margin-top: 250px;
			border-left: 1px solid #660000;	
		}
		/*end container_content_bottom_devide*/
		
		
		/*--==CONTAINER_CONTENT_BOTTOM_RIGHT==--*/
		#container_content_bottom_right{
			float: left;
			width: 385px;
			padding: 0 20px 20px 20px;
		}
			.home #container_content_bottom_right{
			width: 345px;
			}
			.home #container_content_bottom_right h2{
				padding-bottom: 20px;	
			}
			.home #container_content_bottom_right p{
				font-size: .7em;
				line-height: 1.2em;
				padding-bottom: 15px;	
			}
			
			.contact #container_content_bottom_right{
				width: 305px;
			}
				.contact #container_content_bottom_right p, .contact #container_content_bottom_right ul{
					margin: 0 0 0 25px;
				}
				.contact #container_content_bottom_right h2{
					margin: 40px 0 15px 25px;
				}
				.contact #container_content_bottom_right li{
					padding: 0px 0 0px 10px;
				}
				.contact #container_content_bottom_right img{
					display: inline;
				}
			
			.music #container_content_bottom_right{
				width: 400px;
				padding: 0 20px 20px 0px;
			}
			
			.services #container_content_bottom_right{
				width: 250px;
				height: 300px;
				margin: 0;
			}
				/*--=ICONS=--*/
				.icons{
					margin: 20px 0 0 0;
				}
					.icons a{
						margin: 0px 5px 0 0px;
					}
				/*end icons*/
		/*end container_content_bottom_right*/
		
		/*--=MUSIC_CELL=--*/	
		.music_cell{
			width: 390px;
			margin: 25px 0 0 15px;
			padding: 0 0 15px 0;
		}
			.music_cell h3{
				color: #333333;
				font-size: .75em;
				font-family: Verdana;
				font-weight: bold;
				width: 390px;
				margin: 25px 0 0 0px;	
			}
			.music_cell p{
				font-size: .60em;
				line-height: 1.2em;
				padding: 5px 0 0 5px;
			}
			/*--=AUDIO_SAMPLE_CLIP=--*/	
			.audio_sample_clip{
				width: 370px;
			}
			/*--=end audio_sample_clip=--*/
		/*end music_cell*/
		
		/*--=PP_THUMBS=--*/
		#pp_thumbs{
			clear: both;
			width: 800px;
			height: 75px;
			margin: 0 auto;
		}
			#pp_thumbs img{
				float: left;
				height: 70px;
				width: 130px;
				margin: 0 12px;
				border: 1px solid #660000;
			}
		/*end pp_thumbs*/
		
		/*--=PP_MOVIE=--*/
		#pp_movie{
			clear: both;
			width: 800px;
			margin: 0 auto;
		}
			.post_production_high #pp_movie_iframe{
				overflow: hidden;
				width: 560px;
				height: 400px;
				margin: 15px 0 0 120px;
			}
			
			#pp_movie_iframe{
				overflow: hidden;
				width: 330px;
				height: 250px;
				margin: 15px 0 0 230px;
			}
		/*end pp_movie*/
		
		/*--=PP_BLURB=--*/
		#pp_blurb{
			clear: both;
			width: 800px;
			margin: 0 auto;
		}
			
			#pp_blurb_iframe{
				overflow: hidden;
				width: 600px;
				height: 100px;
				margin: 25px 0 0 100px;
				border-top: 1px solid #660000;
			}
		/*end pp_blurb*/
	/*end container_content_bottom*/
/*end container_content*/





/*--==CONTAINER_FOOTER==--*/
#container_footer{
	clear: both;
	width: 900px;
	border-top: 2px solid #660000;
}
	#container_footer p{
		margin: 0;
		padding: 0px;
		text-align: center;
	}
	#container_footer a{
		font-weight: normal;
	}
/*end container_footer*/





/*--==END_PAGE==--*/
#end_page{
	clear: both;
	width: 914px;
	height: 11px;
	margin: 0 auto;
	background-image: url(../images/page_end.jpg);
	background-repeat: no-repeat;
}
/*end end_page*/



/*--==GENERAL CLASSES==--*/
.small{
font-size: .6em;	
}

.big{
font-size: 1.0em;
font-weight: bold;
}

/*--=RED=--*/
.red{
	color: #FF0000;
}
/*end red*/





