/*
Colours:
#f5f1c4 : Pale Yellow
#ff6600	: Orange	
#34a856 : Navlist link green
#129739 : Green Borders
*/

/* Reset CSS */

/* Normalizes margin, padding */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0; padding : 0;
	color: #f60;
}

	/* Normalizes font-size for headers */
	h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }
	
	/* Removes list-style from lists */
	ol,ul { list-style : none; }

	/* Normalizes font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var
	{ font-style : normal; font-weight : normal; }

	/* Removes borders and spacing from tables */
	table { border-collapse : collapse; border-spacing : 0;}

	/* Removes border from fieldset and img */
	fieldset,img, img a { border : 0; }
	
	/* Left-aligns text in caption and th */
	caption,th { text-align : left; }

	/* Removes quotation marks from q */
	q:before, q:after { content :''; }

	/* Removes Firefox's dotted borders */
	a { outline:none; }

	/* Removes rid of IE's blue borders */
	a img { border:none; }

	strong { font-weight: bold; }

	em { font-style: italic; }
	
	img {margin: 0; padding: 0;}
/*  End Reset CSS */

/*html {background: url(images/2011/greenstrip.jpg) repeat;}*/
body{
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000; 
	font-size: 12px;
	line-height: 1.5em;
	background: #ff6600 url(images/bokeh-green2.jpg) repeat-x fixed;
	}
	
a{	font-size: 12px; color: #ff6600;}
a:visited{ color: #c64d1b;}
a:hover{ color: #f89751;}
	
p{
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 2px 0;
	}

h1{
	text-align: center;
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px;
	}
	
h2{
	text-align: center;
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px;
	}

h3{
	text-align: center;
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 3px 0px;
	}	
	
h4{
	text-align: center;
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding: 6px 0px 3px 0px;
	}	

hr{
	border: 0;
  	width: 80%;
  	color: #797b31;
	background-color: #ff6600;
	height: 1px;
	}

#table-wrap table tbody {
	border: 0px solid #000;
	}

.palist li
	{
	font-size: 14px;
	list-style: none;
	font-style: italic;
	text-decoration: underline;
	}
	
ul.pipalist{
	display: block;	
	position: relative;
	margin: auto;
	width: 500px;
	}
	
.pipalist li
	{
	display: block;	
	position: relative;
	text-align: center;
	display: block;
	margin: 5px; auto; 4px; auto;
	border: 1px solid #ff6600;
	width: 500px;
	background-color: #f5f1c4;
	color: black;
	list-style: none;
	font-size: 14px;
	padding: 6px 0;	}
	
.prices li{
	margin-top: 5px;
	margin-bottom: 4px;
	border-color: #ff6600;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	width: 200px;
	background-color: #f5f1c4;
	color: black;
	list-style: none;
	font-size: 14px;
	padding: 6px 0;
	}

.equip-image img{
	padding: 4px;
	border:none;
	}

.centered{
	text-align: center;}

.centeredimg{
    display: block;
    margin: 24px auto 0px auto;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearer{
	clear: both;
	}

.SubNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.InputFields {
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: Arial, "Gill Sans MT", Verdana;
	font-weight: bold;
}
#form1 input, #form1 textarea, #form1 select{
	float: left; clear: both; width: 200px; margin-left: 5px;
}

input#FrmClear, input#FrmSubmit {
	float: left; clear: both; margin: 5px 0;
}

Input:focus, textarea:focus {background: #ebeacf;}

.Mailsubscribe {
	color: black;
	text-align: center;
	font-size: 12px;
	font-family: Arial, "Gill Sans MT", Verdana;
	font-weight: bold;
}
.Marquee {
	font-size: 14px;
	font-weight: none;
	letter-spacing: 2px;
	color: #333333;
}
.TitlesLeftAlign {
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #414316;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}
.TitlesCentreAlign {
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #ff6600;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0px;
}


.RedTitlesCentre {
	font-size: 16px;
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #FF0000;
	text-align: center;
	font-weight: 800;
	text-decoration: underline;
	padding: 3px 0px;
	}
.PageTextLeft {
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 3px 0px;
}
.PageTextRight {
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding: 3px 0px;
}
.PageTextCentre {
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 3px 0px;
}
.PageTextCentre-pipa {
	display: block;
	width:500px;
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 3px 0px;
}
.SmallCentreTitles {
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #3F401A;
	font-weight: bold;
	padding: 3px 0px;
}
.TableTitles {
	font-family: Arial, "Gill Sans MT", Verdana;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 3px 0px;
}

.column1, .column2, .column3, .column4, .column5 {
	border-bottom: 1px solid #727023;
	padding: 4px;
	}
.column1 {
	background-color:#FFFFCC;
	text-align: left;
	}
.column2 {
	background-color:#DDD891;
	text-align: center;
	}
.column3 {
	background-color:#CCCC66;
	text-align: center;
	}
.column4 {
	background-color:#C9BF4E;
	text-align: center;
	}
.column5 {
	background-color: #999933;
	text-align: center;
	}

ul.entertainers {
	list-style: none;
	}
ul.entertainers li {
	display: block;
	border: 1px solid #64672e;
	text-align: left;
	padding: 3px 2px;
	margin: 3px 0px;
	background: #e9e6b5;
	color: #000;
	}
ul.entertainers li strong{
	color: #ff6600;
}
	
/* List Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #000;
}

#navcontainer li { color: #7e7f33; margin: 0 0 1px 0; margin: 1px 0;}

#navcontainer a
{
display: block;
/*font-weight: bold;*/
padding: 2px 2px 2px 14px;
width: 164px;
background: #f5f1c4 url(images/red-bullet.png) no-repeat 4px 50%;
}

#navcontainer a:link,#navcontainer a:visited, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background: #d8d5ab url(images/red-bullet.png) no-repeat 7px 50%;
color: #ff6600;
}

#active a:link, #active a:visited, #active a:hover
{
background: #e7a058 url(images/red-bullet.png) no-repeat 7px 50%;
color: #7e7f33;
}


.spacer {display: block; height:6px; background-color: #ff6600; margin: 2px 0;}

.navlist hr{
	border: 0;
  	width: 100%;
  	color: #797b31;
	background-color: #797b31;
	height: 1px;
	margin:5px 0;
	padding: 0;
	}
	
#navcontainer a.booknowleft {
background: #f5f1c4 url(images/book-or-hi.png) no-repeat 0 0;
width: 162px;
height: 75px;
display: block;
margin: 0 auto;
text-indent: -9999px;
}

#navcontainer a.booknowleft:hover {
background: #f5f1c4 url(images/book-or-hi.png) no-repeat 0 -92px;
}

#Table_01 tbody tr td.TitlesCentreAlign object {
margin-top: 70px;
}

#prices-wrapper{
	display: block;
	width: 545px;
	overflow: visible;
	clear: both;
	}
	
/* Prices Table Styles */
#prices-table{width: 545px;}
.prod-name{
	width: 190px;
	background-color: #fdffc8;
	}
.size{background-color: #ddd695;}
.half-day{background-color: #cbcb65;}
.full-day{background-color: #c8bc56;}
.overnight{background-color: #9a963b;}

td.prod-name, td.size, td.half-day, td.full-day, td.overnight {
	height: 25px; 
	border-bottom: 1px solid #979a62;
	font-family: Arial; 
	font-size: 15px;
	font-color: #000;
	padding: 4px 0;
	}

.size, .half-day, .full-day, .overnight {text-align: center; width:100px;}

#vatdiv{position:absolute; margin-left: 200px; margin-top: 19px}

.enteremail {color: #ebe694;}
.SubNav a {color: red;}


ul#links {
	text-align: left;
}
ul#links li {
	margin: 4px 0 0 0;
	background: #e8e4b4;
	border:1px solid #a5a95c;
	padding: 2px;
}
a.fb{
	display: block;
	width: 93px;
	height: 22px;
	background: url(http://burgerseedsparties.co.uk/images/facebooklogo.jpg) no-repeat;
	text-indent: -9999px;
	border: 0px none;
	float: left;
	padding-right: 9px;
	}

li.fb-item {
	height: 22px;
}

#buttonbox {display: block; 	width: 550px;
	height: 200px; position: relative;}

ul#buttons {
	display: block;
	position: absolute;
	width: 550px;
	height: 200px; top:0px; left: 0px;
}

li.button {
	float: left;
	display: inline;
	clear: none;
	list-style: none;
}
a.button-1, a.button-2, a.button-3, a.button-4, a.button-5, a.button-6 {
	display: inline;
	width: 170px;
	height: 92px;
	float: left;
	margin: 5px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	clear: none;
}
a.button-1:hover, a.button-2:hover, a.button-3:hover, a.button-4:hover, a.button-5:hover, a.button-6:hover {background-position: bottom left;}
a.button-1{background: url(images/button1.jpg);}
a.button-2{background: url(images/button2.jpg);}
a.button-3{background: url(images/button3.jpg);}
a.button-4{background: url(images/button4.jpg);}
a.button-5{background: url(images/button5.jpg);}
a.button-6{background: url(images/button6.jpg);}

a.button-booknow{
background: url(images/bsp-booknowbutton2.png) no-repeat 0 0;
width: 356px;
height: 164px;
display: block;
margin: 0 auto;
text-indent: -9999px;
}
a.button-booknow:hover { 
background: url(images/bsp-booknowbutton2.png) no-repeat 0 -160px;
}

span.ultimatename {
background: url(images/burgerseedspartiesheader.jpg) no-repeat 0 0;
text-indent: -9999px;
width: 566px;
height: 30px;
display: block;
margin: 10px auto 1px auto;
}

img.logo {
	padding: 10px 0 10px 10px;
}

/*New Facebook and Otherlogos ============================*/
#otherlogos {
	top: 0px;
	float: left;
	height: 530px;
	width: 110px;
	padding: 5px;
	margin: 19px 0 0 15px;
	border: 1px solid #000;
	background-color: #fff;
}
#otherlogos img.biha, #otherlogos img.pipa {
width: 110px; padding-left: 4px;
}
 #otherlogos img.pipa {margin-top: 40px;}

img.other-logo {margin: auto; position: relative; display: block; padding: 10px 0 0 0;}


#fb-badge {
	/*position: absolute;*/
	/*top: 0px;*/
	float: left;
	height: 555px;
	padding: 5px;
	margin: 20px 15px 0 0px;
	border: 1px solid #000;
	background-color: #3b5998;
	width: 110px;
	/*background-image: url(images/transpBlue50.png);*/
}

.fblink{color:#fff; margin-bottom: 20px;}

#facebook-msg{
	width: 110px;
	position: relative;
	padding-top: 10px;
	color: #fff;
	display: block;}
	
#like {
	position: relative;
	width: 100px;
	height: auto;
	margin-top: 10px;
	border: 1px solid #3a5ea5;
	padding: 4px;
	background: #fff;
	}

/*End - new Facebook and Otherlogos ============================*/



/*Center div with dynamic height*/
/** { margin: 0; padding: 0; }*/
/*#wrapper{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html #wrapper {position:relative;}ie7
* html #wrapper{position:relative;}ie6

#inner{display:table-cell;vertical-align: middle; width: 750px;}
*:first-child+html #inner{position:absolute;top:50%;}ie7
* html #inner {position:absolute;top:50%;}ie6

*:first-child+html #main{position:relative;top:-50%;}ie7
* html #main{position:relative;top:-50%;}ie6

html,body{height:100%;}
#wrapper{height:100%; width}

div#inner {	width: 800px;}

#table-wrap{
	width: 750px; float: left;
}*/

#wrapper{width: 1024px; height: 100%; margin:0 auto;}
#inner {/*margin: 0 auto;*/ width: 750px;float: left;}
#table-wrap {width: 750px; float: left; /*border: 1px solid #000;*/}


#wrapper:after, #inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html.body .wrapper {
	display: inline-block; 
	width: 100%;
	}

* html .wrapper {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


#fb-badge a img {border: 1px solid #3a5ea5; margin-top: -8px; margin-left: 0px; width: 110px;}


marquee {
border-top: 4px solid #000 ;
border-bottom: 4px solid #000 ; 
padding: 3px 0;
background: #f5f1c4;
}

div.slideshow {
width: 569px;
height: 420px;
position: relative;
overflow: hidden;
margin-left: -3px;
/*background: #f5f1c4;*/
/*border: 15px solid #ff6600;*/
}
div.slideshow img{
margin: 8px 13px;
border: 2px solid #000;
}

a.tip {
    border-bottom: 1px dashed; text-decoration: none
}
a.tip:hover {
    cursor: help; position: relative
}
a.tip span {    display: none;
}
a.tip:hover span {
    BORDER-RIGHT: #c0c0c0 1px dotted; PADDING-RIGHT: 20px; BORDER-TOP: #c0c0c0 1px dotted; DISPLAY: block; PADDING-LEFT: 5px; Z-INDEX: 100; /*BACKGROUND: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;*/ LEFT: 0px; PADDING-BOTTOM: 5px; MARGIN: 10px; BORDER-LEFT: #c0c0c0 1px dotted; WIDTH: 250px; PADDING-TOP: 5px; BORDER-BOTTOM: #c0c0c0 1px dotted; POSITION: absolute; TOP: 10px; TEXT-DECORATION: none;
background-color: #f4f2c1;
-moz-box-shadow : 0 0 5px #333;
-webkit-box-shadow : 0 0 5px #333;
box-shadow : 0 0 5px #333;

}
A.tip:link, A.tip:visited {
color: #4f9d51;
}

.priepromise{color: #000;}

.footer{
background: #fff;
border: 1px solid #000;
border-top: 0px solid #000;
width: 751px;
}

img.footerbar {
border-left: 1px solid #000;
border-right: 1px solid #000;
width: 749px;
}

span.copyright {
color: #6c6c6c;
font-weight: lighter;}

#address-box {
width: 220px;
float: right;
text-align: right;
padding-right:5px;
color: #000;}

#vatdiv{
margin-top: 115px;
margin-left: 0px;
}

