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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	margin: 0; /* 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: #FFF;
	list-style-type: none;
}

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

img {
	border: none;
}

.important {
	font-weight: bold;
	color: #FFCC33;
	text-align:center;
}

#headerA {
	color: #FFFFFF;
	background-color: #003300;
}


#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #1f3a00;
	background-image: url(images/containerBG.jpg);
	background-position:left;
	background-repeat: repeat-y; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 

#containerSecondary {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #1f3a00;
	background-position:left;
	background-repeat: repeat-y; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image:url(images/europaBanner.jpg);
	background-position:left;
	height: 200px;
	padding: 0;
	background-color: #1f3a00;
	background-repeat: no-repeat;
} 
#header img {
	float:right;
	padding-right: 20px;
}
#header h1 {
	position: absolute;
	visibility: hidden;
}
#navBar {
	margin-top: -31px;
	height:auto;
	width: auto;
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
padding:0;
}

ul.menu li a {
float:left;
color:#ffcc33;
text-decoration:none;
height:24px;
padding:9px 10px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

ul.menu{
	background-color:#669900;
}
ul.menu li a:hover, .menu li.current {
	background-color:#339900;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/

#sidebar1 {
	float: right;
	width: 220px; 
	padding-left: 25px;
	}

#sidebar1 h3 {
	font-size: 1em;
}
.meats,.bread,.dessert,.coffee, .homeMade, .more, .honey , .frozen, .drinks, .gallery, .dry, .party{
	margin: 0;
	width: 200px;
	height: 150px;
	float: left;
	background-image:url(images/meat.jpg);
}

.meats:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/meatHover.jpg);
}

.bread{
	float: left;
	background-image:url(images/bread.jpg);
}

.bread:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/breadHover.jpg);
}

.dessert{
	float: left;
	background-image:url(images/dessert.jpg);
}

.dessert:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/dessertHover.jpg);
}

.coffee{
	float: left;
	background-image:url(images/coffee.jpg);
}

.coffee:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/coffeeHover.jpg);
}

.homeMade{
	float: left;
	background-image:url(images/prep.jpg);
}

.homeMade:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/prepHover.jpg);
}

.more{
	float: left;
	background-image:url(images/more.jpg);
}

.more:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/moreHover.jpg);
}

.honey{
	float: left;
	background-image:url(images/honey.jpg);
}

.honey:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/honeyHover.jpg);
}

.dry{
	float: left;
	background-image:url(images/dryGoods.jpg);
}

.dry:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/dryGoodsHover.jpg);
}


.frozen{
	float: left;
	background-image:url(images/frozen.jpg);
}

.frozen:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/frozenHover.jpg);
}

.drinks{
	float: left;
	background-image:url(images/drinks.jpg);
}

.drinks:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/drinksHover.jpg);
}

.party{
	float: left;
	background-image:url(images/party.jpg);
}

.party:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/partyHover.jpg);
}

.party1{
	float: left;
	background-image:url(images/prep.jpg);
}

.party1:hover {
	width: 200px;
	height: 150px;
 	background-image: url(images/prepHover.jpg);
}

.corner{
	float: left;
	width: 200px;
	height: 150px;
	background-image:url(images/cornerBrowse.png);
}

#mainContent {
	margin: 0;
}
 
#mainContent ul{
	list-style-type:none;
	text-align:center;
	font-weight: bold;
}

#mainText {
	margin-top: -30px;
 /*	padding-left: -60px;*/
} 

#mainText p {
	text-align: center;
} 

#mainText h1{
	font-size: 1.5em;
	text-align: center;
}

#mainText h2{
	font-size: 1.2em;
	text-align: center;
	display: block;
	margin-top: 50px;
	width: 600px;
	margin-left:auto;
	margin-right: auto;
}

#sidebar2 {
	width: 360px;
	height: 820px;
	float: left;
}

#sidebar2 img, #sidebar2 #gift  {
	float: left;
	margin: 10px 0 10px 10px;
	color: #000000;	
}

#sidebar2 #gift {
	font-size: 2.6em;
	width: 300px;
	border-width: 10px;
	border-color: #000000;
	}
.indent {
	text-indent: 420px;
}
	


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1f3a00;
	background-image:url(images/footerBG.jpg);
	background-position:left;
	background-repeat:no-repeat;
} 

#footerSecondary {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1f3a00;
	background-position:left;
	background-repeat:no-repeat;
} 
#footer p, #footerSecondary p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .6em;	
	text-align: right;
}

/* Miscellaneous classes for reuse */
.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: auto;
	margin-right: 20px;
}
.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;
}
.center {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#info {
	float: left;
	width: 220px;
	margin-right: -20px;
}
.soon {
	height: 600px;
	width: 600px;
	margin-left: 360px;
	margin-top: 30px;
}

#secFrame {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#secFrame p {
	margin-bottom: -5px;
	font-size: 1em;
	font-weight: normal;
}


#secFrame img{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	float: left;
}

#browse {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


#gallery {
	width:900px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	background-color:#003300;
	position:relative;
	}
#container #gallery #galleryUpLt {
	background-image: url(images/galleryCr_TL.jpg);
	height: 50px;
	width: 50px;
	left: 0px;
	top: 0px;
	position:absolute;
}

#container #gallery #galleryDnLt {
	background-image: url(images/galleryCr_BL.jpg);
	height: 50px;
	width: 50px;
	left: 0px;
	bottom: 0px;
	position:absolute;
}

#container #gallery #galleryUpRt {
	background-image: url(images/galleryCr_TR.jpg);
	height: 50px;
	width: 50px;
	right: 0px;
	top: 0px;
	position:absolute;
}

#container #gallery #galleryDnRt {
	background-image: url(images/galleryCr_BR.jpg);
	height: 50px;
	width: 50px;
	right: 0px;
	bottom: 0px;
	position:absolute;
}
	
#simpleViewer {
	width:805px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -30px;
}

.prices {
	width: 390px;
	height: 295px;
	float: left;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
.small {
	font-size: .8em;
}

.centerClear {
	text-align: center;
	clear: left;
	width: 300px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

