﻿html 
{
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #6f5038;
	background-image: url("../images/bean-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #412f21;
}

a:link, a:visited, a:active
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #8f4b4e;
	text-decoration: underline;
}

a:hover
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #412f21;
	text-decoration: none;
}

.White
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #ffffff;
	font-weight: bolder;

}

.WhiteMedium
{
	font-size: 16px;
	line-height: 20px;
	font-family: arial;
	color: #ffffff;
	font-weight: bolder;

}

.WhiteLarge
{
	font-size: 19px;
	line-height: 24px;
	font-family: arial;
	color: #ffffff;
	font-weight: bolder;

}



.Brown
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #412f21;
	font-weight: bolder;

}

.BrownMedium
{
		font-size: 16px;
	line-height: 20px;
	font-family: arial;
	color: #412f21;
	font-weight: bolder;

}

.BrownLarge
{
	font-size: 19px;
	line-height: 24px;
	font-family: arial;
	color: #412f21;
	font-weight: bolder;

}

.BrownXLarge
{
	font-size: 23px;
	line-height: 28px;
	font-family: arial;
	color: #412f21;
	font-weight: bolder;

}

.RedBrown
{
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
	color: #8f4b4e;
	font-weight: bolder;

}

.RedBrownMedium
{
		font-size: 16px;
	line-height: 20px;
	font-family: arial;
	color: #8f4b4e;
	font-weight: bolder;

}

.RedBrownLarge
{
	font-size: 19px;
	line-height: 24px;
	font-family: arial;
	color: #8f4b4e;
	font-weight: bolder;

}


.QuoteText 
{
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
	color: #212121;
	font-style:italic;
	
	}
	
	.QuoteFrom 
{
	font-size: 12px;
	line-height: 16px;
	font-family: arial;
	color: #8f4b4e;
	font-style:normal;
	font-weight: bolder;
	
	}



hr 
{
	color: #412f21; 
	background: #412f21; 
	border: 0; 
	height: 2px;
	margin: 2px 0;
	padding: 0;
	
	}
	
	


.footer
{
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: #412f21;

}

a.footer:link, a.footer:visited, a.footer:active
{
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: #412f21;
	text-decoration: underline;
}

a.footer:hover
{
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: #8f4b4e;
	text-decoration: none;
}

.FormText 
{
	
	font-family:  arial, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8f4b4e;
	font-weight: bolder;
	}

.title 
{
	
	font-family:  arial, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #412f21;
	border-bottom: solid 1px #412f21;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
	font-weight:bolder;
	
	}


#nav
{
	margin: 0;
	padding: 0 ;
	background: url(   '../images/bg-nav.gif' ) 0 0 repeat-x;
	float: left;
	width: 976px;
}

#nav li
{
	display: inline;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
}
#nav a:link, #nav a:visited
{
	color: #3d3d3d;
	background: url(   '../images/bg-nav.gif' ) 0 0 repeat-x;
	padding: 5px 10px 5px 11px;
	float: left;
	width: auto;
	border-right: 1px solid #000000;
	height: 19px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover
{
	color: #3d3d3d;
	background: url(   '../images/bg-nav-over.gif' ) 0 0 repeat-x;
	text-decoration: none;
}


#nav li:first-child + li + li + li + li + li + li + li a
{
	border:none;
	padding-right: 13px;
}

.formInput
{
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	font-family: arial;
	height: 18px;
}



