/* ==============================================================   
    Website Development by Artavia Advertising             
    Coded by: Sam Benson                                            
                                                                    
    Copyright (c) 2010 - Bayford Gardens                            
================================================================= */

/* _________________________________________________ Basic Styles */

body {
	font: 15px "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #333333;
	background: #ADC2D0;
}

h1 {
	float: left;
	text-indent: -99999px;
	background: url(../images/header.jpg) no-repeat;
	width: 980px;
	height: 195px;
	
}

h2 {
	font-size: 30px;
	color: #EFAE20;
	font-weight: normal;
}

h3 {
	font-size: 26px;
	color: #168C42;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

#main_content p {
	margin-bottom: 20px;
}

a:link {
	color: #811A6D;
}

ul {
	margin-top: 0;
}

ul li {
	
}

#main_content .visual_padding {
	padding: 0 20px;
}

/* _______________________________________________ Site Structure */

#site_wrapper {
	border: 5px solid #EFAE20;
	background: #fff;
	margin-top: 5px;
}

#foot_wrapper {
	margin:0 auto;
	text-align:left;
	width:980px;
	margin-top: 5px;
	background: #ADC2D0;
}

#header {
	
}

#top_content {
	
}

#flash_content {
	
}

#columns_wrapper {
	
}

#main_content {
	width: 478px;
}

#right_column {
	width: 222px;
	padding-top: 6px;
	margin-bottom: 10px;
}

#left_column {
	position: relative;
	background: #fff url(../images/bodyBackground.gif) no-repeat left top;
	min-height: 478px;
}

#footer {
	background: #efb020 url(../images/menuGradient.gif) repeat-x;
	color: #168C42;
	font-size: 14px;
	padding: 7px 22px 7px 0;
}

/* ____________________________________________ Navigation Styles */

#h_nav {
	margin-bottom: 10px;
}

#h_nav ul {
	background: url(../images/menuGradient.gif) repeat-x;
	padding: 0 8px 0 7px;
	width: 965px;
}	

#h_nav ul li {
	margin: 4px 7px 0 0;
}

#h_nav ul li.last {
	margin-right: 0;
}

#h_nav ul li a {
	font-size: 16px;
	color: #168C42;
	background: url(../images/menu.gif) no-repeat top center;
	width: 155px;
	text-align: center;
	height: 27px; 
	padding: 4px 0 0 0;
	margin-bottom: 4px;
}

#h_nav ul li a.curr_page {
	border-bottom: 3px solid #fff;
	font-weight: normal;
	color: #EFAE20;
}

#h_nav ul li a:hover {
	color: #EFAE20;
}

#v_nav {
	
}

#f_nav {
	float: left;
}

#f_nav ul li a, #f_nav ul li a:visited {
	border-right: 1px solid #208D49;
	padding: 0 10px 0 0;
	color: #811A6D;
}

#f_nav ul li a.curr_page {
	font-weight: normal;
}

#f_nav ul li.last a {
	border: 0;
}

/* ____________________________________________ Specific Styles */

#main_content h2.pageTitle {
	display: none;
}

#left_column h2 {
	text-align: right;
	border-right: 6px solid #EFAE20;
	line-height: 36px;
	padding: 0 15px 10px 0;
}

#book_now {
	background: url(../images/bookNow.png) no-repeat;
	width: 227px;
	margin: 50px auto 20px auto;
	height: 275px;
}

#book_now .visual_padding {
	padding: 5px 10px;
}

#book_now h3 {
	color: #811A6D;
	text-align: center;
}

#book_now p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#book_now p small {
	font-size: 10px;
	font-style: italic;
}

#book_now table input {
	width: 55px;
	color: #808080;
	text-align: center;
}

#book_now table {
	width: 200px;
	margin: 4px 0 0 4px;
}

#book_now .qty {
	width: 55px;
}

#book_now table td.alt {
	text-align: left;
	padding-left: 5px;
}

#book_now table th,
#book_now table td {
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid #B5C7D5;
}

#book_now table th.alt {
	text-align: right;
	padding-right: 7px;
	border: 0;
}

#buyNowButton {
	background: url(../images/submit.gif) no-repeat;
	border: 0;
	width: 97px;
	height: 23px;
	padding: 0 0 3px 0;
	float: right;
	margin: 10px 0 0 0;
}

#total {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 198px; 
	padding-top: 7px; 
	margin-bottom: 5px;
}

#pp_logo {
	margin-left: 14px;
}

/* ____________________________________________ Booking Form Styles */

#fieldset_step1_bayford_ticket_sales_buyingForm, 
#fieldset_Hidden_Fields_bayford_ticket_sales_buyingForm {
	display: none;
}

#bayford_ticket_sales_buyingForm {
	
}

#bayford_ticket_sales_buyingForm fieldset {
	border: 0;
	padding: 0;
}

#bayford_ticket_sales_buyingForm fieldset legend {
	display: none;
}

#bayford_ticket_sales_buyingForm .bookingStep1 {
	font-weight: bold;
}

#bayford_ticket_sales_buyingForm .bookingStep1 span {
	color: #168C42;
}

#bayford_ticket_sales_buyingForm label {
	float: left;
	width: 120px;
}

#bayford_ticket_sales_buyingForm input.text {
	width: 310px;
	margin-bottom: 10px;
}

#bayford_ticket_sales_buyingForm select {
	margin-bottom: 10px;
}
#bayford_ticket_sales_buyingForm input.submit_button {
	background: url(../images/longSubmit.gif) no-repeat;
	border: 0;
	width: 179px;
	height: 22px;
	padding-bottom: 2px;
	float: right;
	margin-top: 4px;
}

#bayford_ticket_sales_buyingForm input.invalid {
	border: 2px solid red;
}

#bayford_ticket_sales_buyingForm label.invalid {
	font-style: italic;
	color: red;
}

#footer a {
	color: #811A6D;
}

#success_table td.alt {
	color: #168C42;
	padding-left: 10px;
}

#payment_success p {
	font-size: 14px;
}

#print_link {
	background: url(../images/longSubmit.gif) no-repeat;
	width: 179px;
	float: right;
	height: 22px;
	text-align: center;
	color: #000;
}













