.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C2C5AE;
	text-align: left;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-variant: normal;
        text-decoration: none;
        color:#830F00;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#333333;
}
.maincell {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.maincell-left-quote {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #927F5A;
		text-align: center;
		font-style: italic;
}
.maincell-left-bottom-position {
		vertical-align:bottom;
}

/* General linkology */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #9E2B1E;
	background: transparent; 
	}
a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #414141;
	background: transparent; 
	}
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #9E2B1E;
	background: transparent;  
	}
/* Tab Navigation */
.tab {
	vertical-align:top;
	width: 58px;
	height: 318px;
}
#tabnav {
	padding: 0;
	margin: 0;
}
#tabnav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#tabnav li {
	padding: 0 0 1 0;
	margin: 0;
}
	
#tabnav li a {
	width: 35px;
	position: relative;
	left:13px;	
}
#tabnav ul li#tab_top a	{
	top:23px;
	height:135px;
	display: block;
	}
#tabnav ul li#tab_bottom a	{
	top:3px;
	height:135px;
	display: block;
	}
	
/*  Horizontal top nav core */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #830F00;
	height: 2em;
	border: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	font-size: 13px;       
	}
html>#menu ul li a  {
	font-size: 13px;   
	} 
#menu ul li a:hover {
	color: #000;
	background: #C2C5AE;
	}
#menu a:active	{
	background: #921B17;
	color: #fff;
	font-weight:bold;
	}	

/*  Horizontal top nav specifics - products */	
#menu ul li#panel1p a	{
	width: 80px;
	}
#menu ul li#panel2p a	{
	width: 95px;
	}
#menu ul li#panel3p a	{
	width: 140px;
	}
#menu ul li#panel4p a	{
	width: 144px;
	}
#menu ul li#panel5p a	{
	width: 103px;
	}
#menu ul li#panel6p a	{
	width: 106px;
	}	
#menu ul li#panel7p a	{
	width: 100px;
	}

/*  Horizontal top nav specifics - ingredients */
#menu ul li#panel1i a	{
	width: 130px;
	}
#menu ul li#panel2i a	{
	width: 145px;
	}
#menu ul li#panel3i a	{
	width: 150px;
	}
#menu ul li#panel4i a	{
	width: 134px;
	}
#menu ul li#panel5i a	{
	width: 103px;
	}
#menu ul li#panel6i a	{
	width: 106px;
	}	

/* Footer styles */	

#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DEDECD;
	vertical-align: middle;
	text-align: left;
	border-color: #999999;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
}
.fineprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background: transparent;
	background-color:#FFFFFF;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	line-height: 2em;
	background-color:#CECDA5;
	border: 0px;
	color:#333300;
}
.ttip_headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	}
/* CSS needed for the tooltip script */

#ajax_tooltipObj{
        z-index:1000000;
        text-align:left;
}
#ajax_tooltipObj div{
        position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{   /* Left div for the small arrow */
        background-image:url('../images/arrow.gif');
        width:20px;
        position:absolute;
        left:0px;
        top:0px;
        background-repeat:no-repeat;
        background-position:center left;
        z-index:1000005;
        height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
        border:2px solid #830F00;       /* Border width */
        left:18px;      /* Same as border thickness */
        top:0px;
        position:absolute;
        width:200px;    /* Width of tooltip content */
        /* height:200px;   /* Height of tooltip content */
        background-color:#C2C5AE;  /* Background color */
        padding:15px;    /* Space between border and content */
        font-size:0.8em;        /* Font size of content */
        overflow:auto;  /* Hide overflow content */
        z-index:1000001;
	font-family:Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000000;
}
