body {
	background-color: navy;
}

#container2 {
	width: 916px;
	border: 2px solid #CCCCCC;
	font-family: Tahoma;
	height: auto;
}

#container {
	width: 900px;
	border: 3px solid #CCCCCC;
	background-color: white;
	font-family: Tahoma;
	margin: 3px;	
	height: auto;
}

#topsection {
}

#menu {
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background-color: white;
}

.menu {
	color: navy;
	text-decoration: none;
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
    margin-top: -12px; 
}

.menu:hover {
	color: #CCCCCC;
}

.viewcart {
	background-color: white;
	font-family: Tahoma;
	font-size: 12pt;
	color: navy;   
	border: none;  
	cursor: pointer; 
	cursor: hand;
	width: 88px;
}

.viewcart:hover {
	color: #CCCCCC; 
}

#main {
	font-size: 12pt;
	color: Navy;
	text-align: left;
	padding: 10px;
	width: 880px;
	background-color: white;
}

#comingsoon {
	font-size: 32px;
	color: Navy;
	text-align: center;
	margin: 80px;
}

#submenu {
	text-align: center;
	width: 860px;
}

.submenu {
	color: navy;
	text-decoration: none;
	font-size: 10pt;
}

.submenu:hover {
	color: #CCCCCC;
}

#viewcart {
	float: right;
	width: 200px;
	text-align: right;
}

#text {
	width: 860px;
	background-color: white;
}

.hometext1 {
	border-top: 2px dotted purple;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 860px;
	background-color: white;
}

.hometext {
	border-top: 2px dotted purple;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 860px;
	background-color: white;
}

#para2 {
	width: 860px;	
	background-color: white;
	border-top: 2px dotted purple;
}

#image {
	float: right;
	width: 300px;
	height: 190px;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 16px;	
}

h3 {
	font-style: italic;
	font-weight: normal;
	color: Purple;
}

.products {
	width: 870px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	height: 300px;
}

.productinfo {
	width: 860px;
	border-top: 1px solid #CCCCCC;
}

.prodimg {
	margin-right: 50px;
}

.ingredients {
	float: left;
	width: 416px;
	border: 1px solid black;
	height: 175px;
	margin: 6px;
}

.ingredients2 {
	float: left;
	width: 415px;
	border: 1px solid black;
	height: 300px;
	margin: 6px;
}

.ingredients3 {
	float: left;
	width: 415px;
	height: 305px;
	margin: 6px;
}

.links {
	color: navy;
	text-decoration: underline;
}

.links:hover {
	color: #CCCCCC;
}

#bottomsection {
	color: navy;
	font-size: 10pt;
	width: 870px;
	float: center;
	background-color: white;
}

.terms {
	color: navy;
	text-decoration: none;
	font-size: 10pt;
}

.terms:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#copy {
	width: 900px;
	float: center;
}

.copy {
	font-size: 12px;
	color: white;
	text-decoration: none;
	float: left;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-right:2px;
}
.adh {
	font-size: 12px;
	color: white;
	text-decoration: none;
	float: right;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
	margin-left:2px;
}

.adh2 {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.adh2:hover {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}



