/* CSS Document */

a {
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	color:#CC0099;
	font-weight: bold;
}

a:hover
{	
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	color:#D1904F;
	font-weight: bold;
}

a.pink {
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	color:#C61B71;
	font-weight: bold;
}

a:hover.pink
{	
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	color:#D1904F;
	font-weight: bold;
}

a.bigbrown {
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	font-size:14px;
	color:#543019;
	font-weight: bold;
}

a:hover.bigbrown
{	
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	font-size:14px;
	color:#BF0A30;
	font-weight: bold;
}


body{
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	background-attachment: fixed;
	background-color: #D1904F;
	background-image:  url(../images/pageillustrations/pagebg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 0px 0px;
}

table{
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	border-collapse: collapse;
}

#layout
{
	width: 750px;
	padding: 2px;
}


#content
{
	width: 750px;
	height: 450px;
	background-color:#FFFFFF;
	z-index:1;
	padding: 5px 0px 0px 10px;
	vertical-align: top;
}


#content td{
vertical-align: top;
}

#content h2 {
	font-size:22px;
	font-family: Tahoma, Verdana, Arial;
	color:#D1904F;
}

#content h3 {
	font-size:18px;
	font-family: Tahoma, Verdana, Arial;
	color:#543019;
}

#content h5 {
	font-size:14px;
	font-family: Tahoma, Verdana, Arial;
	color:#543019;
}

#content h6 {
	font-size:12px;
	font-family: Tahoma, Verdana, Arial;
	color:#543019;
}

#contenthome
{
	width: 750px;
	background-color:#D1904F;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 0px;
}

#contenthome h2 {
	color:#543019;
}


.footer{
	font-size:9px;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
}

.gingerfooter{
	font-size:9px;
	font-family: Tahoma, Verdana, Arial;
	color: #D1904F;
}

.header {
	width:750px;
	height: 94px;
	border: 1px solid #FFFFFF;
}


.pageheading{
	color:#543019;
	font-size:20px;
	line-height: 30px;
}


.brownbar {
	width:750px;
	background-color: #543019;
	border: 1px solid #FFFFFF;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}



.state {
	position:absolute;
	z-index:2;
	visibility: hidden;
	width: 280px;
}


.ingedientsbg
{
	background-attachment: scroll;
	background-image: url(../images/pageillustrations/ingredients.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.productsbg
{
	background-attachment: scroll;
	background-image: url(../images/pageillustrations/products.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.small {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
}

.inlineh3 {
	font-size:18px;
	font-family: Tahoma, Verdana, Arial;
	color:#543019;
}
