@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4d0f12;
}
html {
	font-size: 1.1em;
	line-height: 105%;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
	border: 2px solid #ffcccc;
	border-width: 0 4px 0 4px;
	width: 850px;
	margin: auto;
}
* html #wrapper {
	height: 100%;
}
/* ------------------------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------------------ */

/* 	HEADER // layout */
#header {
	background: transparent url(res/header.jpg) no-repeat center;
	height: 419px;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header div {
	background: transparent url(res/headerlabel.jpg) no-repeat;
	width: 471px;
	height: 219px;
	padding: 0;
	display: block;
	position: absolute;
	top: 34px;
	left: 76px;
}

/* 	HEADER // menu */
#header div a.linkHome {
	display: block;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 120px;
	left: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
#header li, #header ul {
	margin: 0;
	padding: 0;
}
#header li {
	list-style-type: none;
	position: absolute;
}

#header ul#menuAbove {
	top: 0;
	left: 270px;
	height: 70px;
	width: 186px;
	position: absolute;
	padding: 0;
}
#header #menuAbove li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 90px;
	height: 100%;
}

#header ul#menuBelow {
	top: 153px;
	left: 3px;
	position: absolute;
}

#header #menuBelow li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 125px;
	height: 100%;
}

#header li.bookings { width: 90px; top: 18px; height: 45px; left: 4px; }
#header li.contacts { width: 90px; top: 10px; height: 47px; left: 88px; }
#header li.bookings a:hover { background: transparent url(res/bookingshighlight.jpg) no-repeat -8px -18px; }
#header li.contacts a:hover { background: transparent url(res/contactshighlight.jpg) no-repeat -92px -10px; }

#header li.services { width: 125px;	top: 25px; height: 37px; left: 15px; }
#header li.studio {	width: 125px; top: 15px; height: 37px; left: 141px; }
#header li.equipment { width: 125px; top: 6px; height: 37px; left: 268px; }
#header li.services a:hover { background: transparent url(res/menuhighlight.jpg) no-repeat -18px -23px; }
#header li.studio a:hover {	background: transparent url(res/menuhighlight.jpg) no-repeat -144px -13px; }
#header li.equipment a:hover { background: transparent url(res/menuhighlight.jpg) no-repeat -271px -4px; }




/* ------------------------------------------------------------------------------------------
	CONTENT STRUCTURE
------------------------------------------------------------------------------------------ */

/* 	CONTENT STRUCTURE // all pages */
#container {
	width: 800px;
	text-align: left;
	margin: -120px auto 120px auto;
	font-size: 0.7em;
	position: relative;
	padding-right: 50px;
}
#mainContent a, #sidebar a { color: #330000; }
#mainContent a:hover, #sidebar a:hover { background-color: #330000; color: #fff; }
#mainContent { 
	margin: 0 200px 0 80px; 
	background: url(res/divider.jpg) no-repeat 478px 60px;
}
#mainContent h1 {
	margin: 0 0 50px 0;
	padding: 6px 0 0 10px;
	font-size: 1em;
	color: #fff;
	font-family: Georgia, serif;
}
#mainContent p, #mainContent ul {
	padding-left: 10px;
	font-size: 0.8em;
}
#mainContent h2 {
	font-size: 1.1em;
	padding: 0 0 0 10px;
	margin: 0;
	line-height:normal;
	font-family: Georgia, serif;
	color: #993333;
	text-transform:capitalize;
}
#mainContent .imageShadow {
	background: url(res/shadow.gif) no-repeat bottom right;
	float: left;
	margin: 0;
}
#mainContent .imageShadow a  {
	display: inline;
	margin: 0 !important;
	padding: 0;
	width: auto;
}
#mainContent .topImg {
	float: none;
	width: 457px;
	min-height: 120px;
	margin-bottom: 20px;
}
#mainContent img {
	border: 1px solid #660000;
	position: relative;
	display: block;
	margin: 0 6px 6px -6px;
	padding: 4px;
	background-color: #fff;
}

/* 	CONTENT STRUCTURE // home */
#mainContent.home div {
	margin-bottom: 30px;
	padding-right: 50px;
	position: relative;
}
#mainContent.home div * {
	margin-left: 160px;
}
#mainContent.home div * * {
	margin: 0;
}
#mainContent.home div .imageShadow {
	margin: 0;
}
#mainContent.home div .imageShadow img {
	margin: -6px -44px 6px -6px;
	padding: 4px;
}
#mainContent.home div p {
	padding: 0;
	margin-bottom: 10px;
}
#mainContent.home div ul {
	margin-left: 180px;
	padding: 0;
}

/* 	CONTENT STRUCTURE // services */
#mainContent.services h2 {
	background: url(res/tick.gif) no-repeat left;
	padding-left: 18px;
	margin-left: 9px;
}
#mainContent.services p {
	padding-right: 50px;
	margin: 3px 0 20px 18px;
}

/* 	CONTENT STRUCTURE // studio */
#mainContent.studio div {
	height: 240px;
	padding-right: 50px;
	position: relative;
}
#mainContent.studio div * {
	margin-left: 220px;
}
#mainContent.studio div h2 {
	padding: 0;
}
#mainContent.studio div p.studioSize {
	font-style:italic;
	color: #cc6666;
	margin: 0 0 0 220px;
}
#mainContent.studio div .imageShadow {
	margin: 0;
	height: auto;
}
#mainContent.studio div .imageShadow img {
	margin: -6px -44px 6px -6px;
	padding: 4px;
}
#mainContent.studio div p {
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
}

/* 	CONTENT STRUCTURE // equipment */
#mainContent.equipment p {
	padding-right: 10px;
}
#mainContent.equipment ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 0.7em;
}
#mainContent.equipment ul .equipCount {
	font-style:italic;
	color: #cc6666;
	display: inline;
}
#mainContent.equipment ul li.header {
	font-weight: bold;
	padding-top: 10px;
	font-family: Georgia, serif;
	font-size: 1.1em;
	color: #993333;
	text-transform:capitalize;
}
ul.col1 {
	margin-left: 0;
	float: left;
	width: 130px;
}
ul.col2 {
	margin-left: 0;
	float: left;
	width: 140px;
}
ul.col3 {
	margin-left: 0;
	float: left;
	width: 150px;
}

/* 	CONTENT STRUCTURE // bookings */
#mainContent.bookings p {
	padding-right: 50px;
	clear: both;
	margin-top: 0;
}
#mainContent.bookings dl {
	padding-left: 10px;
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}
#mainContent.bookings dt, #mainContent.bookings dd { 
	float: left;
}
#mainContent.bookings dt {
	font-weight: bold;
	width: 120px;
}
#mainContent.bookings dd {
	width: 330px;
	margin-left: 10px;
}

/* 	CONTENT STRUCTURE // contact */
#mainContent.contacts dl {
	margin-left: 30px;
}
#mainContent.contacts dt {
	font-family: Georgia, serif;
	color: #993333;
	font-size: 1.2em;
}
#mainContent.contacts dd {
	margin-bottom: 20px;
}


/* ------------------------------------------------------------------------------------------
	SIDEBAR
------------------------------------------------------------------------------------------ */

#sidebar {
	float: right;
	width: 210px;
	padding: 0;
	color: #565656;
}
#sidebar h3 {
	margin: 0 0 40px 0;
	padding: 6px 0 0 10px;
	font-size: 1em;
	color: #fff;
	font-family: Georgia, serif;
}
#sidebar p {
	padding-right: 10px;
	font-size: 0.8em;
}

/* 	CONTENT STRUCTURE // sound samples */
#sound_samples, #featured_products {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 0.8em;
}
#sound_samples li, #featured_products li {
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}
#sound_samples span, #featured_products a {
	padding: 0;
	margin: 0;
	color: #993333;
	font-weight: bold;

}
#sound_samples object, #featured_products img {
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0;
	margin-top: 2px;
}
#featured_products li {
	position: relative;
	height: 25px;
}
#featured_products img {
	position: absolute;
	top: 0;
	left: 0;
}
#featured_products a {
	position: absolute;
	top: 0;
	left: 30px;
}


/* ------------------------------------------------------------------------------------------
	MISC
------------------------------------------------------------------------------------------ */
#footer {
	padding: 0 10px 0 20px;
	background:transparent url(res/footer.jpg) repeat-x bottom center;
	height: 120px;
	width: 820px;
	margin: -120px auto 0 auto;
	border: 2px solid #ffcccc;
	border-width: 0 4px 0 4px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}
div#map img {
	background:transparent;
}
