﻿* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: 4px auto 4px auto;
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url('../Images/backgroundTop.jpg');
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 209px;
	margin: 24px 45px 25px 46px;
}
#subTopRight {
	float: right;
	width: 650px;
	margin-left: 10px;
}
#fizzyTea {
	background-position: right center;
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url('../Images/organicSealBrown.png');
	background-repeat: no-repeat;
	margin-right: 45px;
	text-align: center;
}
#fizzyTea h1 {
	font-size: 27pt;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}
#fizzyTea p {
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 13pt;
	font-style: italic;
}
#mainNav {
	padding-top: 20px;
	margin-right: 30px;
}
	#mainNav li {
	background: transparent url() no-repeat scroll 0 0;
	float: left;
	height: 31px;
	list-style-type: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#mainNav li:hover {
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #74A035;
}
		#mainNav a {
			height: 31px;
			display: block;
		}
		#mainNav li a span {
			position: absolute;
			left: -999em;
		}
		.fizzyteaNav {
			width: 183px;
			background-image: url('../Images/fizzyteaNav.png');
		}
		.yourhealthNav {
			width:  173px;
			background-image: url('../Images/yourhealthNav.png');
		}
		.ourstoryNav {
			width:  133px;
			background-image: url('../Images/ourstoryNav.png');
		}
		.contactNav {
			width:  126px;
			background-image: url('../Images/contactNav.png');
		}
.navLine {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
.activeNav {
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #74A035;
}
#lowerContainer {
	background-position: bottom;
	margin-top: 8px;
	background-image: url('../Images/backgroundBottom.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
		#lowerLeft {
			float: left;
			margin-left: 5px;
			width: 295px;
		}
		#lowerRight {
			width: 660px;
			float: right;
		}
#footer {
	text-align: center;
	margin-top: 30px;
	margin-right: 285px;
	padding-bottom: 115px;
}
		#footer ul {
			list-style-image: none;
		}
		#footer li {
			display: inline;
			margin-left: 7px;
			margin-right: 7px;
			
		}
		#footer li a {
			font-size: 1.2em;
			color: #375B24;
			text-decoration: none;
		}
		#footer li a:hover {
			text-decoration: underline;
		}
		#footer p {
			margin: 12px 1px 1px 1px;
			color: #787D6C;
		}
.trademark {
	vertical-align: text-top;
	font-size: 0.3em;
}
.clear {
	clear: both;
}
.line {
	border-top-style: solid;
	border-top-color: #000000;
}
#lowerRight h1 {
	font-size: 1.65em;
	color: #74A035;
	margin-right: 38px;
	margin-left: 13px;
	padding-top: 5px;
}
#lowerRight h2 {
	font-size: 1.45em;
	color: #74A035;
	margin-right: 38px;
	margin-left: 13px;
	padding-top: 5px;
}
#lowerRight p {
	line-height: 1.25em;
	margin: 12px 38px 11px 13px;
	font-size: 1.05em;
}
.imageleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
.imageright {
	float: right;
	margin: 10px 5px 10px 10px;
}
.lemonImg {
	margin-top: 15px;
	margin-bottom: 35px;
}
#sideBoxOuter {
	background-image: url('../Images/sideTile.png');
	margin-top: 17px;
	margin-right: 14px;
	margin-left: 6px;
	padding: 10px;
}
#sideBoxInner {
	background-color: #B9CB9A;
	padding: 10px;
	min-height: 200px;
}
#sideBoxInner p {
	font-size: 0.95em;
	line-height: 1.1em;
	margin-bottom: 20px;
	margin-top: 4px;
}
