/* CSS Document */
body {
	font-size: 12px;
	color: #262626;	
	font-family: Arial, Helvetica, sans-serif;
	background: #72a326;
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #5f9b00;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #373737;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}


h2 {
	color: #373737;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	color: #373737;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 100;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	margin-top: 15px;
}


/****** GENERIC ******/
.red {
	color: #a81b17;
}

.centerAlign {
	text-align: center;
}

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

/****** CONTAINERS ******/
body div#headerContainer {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	min-width: 960px;
}

body div#pageContainer {
	width: 100%;
	margin: 0;
	background: url(../images/bg/page_container_bg.gif) top center repeat-y #720a0a;
	min-width: 960px;
}

body div#adSpaceContainer {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	min-width: 960px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	background: url(../images/bg/footer_bg.gif) top left repeat-x #72a327;
	min-width: 960px;
}



/******** PAGE ********/
div#page {
	width: 960px;
	padding: 17px 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	width: 960px;
	height: 129px;
	padding: 0;
	margin: 0 auto;	
}

div#header div#companyLogo {
	float: left;
	width: 230px;
	paddding: 5px 0 0 10px;
	position: relative;
}

div#header div#companyLogo img {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 10px;
}

div#header div#navButtons {
	width: 730px;
	float: left;
}

div#header div#navButtons div#smallLinks {
	padding: 50px 0 0 0 ;
	text-align: right;
	font-size: 11px;
	color: #aaaaaa;
}

div#navButtons div#smallLinks span {
	position: relative;
	top: -8px;
}

div#header div#navButtons div#smallLinks a {
	color: #aaaaaa;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0 5px;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 45px;
}

div#navButtons ul li a.hover {
	background-position: 0 0;
}

/** NAV **/
a#home {
	width: 71px;
	background: url(../images/nav/nav_home_1.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -71px 0;
}

a#home:hover {
	background-position: 0 0;
}

a#about {
	width: 134px;
	background: url(../images/nav/nav_abouttheshow_2.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -134px 0;
}

a#about:hover {
	background-position: 0 0;
}


a#attract {
	width: 99px;
	background: url(../images/nav/nav_attractions_3.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -99px 0;
}
	
a#attract:hover {
	background-position: 0 0;
}

a#ticket {
	width: 89px;
	background: url(../images/nav/nav_ticketing_4.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -89px 0;
}

a#ticket:hover {
	background-position: 0 0;
}

a#wantExh {
	width: 135px;
	background: url(../images/nav/nav_wantexhibit_5.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -135px 0;
}

a#wantExh:hover {
	background-position: 0 0;
}

a#faq {
	width: 59px;
	background: url(../images/nav/nav_faqs_6.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -59px 0;
}

a#faq:hover {
	background-position: 0 0;
}

a#contact {
	width: 99px;
	background: url(../images/nav/nav_contact_7.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -99px 0;
}

a#contact:hover {
	background-position: 0 0;
}

a#access {
	width: 138px;
	background: url(../images/nav/nav_accessallareas_7.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: -138px 0;
}

a#access:hover {
	background-position: 0 0;
}


/******** CONTENT ********/
div#content {
	background: url(../images/bg/content_bg.gif) top left repeat-y;
}

div#contentTop {
	background: url(../images/bg/content_top_bg.gif) top left no-repeat;
}

div#contentBot {
	background: url(../images/bg/content_bot_bg.gif) bottom left no-repeat;
	padding: 37px 0 0 0;
}

div#content div#contentLeft {
	width: 157px;
	float: left;
	padding: 0 15px 0 20px;
	color: #FFFFFF;
	font-size: 11px;
}

div#content div#contentLeft a {
	color: #FFFFFF;
	font-size: 12px;
}

div#content div#contentLeft a:hover {
	text-decoration: none;
	font-weight: 600;
}

div#content div#contentLeft a.hover {
	text-decoration: none;
	font-weight: 600;
}

div#content div#contentLeft div.divider {
	border-bottom: 1px solid #93c04e;
	
}

div#content div#contentLeft ul#sideList {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

div#content div#contentLeft ul#sideList li {
	background: url(../images/side_list_icon.gif) no-repeat;
	background-position: 0px 2px;
	margin: 0;
	padding: 0 0 12px 13px;
}

div#content div#contentRight {
	width: 720px;
	float: left;
	padding: 0 0 40px 22px;
}

/* HOME */
div#flashBannerContain {
	padding-bottom: 12px;
	height: 317px;
	position: relative;
}

div#flashBanner {
	
}

div#indexCompLogo {
	padding-left: 10px;
}

div#indexCompLogo img {
	position: absolute;
	z-index: 2;
	top: 0;
}

div#homeContent {
	background: url(../images/bg/home_content_rep_bg.gif) top left repeat-y;
}

div#homeContentTopBG {
	background: url(../images/bg/home_content_top_bg.gif) top left no-repeat;
}

div#homeContentBotBG {
	background: url(../images/bg/home_content_bot_bg.gif) bottom left no-repeat;
	padding: 20px;
	font-size: 11px;
}

div#homeContent p {
	padding: 8px 0;
	margin: 0;
	line-height: 16px;
}

div#homeContent img.increaseBot {
	padding: 0 0 10px 0;
}

div#homeContent div.homeCol {
	width: 285px;
	float: left;
}

div#homeContent div#homeCenterCol {
	width: 285px;
	padding: 0 32px;
	float: left;
}

div#homeContent div.homeTextFlash {
	width: 180px;
	padding-left: 12px;
	float: left;
}

div#homeContent div#homeTicketList {
	padding: 13px 0 0 100px;
	height: 85px;
	background: url(../images/bg/home_ticket_bg.gif) top left no-repeat;
}
div#homeContent div#homeTicketList div {
	padding: 0 0 5px 0;
	color: #FFFFFF;
}



/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #a9a9a9;
	font-size: 11px;
	padding: 0 0 23px 0;
}

div#browseNavigation span {
	padding: 0 10px;
}

div#browseNavigation a {
	color: #a9a9a9;
	text-decoration: none;
	font-size: 11px;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(../images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 40px 20px 0 ;
	margin: 0;
}

ul.productList li.rightSide {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 0px 20px 0 ;
	margin: 0;
}

ul.productList li a {
	color: #116fa8;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}	

ul.productList li a:hover {
	text-decoration: none;
}

div.productLeft {
	width: 135px;
	float: left;
}

div.productRight {
	width: 95px;
	float: left;
}

div.productRight a.productTitle {
	font-size: 12px;
	text-decoration: underline;
	color: #800000;
}

div.productRight a.productTitle:hover {
	font-size: 12px;
	text-decoration: none;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}

/****** AD SPACE ******/
div#adContent {
	width: 960px;
	margin: 0 auto;
	position: relative;
	font-size: 11px;
	background: url(../images/bg/footer_food_disp_bg.jpg) bottom left no-repeat;
	padding: 20px 0 0 0;
}

div#adContent div#adLeft {
	width: 650px;
	float: left;
}

div#adContent div#adLeft table {
	padding: 10px 0;
}

div#adContent div#adLeft table td {
	padding: 0 0 0 10px;
}

div#adContent div#adRight {
	width: 310px;
	float: left;
	color: #aaaaaa;
}

div#adContent div#adRight div {
	padding: 0 0 3px 0;
	font-size: 10px;
}
	
/****** FOOTER ******/
div#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	color: #d6f8a1;
	font-size: 11px;
	padding: 30px 0;
}

div#footer a {
	color: #d6f8a1;
}

div#footerLeft {
	width: 647px;
	font-size: 11px;
	float: left;
}

div#footerLeft ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
	display: block;
}

div#footerLeft ul li {
	padding: 0 0 4px 0;
	margin: 0;
}

div#footerLeft ul li.heading {
	font-weight: 600;
	padding: 0 0 12px 0;
}


div#footerRight {
	width: 220px;
	float: left;
}


	
/***** FORM *******/
form.customForm {
	margin-top: 15px;
}

form.customForm label {
	width: 120px;
	line-height: 24px;
	float: left;
	clear: left;
	padding-right: 15px;
	text-align: right;
	margin-bottom: 5px;
}

form.customForm table {
	font-size: 12px;
	color: #262626;
	line-height: 20px;
	float: left;
	clear: left;
	text-align: right;
}

form.customForm table label {
	width: auto;
	float: none;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

form.customForm table input {
	margin-left: 10px;
	margin-right: 15px;
}

form.customForm table textarea {
	margin-left: 10px;
}

form.customForm select {
	width: 325px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin-left: 10px;*/
}

form.customForm .inputText {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .text {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .inputShortText {
	width: 100px;
}

form.customForm input.inputText {
	height: 16px;
}

form.customForm textarea.inputText {
	height: 100px;
}

form.customForm label.submit {
	width: 443px;
	padding: 0px;
}
form.customForm label.submit input {
	float: right;
	width: auto;
	height: auto;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

div.formField {
	padding: 0 0 8px 0;
}

div.inputLabel {
	padding: 4px 12px 0 0;
	width: 84px;
	float: left;
	text-align: right;
}

div.inputField {
	width: 192px;
	float: left;
	text-align: left;
}

div.option div.button {
	padding: 0 0 10px 0;
}
	
/***** TABLES *******/	
	
.h_timetable {
	margin-left: auto;
		margin-right: auto;
	padding: 0px;
}
.h_timetable td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9ac950;
	padding: 8px;
	color: white;
	text-align: center;
}

.th_leftcorner {
	background-color: #7cb427;
	background-image: url(/files/editor_upload/Image/sitewide/tables/top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.th_rightcorner {
	background-color: #7cb427;
	background-image: url(/files/editor_upload/Image/sitewide/tables/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.h_timetable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #7cb427;
	padding: 8px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-collapse:collapse;
	color:#FFF;
}

.h_timetable tr:hover td {
	background-color: #7cb427;
}


.headingindent {
	 padding-left: 85px;
}
	
	/****recipes****/

.recipes {
	padding: 0px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.recipes li {
	list-style-image: url(/files/editor_upload/Image/AccessAllAreas/PDF_15.jpg);
}
.video {
	padding: 0px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.video li {
	list-style-image: url(/files/editor_upload/Image/AccessAllAreas/flash.jpg);
}
.new {
	list-style-image: url(/files/editor_upload/Image/AccessAllAreas/new.gif);
}
.showdates {
	width: 360px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;
}
.showdates th {
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}

