/*
 :: Client: Banzai
 :: Author: Simon Cole
 :: Date:   July 2008

*/

/* ---------- [ Remove default styles ] -------------------- */


/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* some height stuff - shrug */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---------- [ / Remove default styles ] -------------------- */


/* ---------- [ Default text styles ] -------------------- */

body 
{
    color: #303030;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 76%;
    text-align: center;
    margin: 0;
	background: #ffffff;
}

p
{
	font-size: 1em;
	margin: 0;
}
p a,
p a:visited,
td a,
td a:visited
{
	color: #ee3c4e;
	text-decoration: none;
}
p a:hover,
td a:hover
{
	color: #000000;
}
#ContentOuterLeft p a,
#ContentOuterLeft p a:visited
{
	color: #FFFFFF;
	border-bottom: dashed 1px #fff200;
	text-decoration: none;
}
#ContentOuterLeft p a:hover
{
	color: #fff200;
	text-decoration: none;
}

.highlight
{
	background-color: Yellow;
	color: Black;
}
#Phone
{
	color: #ee3d4f;
	font-size: 1.8em;
	clear:right;
	padding-top: 6px;
}
div#PrintLogo
{
	float: none; 
	position:relative;
	width: 590px;
	height: 147px;
}
div#PrintLogo img
{float: left; }
#PrintPhone
{
	float: left; 
	font-size: 1.8em;
	color: #000000;
	width: 200px;
	padding-left: 15px;
}
#PrintStrap
{
	float: left; 
	width: 200px;
	padding-top:20px;
	padding-left: 15px;
}
.pink
{
	color: #ee3c4e;
	font-weight: bold;
}
/* ---------- [ Default text styles ] -------------------- */

/* ---------- [ Page layout - container, header and columns ] -------------------- */

div#PageCentred
{float:none !important; }
div#PageContainer
{ 
    float:none !important;
    width: 590px; /*print width*/
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
}
div#PageHeader,
div.PageBanner,
div#PageNavigation
{
	display:none;
}
div#PageContent
{
    float:none !important;
	background-color: #ffffff;
	width: 590px; /*site width*/
}
div#PageContentHome
{
	position: relative;
	float:left;
	width: 0px; /*site width*/
	height: 0px;
	background: none;
	z-index: -200;
	display:none;
}


div#PageContentAbsoluteContainer
{
	float:none;
	width: 590px; /*site width*/
}
.PageContentAbsolute
{
	float:none;
	left: 0;
	height: 512px;
	width: 590px; /*site width*/
	z-index: 10;
}

div#HomepageHeroOverlay
{
	float:none;
	margin: 0;
	color: #000000;
	padding: 12px;
}
span#NonOpaque
{
	position: relative;
	-moz-opacity:1.0; 
	filter:alpha(opacity=100); 
	opacity:1.0;
}
div#HomepageHeroOverlay p
{
	padding-top: 5px;
	line-height: 1.4em;
}
div#HomepageHeroOverlay p a,
div#HomepageHeroOverlay p strong
{
	color: #000000;
	font-weight: normal;
	border: none;
}

div#PageContentFooter
{
	float: left;
	background: url(/images/footer-bg.gif) 0 bottom no-repeat;
	width: 590px; /*site width*/
	height: 13px;
}
.PageContentPadding,
.PageContentPaddingWide
{
	float:none !important;
	padding: 11px 0px 6px 0px;
}
.PageContentPaddingHome
{
	float:none;
	width: 590px; /*site width*/
}
.PageContentPaddingWide
{
	width:590px;padding-top:0;
}

.PageContentPaddingFullWidth
{
	float:left;
	padding: 11px 0px 6px 20px;
	width: 679px;
}
div#ContentLeftCol
{
	float:none;
	background-color: #ffffff;
	width: 590px;
}
div#ContentRightCol,
div#ContentRightColContact
{
	float:left;
	background-color: #ffffff;
	width: 202px;
	padding: 11px 10px 6px 20px;
	display:none;
}
div#ContentRightColContact
{
	display:block;
}
#EnquiryFormLong,
#EnquiryFormIntro1,
#EnquiryFormIntro2,
#EnquiryFormIntro3
{
	display:none;
}
.PageBanner a,
.PageBanner img
{ float: left; }
.PageBanner p
{ 
	float: right; 
	color: #ffffff;
	padding-right: 21px;
	padding-top: 28px;
}



div#ContentHeader,
div#ContentHeaderGrey
{
	float: left;
	padding: 15px 0 0 21px;
	margin: 0;
	width: 569px; /* 699 with padding - TICK! */
	color: #000000;
	background-color: #ffffff;
}
div#ContentHeaderGrey
{
	padding: 15px 10px 15px 21px;
}
#ContentHeader p,
#PageInnerLeft p,
#PageInnerRight p,
#ContentOuterLeft p,
#PageInnerCentral p,
#ContentOuterLeftWhite p
{
	float:none;
	line-height: 1.5em;
	padding: 0 0 12px 0;
}

.PageContentPadding h3
{ 
	float:none;
	padding-left: 11px; 
}
.BoxContainer h3, 
.BoxContainerHome h3,
.BoxContainerWide h3,
#PageInnerLeft h3, 
#PageInnerRightBoxes h3,
#PageInnerRight h3,
#ContentRightCol h3,
#PageInnerCentral h3,
#ContentRightColContact h3
{ 
	float: none;
	padding-left: 0;
}
.BoxContainer h3
{
	color: #fff200;
}
.BoxContainerHome h3,
.BoxContainerWide h3
{
	background: url(/images/box-home/new-red-bar-bg.jpg) 0 0 repeat-x;
	height: 30px;
	line-height: 2.0em;
	width: 164px;
	letter-spacing: -0.1px;
}
.BoxContainerWide h3
{
	width: 213px;
}

.BoxContainerHome h3 a,
.BoxContainerWide h3 a
{
	color: #ffffff;
	border: none;
	padding-left: 8px;
	height: 30px;
	display: block;
}
.BoxContainerHome p,
.BoxContainerWide p
{
	padding: 5px 5px 0px 8px;
}
.BoxContainerHome p a,
.BoxContainerWide p a
{
	color: #ffffff;
	border: none;
	display: block;
}

div#ContentInnerLeft
{
	float:none;
	width:550px;
	padding: 20px 40px 0 0;
}
div#ContentInnerRight
{
	float:none;
	width:447px;
	padding-top: 20px;
	bottom: 0;
}
div#ContentOuterLeft
{
	float:left;
	width:560px;
	color: #000000;
	background: none;
	padding: 15px 9px 10px 21px;
}
div#ContentOuterLeftWhite
{
display:none;
}

div#ContentOuterRight
{
	float:left;
	width:447px;
	padding-top: 20px;
	bottom: 0;
	color: #ffffff;
	background-color: #252525;
display:none;
}
#ContentOuterLeft hr
{
	float: left;
	height: 1px;
	width: 212px;
	border: 0;
	border-bottom: solid 1px #3a3a3a;
	display:none;
}
div#ContentInnerRight img,
div#ContentOuterRight img
{ float: left; }
.BoxRow
{
	clear:left;
	float:left;
	width: 700px;
	padding: 10px 0 10px 0;
}
.BoxRowWide
{
	width: 590px;
}
div#PageInnerLeft
{
	float:none !important;
	width:549px;
	padding-left: 21px;
	padding-right: 20px;
}
div#PageInnerRight,
div#PageInnerRightBoxes
{
	display:none;
}
div#PageInnerCentral
{
	float:left;
	width: 549px;
	padding: 20px 20px 20px 21px;
}

/* ---------- [ / Page layout - container, header and columns ] -------------------- */


/* ---------- [ Boxes ] -------------------- */

.BoxContainer
{
	float: left;
	width: 212px;
	margin: 10px 10px 10px 0px;
	color: #ffffff;
}
.BoxContainerHome,
.BoxContainerWide
{
	float: left;
	width: 164px;
	border: solid 1px #000000;
	margin-left: 20px;
	background-color: #252525;
	padding-bottom: 8px;
	margin-top:20px;
}
.BoxContainerWide
{
	width: 213px;
}

.BoxContainerHome p,
.BoxContainerWide p
{
	color: #ffffff;
	font-size: 0.9em;
}


#PageInnerRightBoxes .BoxContainerWide
{
	margin: 10px 10px 10px 0;
}

#PageInnerRight .BoxContainer
{
	margin: 10px 10px 10px 0;
}
.BoxContainerEnd
{ margin: 10px 0 10px 11px;}
.BoxContainer p
{
	float:left;
	font-size: 0.9em;
	padding-bottom: 3px;
	color: #ffffff;
}
/*.BoxContainer
{
	float: left;
	color: #fff200;
	padding-left: 13px;
}*/
.BoxPhoto a
{
	padding: 0;
}
.BoxHeader
{
	float: left;
	width: 196px;
	padding: 10px 6px 6px 10px;
}
.Price
{
	float: right;
	font-weight: bold;
	font-size: 1.0em;
}
.PriceLarge
{
	float: left;
	font-weight: bold;
	font-size: 1.8em;
	color: #000000;
}
.PriceNote
{
	float: left;
	font-size:0.9em;
	width: 120px;
	padding:0;
}

.CTALink
{
	float:left;
	padding: 1px 0 0 8px;
}
.CTALink a
{
	color: #fff200;
	background: url(/images/box/button-arrow-9e0039-off.gif) 0px 0px no-repeat; 
	font-size: 0.9em;
	padding: 0 0 0 14px;
}
.CTALink a:hover
{
	color: #ffffff;
	background: url(/images/box/button-arrow-9e0039-on.gif) 0px 0px no-repeat; 
}

#BoxGrey
{ background: #252525 url(/images/box/box-header-bg-252525.jpg) 0px 0px no-repeat; }
#BoxGrey a
{ background: url(/images/box/button-arrow-252525-off.gif) 0px 0px no-repeat; }
#BoxGrey a:hover
{ background: url(/images/box/button-arrow-252525-on.gif) 0px 0px no-repeat; color: #ffffff; }


#BoxLocation
{ 
	background: #ffffff url(/images/box/box-bg-events-uk-location.jpg) 0px 0px no-repeat; 
	float: left;
	width: 196px;
	padding: 10px 6px 0px 10px;
	height: 154px;
}
#BoxLocation a
{ background: url(/images/box/button-arrow-362f2d-off.gif) 0px 0px no-repeat; }
#BoxLocation a:hover
{ background: url(/images/box/button-arrow-362f2d-on.gif) 0px 0px no-repeat; color: #ffffff; }


#BoxTitle /*reset styles for a header in a box, which would otherwise have above ID's applied*/
{
	background-image: none !important; 
	padding: 0;
	color: #ffffff;
}

.BoxClear
{
	float: left;
	width: 908px;
	margin: 10px;
	padding-left: 10px;
}

.BoxFooterGrey
{
	float: left;
	background: url(/images/box/box-footer-bg-252525.jpg) 0px 0px no-repeat;
	height: 20px;
	width: 212px;
}

/* ---------- [ / Boxes ] -------------------- */


/* ---------- [ Headers ] -------------------- */

h1
{
	float:none;
	font-size: 1.5em;
	line-height: 1.0em;
	padding: 3px 0 0 0;
	margin: 0;
}

h2
{
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 3px;
	letter-spacing: -1px;
}

h3
{
/*	float: none;*/
	font-size: 1.2em;
	line-height: 1.5em;
/*	width: 100%;*/
}
h4
{
/*	float: none;*/
	font-size: 1.1em;
	line-height: 1.5em;
/*	width: 100%;*/
}

/* ---------- [ / Headers ] -------------------- */

/* ---------- [ Misc text styles ] -------------------- */

#Breadcrumb
{ display:none;}
#Breadcrumb a
{ color: #f6f400; border: 0; }

blockquote
{
	float:left;
	padding-top: 5px;
	padding-bottom:0;
	width: 100%;
}
.TestimonialName
{
	color: #ee3c4e;
	font-weight: bold;
}

.itinerary-container
{
	float: left;
	padding: 2px 0 2px 0;
	width:549px;
}
.itinerary-left
{
	float: left;
	position: relative;
	width: 85px;
	font-weight: bold;
	padding-top: 3px;
}

.itinerary-right
{
	float: left;
	text-align: left;
	width: 321px;
	line-height: 1.5em;
}

/* ---------- [ / Misc text styles ] -------------------- */

/* ---------- [ Lists ] -------------------- */

.ArrowList,
.ArrowListVert
{
	float: left;
	list-style-type: none;
	width: 908px;
	display:none;
}
.ArrowListVert
{ width: 212px; }
.ArrowList li
{
	float: left;
	margin-right: 25px;
	font-size: 1.1em;
}
.ArrowListVert li
{
	font-size: 1.1em;
	line-height: 1.3em;
}
.ArrowList a,
.ArrowListVert a
{
	color: #ee3c4e;
	background-image: url(/images/button-arrow-FFFFFF-off.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
	padding: 0.2em 0 0 1.3em;
}
.ArrowList a:hover,
.ArrowListVert a:hover
{
	color: #303030;
	background-image: url(/images/button-arrow-FFFFFF-on.gif);
}
#ContentInnerLeft .ArrowListVert a
{ background: url(/images/box/button-arrow-362f2d-off.gif) 0px 0.2em no-repeat; color: #f6f400;}
#ContentInnerLeft .ArrowListVert a:hover
{ background: url(/images/box/button-arrow-362f2d-on.gif) 0px 0.2em no-repeat; color: #ffffff; }

.BoxClear li
{
	font-size: 1.2em;	
}

.ActionLink
{
	float: right;
	list-style-type: none;
	width: 90px;
	padding-top: 14px;
	display:none;
}
.ActionLink li
{
	float: left;
	font-size: 1.2em;
}
.ActionLink a
{
	background: url(/images/box/button-arrow-large-252525-off.gif) 0 4px no-repeat; 
	color: #f6f400;
	margin: 10px 0 0 0;
	padding: 3px 3px 3px 15px;

}
.ActionLink a:hover
{
	background: url(/images/box/button-arrow-large-252525-on.gif) 0 4px no-repeat; 
	color: #ffffff;

}


.ContentList,
.PanelList
{
	float:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background-image: none;
	width:100%;
}
.ContentList li,
.PanelList li
{
	line-height: 1.7em;
	background: url(/images/list/list-bullet-white.gif) 0.0em 0.4em no-repeat;
	padding-left: 12px;
}
.PanelList li
{	
	font-weight: bold;
	background: url(/images/list/list-bullet-grey.gif) 0.0em 0.4em no-repeat;
}
.ContentList a,
.PanelList a
{
	color: #ee3c4e;
	font-weight: bold;
}
.ContentList a:hover,
.PanelList a:hover
{
	color: #303030;
}
#ContentOuterLeft .PanelList a
{
	color: #fff200;
}
#ContentOuterLeft .PanelList a:hover
{
	color: #ffffff;
}

/* ---------- [ / Lists ] -------------------- */


/* ---------- [ Footer ] -------------------- */

#PageFooter
{
	float: left;
	padding: 21px 6px 6px 18px;
	color: #00000;
	font-size: 0.9em;
}
#FooterLinksSite
{
	float: left;
	width: 222px;
	padding-right: 10px;
}
#FooterLinksSite p
{
	padding-left: 3px;
}

#FooterLinksInfo,
#FooterLinksCreds,
#FooterLinksSite ul
{
display:none;
}


/* ---------- [ / Footer ] -------------------- */

/* ---------- [ Enquiry form ] -------------------- */

.MandatoryField
{
    color: #f6f400;
    font-weight: bold;
}
.visibleDiv
{
    float: left;
    width: 310px;
    color: red;
    display: block;
    clear: both;
}
.hiddenDiv
{
    display: none;
}

.form-left
{
	float:left;
	width:210px;
	padding: 4px 5px 4px 5px;
	background: #f0f0f0;
	margin-bottom: 4px;
	height: 24px;
	line-height: 2.0em;
}
.form-right
{
	float:left;
	width:216px;
	padding: 6px 0px 2px 0px;
	background: #f0f0f0;
	margin-bottom: 4px;
	height: 24px;
}
.form-full
{
	float:left;
	width:426px;
	padding: 6px 5px 4px 5px;
	background: #f0f0f0;
	margin-bottom: 4px;
}
.form-full-alert,
.enq-alert
{
	float:left;
	width:408px;
	background: #fce2e5;
	border: solid 1px #ee3c4e;	
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #007236;
	margin-bottom: 4px;
}
.enq-alert
{
	width:170px;
	background: #fffbb3;
	border: solid 1px #fff200;	
	padding: 10px 10px 8px 10px;
}
.form-full-success,
.enq-success
{
	float:left;
	width:408px;
	background: #d9eae1;
	border: solid 1px #007236;	
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #007236;
	margin-bottom: 4px;
}
.enq-success
{
	width:170px;
	padding: 10px 10px 8px 10px;
	margin-top:10px;
}
.enq-alert p,
.enq-success p
{
	color: #000000;
}

.form-button
{
	color: #ee3c4e;
	background-image: url(/images/button-arrow-FFFFFF-off.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.3em;
	padding: 0.2em 0 0 1.6em;
	border: solid 1px #333333;
	text-align: left;
	font-weight: bold;
	width: 200px;
}
.MLFormRow
{
	float: left;
	width: 212px;
}
.FormElement
{
}
#EnquiryForm label
{
	float: left;
	width: 180px;
	font-size: 0.9em;
	color: #d7d7d7;
	padding: 7px 0 3px 0;
}
.TextareaStyle
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	width: 180px;
}

input.SubmitEnquiry 
{
	background: url(/images/box/button-arrow-large-252525-off.gif) 0 4px no-repeat; 
	text-align: left;
	border: none;
	color: #f6f400;
	margin: 10px 0 0 0;
	padding: 1px 3px 3px 15px;
}

/* ---------- [ Enquiry form ] -------------------- */


/* ---------- [ Navigation ] -------------------- */


#menu-root 
{ 
	float: left;
    width: 950px; /*site width*/
	list-style: none; 
	padding-top: 10px;
	padding-bottom: 0px;
	position: inherit;
	z-index: 200;
	background: url(/images/nav/overall-bg.gif) 0 0 no-repeat;
	

}
#menu-root li 
{ 
	float: left;
	text-align: center;
}


#NavLeft
{
	background: url(/images/nav/nav-bar-left.gif) 0 0 no-repeat;
	width: 12px;
	height: 25px;
}
#NavRight
{
	background: url(/images/nav/nav-bar-right.gif) 0 0 no-repeat;
	width: 2px;
	height: 25px;
}
/* ---------- [ / Navigation ] -------------------- */


/* ******************** [ HOMEPAGE NAV DROPDOWN ] ******************** */

div#menu
{
	float: left; 
	margin-bottom: 0px; 
/*	background: url(/images/nav/nav-button-inactive-bg.gif) top left repeat-x;*/
	padding: 10px 0 0 0;
}
div#menu ul 
{
	float: left;
	padding: 0 0 0 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/*div#menu ul li { list-style: none; background-color: #FD5A1E; }
div#menu ul li a { padding: 7px 13px 7px 12px; display: block; text-decoration: none; font-size: 0.9em; font-weight: bold; color: white; border-bottom: 0px; }*/
div#menu ul.horizontal li.level1 { float: left; }
/*div#menu ul.horizontal li.level1 a { width: auto; }*/
div#menu ul.horizontal li.level1 a:hover { background-color: #931000; }

/* Hides from IE-mac \*/
div#menu ul li a { float: none; }
/* End hide from IE-mac */

div#menu ul.dropdown,
div#menu ul.flyout 
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	visibility: hidden; 
	display: none; 
}

div#menu ul.dropdown 
{
	width: 140px;
}
div#menu ul.dropdown li.level2,
div#menu ul.dropdown li.level3 
{
	width: 180px;
	font-size: 0.9em;
	padding:0;
	margin:0;
}
div#menu ul.dropdown li.level2 a,
div#menu ul.dropdown li.level3 a
{
	width: 162px;
}
#menu li
{
	padding: 0;
	float: left;
	font-weight: bold;
	/*background: url(/images/nav/nav-button-inactive-bg.gif) top left no-repeat;*/
}
#menu a,
#menu a:visited
{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	/*line-height: 2.7em;*/
	padding: 5px 8px 5px 9px;
	background: url(/images/nav/nav-button-inactive-bg.gif) 0 0 repeat-x;
	font-weight: normal;
}
#menu a:hover
{
	color: #dadada;
	background: url(/images/nav/nav-button-active-bg.gif) 0 0 repeat-x;
}
#menu a#selected
{
	color: #ffffff;
	background: url(/images/nav/nav-button-active-bg.gif) top left repeat-x;
}
div#menu ul.dropdown li.level2 a,
div#menu ul.dropdown li.level3 a
{
	background: url(/images/nav/subnav-off.gif) top left repeat;
	border-bottom: solid 1px #a22a36;
	background-color: #cb3342;
	font-weight: normal;
}

div#menu ul.dropdown li.level3 a
{
	
	background-color: #901926;
}

div#menu ul.dropdown li.level2 a:hover,
div#menu ul.dropdown li.level3 a:hover
{
	background: url(/images/nav/subnav-on.gif) top left repeat;
	border-bottom: solid 1px #a22a36;
	background-color: #cb3342;
}

div#menu ul.dropdown li.level3 a:hover
{	
	background-color: #901926;
}

div#menu ul.dropdown li.level2 a#selected,
div#menu ul.dropdown li.level3 a#selected
{
	background-image: none;
    background-color: #EE3C4E;
	color: #ffffff;
}

/* ******************** [ / HOMEPAGE NAV DROPDOWN ] ******************** */



/* ******************** [ LARGE COLUMN STRUCTURE ] ******************** */

div#ColumnAandB
{
	float: none;
	width: 590px;
}
div#ColumnA
{
	float: none;
	width: 252px;
}
div#ColumnB
{
	float: none;
	width: 447px;
}
div#ColumnC
{
	display: none;
}

/* ******************** [ / LARGE COLUMN STRUCTURE ] ******************** */


#banzaiFlash
{
display:none;
}

#AddThisContainer,
#FooterLinksSocial
{
display:none;
}
