@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd.png);
	background-repeat: no-repeat;
	background-position: top center;
}
a:link {
	color: #C3CF21;
}
a:visited {
	color: #C3CF21;
}
a:hover {
	color: #DAE458;
}
a:active {
	color: #C3CF21;
}


h1 {
	color: #8E8B03;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0px;
	}
	
h2 {
	color: #405D35;
	font-size: 20px;
	font-weight: lighter;
	}

p {
	margin: 1em 0 0;
	}
	
	
p img {
	border: 1px solid #8e8b03;
	}	

/* Layout and Structure */

#PageWrapper {
	margin:0 auto;
	padding:0px;
	width:1000px;
	}

#HeaderWrapper {
	height: 146px;
	}
	
#Nav {
	height: 43px;
	background: url(../images/nav-bkgd.png) no-repeat right;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#StoreNav {
	padding-top: 10px;
	}

#Logo {
	float:left;
	position:absolute;
	z-index:2;
	width: 296px;
	height: 143px;
	}
	
#RewardsCard {
	float:left;
	width: 435px;
	height: 52px;
	margin-left: 296px;
	}
	
#MivaSearch {
	float:right;
	width: 266px;
	}
	
#Content {
	width: 1000px;
	min-height:589px;
	}
	
#ContentMain {
	min-height:589px;
	background: url(../images/gourmet-market.png) no-repeat top left;
	}
	
#ContentMiva {
	min-height:589px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#ContentBox {
	min-height:589px;
	margin-left:285px;
	margin-top:0px;
	width:706px;
}


#ContentBox a:link {
	color: #486337;
}
#ContentBox a:visited {
	color: #486337;
}
#ContentBox a:hover {
	color: #C3CF21;
}
#ContentBox a:active {
	color: #486337;
}

#ContentMiddle {
	background: url(../images/content-box_bkgd.png) repeat-y;
	
	}
#ContentBoxBkgd {
	margin: 0 6px;
	min-height: 558px;
	background: url(../images/content-box_03.png) no-repeat bottom right;
	}

	
#Footer {
	width:1000px;
	min-height:100px;
	padding-top: 35px;
	padding-bottom: 10px;
}

#TwoColumn {
	float: left;
	width: 300px;
	padding-right: 10px;
}

/* Classes */


.category-cells {
	width: ;
	vertical-align: top;
	padding-left: 10px;
	}
		
.content-box-content {
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	}
	
.content-box-content td,tr{
	color: #000000;
	}
	

#category-product-container {
	width: 190px;
	min-height: 245px;
	margin: 10px;
	}

#category-product {
	background-color: #486337;
	color: #FFFFFF;
	padding: 10px 20px 10px;
	}
	
#category-product a:link {
	color: #C3CF21;
}
#category-product a:visited {
	color: #C3CF21;
}
#category-product a:hover {
	color: #DAE458;
}
#category-product a:active {
	color: #C3CF21;
}


.category-table {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:0px;
	margin-top:15px;
	width:1000px;
}

.category-home {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:275px;
	margin-top:0px;
	width:600px;
}

.category-bakery {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:460px;
	margin-top:15px;
	width:400px;
}

.category-fruit {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:375px;
	margin-top:15px;
	width:400px;
}

.category-tea {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:450px;
	margin-top:15px;
	width:400px;
}

.category-dairy {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:425px;
	margin-top:15px;
	width:400px;
}

.category-vegetable {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:375px;
	margin-top:15px;
	width:400px;
}

.category-wineandbeer {
	float:left;
	position:absolute;
	z-index:0;
	margin-left:300px;
	margin-top:15px;
	width:450px;

}





	


