@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #462406;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content {
	width: 750px;
	margin: 0 auto;
	
	/*border: 1px solid #00A;*/  
}
#background_wrapper {
	background: url(../images/gradbg.jpg);

}
img {
	border: 0px;
}
h1 {
	
	font-size: 1.3em;
	text-align: center;
}
h2 {
	
	font-style: italic;
	font-weight:normal;
	font-size: 1em;
	text-align: center;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .8em;
	font-style:italic;
	
}
p{
	font-size: .9em;
}
ul {
	font-size: .9em;
}
a:link {
				color: #333;
				text-decoration: underline;
}

a:visited {
				color: #333;
				text-decoration: underline;
}
a:hover {
	color:#663;
	text-decoration: blink;
}
a:active {
				color: #333;
}
.text_align_left {
	text-align: left;
}
.body_copy{
	text-align: center;
	padding-left: 30px;
	background-image: url(../images/Coffee-Coffee-Coffee.png);
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
	}
.font_red {
				color: #E00;
}
.price {
	color: #080;
	text-align: center;
	font-size: 1.5em;
}
.center {
	text-align: center;
}
.font_yellow {
	color: #FFC;
}
.small_font {
	font-size: 9pt;
}
.text_indent {
	text-indent: 10px;
}

.dark_link a:visited, dark_link a:active {
	color: #020;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.underline{
	text-decoration:underline;
}
.text_white{
	color:#EEE;
}
/* MENU 
======================================== */

#menu {
	background-color: #442509;
	text-align: center;
	
}
#menu ul {
	list-style: none;
	margin: 5px 0 0 100px;
}
#menu li {
	float: left;
	padding: 0 20px 0 0;
}
#menu a, #menu a:visited, #menu a:active{
	display: block;
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color:#B1914E;
}


/* SPLASH PAGE 
======================================== */
#splash_page h1 {
	color: #EEE;
}
#splash_page p {
	color:#FFC;
}

.arabic_coffee {
	font-size: small;
	color:#FF9;
}
.text_align_left {
	text-align: left;
	padding: 15px;
}

/* Footer 
============================= */
#site_map_copy_notice {
	font-size: small;
	text-align: center;
	width: 750px;
	padding: 0px;
  /*	border: 1px solid #070; */
}
#footer_hr {
	width: 400px;
	border: 0px;
	background-color: #241000;
	height: 2px;
}

/* COFFEE FLAVOR COLORS
============================== */

.blueberry {
	color: #000080;
}
.white_chocolate {
	color: #990033;
}
.strawberry_shortcake {
	color: #FF0000;
}
.french_vanilla {
	color: #663300;
}
.cinnamon_hazelnut {
	color: #663300;
}
.english_toffee {
	color: #996600;
}
.graham_cracker {
	color: #CC6600;
}
.hazelnut {
	color: #CC9900;
}
.jamaican_me_crazy {
	color: #800000;
}
.mocha_madness {
	color: #663300;
}
.pecan_sticky_bun {
	color: #993300;
}
.pumpkin_spice {
	color: #CC3300;
}
.irish_creme {
	clear: #00CC00;
}
.nutcracker {
	color: #FF0000;
}


/* PRODUCT BOX 
============================= */

.product_box {
	margin: 0;
	padding: 10px;
	background-color: #FFFFCC;
}
.pay_pal {
	float: left;
	margin: 5px 10px ;
}

.green {color: #080; }