/* ------------------------------------
       Styles for FLYING FOX CAFE
------------------------------------ */

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image: url(/persistent/templateimages/bg_big_blue.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ccc;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 135%;
}	

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	list-style: disc;
}

a {
	color: #e51837;
	text-decoration: none;
}

a:hover {
	color: #f1856b;
	text-decoration: none;
}



a.whatson {
	color: #fff;
	text-decoration: none;
}

a.whatson:hover {
	color: #f1856b;
	text-decoration: none;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}	


b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e51837;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

b.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e51837;
}

#address {
	width: 739px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #e51837;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #e51837;
}

#h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}


img {
	border: 0;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

#spacer {
	width: 50px;
}

/*#background {
	background-image: url(/persistent/templateimages/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 0 auto;
}*/

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

#logowrapper {
	float: right;
	width: 800px;
	height: 170px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/logotop_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#logo {
	width: 341px;
	height: 170px;
	float: left;
	background-position:bottom;
}
#logo_right {	
	width: 415px;
	height: 170px;
	float: right;
	background-image: url(/persistent/templateimages/address.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#second_row {
	width: 800px;
	margin: 0 auto 0 auto;
	height: 52px;
}

#logo_btm {
	float: left;
	width: 155px;
	height: 52px;
}

#logo_btm_right{
	float: right;
	width: 645px;
	height: 52px;
	background-image: url(/persistent/templateimages/navbg.jpg);
	background-repeat:repeat-y;
}

.navbar_left {
	float: left;
}


.navbar_right {
	float: right;
}

#contentwrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/content_bg.png);
	background-repeat: repeat-y;
}

#contentarea {
	width: 749px;
	float: right;
	background-image: url(/persistent/templateimages/contentarea_bg.jpg);
	background-repeat: repeat-y;
}

#flash{
	width: 540px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#flash_730{
	width: 730px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}


#include {
	width: 170px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

html>body #include {
	width: 170px;
	float: left;
	padding-left: 7px;
	padding-top: 0px;
}

#footer_text {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: right;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer {
	padding:0px;
}


.navtable {
	height: 35px;	
}

.padding_home {
	padding-right: 5px;
}	

#flashcontent {
	}


#splash_container {
	width: 600px;
	margin: 0 auto 0 auto;
}

/* ----------- Nav drop down Menu Start-------------- */

/* Drop Down Menu Styles */

#navbar{
	width: 645px;
	height: 52px;
	background-image: url(/persistent/templateimages/navbarbg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
	
#nav, #nav ul {
	list-style: none;
	display: block;
	width: 605px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
#nav a {
	display: block;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/37px Arial, Verdana, Helvetica, sans-serif;
	}

#nav a span {
	padding-left: 10px;
	}

#nav a span.main {
	text-transform: uppercase;
	padding-left: 10px;
	}
	
html>body #nav a span { 
	/*line-height: 2.3; */ 
	display: block;
	}


span.normal {
	color: #FFFFFF;
	}
span.selected {
	color: #000000;
	}

html>body #nav a span.main { 
	/*line-height: 2.3; */ 
	display: block;
	}

#nav a:hover span {
	color: #000;		
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: uppercase;
	} 


#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	height: auto;
	}

/* second-level lists */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 20;
	}
	
ul#nav li ul li {
	width: 150px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	border-top: 1px solid #fff;
	}
	
ul#nav li ul li a {
	float: left;
	width: 140px;
	font: bold 11px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #e51837;
	padding-left: 10px;
	text-transform: none;
	}
	
ul#nav li ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #f1856b;
	display: block;
	}

/* ----------- Nav drop down Menu End-------------- */


#body_text {
	float: left;
	width: 728px;
	height: 310px;
	min-height: 310px;
	padding: 2px;
	display: block;
	overflow: auto; /* To accommodate other browsers */
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 10; /* for width overflow */
}

#text {
	float: left;
	width: 535px;
	height: 290px;
	padding: 2px;
	display: block;
	overflow: auto; /* To accommodate other browsers */
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 10; /* for width overflow */
}

#body_text_map {
	float: left;
	width: 728px;
	height: 310px;
	padding: 2px;
	display: block;
/*	overflow: auto; To accommodate other browsers 
	overflow-x: hidden;
	overflow-y: scroll;
*/
}

 
#em_wfs_wrapper, #em_wfs_wrapper form, #em_wfs_wrapper div.em_wfs_layout,

#em_wfs_wrapper table.em_wfs_layout, #em_wfs_wrapper tbody.em_wfs_layout, #em_wfs_wrapper tr.em_wfs_layout, #em_wfs_wrapper td.em_wfs_layout, #em_wfs_wrapper th.em_wfs_layout,

#em_wfs_formfields table, #em_wfs_formfields thead, #em_wfs_formfields tbody, #em_wfs_formfields tr, #em_wfs_formfields input, #em_wfs_formfields select, #em_wfs_formfields textarea,

#em_wfs_buttonbar input { position:static !important; }


