@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #573F23; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 846px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 64px;
	display:block;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 108px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #714d23;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #765C3B;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 400px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}
.twoColFixRtHdr #mainContent {
	height: 417px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 10px;
	background-color: #BBAA95;
	border: 4px solid #BCAB98;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
} 
.twoColFixRtHdr #footer {
	margin-right: 50px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 0.9em;
	text-align: left;
} 
.twoColFixRtHdr #footer p {
	margin-top: 0;
	margin-right: 50;
	margin-bottom: 0;
	margin-left: 64;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header  ul.nav  {
	list-style: none;
	float:left;
	width:650px;
	/*background-color:#CC0033;*/
	height:42px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;	
}

#container #header  ul.nav li{
	float:left;
	padding-right:15px;
    display:block;
	font-size: 0px;
    line-height: 0px;
	
	
	
}
#container #header  ul.nav li a{
	display:block;
	color:#573F23;
	text-indent: -7999px;
	width:92px;
	height:40px;
	/*background-color:#009933;*/
	}

.nav LI .links {BACKGROUND-IMAGE: url(images/nav_links.gif) ;background-position:0px 2px; } 
.nav LI .links:hover {BACKGROUND-IMAGE: url(images/nav_links.gif) ;background-position:0px -70px; } 
.nav LI .contact {BACKGROUND-IMAGE: url(images/nav_links.gif) ;background-position:-112px 2px;} 
.nav LI .contact:hover {BACKGROUND-IMAGE: url(images/nav_links.gif) ;background-position:-112px -70px;} 
.nav LI .stores {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-230px 2px;} 
.nav LI .stores:hover {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-230px -70px;} 
.nav LI .gallery {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-342px 2px;} 
.nav LI .gallery:hover {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-342px -70px;} 
.nav LI .about {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-434px 2px;}
.nav LI .about:hover {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-434px -70px;}
.nav LI .home {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-537px 2px;}
.nav LI .home:hover {BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-537px -70px;}


#home a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position: -537px -70px;}
#about a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-434px -70px;}
#gallery a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-342px -70px;}
#stores a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-230px -70px;}
#contact a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-112px -70px;}
#links a.selected{BACKGROUND-IMAGE: url(images/nav_links.gif);background-position:-0px -70px;}


#container  #gallerycontainer  ul.gallerymenu {
	list-style: none;
	float:left;
	/*background-color:#CC0033;*/
	padding:0;
	margin:5px 0 0 120px;
	font-weight:bold
	
}

#container #gallerycontainer  ul.gallerymenu  li{
	float:left;
	padding-right:30px;
	/*display:block;*/
			
}
#container  #gallerycontainer ul.gallerymenu li a{
	/*display:block;*/
	color:#FFFFFF;
	text-decoration:none;
	}
	#container  #gallerycontainer ul.gallerymenu li a span{
	/*display:block;*/
	color:#000000;
	text-decoration:none;
	}
#container  #gallerycontainer ul.gallerymenu li a:link{text-decoration:none;}
#container  #gallerycontainer ul.gallerymenu li a:visited{text-decoration:none;}
#container  #gallerycontainer ul.gallerymenu li a:hover{text-decoration:none; color:#000000}
#container  #gallerycontainer ul.gallerymenu li a:active{text-decoration:none;}

h1 { 
margin:0;
padding:0; 
}
#container #mainContent .aboutcontent {
	height: 284px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	background-color: #432911;
	border: 14px solid #e9ccaa;
	padding: 5px;
	margin-top: 55px;
}
#container #mainContent .aboutcontent p {
	line-height: 1.2em;
}
#container #mainContent .recipe {
	margin-right: auto;
	margin-left: auto;
	background-color: #432911;
	border: 10px solid #e9ccaa;
	padding: 5px;
	margin-top: 22px;
	height: 310px;
}
a:link {text-decoration:underline; color:#FFCC00;}
a:visited {text-decoration:underline; color:#FFCC00;}
a:hover {text-decoration:underline; color:#FF8000;}
a:active {text-decoration:underline; color:#FF8000;}

#container #gallerymain {
	background-color: #0099CC;
	margin-top: 10px;
	margin-right: 35px;
	margin-top:15px;
}
#container #gallerymain img {
	float: left;
	margin-right: 40px;
	margin-left: 0px;
}
#gallery #container #gallerycontainer {
	background-image: url(images/gallery_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 402px;
	width: 844px;
}
#home #container #sidebar1 h2 {
	line-height: 1.2em;
	text-align: center;
}
#container #mainContent .recipe .recipetext {
	text-align: right;
	font-size: 0.8em;
	color: #E3D5CC;
}
#container #mainContent .recipe h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #E9CCAA;
	margin-bottom: 3px;
}
.thumbnails a:link img{border: #B69530 2px solid; width:50px; height:50px;}
.thumbnails a:visited img{border: #B69530 2px solid; width:50px; height:50px;}
.thumbnails a:hover img{border: #FFCC00 2px solid;  width:50px; height:50px;}
.thumbnails a:active img{border: #C5BD89 2px solid;  width:50px; height:50px;}


.strong {
	font-weight: bold;
}
#container #mainContent .recipe .recipetext .rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E3D5CC;
	padding-right: 15px;
}
#gallery #container #sidebar1 h2 {
	font-size: 1em;
	color: #E9CCAA;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery #container #sidebar1 .recipeimage {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#gallery #container #mainContent .thumbnails {
	height: 55px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}
#gallery #container #mainContent .thumbnails img {
	/*border:none;*/
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#gallery #container #mainContent .recipe h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 0.8em;
	font-weight: bold;
	direction: rtl;
}


ul.gallerymenu2 {
	list-style: none;
	float:none;
	/*background-color:#CC0033;*/
	padding:0 0 0 100px;
	margin:0;
	font-weight:bold;
	text-align: center;
	}

ul.gallerymenu2  li{
	padding-right:30px;
	float: left;
	/*display:block;*/
			
}
ul.gallerymenu2 li a{
	/*display:block;*/
	color:#FFFFFF;
	text-decoration:none;
	}
ul.gallerymenu2 li a span{
	/*display:block;*/
	color:#000000;
	text-decoration:none;
	}
ul.gallerymenu2 li a:link{text-decoration:none;}
ul.gallerymenu2 li a:visited{text-decoration:none; color:#FFFFFF;}
ul.gallerymenu2 li a:hover{text-decoration:none; color:#000000}
ul.gallerymenu2 li a:active{text-decoration:none;}
.signature {
	float: left;
	padding-top: 10px;
}

