/*graphico.co.uk*/

/* Import IE hacks */

@import "ie6win.css";
@import "ie7win.css";
@import "sIFR-screen.css";

/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #666666;
	/*background-color: #ece6da;*/
	background-color: #F1EAE0;
	padding: 11px;
}

h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

/*	To standardise cross browser */
ul, ol
{
	list-style-position: outside;
}

fieldset
{
	border : none;
}

legend
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*	Clearfix method for floated elements	*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*	IE7 hack */
.clearfix {display:inline-block;}
.clearfix {display:block;}
dt, dd {position:relative;} 

/*	Completely remove text from presentation */
/*	Not used to hide text  - screen readers won't pick it up either	*/
.invisible
{
	display: none;
}

/*	Used to hide text that screen readers should pick up */
.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
*/

/* begin normal CCS for Tier 1 browser: Firefox */

#skipLinks
{
	position: absolute;
	left: 0;
	text-indent: -9999em;	
}

#skipLinks ul
{
	list-style-type:none;
	margin: 0;
}

#skipLinks a:focus
{
	position:absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	width: 150px;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	text-decoration: none;
	font-weight: bold;
	background-color: #6a6150;
	text-align:center;
}

/*Primary HTML navigation*/

#primaryNavigation
{
	background-image: url(../../SiteImages/Navigation/top-nav-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	text-align:right;
}

#primaryNavigation ul
{	
	height: 50px;
	position: relative;
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0;
	float:right;
	border:1 px solid red;
}

#primaryNavigation a
{
    text-decoration:none;
    font-size: 14px;
    color:#898070;
    font-family:Tahoma;
    background-image:url(../../SiteImages/Navigation/top-nav-bg.gif);
    background-repeat: repeat-x;    
}
#primaryNavigation a:hover,
.sectionRooms #navRooms,
.sectionServices #navServices,
.sectionTeam #navTeam,
.sectionBuilding #navBuilding,
.sectionAvailability #navAvailability,
.sectionContact #navContact,
.sectionNews #navNews
{
    background-image:url(../../SiteImages/Navigation/top-nav-hover.gif);
    background-repeat: repeat-x;    
    color:white;
}
#primaryNavigation a img {
    padding-top:17px;
    margin-bottom:3px;
}

#primaryNavigation ul li
{
	display:inline;
	float: left;
	text-align:center;
}

#primaryNavigation ul li a
{
	display: block;
	cursor:pointer;
	width:104px;  
	height:50px;
}

#container
{
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#branding
{
	position: relative;
}

#branding a.home-link
{
    position:absolute; 
    cursor:pointer; 
    z-index:800; 
    top: 11px; 
    left:13px; 
    width:115px; 
    height:115px;
}

#content
{
    position:relative;   
}

#flexible
{
	width: 199px;
	float: left;
	margin-right: 39px;
}

#primaryContent
{
	/*background-color: Yellow;*/
	width: 483px;
	float: left;
	/*margin-top: -64px;*/
	margin-top: 0px;
	position: relative;
}

#extra
{
	/*background-color: blue;*/
	width: 199px;
	float: right;
}

/*breadcrumb and site information share some features*/

#breadcrumb
{
    margin-left: 14px;
	/*height: 72px;*/
	font-size: 1.2em;
	padding: 8px 0 9px;
}

#breadcrumb .breadcrumb-seperator
{
    padding: 0 5px;
}

#breadcrumb ul,
#siteInformation ul
{
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 0;
}

#breadcrumb ul li,
#siteInformation ul li
{
	display: inline;
	background-image: url(../../SiteImages/Icons/iconDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px 0 5px;
	line-height: 30px;
}

#breadcrumb ul li.first,
#siteInformation ul li.first
{
	background-image: none;
	padding: 0;
}

#breadcrumb ul li.last
{
	background-image: none;
	font-weight: bold;
}

#siteInformation
{
	background-color: #DED8CC;
	clear: both;
	height: 225px;
	display:block;
}

#siteInformation ul 
{
	background-color: #E9E2D8;
	background-image: url(../../SiteImages/Common/genericContainerBG.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin: 0;
	border-bottom: 1px solid #ebe4d8;
	padding: 54px 15px 15px 15px;
	margin-bottom: 20px;
}

#siteInformation ul li
{
	background-image: url(../../SiteImages/Icons/iconDividerSiteInformation.gif);
	line-height: 1em;
}

#siteInformation ul li.last
{
	background-image: none;
}

#siteInformation ul li a
{
	color: #666666;
	text-decoration: none;
}

#siteInformation ul li a:focus
{
	color:#e3dccf;
	background-color: #6a6150;
}

#siteInformation ul li a:hover
{
	text-decoration: underline;
}

#siteInformation address
{
	/*float:left;*/
	margin: 0;
	margin-left: 5px;
	padding-left:6px;
	background-image: url(../../SiteImages/Icons/iconDividerSiteInformation.gif);
	background-position: left;
	background-repeat: no-repeat;
	display:inline;
}

#siteInformation p#copyright
{
	/*float: left;*/
	display:inline;
	margin: 0;
	margin-left: 20px;
}

#siteInformation p
{
	margin-left: 20px;
}

#siteInformation .external-links {
    float:left;
}
#siteInformation .external-links a {
    text-decoration:none;
}

/*basic typography*/

/*generic container*/
.genericContainer
{
	background-color: #E9E2D8;
	margin-bottom: 8px;
	padding-bottom: 1px;
	background-image: url(../../SiteImages/Common/genericContainerBG.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	position:relative;
}

.noVisuals /* this generic container with the visuals*/
{
	background-color: Transparent;
	background-image: none;
}

.genericContainer img,
.genericContainer hr
{
	padding: 0;
	margin: 0;
}

.genericContainer hr,
.genericContainer .genericForm hr
{
	background-color: #F1EAE0;
	color: #F1EAE0;
	height: 9px;
	border: 0 none;
	margin-bottom: 8px;
}

.genericContainer .genericForm hr
{
	margin-top: 8px;
	width: 493px;
	margin-left: -10px;
	clear: both;
}

.genericContainer p.last
{
	margin-bottom: 0;
}

.genericContainer h2,
.gingham thead tr#primaryHeadings th
{
	background-color: #c0b5a2;
	font-size:1.2em;
	padding: 8px 10px;
	background-image: url(../../SiteImages/Icons/iconSqaure.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #665d4d;
	margin: 0 0 14px 0;
}

.genericContainer .primaryImage
{
	margin-top: -14px;
	margin-bottom: 24px;
}

p,
ul,
ol,
address,
dl, 
blockquote
{
	font-size: 1.2em;
	margin: 0 10px 8px 10px;
}

h1
{
	/*position:absolute;
	left: -224px;
	top: 16px;
	margin-top: -40px;*/
	font-size: 2.5em;
	margin-bottom: 20px;
	color: #8f816a;
	margin-left:14px;
}

h3
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
}

#primaryContent .genericContainer h3
{
	margin: 0 15px 12px 10px;
}

#extra .genericContainer h3
{
	margin: 0 15px 12px 10px;
}

#primaryContent .genericContainer h4
{
	margin: 0 15px 8px 10px;
}

#primaryContent #biographies h3 span
{
	font-weight: normal;
	display: block;
	font-style:italic;
	font-size: 0.95em;
}

h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

a
{
	color:#7c5e2a;
	/*text-decoration: underline;*/
}

a:hover
{
	text-decoration: none;
}

a:focus,
.gingham a:focus
{
	color:#e3dccf;
	background-color: #6a6150;
}

blockquote
{
	font-style:italic;
}

p.cite
{
	margin-top: -8px;
	font-weight: bold;
	font-style:italic;
}

p.leadParagraph
{
	background-color: #c0b5a2;
	margin: 0;
	margin-top: -14px;
	padding: 4px 10px 16px;
}

p,
ul,
ol
{
	margin-bottom: 24px;
}

ol
{
	list-style-type:decimal;
	list-style-position:inside;
}

ul.genericList
{
	list-style-type: disc;
	margin-left: 25px;
}

ul.genericList li
{
	margin-bottom: 8px;
}

dl.genericDefinitionList
{
	margin-bottom: 8px;
	padding: 10px;
}

dl.genericDefinitionList dd
{
	margin-bottom: 8px;
}

dl.genericDefinitionList dt
{
	font-weight: bold;
}

dl.genericDefinitionList ul
{
	font-size: 1.0em;
	list-style-type:disc;
	margin-left: 25px;
	margin-bottom: 8px;
}

.functionList
{
	margin-left: 5px;
}

.functionList li
{
	display: inline;
	background-image: url(../../SiteImages/Icons/iconDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px 0 5px;
}

.functionList li.last
{
	background-image: none;
}

.iconListPdf li
{
	background-image: url(../../SiteImages/Icons/iconPdf.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	line-height: 20px;
	position: relative;
}

/*image replacement for text in images*/
#pOneWimpoleStreet, #pOneWimpoleStreet span
{ 
	height:140px; 
	width:959px; 
	background-image: url(../../SiteImages/Headings/pOneWimpoleStreet.jpg); 
} 

#pTheHomeOf, #pTheHomeOf span
{ 
	height:13px; 
	width:294px; 
	background-image: url(../../SiteImages/Headings/pTheHomeOf.gif); 
}

#pTheHomeOf
{
	margin-bottom: 8px;
}

/*caption box*/
.captionBox
{
	background-color:#816b45;
	margin: 0 15px 8px 10px;
	padding: 0;
	float: left;
	display: inline;
	position: relative;
}

.captionBox img.caption
{
	margin: 0;

	float:none;
}

.captionBox p
{
	padding: 5px;
	margin-bottom: 0;
	margin: 0;
	position: relative;
	font-weight: bold;
	color: #fff;
}

img.caption
{
	float: left;
	margin: 0 15px 10px 8px;
}

/*Accordian menu*/

#accordianMenu
{
	/*padding-bottom: 4px;*/
}

#accordianMenu ul
{
	margin: 0;
}

#accordianMenu .parent 
{
	display: block;
}
#accordianMenu .parent a.toClick:focus,
#accordianMenu .parent a.toClick:hover
{
	background: #dad2c0; 
	color: #8f816a;
	background-image:url(../../SiteImages/Icons/iconSqaureOn.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

#accordianMenu .parent a.toClick
{
    text-decoration: none;
}
#accordianMenu .parent a 
{
	color: #7c5e2a;
	/*text-decoration: none;*/
	font-weight: bold;
}

#accordianMenu .parent li
{
	font-size: 0.9em;
}

#accordianMenu .parent li a
{    
    font-weight: normal;
}

#accordianMenu .parent li a:focus,
#accordianMenu .parent li a:hover
{
	background-image: none;
	text-decoration: none;
}

#accordianMenu .parent li a:focus
{
	color: #E3DCCF;
}

#accordianMenu .parent a.toClick,
#accordianMenu .parent > a
{
	display: block; 
	margin:0 ;
	border-bottom: 1px solid #EFEAE1;
	background-color: #c0b5a2;
	padding: 8px 10px;
	background-image: url(../../SiteImages/Icons/iconSqaure.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #665d4d;	
}
#accordianMenu .parent ul.toShow,
#accordianMenu .parent ul.showing
{
	margin:10px;
	padding: 0;
}

/*Accordian image swapper container*/
#accordianImageContainer
{
	background-color:black; 
	width: 483px; 
	height:245px; 
	position:relative;
	float:left;
	margin-bottom: 24px;
}

#accordianImage
{	position:absolute; 
	top:0; 
	left: 0;
}

.pageFlash #accordianImageContainer
{
	background-color:#F1EAE0; 
	width: 709px; 
	height:500px; 
	position:relative;
	float:left;
	margin-bottom: 24px;
}


/*basic page class layouts*/

/*basic flash page*/
.pageFlash #primaryContent
{
	width: 709px;
	margin-top: 0;
}

.pageFlash #primaryContent .genericContainer
{
	background-color: Transparent;
	background-image: none;
}

.pageFlash #primaryNavigation
{
	margin-bottom: 0;
}

/*basic home page*/
#pageHome #primaryContent
{
	margin-top: 0;
	width: 722px;
}

/*generic forms*/

.genericForm fieldset
{
	padding: 10px;
	font-size: 1.2em;

}

#pageHome .genericForm fieldset
{
	padding-top: 0;
}

#pageHome .genericForm fieldset .button
{
	margin-top: 5px;
}

.genericForm fieldset *
{
	
}

.genericForm legend
{
	display: none;
}

.genericForm fieldset h3
{
	margin-bottom: 10px;
	font-size: 0.98em;
	margin-left: 10px;
}

.genericForm label
{
	margin-bottom: 3px;
	padding: 2px 0 0 0;
	display: block;
	color: #6a6966;
}

.genericForm input,
.genericForm textarea,
.genericForm select
{
	margin-bottom: 5px;
	border: 1px solid #c1c1c1;
	display:inline;
	width: 95%;
	padding: 2px;
	float: left;
	font-size: 1em;
	color: #7c5e2a;
}

#contact fieldset,
#feedback fieldset
{
	width: 60%;
}

.genericForm br
{
	clear: both;
	display:block;
}

.genericForm textarea
{
	height: 10em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.98em;
}

.genericCheckbox input
{
    width:auto;
    margin-right: 5px;
}

.genericForm  .genericCheckbox label,
.genericForm  .genericRadioButton label
{
	width: auto;
	border: 0 none;
	padding: 0;
	/*float: left;
	clear: left;
	margin: 0;
	margin-right: 5px;*/
}

.genericForm fieldset input.button
{
	background-color: transparent;
	width: auto;
	border: 1px solid #ece6da;
	text-decoration: underline;
	color: #7c5e2a;
	
	margin-bottom: 5px;
	background-color: #c0b5a2;
	padding: 3px 15px 3px 15px;
	cursor:pointer;
	float: none;
}

.genericErrors ul
{
	list-style-type: disc;
	list-style-position: outside;
	color: #9F937D;
	margin: 5px 0 5px 25px;
}

#datePicker
{
	margin-bottom: 5px;
}

#datePicker select
{
	width: 30%;
	float:left;
	margin-right: 3%;
}


/*basic CSS for gingham table function*/
.gingham{color:#666666; width: 100%;}
	
.gingham a{color: #7c5e2a; text-decoration: underline;}

.gingham tr * {vertical-align: text-top;}

.gingham tr td,
.gingham tr th
{
	padding: 4px 8px 4px 8px;
	font-size: 1.2em;
}

/*.gingham caption{background-color: #c0b5a2; padding: 5px; text-align: left; border-bottom: 5px solid #ece6da;}*/
.gingham caption{display: none;}
.gingham{background-color:#F0EBE1;}

#container .gingham tr td.hover{background-color:white;}

.gingham th{text-align:left; padding-bottom: 10px; font-weight: normal;}
.gingham th.headEven{background-color:#ece6da;}
.gingham th.headOdd{background-color:#e1d8c8;}

.gingham tbody tr th {/*background-color: red;*/ border-bottom: 5px solid #ece6da; border-top: 5px solid #ece6da; background-color: #ece6da;}
.gingham thead tr#primaryHeadings th{font-weight: bold;}

.gingham thead tr#primaryHeadings .lastPrimaryHeading
{
	border-left: 1px solid #ece6da;
}

.gingham thead tr#primaryHeadings a
{
	font-weight: normal;
}

.gingham thead tr#secondaryHeadings th#firstHeading{width: 18%; /*background-color: Lime;*/}
.gingham thead tr#secondaryHeadings th{font-weight: bold; width: 10%; /*background-color: pink;*/}
.gingham thead tr#secondaryHeadings 
{
	background-color: #ece6da;
}

.gingham td{border-bottom: 5px solid #ece6da;}
.gingham tr{/*background-color: Olive;*/ background-color: #e5dfd1;}

.gingham tr td.odd{background-color: #e0d8c8;}
.gingham tr#lastRow td{border-bottom: 0 none;}

.pageAvailability .gingham thead th {
	width: 21%;
}

/*More information jQuery as found on room checklist*/
.moreInformation
{
	position: relative;
	background-color: #e5dfd1;
	padding: 10px;
	margin-bottom: 10px;
}

.moreInformation h3
{
	font-style: italic;
}

.moreInformation dl
{
	margin: 0;
}

.moreInformation dl dt
{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.moreInformation dd
{
	margin-bottom: 10px;
	height: 40px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.moreInformation dd#theatreStyle
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/theatrestyle.jpg);
}

.moreInformation dd#boardroom
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/boardroom.jpg);
}

.moreInformation dd#cabaretStyle
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/cabaretstyle.jpg);
}

.moreInformation dd#reception
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/reception.jpg);
}
.moreInformation dd#standingBuffet
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/standingbuffet.jpg);
}

.moreInformation dd#seatedBuffet
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/banquet.jpg);
}

.moreInformation dd#banquet
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/banquet.jpg);
}

.moreInformation dd#UShaped
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/ushape.jpg);
}

.moreInformation dd#hollowSquare
{
	background-image: url(../../SiteImages/PageSpecific/RoomChecklist/hollowsquare.jpg);
}


#content  a.openButton
{
	text-indent: -9999em;
	position: absolute;
	left: 9em;
	top: 0.2em;
}
#content  a.plus
{
	background-color: Aqua;
	width: 11px;
	height: 11px;
	background-image: url(../../SiteImages/Icons/iconPlus.gif);
	background-repeat: no-repeat;
}

#content  a.minus
{
	background-color: lime;
	width: 11px;
	height: 11px;
	background-image: url(../../SiteImages/Icons/iconMinus.gif);
	background-repeat: no-repeat;
}

/*basic seconday page (2 column page)*/
.pageSecondary #primaryContent
{
	width: 721px;
}

/*map holder*/
.mapHolder
{
	width: 177px;
	height: 177px;
	overflow: hidden;
	margin: 8px 10px;
}

.mapHolder img
{
	margin-left:-90px;
	margin-top: -70px;
}


/*gallery in room pages*/

#galleryImageContainer {}

#galleryImageContainer
{
	background-color:black; 
	width: 483px; 
	height:245px; 
	position:relative;
}

#galleryImage
{
	position:absolute; 
	top:0; 
	left: 0;
}

#galleryImageContainer p.caption
{
	position:absolute; 
	left:0; 
	bottom:0;  
	background-image:url(../../SiteImages/Gallery/captionBG.png); 
	width: 100%;
	margin: 0;
}

#galleryImageContainer p.caption span
{ 
	margin:10px; 
	display: block;
}

#galleryImageContainer p.caption span.visualEffect
{
	width: 9px; 
	height:9px; 
	background-color: #8f816a; 
	border-bottom: 1px solid #fff; 
	border-left: 1px solid #fff; 
	position: absolute; 
	top: -10px; right: -10px;
}

#galleryList li 
{
	float: left; 
	margin:1px 3px;
	/*width: 49%; 
	text-align:center;*/
}

.smallPrint
{
	margin-bottom: 0;
}

#pageContactUs .smallPrint
{
	margin-bottom: 0;
	margin-top: 24px;
}

#homePageFlash
{
	margin-bottom: 10px;
}
#pageHome #caseStudiesPanel h2
{
	margin-bottom: 10px;
}


#pageHome #caseStudiesPanel h3
{
	margin-bottom: 3px;
}

#caseStudiesPanel
{
	min-height: 120px;
}

#caseStudiesPanel p
{
	margin-bottom: 0;
}

p.rec_name {
	text-align:right;
	font-style:italic;
}
/*	Any Safari hash hacks go at the end of the file */

div.mscaptcha {
    margin-top: 5px;
}

div.p 
{
    font-size: 1.2em;
    margin: 0 10px 8px;
    margin-bottom: 24px;
}

/* news page */
.newsStory img {
    padding-right: 10px;
    padding-bottom: 5px;
}

h1 { font-weight:normal; }
