/* Author: Sheena Sylvester
    Coffee Express Style Sheet
    Date: 03-02-08 */

a{	
	color: #cc6600;
	font-size: 10px;
	font-weight: bold;
}
	
a:hover{
	color: #669900;
	font-size: 10px;
	font-weight: bold;
}

a.systems{
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 12px;
	color: #330000;
}

a.email{
	color: blue;
}
	
a.email:hover{
	font-weight: bold;
	color: blue;
}

body{
	background: url(../images/bg.jpg) repeat-x; 
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 11px;
	color: #330000;
	margin-top: 0px;
}

body table p{
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 13px;
	color: #330000;
	
}

h2{
	position: relative;
	top: 5%;
	margin-left: 33px;
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif;
	font-style: italic;
	color: #330000;
}

h2.mainHeading{
	position: relative;
	top: 30px;
}
h2.mainHeading:first-letter {
	font-family: Edwardian Script ITC, Curlz MT, chiller, Helvetica;
	font-size: 250%;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

h3{
	font-family: Curlz MT, chiller, Helvetica;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

h3.subHeading:first-letter {
	font-family: Curlz MT, chiller, Helvetica;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

h5{
	font-family: Curlz MT, chiller, Helvetica;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

h5.subHeading:first-letter {
	font-family: Curlz MT, chiller, Helvetica;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

hr{
	background-color: #663300;
}

ul#nav{
	list-style-type: none;
}

ul#nav li{
	display: inline;
}

/* Selects only links in the nav list */
ul#nav li a{ 
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	color: #996633;
	font-size: 11px;
}

ul#nav li a:hover{ 
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	color: #663300;
	font-size: 13px;
	text-decoration: underline;
}

.bullet {
	list-style-image: url(../images/beanbullet.gif);
}

.ctr{
	text-align: center;
}

.imageRight{
	float: right;
	border: ridge 2px #663300;
}

.slogan{
	text-align: center;
	font-family: Curlz MT, Chiller, Helvetica;

	font-size: 22px;
}
/* Content Area */
.header{
	margin-top: 0px;
	background: url(../images/hdrRecipe.jpg) no-repeat;
	border: 3px solid #663300;
	min-height: 330px;
	max-width: 863px;
	z-index: 45;
}

.cbg{
	margin-top: 0px;
	background: url(../images/contentbg.jpg) repeat;
	z-index: 35;
}

.cbgbdr{
	margin-top: 0px;
}

.footer{
	background: url(../images/footer.jpg) repeat;
	border-top: 3px solid #663300;
	z-index: 45;
	min-height: 50px;
	text-align: center;
	padding-top: 10px;
}

.footer p{
	font-size: 10px;
	color: #cc6600
	}

.footer p a{
	font-size: 10px;
	color: #cc6600;
	font-weight: bold;
}
	
.footer p a:hover{
	color: #669900;
	font-size: 10px;
	font-weight: bold;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

/**/
.navBg{
	text-align: center;
} 

.mainContent{
	position: relative;
	top: 0%;
	padding: 55px;
	
}

.tbl{
	border: 3px solid #663300;
	max-width: 863px;
}

.txtBtns{
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #660000;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
	width: 105px;
	border: ridge 1px #993300;
	background: #CC3300;
}

.water{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
/* End Content Area Formatting */
