﻿body
{
	font-family: Arial;	
	margin: 0px;
}

a
{
	color: #51667e;	
}

a:visited
{
	color: #51667e;	
}

#topbar
{
	height: 102px;
	background: url("images/bluebar.gif") repeat-x top left;	
	position: relative;
	 
}

#logoDiv
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	 
}

#logo
{
	 
	position: absolute;
	top: 0px;	
}


#tabs
{
	position: relative;
	top: 82px;
	 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	 
}

.tabL
{
	float:left;
	width: 7px;	
	 margin: 0px;
	background: url("images/TabL.gif") no-repeat top left;
	line-height: 20px;
	height: 20px;
}

.tab
{
	float: left;
	margin: 0px;
	padding-left: 3px;
	padding-right: 10px;
	background: url("images/TabR.gif") no-repeat top Right;
	line-height: 20px;
	font-size: 0.7em;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #6e6e6f;
}

.StabL
{
	float:left;
	width: 7px;	
	 margin: 0px;
	background: url("images/STabL.gif") no-repeat top left;
	line-height: 20px;
	height: 20px;
}

.Stab
{
	float: left;
	margin: 0px;
	padding-left: 3px;
	padding-right: 10px;
	background: url("images/STabR.gif") no-repeat top Right;
	line-height: 20px;
	font-size: 0.7em;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #6e6e6f;
}

.tab a
{
	color: #6e6e6f;
	text-decoration: none;
}

.Stab a
{
	color: #6e6e6f;
	text-decoration: none;
}


#bottleImage
{
	position: absolute;
	top: 0px;
	z-index: 2;
	
}

#main
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}

#ingredients
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;	
}

/* headings */
h1
{
	font-size: 1.5em;
	padding-top: 20px;
	color: #8e9fb2;
	padding-left: 3px;
}

h1 sup
{
	font-size: .4em;
	position: relative;
	top: -0.8em;
}


h2
{
	font-size: 1.2em;
	padding-top: 3px;
	color: #8e9fb2;
	padding-left: 3px;
	padding-bottom: 10px;
}




/* bullets */
.n1
{
	padding-left: 25px;
	background: url("images/n1.gif") no-repeat top left;
	padding-bottom: 8px;
	padding-top: 2px;
	margin-top: 5px;
}

.n2
{
	padding-left: 25px;
	background: url("images/n2.gif") no-repeat top left;
	padding-bottom: 8px;
	padding-top: 2px;
}

.n3
{
	padding-left: 25px;
	background: url("images/n3.gif") no-repeat top left;
	padding-bottom: 8px;
	padding-top: 2px;
}

.n4
{
	padding-left: 25px;
	background: url("images/n4.gif") no-repeat top left;
	padding-bottom: 8px;
	padding-top: 2px;
}

.n5
{
	padding-left: 25px;
	background: url("images/n5.gif") no-repeat top left;
	padding-bottom: 8px;
	padding-top: 2px;
}

.bullet
{
  background: url("images/bullet.gif") no-repeat center left;	
  padding-left: 10px;
   
}

.blueLineTop
{
	border-top: solid 1px lightgrey;
	padding-top: 5px;	
}

/* testimonials.htm */
.testimonial
{
	padding-bottom: 20px;	
}

.quoter
{
	font-size: .8em;
	font-style: italic;
	display: block;
}

sup.small
{
	font-size: .7em;
}

#contactDiv
{
	font-size: .9em;	
	padding-left: 10px;
}

#address
{
	font-size: 1.2em;
	 
}

.contactheader
{
	font-weight: bold;
}

#bottom
{
	background: url("images/bottomGrad.gif") repeat-x top;
	height: 100px;	
	margin-top: 20px;
	text-align: center;
	padding-top: 7px;
	font-size: .7em;
}


