@charset "UTF-8";
/* CSS Document */

/* base */

html, body {
  width:100%;
  padding:0;
	margin:0;
	background-color: #eee;
}
body {
	background:transparent;
	text-align:center;/* ie centering fix */
}
a img{
	border: none;
}
.thumb{
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #CCCCCC;
}
.thumbs{
	width: 780px;
	float: left;
}
#header {
	height:90px;
	background:#666 url(../img/ui/logo_header.gif) top left no-repeat;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#flash {
	height:224px;
	width: 100%;
	background:#d8d8d8;
	border-bottom:25px solid #818286;
	background-image: url(../img/ui/flash_scene.gif);
	background-position: center 0;
}
#main_body {
  width:100%;
  min-height:250px;
	margin:0;
	padding:0;
	background:url(../img/ui/grey_shading.gif) top left repeat-x;
	background-color: #FFFFFF;
	position: relative;
}
#main_body_bg_img {
	height:227px;
	width:300px;
	margin:0;
	padding:0;
	top: 0;
	left: 0;
	position:absolute;
	z-index:1;
	text-align:left;
	background:url("../img/ui/left_foliage.gif") top left no-repeat;
}
#content {
	position: relative;
	background:transparent;
	z-index:2;
	width: 780px;
	margin: 0 auto;
	padding: 25px 10px 0 10px;
}
/*********************** GLOBAL -> IMAGES ************************/
img, h1 img, img a {
	border:0 none;
	margin:0;
	padding:0;
}

/************************ GLOBAL -> BROWSER HACKS *************/
.clear {
	clear: both;
}
div.hr {
  height: 1px;
  background: url("/img/ui/dot.gif");
  width:36px;
  margin:5px 0;
}
div.hr hr {
  display: none;
}
div.hr_full {
	display:block;
	clear:both;
	margin:0;
	height: 1px;
	padding:0;
  background:url("/img/ui/dot.gif")top left repeat-x;
}
div.grey_hr {
	border-top:1px solid #666;
	height:1px;
	width:100%;
	clear:both;
	margin:10px 0;
}
/********************** GLOBAL -> TYPOGRAPHY ********************/
html, body, div,p {
	font: normal normal 100% "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	color:#666;
}
div, li, a, p {
	text-align:left;
}
p {
	clear:both;
	padding:8px 0px 8px 0;
	margin:0;
	font:normal normal 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	line-height: 138%;
}
#content{
	width: 800px;
}
/*#content ul {
	margin:0;
	padding:8px 45px 8px 15px;
	list-style:disc outside;
}
#content ul li {
	font:normal normal 12px/18px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	padding:0;
	margin:0;
}*/

#content ul.address2{
	font-size: 12px;
	list-style: none;
	float: right;
	display: inline;
	width: 130px;
	padding: 0px;
	/*padding:8px 8px 8px 0;	*/
}
#content ul.address1{
	font-size: 12px;
	list-style: none;
	float: left;
	display: inline;
	width: 130px;
	padding-left: 0px;
	padding-right: 54px;
	*padding-right: 20px;
	border-right: 1px solid #CCC;
}
#content ul.address1 li{
	text-align: right;
	padding-left: 0px;
}

/*#content ul {
	margin:0;
	padding:0;
}
#content ul li a:link,
#content ul li a:visited {
	color:#666;
	font-weight:normal;
	line-height:15px;
	padding:0;
	margin:0;
}
#content ul li a:hover {
  color:#8fcb18;
	text-decoration:underline;
}
*/
.details{
	width: 370px;
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 10px;
	margin-top: 10px;
	float: left;
	clear: left;
}
#content h2 {
	text-indent:0px;
	margin: 0px;
	clear: both;
	float: left;
	background:url("../img/ui/dot.gif") bottom repeat-x;
	font:normal lighter 20px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	color:#8fcb18;
	padding:0 0 1px 0;
	letter-spacing: 1pt;
}
#content h3 {
	clear:both;
	line-height:1.3em;
	text-indent:0px;
	margin:0;
	padding: 4px 0;
	background:transparent;
	font:normal bold 14px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	color:#8fcb18;
}
.a_col{
	width: 390px;
	float: left;
	clear: left;
}
.a_col img{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.b_col{
	width: 390px;
	float: right;
}
.col_wrap{
	width: 800px;
	float: left;
}

h5 {
	clear:left;
	line-height:25px;
	display:inline;
	height:25px;
	width:auto;
	font:normal bold 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	color:#8fcb18;
}
/*.indent {
	padding-left:30px;
}
.italic {
	font-style:italic;
}
.quote {
	font-style:italic;
	font-size:.9em;
	letter-spacing:-.1em;
}
.bold {
	font-weight:bolder;
}
.larger {
	font-size:1.2em;
}*/
.green {
	color:#8fcb18;
}
acronym {
	font-style:normal;
	border-bottom:1px dotted #ccc;
	cursor:help;
}
/******************* GLOBAL -> LINKS ********************/
a:link, a:visited {
	text-decoration:none;
}
a:hover {}
p a:link,
p a:visited {
	color:#666;
}
p a:hover {
	text-decoration:underline;
}
/************* GLOBAL -> HEADER *********************/
#header h1,
#header h3,
#header h4 {
	text-indent:-1000px;
	color:#666;
	font-size:.1em;
	padding:0;
	margin:0;
}
/***************** GLOBAL -> MENU *********************/
#header ul {
	padding:0;
	margin:0 auto;
	height:15px;
	padding-left:10px;
	position: absolute;
	left: 170px;
	bottom: 2px;
}
#header ul li {
	list-style:none;
	display:inline;
	text-align:left;
	padding:0 2px 0 0;
	margin:0;
	height:15px;
	float:left;
	font:normal normal 15px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	line-height: 12px;
	color:#fff;	
}
#header ul li a:link, 
#header ul li a:visited {
	color:#fff;	
	height:15px;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:-1px;
}
#header ul li a:hover {
	color:#8fcb18;
}
/***************** GLOBAL -> FOOTER *********************/
#footer {
	clear:both;
	margin:0 0 20px 0;
	position:relative;
	top:20px;
	height:50px;
	background:url("../img/ui/dot.gif") top repeat-x;
	padding-top:1px;
}
#footer a:link,
#footer a:visited {
	margin:0;
	display:block;
	width:109px;
	height:25px;
	background:url("../img/ui/backtotop.gif") top left no-repeat;
	font-size:1px;
	color:#fff;
}
#footer a:hover {
	background-position:0 -25px;
}
div#copyright {
	margin:10px 0 0 0;
	position:relative;
	font:normal normal 9px/10px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
}
/***************** GLOBAL -> FLASH *********************/
#flash_replace {
  padding:0;
  margin:0;
  width:100%;
  height:339px;
	background-color: #666;
}

/* contact */
img.display{
	border: 1px solid #DDD;
	margin-top: 5px;
}
img.wideimg{
	float: left;
	clear: both;
}
#content h4 {
	clear:both;
	line-height:25px;
	height:25px;
	width:auto;
	display:inline;
	text-indent:0px;
	margin:10px 0 0 0;
	padding-bottom:1px;
	background:transparent;
	font:normal bold 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;
	color:#7c7c7c;
	background:url("/img/ui/dot.gif") bottom repeat-x;
}
#content h6 {
	clear:both;
	line-height:25px;
	height:25px;
	text-indent:0px;
	margin:10px 0 0 0;
	padding:10px 0 1px 0;
	background:transparent;
	font:normal bold 14px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;
	color:#8fcb18;
}
#main_body {
	min-height:400px;
	width:100%;
}

#message_cloud {
	padding:25px 0 1px 0;
	width:170px;
	background:url("../img/ui/message_cloud.gif") top right no-repeat;
}
#content h5 {
	clear:both;
	line-height:27px;
	height:25px;
	width:auto;	
	display:inline;
	text-indent:0px;
	background:url("../img/ui/dot.gif") bottom repeat-x;
	font:normal bold 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;
	color:#7c7c7c;
	padding-bottom:1px;
}
#content form {
	margin:10px 0 0 0;
	padding:0;
}
.textfield {
	font:normal 10px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	padding:2px 2px 10px 2px;
	margin:0;
	border:1px dotted #666;
	background-color: #fff;
	color:#8fcb18;;
}
input#name {
	width:200px;
	float:left;
}
input#email {
	width:320px;
	float:left;
	margin:0 0 0 20px;
}
input#submit {
	margin:10px 0 0 0;
}
#message {
	width:546px;
	margin:10px 0 0 0;
}
p.contact_green {
	color:#8fcb18;
	font:bold normal .85em/.5em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;
}
p#error_msg {
	color:#8fcb18;
	font:bold normal .9em/.5em "ITC Avant Garde Gothic", "Century Gothic", Verdana, Arial, sans-serif;	
}

/* */
span.credit_name {
	color:#8fcb18;
	font-size:.8em;
	background:url("../img/ui/dot.gif") bottom repeat-x;
	font-weight:bold;
}
#content a.credit_link:link,
#content a.credit_link:visited {
	color:#666;
	font-weight:normal;
	line-height:15px;
	padding:0;
	font-size:.8em;
	margin:0;
}
#content a.credit_link:hover {
	text-decoration:underline;
}

#content p a:link,
#content p a:visited {
	color:#8fcb18;
	font-weight:normal;
}
span.grey {
	color:#666;
}
span.tick {
	margin-left:20px;
	padding-left:20px;
	background:url('../img/ui/tick.gif') left no-repeat;
}
span.stars {
	width:62px;
	height:13px;
	float:left;
	margin:9px 0 0 0px;
	padding:0;
	background:url("../img/ui/4stars.gif") top left no-repeat;
}
.float_left {
	float:left;
}

#content h3.nounderline {
	border:0 none;
	background:transparent;
	width:auto;
}
.menu_dl {
	clear:both;
	width:260px;
	margin:10px 0 20px 0;
	padding:0;
	font:normal normal 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
}
.menu_dl span {
	font-size:10px;
}
.menu_dl a:link,
.menu_dl a:visited {
	text-indent:-1000px;
	display:block;
	height:25px;
	width:31px;
	background:url("../img/ui/dl_cloud.gif") top left no-repeat;
	float:right;
	font-size:.1em;
	color:white;
}
.menu_dl a:hover {
	background-position:0 -25px;
}
h3 span {
	font-weight:normal;
}
h3 {
	margin:15px 0;
}

#menu_footer {
	clear:both;
	width:80%;
	height:150px;
	margin:0 auto;
	margin-bottom:20px;
	position:relative;
	top:20px;
	left:-50px;
	background:url("/img/ui/menu_flourette.gif") center no-repeat;
}
#menu_footer div {
	text-align:center;
	width:100px;
	margin:0px auto;
	position:relative;
	top:40px;
	margin-bottom:0;
	font:normal normal 12px/1.3em "ITC Avant Garde Gothic", "Century Gothic",  Arial, sans-serif;
	color:#666;
}
#menu_address {
	width:80%;
	margin:50px 0 10px 0;
	font-size:.7em;
}
address {
	padding:5px 0;
	font:normal normal 12px/14px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	float:left;
}
img#map {
	float:left;
	width:304px;
	margin:-20px 0px 0 70px;
}
h2 {
	clear:both;
}

/*   SEASONS  */
/*the seasons lists*/
ul.seasons{
	list-style: none;
	padding-left: 0px;
}
/* season blocks */
ul.seasons li ul{
	padding-left: 0px;
	display: block;
	float: left;
	margin-top: 10px;
}
ul.seasons li ul li{
	color: #666666;
	font-size: 14px;
	padding-left: 0px;
}

/* titles (seasons) */
ul.seasons li{
	color:#8fcb18;
	font-size: 24px;
}
ul.seasons li{
	display: block;
	float: left;
}
/*month blocks*/
ul.seasons li ul li{
	float: left;
	display: block;
	width: 180px;
}
ul.seasons li ul li ul{
	border-top: 1px solid #666666;
	margin: 6px 0 4px 0;
}
/* food list items */
ul.seasons li ul li ul li{
	float: none;
	font-weight: normal;
	font-size: 12px;
}

/*   PRESS    */
ul.press{
	display: block;
	float: left;
	clear: left;
	list-style: none;
	padding-left: 0px;
}
ul.press li{
	margin-bottom: 8px;
	font-size: 12px;
	color: #8fcb18;
}

ul.links{
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
}
ul.links li{
	margin-bottom: 16px;
}
ul.links li a{
	color: #333333;
	text-decoration: none;
}
ul.links li a:hover{
	color: #8fcb18;
	text-decoration: underline;
}

/* menu */
dl {
background:transparent url(dot.gif) repeat-x scroll 0 1.2em;
margin:0 0 1em;
overflow:auto;
width:390px;
font-size: 12px;
}
dt {
float:left;
padding-right:3px;
}
dd{
color:#AAAAAA;
float:right;
padding-left:3px;
}

div.tript{
	margin: 10px 0 20px 0;
	float: left;
	clear: left;
}
div.tript img{
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
div.menu h3{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
/***************** GLOBAL -> SAFARI HACK *********************/
#header ul li a:link, 
#header ul li a:visited {
	font:normal normal 10px/15px "ITC Avant Garde Gothic", "Century Gothic", Arial, sans-serif;
	* /* safari hack, fails after this */
}
.details h3{
	width: 370px;
	float: left;
	display: block;
}