@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size:0px;
	line-height:0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #323232 url(../images/site_bg_gradient.jpg) center top repeat-x;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
/* some default styles */
.clearme{
	clear:both;
}
a {
	color: #86D1E7;
	text-decoration: none;
}
a:hover {
	color: #86D1E7;
	text-decoration: underline;
}
p {
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
}
/*************************************/

/* Structure */
#wrapper {
	margin: 0px 0px 0px -480px;
	width: 960px;
	height: 100%;
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 50%;
	z-index: 1;
}

#wrapper #header {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 2;
}

/* header -> nav */
#wrapper #header #nav {
	width: 960px;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	background: transparent url(../images/nav_bg.png) top left no-repeat;
	z-index: 3;
}
#wrapper #header #nav ul {
	width: 960px;
	height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	position: absolute;
	text-align: center;
}
#wrapper #header #nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0px 0px 0px -1px;
	width: auto;
	height: auto;
	background: transparent url(../images/nav_divider.gif) right 4px no-repeat;
}
#wrapper #header #nav ul li.nav_end {
	background: none;

}
#wrapper #header #nav ul li a {
	font-size: 12px;
	line-height: 12px;
	color: #BBBABA;
	padding: 7px 22px 9px 22px;
	margin: 0;
	height: auto;
	width: auto;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
#wrapper #header #nav ul li a:hover {
	color: #171717;
	background-color: #0005D0;
	height: auto;
	position: relative;
	padding: 7px 22px 9px 22px;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}
#wrapper #header #nav ul li a.current {
	background: transparent url(../images/nav_bg_hover.jpg) top left repeat-x;
	color: #323233;
}


/* header -> header graphic */
#wrapper #header #header_graphic {
	width: 960px;
	height: 289px;
	margin: 95px 0px 0px 0px;
	position: relative;
	display: block;
	background: transparent url(../images/header_bg.png) top left no-repeat;
	z-index: 3;
}
#wrapper #header #header_graphic img {
	width: 940px;
	height: 269px;
	margin: 10px 0px 0px 10px;
	padding: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 4;
}

/* header -> logo */
#wrapper #header #logo {
	width: 537px;
	height: 182px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	left: -16px;
	background: transparent url(../images/logo.png) left top no-repeat;
	z-index: 5;
	text-indent: -9999px;
}
#wrapper #header #logo a {
	display: block;
	position: absolute;
	width: 537px;
	height: 182px;
	margin: 0;
	padding: 0;
}

/* header -> music player */
#wrapper #header #music_player {
	width: 264px;
	height: 81px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	right: 0px;
	background: transparent url(../images/button_music_player.png) left top no-repeat;
	z-index: 4;
	text-indent: -9999px;
}
#wrapper #header #music_player a {
	display: block;
	position: relative;
	width: 264px;
	height: 81px;
	margin: 0;
	padding: 0;
}
#music_player_wrapper {
	width: 400px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	left: 50%;
	margin-left: -200px;
}


/* middle -> middle content */
#wrapper #middle {
	width: 960px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
}
#wrapper #middle #middle_box_top {
	width: 960px;
	height: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	background: transparent url(../images/middle_content_bg_top.png) left top no-repeat;
}
#wrapper #middle #middle_middle {
	width: 960px;
	height: auto;
	min-height: 345px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background: #CCCACA url(../images/middle_content_bg_middle.png) left bottom no-repeat;
	z-index: 3;
}
#wrapper #middle #middle_box_bottom {
	width: 960px;
	height: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	background: transparent url(../images/middle_content_bg_bottom.png) left top no-repeat;
}

/* middle -> middle content -> copy */
#wrapper #middle #middle_middle #middle_copy {
	position: relative;
	margin: 10px 0px 0px 16px;
	padding: 0;
	height: auto;
	width: 421px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 4;
}
#wrapper #middle #middle_middle #middle_copy a { color: #000000; }
#wrapper #middle #middle_middle #middle_copy a:hover { color: #000000; }
#wrapper #middle #middle_middle #middle_copy a.newsLink { color: #171CF2; }
#wrapper #middle #middle_middle #middle_copy a.newsLink:hover { color: #171CF2; }
#wrapper #middle #middle_middle #middle_copy h1 {
	font-size: 16px;
	line-height: 18px;
	color: #222222;
	margin: 0px 0px 6px 0px;
	padding: 0;
	font-weight: bold;
}
#wrapper #middle #middle_middle #middle_copy h2 {
	font-size: 13px;
	line-height: 15px;
	color: #222222;
	margin: 12px 0px 6px 0px;
	padding: 0;
	font-weight: bold;
	text-transform:capitalize;
}
#wrapper #middle #middle_middle #middle_copy h2.newsHeadMini {
	margin-bottom: -6px;
}
#wrapper #middle #middle_middle #middle_copy h2.newsHead span, #wrapper #middle #middle_middle #middle_copy h2.newsHeadMini span {
	position: absolute;
	right: 0;
	color: #999999;
	font-size: 12px;
	width: auto;
	height: auto;
}
#wrapper #middle #middle_middle #middle_copy p {
	font-size: 13px;
	line-height: 15px;
	color: #222222;
	margin: 0;
	padding: 6px 0px 6px 0px;
	font-weight: normal;
}
#wrapper #middle #middle_middle #middle_copy ul {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 16px;
}
#wrapper #middle #middle_middle #middle_copy ul li {
	font-size: 13px;
	line-height: 15px;
	color: #222222;
	margin: 0;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
}
#wrapper #middle #middle_middle #middle_copy ul li ul {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 16px;
}
#wrapper #middle #middle_middle #middle_copy table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	line-height: 15px;
	color: #222222;
	font-weight: normal;
}
#wrapper #middle #middle_middle #middle_copy table.ratesTable {
	width: 100%;
}
#wrapper #middle #middle_middle #middle_copy table td {
	margin: 0;
	padding: 2px;
	border: 0;
	background-color: #999999;
}
#wrapper #middle #middle_middle #middle_copy table td.paraHead {
}
#wrapper #middle #middle_middle #middle_copy table td.paraNumber {
	width: 30%;
}
#wrapper #middle #middle_middle #middle_copy #map {
	position: relative;
	width: 421px;
	height: 200px;
	display: block;
	margin: 8px 0px 0px 0px;
	padding: 0;
	background-color: #cccccc;
	font-size: 13px;
	line-height: 15px;
	z-index: 6;
	border: 2px #5C5B5B solid;
}
#wrapper #middle #middle_middle #middle_copy #contact_form {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
#wrapper #middle #middle_middle #middle_copy #contact_form label {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	
	margin: 12px 0px 3px 0px;
	padding: 0;
	position: relative;
	display: block;
}
#wrapper #middle #middle_middle #middle_copy #contact_form input, #wrapper #middle #middle_middle #middle_copy #contact_form textarea {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #5C5B5B;
	background-color: #cccccc;
	
	margin: 0;
	padding: 2px;
	position: relative;
	display: block;
	
	border: 1px #5C5B5B solid;
}
#wrapper #middle #middle_middle #middle_copy #contact_form input { width: 250px; height: 18px; }
#wrapper #middle #middle_middle #middle_copy #contact_form textarea { width: 250px; height: 70px; }
#wrapper #middle #middle_middle #middle_copy #contact_form input:hover, #wrapper #middle #middle_middle #middle_copy #contact_form textarea:hover {
	border: 1px #000000 solid;
}
#wrapper #middle #middle_middle #middle_copy #contact_form input#submit {
	width: 196px;
	height: 23px;
	margin-top: 12px;
	text-align: center;
	border: 0;
	padding: 0;
	background: #cccccc url(../images/button_submit_off.gif) 0 0 no-repeat;
}
#wrapper #middle #middle_middle #middle_copy #contact_form input#submit:hover { background: #cccccc url(../images/button_submit_over.gif) 0 0 no-repeat; }


/* middle -> middle content -> gallery */
#wrapper #middle #middle_middle #middle_gallery {
	position: relative;
	margin: 10px 0px 0px 28px;
	padding: 0;
	height: auto;
	width: 164px;
	float: left;
	left: 0px;
	top: 0px;
	z-index: 4;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_top {
	width: 164px;
	height: 9px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url(../images/gallery_box_top.png) left top no-repeat;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_middle {
	width: 164px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #5C5B5B;
	z-index: 5;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_bottom {
	width: 164px;
	height: 9px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url(../images/gallery_box_bottom.png) left top no-repeat;
}
#wrapper #middle #middle_middle #middle_gallery h2 {
	width: 155px;
	height: 14px;
	background: transparent url(../images/heading_studiogallery.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_middle ul {
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 164px;
	height: auto;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_middle ul li {
	list-style: none;
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_middle ul li.top { padding-top: 0px; }
#wrapper #middle #middle_middle #middle_gallery #middle_gallery_box_middle ul li.bottom { padding-bottom: 0px; }

/* middle -> middle content -> quick links */
#wrapper #middle #middle_middle #middle_quicklinks {
	position: relative;
	margin: 10px 0px 0px 16px;
	padding: 0;
	height: auto;
	width: 300px;
	float: left;
	left: 0px;
	top: 0px;
}
#wrapper #middle #middle_middle #middle_quicklinks ul {
	list-style: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
#wrapper #middle #middle_middle #middle_quicklinks ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	margin: 1px 0px 0px 0px;
	padding: 0;
}
#wrapper #middle #middle_middle #middle_quicklinks ul li h2 {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#wrapper #middle #middle_middle #middle_quicklinks ul li a {
	text-indent: -9999px;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_equipment a { width: 300px; height: 104px; background: transparent url(../images/quicklinks/our_equipment.png) 0 0 no-repeat; }
#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_clients a { width: 300px; height: 104px; background: transparent url(../images/quicklinks/our_clients.png) 0 0 no-repeat; }
#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_facilities a { width: 300px; height: 139px; background: transparent url(../images/quicklinks/our_facilities.png) 0 0 no-repeat; }
#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_rehearsal a { width: 300px; height: 139px; background: transparent url(../images/quicklinks/rehearsal_room.png) 0 0 no-repeat; }
#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_rates a { width: 300px; height: 104px; background: transparent url(../images/quicklinks/studio_rates.png) 0 0 no-repeat; }
#wrapper #middle #middle_middle #middle_quicklinks ul li#qlinks_directions a { width: 300px; height: 104px; background: transparent url(../images/quicklinks/directions.png) 0 0 no-repeat; }


/* footer */
#wrapper #footer {
	width: 960px;
	height: auto;
	margin: 25px 0px 0px 0px;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 2;
	display: block;
}
#wrapper #footer p { color: #ffffff; line-height: 11px; }
#wrapper #footer p a { color: #ffffff; }
#wrapper #footer p a:hover { color: #86D1E7; }

/* footer -> footer email */
#wrapper #footer #footer_email {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 3;
}
#wrapper #footer #footer_email acronym {
	background: transparent url(../images/icon_email.png) left top no-repeat;
	height: 38px;
	width: 39px;
	position: absolute;
	left: 0px;
	top: 0;
	text-indent: -9999px;
}
#wrapper #footer #footer_email p {
	position: absolute;
	left: 55px;
	top: 15px;
}

/* footer -> footer telephone */
#wrapper #footer #footer_telephone {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	left: 397px;
	z-index: 3;
}
#wrapper #footer #footer_telephone acronym {
	background: transparent url(../images/icon_telephone.png) left top no-repeat;
	height: 32px;
	width: 40px;
	position: absolute;
	left: -55px;
	top: 0;
	text-indent: -9999px;
}
#wrapper #footer #footer_telephone p {
	position: relative;
	left: 0px;
	top: 11px;
}

/* footer -> footer copyrights */
#wrapper #footer #footer_copyrights {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 16px;
	z-index: 3;	
}
#wrapper #footer #footer_copyrights acronym {
	background: transparent url(../images/icon_copyright.png) left top no-repeat;
	height: 34px;
	width: 34px;
	position: absolute;
	left: -50px;
	top: 0;
	text-indent: -9999px;
}
#wrapper #footer #footer_copyrights p {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 4px;
}