/* CSS Document */
@import url(reset.css);

body{
	/*background:url(../gfx/water.jpg) repeat-x center 95px;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(../gfx/bg-repeat.jpg) repeat-x 0px -200px  #56b5e2;
}

a:link, a:visited, a:active {
	color: #008fd5;
	text-decoration: none;
}

a:hover {
	color: #bcb72c;
	text-decoration: underline;
}

#container{
	width:960px;
	margin:auto;
}
#logo{
	margin:0px auto 10px auto;
	width:960px;
	background-image: url(../gfx/header.jpg);
	height: 170px;
	position: relative;
}
#menu{
	padding-left:100px;
	border-top:1px solid #8cc63f;
	border-bottom:1px solid #8cc63f;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#menu ul li{
	float:left;
	margin-right:18px;
	height:20px;
	overflow:hidden;
}
#menu ul li a:hover{
	display:block;
	margin-top:-20px;
}
.selected{
	margin-top:-20px;
}
.last{
	margin:0;
}
.clear{
	clear:both;
}

/* Bottles on Homepage */
#bottles {
	height:400px;
	margin:0px 5px;
}

#bottles li{
	float:left;
	margin-left:5px;
}

#tout{
	width:600px;
	height: 259px;
	margin: 0 auto 20px auto;
	clear: both;
}

/* Mail Form */
#mailForm{
	width:300px;
	margin:25px auto;
	clear:both;
}
#mailForm p {
	color:#666;
}

/* Ingredient Detail Page */
#ingredients{
	margin:25px 0;
}
.ingredientList{
	float:left;
	width:470px;
	padding:0px;
}
.ingredientList p{
	font-size:12px;
	color:#666;
	margin:0px 0px 15px 0px;
}

.ingredientList h3{
	display:block;
	font-weight:bold;
	font-size: 16px;
	line-height: 1.2;
	color: #008fd5;
	border-bottom: 1px solid #8cc63f;
	margin: 0px 0px 10px 0px;
	padding:4px;
	background-color: #F4F9EC;
}
.ingredientCulture{
	float:left;
}
.bottle{
	float:right;
}

#text{
	margin:25px 20px 0px 0px;
	width:450px;
	float:left;
}

#text h2 {
	font-size:18px;
	color: #8cc63f;
	margin: 0px 0px 5px 0px;
}

#text p{
	font-size:12px;
	color:#666;
	margin-bottom:15px;
	line-height: 1.2;
}
#text p strong{
	display:block;
	font-weight:bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.sideImg {
	margin-top: 25px;
	padding-left: 25px;
}
#text .small {
	font-size:11px;
}
#logo img {
	position: absolute;
	left: 373px;
	top: 84px;

}

.toggler:hover {
	background-color:#E7F4FE;
	cursor:pointer;
	color:#006699
}
 
.element {
 
}
 
.element p {
	margin: 0px 0px 15px 0px;
	line-height: 1.3;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
.ingredientList h2 {
	font-size: 24px;
	color: #0059AA;
	margin:0px 0px 5px 4px;
}
.ingredientList p {
	margin:0px 0px 10px 4px;
	line-height:1.2;
}
.png{ behavior: url(css/iepngfix.htc) }
.float-left {
	float: left;
	margin: 0px 20px 0px 0px;
}
#tout h3 {
	font-size: 18px;
	color: #008fd5;
	border-bottom: 1px solid #8cc63f;
	border-top: 1px solid #8cc63f;
	margin: 55px 0px 10px 0px;
	text-align: center;
	padding: 3px 0px;
}
#tout p {
	color: #004e8a;
	line-height:1.2;
}
#tout .float-right {
	width: 280px;
}
#tout a {
	color: #0058AA;
	font-weight: bold;
	text-decoration: underline;
	padding:0px 2px;
}
#tout a:hover {
	color: #fff;
	background-color: #4FB4E3;
	text-decoration: none;
	color: #FFFFFF;
}
body#homepage {
	background-position: 0px 0px;
}

#terms{
	margin:25px 0;
}
.terms {
	float:left;
	width:100%;
	padding:0px;
}
.terms p{
	font-size:12px;
	color:#666;
	margin:0px 0px 15px 0px;
}

/* @group Forms */
#forms {
	margin: 10px auto;
	width: 740px;
	color: #004E8A;
}

#forms p {
	margin-bottom: 10px;
}

#forms label {
	width: 160px;
	display: block;
	float: left;
	margin-bottom: 5px;
	clear: left;
	font-weight:bold;
}
#forms input, #forms select, #forms textarea {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
}
#forms input, #forms textarea {
	width:200px;
}
#forms textarea {
	height:100px;
	font-family:"Segoe UI", "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
}

/* Foooter */
#footer {
	width:650px;
	margin:25px auto;
	clear:both;
}
#footer p {
	color:#666;
}
#footer .col {
	float: left;
	width: 50%;
}
#footer .col #footerLogo {
	width: 77px;
	float:left;
	margin-bottom:50px;
}

/* @end */
