﻿/* CSS for Rooms, Studios and R&S landing page */


/* 
    Common.css - defines fonts, colours and text styles only.
    There should be no IDs in any selector in this file
    Specific rules for specific elements (e.g. page header) should go in Layout.css 
*/



body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
	color: #171754;
	line-height: 1.4em;
	background: #d2d5e8 url('../_img/bg_body.jpg') no-repeat top left;
}

body#rooms {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
	color: #171754;
	line-height: 1.4em;
	background: #d2d5e8 url('../_img/bg_bodyRooms.jpg') no-repeat top left;
}

* {
	padding: 0;
	margin: 0;
}

.replace {
	position: absolute;
	left: -10000px;
}

.clear {
	clear: both;
	height: 1px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 5px 10px 0;
	color: #171754;
}

h1 {
	font-size: 220%;
	line-height: 1.4em;
	padding: 5px 0 10px 0;
	color: #991522;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 140%;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
	color: #991522;
}

h3 {
	font-size: 120%;
	line-height: 1.4em;
	padding: 5px 0 5px 0;
	color: #991522;
}


h4 {
	font-size: 120%;
	line-height: 1.4em;
	padding: 5px 0 10px 0;
	color: #171754;
}

h5 {
	font-size: 100%;
	line-height: 1.4em;
	padding: 5px 0 0 0;
	color: #171754;
}

a {
	color: #991522;
}

a:hover {
	color: #c9848b;
}

a.active {
}

form {
	padding: 0;
	margin: 0;
}

input.textBox {
	background: url('../_img/input.jpg') no-repeat top left;
	border: 1px solid #534580;
	padding: 1px;
	height: 18px;
	font-size: 95%;
	font-weight: normal;
	color: #171754;
}

ul.body {
	padding: 0px 5px 10px 0;
	list-style-type: none;
}

ul.body li {
	background: url('../_img/bulletpoint.jpg') no-repeat 0 3px; 
	padding: 0 0 2px 15px;
}

ul.bluebg {
	padding: 0px 5px 10px 0;
	list-style-type: none;
}

ul.bluebg li {
	background: url('../_img/bulletpoint_bluebg.jpg') no-repeat 0 3px; 
	padding: 0 0 2px 15px;
}


/************************** LAYOUT  **************************/


#frame {
	width: 958px;
	padding:0 50px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 auto;
}

#frame #content {
	width: 958px;
	margin: 20px 0 0 0;	
	padding: 0;
	height: auto;
}

#frame #content #col660 {
	background: url('../_img/bg_col660.gif') no-repeat top left;
	width: 660px;
	float: left;

}

#frame #content #col660 #col660bottom {
	background:  #d2d5e8 url('../_img/bg_col660bottom.gif') no-repeat bottom left;
	width: 660px;
	height: 10px;
}

#frame #content #col278 {
	background: url('../_img/bg_col278.gif') no-repeat top left;
	float: right;
	width: 278px;
	padding-top: 20px;
}

#frame #content #col278 #col278bottom {
	background:  #d2d5e8 url('../_img/bg_col278bottom.gif') no-repeat bottom left;
	float: right;
	width: 278px;
	height: 10px;
	margin: 0;
}

#frame #content #col278 p {
	padding: 0px 20px 20px 20px;
}

#frame #content #col660 #copy {
	padding: 20px 30px 20px 20px;
}


#frame #content #centerfullw {
	background: url('../_img/bgCenterfullw.gif') no-repeat top left;
	float: right;
	width: 918px;
	padding: 20px;
}

#frame #content #centerfullwbottom {
	background: url('../_img/bgCenterfullwBottom.gif') no-repeat top left;
	width: 958px;
	height: 10px;
	margin: 0;
	float: right;
}


/************************** HEADER **************************/

#frame #header {
	height: 139px;
	width: 100%;
	background: url('../_img/bg_header.jpg') no-repeat top left;
	position: relative;
	padding:0 !important;
}

#frame #header h2 {
	position:relative !important;
	top:0;
	left:0;
}

#frame #header p#logo {
	height: 66px;
	width: 383px;
	background: url('../_img/logo.jpg') no-repeat top left;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0 0 20px 0;
}

#frame #header p.tagline {
	position: absolute;
	top: 60px;
	left: 104px;
	width: 270px;
	height: 35px;
	color: #991522;
	font-size: 1em;
	line-height: 1.2em;
	}

#frame #header p#logoRooms {
	height: 70px;
	width: 453px;
	background: url('../_img/logoRooms.jpg') no-repeat top left;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0 0 20px 0;
}

#frame #header p#logoStudios {
	height: 66px;
	width: 473px;
	background: url('../_img/logoStudios.jpg') no-repeat top left;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0 0 20px 0;
}

#frame #header p#logo a, #frame #header p#logoRooms a, #frame #header p#logoStudios a {
	height: 66px;
	width: 473px;
	display: block;
}

#viewClips {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 84px;
	width: 160px;
}

#viewClips h2 {
	color: #fff;
	padding: 0 0 8px 0;
	font-size: 160%;
}

#viewClips p {
	width: 100%;
}

#viewClips p label {
	width: 100%;
	color: #fff !important;
	height: 20px;
	line-height: 1.5em;
}

#viewClips p input {
	width: 120px;
	float: left;
	height: 16px;
	margin-top: 2px;
	color: #171754;
	font-size: 98%;
	padding: 2px 1px 1px 1px;
}

#viewClips input.arrow28 {
	background:  url('../_img/arrow28.jpg') no-repeat top left;
	width: 28px;
	height: 22px;
	padding: 2px;
	color: #171754;
	border: none;
	float: right;
	margin: 0;
	font-weight: normal;
}

#frame #header ul#news {
	width: 918px;
	position: absolute;
	top: 110px;
	left: 0;
	padding: 7px 20px 4px 20px;
	height: 19px;
	background: url('../_img/bg_news.png') no-repeat top left;
}

#frame #header ul#news li {
	color: #fff;
	float: left;
	display: block;
	margin-right: 20px;
}

#frame #header ul#news li.first {
	width: 160px;
	font-size: 1.2em;
	
}

 #frame #header ul#news li.rooms {
	width: 160px;
	font-size: 1.2em;
	float: right;
} 

#frame #header ul#news li.last {
	float: right;
	margin: 0 0 0 20px;
}

#frame #header ul#news li a {
	color: #fff;
	text-decoration: none;
}

#frame #header ul#news li a:hover {
	text-decoration: underline;
}


#content table {
	border: 1px solid #c77e85;
	margin: 5px 0 20px 0;
}

#content table tr {
	background: #fff;
}

#content table tr.odd {
	background: #f5e7e8;
}

#content table tr th {
	background: #a32c38;
	color: #fff;
	padding: 5px;
}

#content table tr td {
	padding: 5px;
}





/************************** INDEX PAGES **************************/


div#content div#leftcol {
	padding: 0 20px 0 0;
	margin-right: 20px;
	background: none;
	height: auto;
	width: 160px;
	float: left;
}

div#content div#centercol {
	background: none;
	height: auto;
	width: 560px;
	float: left;
	}

div#content div#rightcol {
	background: none;
	height: auto;
	width: 178px;
	float: right;
}

#content #leftcol #welcome {
	background: url('../_img/BgWelcome.gif') no-repeat top left;
	height: 230px;
	width: 180px;
	padding: 30px 0px 0 0px;
	margin: 0 0 20px 0;
}

#content #leftcol h2, #content #rightcol h2, #content #centercol h2 {
	color: #fff;
}

#content #leftcol h3 {
	padding: 0 15px 5px 15px;
	font-size: 110%;
	line-height: 1.3em;
}

#content #centercol div {
	position: relative;
}

#content #centercol div h2 {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 110px;
	padding: 0;
	margin: 0;
}

#content #centercol div h3 {
	margin: 0 20px 5px 160px;
	color: #991522;
	font-size: 120%;
	padding: 0;
}

#content #centercol div p {
	margin: 0 15px 10px 160px;
	color: #171754;
	font-size: 100%;
}

#content #leftcol p {
	margin: 0px 20px 0px 15px;
}

#content #leftcol h2 {
	padding: 15px 10px 25px 15px;
	margin: 0;
}

#content #leftcol #rooms {
	background: url('../_img/bgRooms.gif') no-repeat top left;
	height: 185px;
	width: 180px;
	padding: 0 0 15px 0;
	margin: 0 0 0px 0;
}

#content #centercol #about {
	background: url('../_img/bgAbout.gif') no-repeat top left;
	height: 90px;
	width: 560px;
	padding: 15px 0px 0 0px;
	margin: 0 0 20px 0;
}

#content #centercol #book {
	background: url('../_img/bgBook.gif') no-repeat top left;
	height: 90px;
	width: 560px;
	padding: 15px 0px 0 0px;
	margin: 0 0 20px 0;
}


#content #centercol #ap {
	background: url('../_img/bgAgentsPerformers.gif') no-repeat top left;
	height: 90px;
	width: 560px;
	padding: 15px 0px 0 0px;
	margin: 0 0 20px 0;
}


#content #centercol #actortape {
	background: url('../_img/bgLogin.gif') no-repeat top left;
	height: 90px;
	width: 560px;
	padding: 15px 0px 0 0px;
	margin: 0 0 0px 0;
}

#content #centercol #login p {
	padding: 0 0 6px 0;
	margin:0;
}

#content #centercol #login h3 {
	padding: 0 0 10px 0;
	margin: 0;
}

#content #centercol #login div.clients {
	width: 200px;
	margin: 0 0 0 160px;
	position: relative;
	float: left;
}


#content #centercol #login div.guests {
	float: right;
	width: 160px;
	margin: 0 20px 0 10px;
	position: relative;
}

#content #centercol #login div.guests input {
	width: 85px;
	border: 1px solid #747498;
}

#content #centercol #login div.guests input.submit {
	width: 27px;
	border: none;
}

#content #centercol #login label {
	width: 70px;
	float: left;
	display: block;
}

#content #centercol #login input {
	width: 90px;
	height: 14px;
	border: 1px solid #747498;
}

#content #centercol #login input.submit {
	width: 27px;
	height: 21px;
	padding-bottom: 5px;
	background: url('../_img/arrow27x21.jpg') no-repeat top left;
	color: #fff;
	border: none;
	position: absolute;
	right: 0;
	top: 52px;
}



#content #rightcol #tour {
	background: url('../_img/bgTour.gif') no-repeat top left;
	height: 213px;
	width: 148px;
	padding: 0 15px 15px 15px;
	margin: 0 0 20px 0;
}

#content #rightcol #tour h2 {
	padding-bottom: 30px;
	padding-top: 15px;
}

#content #rightcol #tour h2.smaller {
	font-size: 120%;
	padding-top: 8px;
	padding-bottom: 10px;
}


#content #rightcol #demo {
	background: url('../_img/bgDemo.jpg') no-repeat top left;
	height: 240px;
	width: 148px;
	padding: 0 15px 15px 15px;
	margin: 0 0 0px 0;
}

#content #rightcol #demo h2 {
	padding-bottom: 20px;
	font-size: 120%;
	padding-top: 10px;
}


#content #rightcol #floor {
	background: url('../_img/bgFloor.gif') no-repeat top left;
	height: 220px;
	width: 148px;
	padding: 0 15px 15px 15px;
	margin: 0 0 0 0;
}

#content #rightcol #floor h2 {
	padding-bottom: 25px;
	padding-top: 20px;
	font-size: 120%;
}

#content #rightcol #cast {
	background: url('../_img/bgCast.jpg') no-repeat top left;
	height: 185px;
	width: 148px;
	padding: 0 15px 15px 15px;
	margin: 0 0 20px 0;
}

#content #rightcol #feedback {
	background: url('../_img/bgFeedback.jpg') no-repeat top left;
	height: 285px;
	width: 148px;
	padding: 0 15px 15px 15px;
	margin: 0 0 20px 0;
}

#content #rightcol #cast h2 {
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 120%;
}

#content #rightcol #feedback h2 {
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 120%;
}

#content #rightcol #feedback p {
	color: #991522;
}

#content #rightcol #tour p {
padding-top: 15px;
}

/************************** LANDING PAGE **************************/

#content #landingstudios {
	height: 315px;
	width: 410px;
	padding: 30px;
	background: url('../_img/bgLandingS.gif') no-repeat top left; 
	float: left;
	color: #fff;
	position: relative;
}


#content #landingrooms {
	height: 315px;
	width: 410px;
	padding: 30px;
	background: url('../_img/bgLandingR.gif') no-repeat top left; 
	float: right;
	color: #fff;
	position: relative;
}

#content #landingstudios h1, #content #landingrooms h1 {
	color: #fff;
	font-size: 360%;
	padding-bottom: 50px;
}

#content #landingstudios ul, #content #landingrooms ul {
	position: absolute;
	top: 155px;
	left: 30px;
	width: 423px;
}

#content #landingstudios ul li {
	color: #fff;
	font-size: 120%;
	padding: 0 0 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: url('../_img/bulletpointWhiteRed.gif') no-repeat 0 8px; 
	}
	
	
#content #landingrooms ul li {
	color: #fff;
	font-size: 120%;
	padding: 0 10px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: url('../_img/bulletpointWhiteBlue.gif') no-repeat 0 8px; 
	}
	
#content #landingstudios p, #content #landingrooms p {
	position: absolute;
	top: 300px;
	left: 30px;
}


/************************** FLOORPLAN **************************/

#content #floorplan {
	background: url('../_img/floor_plan.jpg') no-repeat 10px 40px;
	height: 569px;
	width: 910px;
	display: block;
	position: relative;
}

#content #floorplan h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

#content #floorplan h3 {
	position: absolute;
	top: 55px;
	left: 15px;
	width: 400px;
}

#content #floorplan p#studio3 {
	z-index: 3;
	position: absolute;
	height: 125px;
	width: 190px;
	top: 434px;
	left: 317px;
	display: block;
}

#content #floorplan p#studio3 a {
	height: 125px;
	width: 190px;
	display: block;
}

#content #floorplan p#studio2 {
	z-index: 3;
	position: absolute;
	height: 125px;
	width: 180px;
	top: 434px;
	left: 515px;
	display: block;
}

#content #floorplan p#studio2 a {
	height: 125px;
	width: 180px;
	display: block;
}

#content #floorplan p#studio1 {
	z-index: 3;
	position: absolute;
	height: 125px;
	width: 185px;
	top: 434px;
	left: 705px;
	display: block;
}

#content #floorplan p#studio1 a {
	height: 125px;
	width: 185px;
	display: block;
}

#content #floorplan p#editsuite {
	z-index: 3;
	position: absolute;
	height: 52px;
	width: 80px;
	top: 418px;
	left: 110px;
	display: block;
}

#content #floorplan p#editsuite a {
	height: 52px;
	width: 80px;
	display: block;
}

#content #floorplan p#waiting {
	z-index: 3;
	position: absolute;
	height: 178px;
	width: 195px;
	top: 247px;
	left: 681px;
	display: block;
}

#content #floorplan p#waiting a {
	height: 178px;
	width: 195px;
	display: block;
}

#content #floorplan p#greenRoom {
	z-index: 3;
	position: absolute;
	height: 65px;
	width: 80px;
	top: 310px;
	left: 585px;
	display: block;
}

#content #floorplan p#greenRoom a {
	height: 65px;
	width: 80px;
	display: block;
}

div.popup {
	position: absolute;
	width: 678px;
	height: 580px;
	display: none;
	background-color: #ff00ff;
	padding: 20px;
	z-index: 2;
    top: 190px;
    left: 510px;
}

div#greenRoomPopup {
	background: url('../_img/popup_greenRoom.gif') no-repeat top left;
}

div#waitingAreaPopup {
	background: url('../_img/popup_waitingArea.gif') no-repeat top left;
}

div#studio1Popup {
	background: url('../_img/popup_studio1.gif') no-repeat top left;
}

div#studio2Popup {
	background: url('../_img/popup_studio2.gif') no-repeat top left;
}

div#studio3Popup {
	background: url('../_img/popup_studio3.gif') no-repeat top left;
}
div#editSuitePopup {
	background: url('../_img/popup_editSuite.gif') no-repeat top left;
}

div.popup h2 {
	padding: 0 10px 10px 0;
	font-size: 180%;
}

div.popup h3 {
	padding: 0 10px 10px 0;
	font-size: 140%;
	width: 280px;
}

div.popup ul {
	padding: 0px 5px 10px 0;
	list-style-type: none;
	width: 280px;
}

div.popup ul li {
	color: #171754;
	font-size: 120%;
	background: url('../_img/bulletpoint_bluebg.jpg') no-repeat 0 3px; 
	padding: 0 0 2px 15px;
	line-height: 1.3em;
}

div.popup #thumbnails {
	position: absolute;
	top: 25px;
	left: 375px;
}

fieldset {	
	width: 96%;
	border: 1px solid #c2737a;
	background: #faf3f4;
	padding: 15px; 
	margin: 10px 0 20px 0;
}

p.fineprint {
	font-size: 0.95em;
	padding: 5px 0 0 0;
}

.padtop20 {
	padding-top: 20px !important;
}


/***************GALLERY**************/

#gallery {
	padding: 20px 0px 0px 40px;
	width: 918px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border-width: 5px 5px 20px;
}

#gallery ul a:hover {
	color: #fff;
}

#gallery
