/* 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; }

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; }

	/* 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 */

body{
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(images/BSP-BGL.gif);
	background-repeat: repeat;
	}
a{	
	font-size: 12px;
	color: red;
	text-decoration: none;
	}
a:hover{	
	font-size: 12px;
	color: #ff6052;
/* 	border-bottom: 1px dotted #ff6052; */
	}
a:visited{	
	font-size: 12px;
	color: #9d0e0b;
	}
	
p{
	font-family: Ariel, "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: #797b31;
	height: 1px;
	}
	
.palist li
	{
	font-size: 14px;
	list-style: square;
	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 #797b31;
	width: 500px;
	background-color: #ece5be;
	color: black;
	list-style: none;
	font-size: 14px;
	padding: 6px 0;	}
	
.prices li{
	margin-top: 5px;
	margin-bottom: 4px;
	border-color: #797b31;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	width: 200px;
	background-color: #ece5be;
	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-left: auto;
    margin-right: 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;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

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

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

.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;
}
.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: #414316;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0px;
}
.SmallerTitles {
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #414316;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	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;
	}
	
	
/* List Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

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

#navcontainer a
{
color: #7e7f33;
display: block;
padding: 2px 2px 2px 14px;
width: 164px;
background: #ebe694 url(images/red-bullet.png) no-repeat 4px 50%;
}

#navcontainer a:link,#navcontainer a:visited, #navlist a:visited
{
color: #7e7f33;
text-decoration: none;
border-bottom: 0px none;
text-align: left;
}

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

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


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

.navlist hr{
	border: 0;
  	width: 100%;
  	color: #797b31;
	background-color: #797b31;
	height: 1px;
	margin:5px 0;
	padding: 0;
	}
	


#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;}

/* 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; }

	/* 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 */

body{
	font-family: Arial, "Gill Sans MT", Verdana;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(images/BSP-BGL.gif);
	background-repeat: repeat;
	}
a{	
	font-size: 12px;
	}
	
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: #797b31;
	height: 1px;
	}
	
.palist li
	{
	font-size: 14px;
	list-style: square;
	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 #797b31;
	width: 500px;
	background-color: #ece5be;
	color: black;
	list-style: none;
	font-size: 14px;
	padding: 6px 0;	}
	
.prices li{
	margin-top: 5px;
	margin-bottom: 4px;
	border-color: #797b31;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	width: 200px;
	background-color: #ece5be;
	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-left: auto;
    margin-right: 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;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

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

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

.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: #414316;
	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;
	}
	
	
/* List Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

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

#navcontainer a
{
color: #7e7f33;
display: block;
padding: 2px 2px 2px 14px;
width: 164px;
background: #ebe694 url(images/red-bullet.png) no-repeat 4px 50%;
}

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

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

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


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

.navlist hr{
	border: 0;
  	width: 100%;
  	color: #797b31;
	background-color: #797b31;
	height: 1px;
	margin:5px 0;
	padding: 0;
	}
	


#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);}

/*#fb-badge {
	position: absolute;
	height: 250px;
	padding: 10px;
	top: 20px; left: 0;
	margin-left: 10px;
	border: 1px solid #3a5ea5;
	background-image: url(images/transpBlue50.png);
}*/
#fb-badge {
	float: left;
	height: 250px;
	padding: 10px;
	margin: 36px 0 0 10px;
	border: 1px solid #3a5ea5;
	background-image: url(images/transpBlue50.png);
}

/*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: 100%; height: 100%;}
#inner {margin: 0 auto; width: 750px;}
#table-wrap {width: 750px; float: left;}

#fb-badge a img {border: 1px solid #3a5ea5;}

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