/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
* {
	margin: 0;
	outline:none;
}
html, body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'handwritten_crystal_v2regular';
    src: url('../fonts/handwritten_crystal_v2-webfont.eot');
    src: url('../fonts/handwritten_crystal_v2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/handwritten_crystal_v2-webfont.woff') format('woff'),
         url('../fonts/handwritten_crystal_v2-webfont.ttf') format('truetype'),
         url('../fonts/handwritten_crystal_v2-webfont.svg#handwritten_crystal_v2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{

	font-family:'handwritten_crystal_v2regular';
}
#outer{
	background-image:url('../gfx/backg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
}
#outer2{
	background-image:url('../gfx/backg2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
}
#outer3{
	background-image:url('../gfx/backg3.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
}
#stickyTape{
	background-image:url('../gfx/are-you.png');
	background-repeat: no-repeat;
	width:173px;
	height:45px;
	margin: auto;
	text-align: center;
	line-height:45px;
	font-size: 30px;
	color:#e81410;
}
.checkbox{
	padding: 0px!important;
	width: auto!important;
	display:inline!important;
	border:0px!important;
	background-color: none!important;
}
.wrapper {
	}
.footer, .push {
	height: 74px; /* .push must be the same height as .footer */
	clear:both;
}
.footer{
	/* background-image:url('../gfx/footer.gif'); */
	background-position: center top;
	height:74px;
	text-align: center;
	padding-top: 0px;
}
.footer a{
	color: black;
	text-decoration: none;
	padding-top: 30px;
	display:inline-block;
	padding-bottom: 10px;
}
.footer a:hover{
	color: #e71510;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
#main{
	width: 880px;
	margin: auto;
	padding-top: 10px;
}
h1{
	background-image:url('../gfx/glastonbury.png');
	width:450px;
	height:71px;
	margin-left: 27px;
	text-indent: -99999999px!important;
	margin-bottom: 125px;
	font-size:0px;
	color: transparent;
}
h2{
	background-image:url('../gfx/header.png');
	width:338px;
	height:55px;
	font-size: 37px;
	line-height:55px;
	text-indent: 35px;
	background-repeat: no-repeat;
}
#introP{
	width: 460px;
	padding-top: 5px;
	margin-left: 40px;
	font-size:18px;
	line-height:25px;
}
#introP2{
	width: 460px;
	padding-top: 5px;
	margin-left: 40px;
	font-size:13px;
	line-height:19px;
	font-family: arial;
	height: 116px;
}
#homepageMenu{
	width: 775px;
	margin-left: 50px;
	padding-top: 100px;
	text-align: center;
	min-height: 220px;
	margin-top: -60px;
}
#homepageMenu a{
	display:inline-block;
	text-indent:-99999px;
}
#notFoodTrader{
	background-image:url('../gfx/not-a-food-trader.gif');
	width: 256px;
	height: 128px;
	background-position: top left;
}
#foodTrader{
	background-image:url('../gfx/food-trader.gif');
	width: 256px;
	height: 128px;
	background-position: top left;
}
#vegetarianFoodTrader{
	background-image:url('../gfx/vegetarian-food-trader.gif');
	width: 256px;
	height: 128px;
	background-position: top left;
}
#notFoodTrader:hover, #foodTrader:hover, #vegetarianFoodTrader:hover{
	background-position: bottom left;
}
#breadcrumb{
	font-family: Arial;
	font-weight: bold;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	width: 400px;
	padding-top: 10px;
}
#adminNav{
	float: right;
	width:400px;
	text-align: right;
	margin-right: 31px;
	margin-bottom: 6px;
}
#adminNav a, #sendEmails a{
	display:inline-block;
	background-color: #d12229;
	color: white;
	padding: 10px;
	border-radius: 5px;
	font-family:'handwritten_crystal_v2regular';
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px black;
	font-weight: normal;
	font-size: 14px;
}
#adminNav a:hover, #sendEmails a:hover{
	background-color: black;
}
#breadcrumb a{
	color: #d12229;
	text-decoration: none;
}
#dataList{
	width: 820px;
	float: left;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	margin-left: 28px;
	vertical-align: top;
}
#dataList th{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f0f0f0;
	vertical-align: top;
}
#dataList th#buttonHolder{
	padding-top: 10px;
	padding-bottom: 0px;
}
#dataList a{
	color: black;
	text-decoration: none;
}
.csvButton{
	display:inline-block;
	background-color: #d12229;
	color: white!important;
	padding: 5px;
	border-radius: 5px;
	font-family:'handwritten_crystal_v2regular';
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px black;
	font-weight: normal;
	font-size: 12px;
	float:right;
	margin-right:10px;
	border:0px;
}
.csvButton:hover{
	background-color: black;
}
#dataList td{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#dataList td.editHolder{
	text-align: center;
}

tr.even td{
	background-color: #f9f9f9;
}

#paging{
	clear: left;
	text-align: center;
	width: 100%;
	position: relative;
	z-index:9999;
}

.editButton{
	color: #d12229!important;
	font-weight: bold;
}
.editButton:hover{
	color: black!important;
}
#prev{
	background-image:url('../gfx/previousButton.gif');
	width: 38px;
	height: 34px;
	display:inline-block;
	text-indent: -999999px;
	margin-right: 10px;
	background-position: top;
}
#prev:hover{
	background-position: bottom;
}
#paging{
	padding-top: 10px;
	margin-bottom: -10px;
	line-height:34px;
	font-family: arial;
	font-size:12px;
	font-weight: bold!important;
	color: #d12229!important;
}
#next{
	background-image:url('../gfx/nextButton.gif');
	width: 38px;
	height: 34px;
	display:inline-block;
	text-indent: -999999px;
	margin-left: 10px;
	background-position: top;
}
#next:hover{
	background-position: bottom;
}
#signupForm{
	margin-left: 28px;
	padding-top: 20px;
}
legend{
	background-image:url('../gfx/header-background-1.jpg');
	background-position: top left;
	display: block;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	height:42px;
	width: auto;
}
legend span{
	background-image:url('../gfx/header-background-2.jpg');
	line-height:42px;
	font-size: 36px;
	background-position: right;
	background-repeat: no-repeat;
	display:block;
	height:42px;
	padding-left: 20px;
	padding-right: 30px;
	color: #d12229;
	float: left;
	width: auto;
}
.col1{
	float: left;
	width: 400px;
	vertical-align: top;
	clear:both;
}
.col2{
	float: left;
	width: 400px;
	margin-left: 15px;
	vertical-align: top;
}
#signupForm label{
	padding-bottom: 3px;
	display: inline-block;
	font-size: 22px;
	width: 180px;
	vertical-align: top;
	padding-left: 10px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
#signupForm input{
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	width: 200px;
	vertical-align: top;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
#signupForm input:focus{
	border: 1px solid #dcdcdc;
	background-color: #efefef;
}
fieldset{
	margin-bottom: 13px;
	float: left;
	clear: both;
	vertical-align: top;
}
.formTable{
	text-align: left;
	float: left;
	clear: both;
	width: 100%;
}
.formTable th{
	text-align: left;
	width: 400px!important;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	vertical-align: top;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
.formTable td{
	padding-top: 10px;
	padding-bottom: 0px;
}
.formTable th span{
	color: #bbb;
}
.smallNote{
	font-size: 11px!important;
	line-height:13px;
	color:#aaa!important;
	font-family:arial;
	margin-bottom:20px;
	display:block;
	font-weight:bold;
}
textarea.wide, input.wide{
	width: 380px!important;
}
textarea.small, input.small{
	width: 132px!important;
	margin-right: 10px;
}
.nameSmall{
	padding-right: 10px;
vertical-align: center;
font-size: 13px;
font-family: arial;
font-weight: bold;
}
.products tr td{
	padding-bottom: 10px;
}
input.fileUpload{
	border:0px!important;
	background-color: white!important;
	float: left!important;
}
.formTable th{
	padding-top: 10px;
}
.pitchInfo{
	width: 900px!important
}
input#submitButton{
	width:177px;
	height:89px;
	background-image:url('../gfx/submit.gif?v=2');
	background-color: none!important;
	border: 0px;
	text-indent: -99999px;
	background-position: top;
	float: left;
	clear: both;
}
input#submitButton:hover{
	background-position: bottom;
}

#signupForm textarea{
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	width: 200px;
	vertical-align: top;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
#signupForm textarea:focus{
	border: 1px solid #dcdcdc;
	background-color: #efefef;
}
#search{
	font-family:arial; font-size: 14px; margin-left: 29px;
	padding-top: 10px;
	float:left;
	clear:both;
}
#submitSearch{
	margin-top:15px;
	background-color: #d12229;
	color: white!important;
	padding: 8px;
	border-radius: 5px;
	font-family:'handwritten_crystal_v2regular';
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px black;
	border:0px;
	font-size:15px;
	margin-bottom:15px;
}
#submitSearch:hover{
	background-color: #000;
}
#search table td{
	padding-right:10px;
	line-height: 20px;
}
#search table td input{
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	width: 200px;
	vertical-align: top;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
fieldset a{
	color: black;
	text-decoration: none;
}
fieldset p{
	font-family:arial;
	font-size:13px!important;
}
#footerBit{
	font-family: arial;
	font-size:12px;
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footerBit strong{
	font-weight:bold;
	color: #d12229;
}
#customReport{
	margin-left:29px;
	text-align: left;
	font-family: arial;
	font-size:13px;
	float:left;
	clear:both;
}
#customReport th{
	padding-right:20px;
	padding-bottom:20px;
	font-weight: bold;
}
#customReport table{
	padding-top: 20px;
}
#customReport td select{
	width:200px;
}
#customReport td input{
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	width: 200px!important;
	vertical-align: top;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	margin-top: -5px;
}
#customReport td input.narrow{
	width:95px!important;
}
#customReport td input:hover{
	border: 1px solid #ddd;
	background-color: #eee;
}
#exportButtons{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
#exportButtons a{
	margin-top:15px;
	background-color: #d12229;
	color: white!important;
	padding: 5px;
	border-radius: 5px;
	font-family:'handwritten_crystal_v2regular';
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px black;
	border:0px;
	font-size:15px;
	margin-bottom:15px;
}
#exportButtons a:hover{
	background-color: black;
	color: white!important;
}

.error{color:red; font-size:11px!important;font-size: 15px!important;}

label.error{display:none !important;}


.offer_page ul { margin: 1em; }
.offer_page li { margin: 0 0 18px 0; }
.offer_page li strong { font-weight: bold; }

* { position: relative; }