/*****************************/
/*** Core setup ***/
/*****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;	
}
body.mceContentBody {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
}

a:link, a:visited {
	color: #977340;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #855B27;
}

p { 
	margin: 1em 0;
	line-height: 160%;
}

img { border: 0 none; }
img.mod_border { border: 15px solid #270D09; }

.contentheading, .contentheading_home, .componentheading,
h1, h2, h3, h4, h5, h6 {
	color: #AD181B;
	font-weight: normal;
	margin: 0.7em 0 0.5em;
}

.contentheading, .componentheading, h1 {
	font-size: 210%;
	color: #FFFFFF;
}
.contentheading_home {
	font-size: 210%;
	padding-top: 10px;
}
h2.contentheading, #listing h2 a { color: #AD181B; }
h2, h3, h2.contentheading { font-size: 170%; }
h4 { font-size: 130%; }

.contentpaneopen {
	margin: 0;
}

span.article_separator { display: none; }

a.read_more {
	background: #5E0100 url('../images/read_more.png') no-repeat left top;
	color: #CFB788;
	display: block;
	height: 20px;
	width: 58px;
	padding: 0 15px 0 10px;
	line-height: 20px;
	text-transform: lowercase;
	font-size: 90%;
}
a.read_more:hover ,
a.read_more:visited { /* for IE6 */
	color: #CFB788;	
}

form {
	margin: 0;
	padding: 0;	
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

html, body {
	height: 100%;	
}

#wrap {
	min-height: 100%;
	margin: 0 auto -62px;
	width: 960px;
	padding: 0 90px;
	background: #FFFFFF url('../images/borders.jpg') repeat-y left top;
	position: relative;
}

/*****************************************/
#header {
	position: absolute;
	top: 0;
	height:	345px;
	width: 960px;
	left: 90px;
}
#header .logoImage {
	float: left;
}
#header #randomImage {
	float: right;	
}
.moduletable_menu {
	margin: 15px 0;
	border-top: 1px solid #480100;
	border-bottom: 1px solid #480100;
	background: #550100 url('../images/menu_bg.png') no-repeat left top;
	height: 44px;
	float: left;
	width: 100%;
}
.moduletable_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.moduletable_menu li {
	position: relative; /* for dropdown abs pos */
	float: left;
}
.moduletable_menu li a {
	float: left;
}
.moduletable_menu li a:hover {
	color: #CFB788;	
}
.moduletable_menu li#current a:hover {
	text-decoration: none;	
}
.moduletable_menu li a span ,
.moduletable_menu li span span {
	display: block;
	padding: 0 23px 0 23px;
	font-size: 1.6em;
	color: #CFB788;
	line-height: 42px;
	background: transparent url('../images/menu_sep.gif') no-repeat left 1px;
}

.moduletable_menu li.item1 span{
	background: none;
}

/* moomenu dropdowns */

.moduletable_menu ul li ul {
	display: block;
	height: auto;
	position: absolute;
	z-index: 99;
	left: -999em;
	font-size: 0.8em;
	top: 43px;
	border-top: 1px solid #330100;
	width: 20em;
	clear: both;
}

.moduletable_menu ul li ul ul {
   margin: 0 0 0 20em;
   font-size: 1em;
   top: -1px;
}

.moduletable_menu ul li li {
	width: 20em;
	border: 1px solid #330100;
	border-top: none;
	background-color: #550100;
}
.moduletable_menu ul li li a{
	color: #d0d0d0;
	display: block;
	background: none;
	float: none;
	width: 20em;
}
.moduletable_menu li#current ul a,
.moduletable_menu li.active ul a,
.moduletable_menu li li.active ul a {
	background: none;	
}
.moduletable_menu li#current a,
.moduletable_menu li.active a, 
.moduletable_menu li li.active a{
	background: transparent url('../images/menu_active.png') no-repeat center center;	
}
.moduletable_menu li#current ul a:hover {
	text-decoration: underline;	
}
.moduletable_menu ul li li a span {
	padding: 2px 5px;
	color: #CFB788;
	line-height: 1.6em;
	background: none;	
}
.moduletable_menu li li.parent a span {
	margin-right: 5px;
	padding-right: 8px;
	background: transparent url('../images/arrow.gif') no-repeat right center;	
}
.moduletable_menu li li.parent li a span {
	background: none;	
}

.moduletable_menu ul li ul {
	left: -999em;
}

.moduletable_menu ul li:hover ul ul, .moduletable_menu ul li:hover ul ul ul {
	left: -999em;
}

.moduletable_menu ul li:hover ul, .moduletable_menu ul li li:hover ul, .moduletable_menu ul li li li:hover ul {
	left: auto;
}

/* end moomenu dropdowns */


/*****************************************/	
#content {
	padding: 345px 90px 60px;
	font-size: 120%;
	overflow: auto;
	background-color: #000000;
	color: #CFB788;
}

#ticker {
	margin: -14px -90px 10px;
}
div#-new-coffees .gk_news_highlighter_interface .text {
	color: #FFFFFF !important;
	padding-left: 42px !important;
}

#left {
	float: left;	
}
#left .moduletable_home_img {
	margin: 0 20px 30px -50px;	
}
#right {
	float: right;
	margin: 0 -30px 0 25px;	
}
#right .moduletable {
	margin: 20px 0 50px 0;
	text-align: center	
}
#right .moduletable_edf_logo {
	margin: 10px 0;
	position: absolute;
	bottom: 55px;
	right: 160px;	
}

#bottom {
	margin: 20px -60px 0;
	border-top: 2px solid #410000;
	padding: 15px 0 10px;
	overflow: auto;
	clear: both;
}
#bottom .moduletable {
	width: 250px;
	border: 15px solid #270D09;	
	margin: 0 10px;
	float: left;
}
#bottom .moduletable h3 {
	display: block;
	background: #5E0100 url('../images/mod_heading_bg.png') no-repeat left top;
	color: #CFB788;
	text-align: center;
	line-height: 42px;
	margin: 0 0 1px 0;
}
#bottom .moduletable p {
	margin: 1em 7px 1em 10px;	
}


/*****************************************/
#footwrap {
	width: 1080px;
	margin: 0 auto;	
	position: relative;
}
#footer {
	width: 900px;
	height: 30px;
	margin: 10px 90px 0;
	padding: 10px 0;
	border-top: 2px solid #410000;
	background-color: #000000;
	color: #CFB788;
}

#emo_foot {
	margin: 0;
	text-align: center;	
}
#emo_foot a:hover {
	color: #990000;	
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



.mceContentBody { color: #CFB788; }

a.back_button {
 background: #5E0100 url('../images/back.png') no-repeat left top;
}
a.next_button {
 background: #5E0100 url('../images/next.png') no-repeat left top;
}
a.back_button ,
a.next_button {
	color: #CFB788;
	display: block;
	height: 20px;
	width: 38px;
	padding: 0 0 0 23px;
	line-height: 19px;
	text-transform: lowercase;
	font-size: 90%;
	clear: left;
	float: left;
	margin-top: 10px;
}
a.request_button {
 background: #5E0100 url('../images/request-a-quote.png') no-repeat left top;
 float: right;
 clear: none;
 	color: #CFB788;
	display: block;
	height: 19px;
	width: 92px;
	padding: 0 0 0 4px;
	line-height: 19px;
	text-transform: lowercase;
	font-size: 90%;
	margin-top: 10px;
}
a.back_button:hover ,
a.back_button:visited ,
a.next_button:hover ,
a.next_button:visited ,
a.request_button:hover ,
a.request_button:visited { /* for IE6 */
	color: #CFB788;	
}

#content li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}
#content #listings li {
	list-style-image: url(../images/bullet-red.gif);	
}

/* our coffees boxes */
.ourCoffeeCountry, 
.ourCoffeeEstate,
.ourCoffeeDecaffeinated,
.ourCoffeeSustainable,
.ourCoffeeNewArrivals,
.ourCoffeeGrandCruSelection,
.ourCoffeeOurBlends {
	background-repeat: no-repeat;	
	width: 217px;
	height: 51px;
	padding-top: 172px;
	float: left;
	text-align: center;
}
.ourCoffeeCountry {
	background-image: url(../images/origin.jpg);
}
.ourCoffeeEstate {
	background-image: url(../images/estate.jpg);
}
.ourCoffeeDecaffeinated {
	background-image: url(../images/decaffeinated.jpg);
}
.ourCoffeeSustainable {
	background-image: url(../images/sustainable.jpg);
}
.ourCoffeeNewArrivals {
	background-image: url(../images/new-arrivals.jpg);
}
.ourCoffeeGrandCruSelection {
	background-image: url(../images/grand-cru-selection.jpg);
}
.ourCoffeeOurBlends {
	background-image: url(../images/our-blends.jpg);
} 


.ourCoffeeCountry select, 
.ourCoffeeEstate select,
.ourCoffeeDecaffeinated select,
.ourCoffeeSustainable select,
.ourCoffeeNewArrivals select,
.ourCoffeeGrandCruSelection select,
.ourCoffeeOurBlends select {
	width: 170px;
}


/* video player */
#preview {
 float: right;
 margin-left: 20px;
 margin-bottom: 70px;
}
.videoWrapper {
 background-image: url(../images/Video_Border.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 float: right;
 padding: 2px 16px 10px 16px;
}
.videoBlurbWrapper {
 float: left;
 width: 320px;
}
