* {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/bg.gif') repeat #000;
	text-align: center;
	color: #fff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1,h2,h3 {
	color: #66b8b8;
	font-family: Arial, sans-serif;
	margin-bottom: 12px;
	line-height: 24px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	color: rgb(225, 0, 102);
}

#content3 a {
	color: #007c96;
	text-decoration: none;
	font-weight: bold;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 160px;
}

#logo {
	height: 133px;
	width: 374px;
	overflow: hidden;
	background: url('images/logo.png') transparent no-repeat;
	float: left;
}

#logo h1 {
	overflow: hidden;
	line-height: 1000px;
	height: 33px;
	overflow: hidden;
	text-indent: -12345px;
}

#navcontainer
{
	float: right;
	margin-right: 38px;
	margin-top: 90px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #4C4442;
	color: #fff;
	width: 600px;
	font-family: tahoma, verdana, arial;
	font-size: 10pt;
}

#nav {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 12px; 
	padding:5px;
	margin:0px;
	color:#fff; 
	margin-right: 38px;
	margin-top: 90px;
}

#nav a { 
	color:#fff;
	text-decoration:none;
	margin-left: 10px;
}
#nav a:hover {
	background-color: #4b4b4b;
	color: #33cccc;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 0.8em;
	text-decoration: none;
	float: left;
	color: #fff;
}

#navcontainer ul li a:hover
{
	background-color: #4b4b4b;
	color: #33cccc;
}

#footer {
	text-align: center;
	line-height: 32px;
}

#content1 {
	background: url('images/content1_bg_white.png') no-repeat top center;
	height: 520px;
	text-align: left;
}

#content1 p {
	margin-bottom: 16px;
}

#content2 {
	background: url('images/content1_bg_frame.png') no-repeat top center;
	height: 520px;
}

#content3 {
	color: #000;
	height: 520px;
}

#content4 {
	color: #000;
	height: 622px;
}
.bigger {
	width: 546px;
}

.left {
	float: left;
	width: 520px;
	padding: 70px;
}

.right {
	width: 520px;
	float: right;
	padding: 70px 100px 70px 70px;
}

#flavors td {
	padding-bottom: 20px;
	padding-right: 10px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

blockquote {
	border-bottom: 1px solid #e6f0f1;
	padding: 5px 0;
}

blockquote p {
	font-size: 90%;
	margin-bottom: 3px !important;
	font-style: italic;
}

blockquote p.from {
	font-style: normal;
	font-weight: bold;
}

#flavors {
	overflow: auto;
	height: 250px;
	font-size: 95%;
}

#flavors2 {
	overflow: auto;
	height: 350px;
	font-size: 95%;
}


#flavors p {
	margin-bottom: 3px;
}