/* begin Page */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
	color: #404040;
	margin: 0 0;
	padding: 0;
	background-color: #FFFFFF;
}
.Main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
/* begin Box, Sheet */
.Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 980px;
	min-width:43px;
	min-height:43px;
}
.Sheet-body {
	position: relative;
	z-index:1;
	padding: 10px;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc, .Sheet-cr, .Sheet-cl {
	position:absolute;
	z-index:-1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 82px;
	height: 82px;
	background-image: url('../images/Sheet-s.png');
}
.Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 41px, 41px, auto);
}
.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 41px, 41px);
}
.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(41px, 41px, auto, auto);
}
.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(41px, auto, auto, 41px);
}
.Sheet-tc, .Sheet-bc {
	left: 41px;
	right: 41px;
	height: 82px;
	background-image: url('../images/Sheet-h.png');
}
.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 41px, auto);
}
.Sheet-bc {
	bottom: 0;
	clip: rect(41px, auto, auto, auto);
}
.Sheet-cr, .Sheet-cl {
	top: 41px;
	bottom: 41px;
	width: 82px;
	background-image: url('../images/Sheet-v.png');
}
.Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 41px);
}
.Sheet-cl {
	left:0;
	clip: rect(auto, 41px, auto, auto);
}
.Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 41px;
	left: 41px;
	right: 41px;
	bottom: 41px;
	background-color: #FFFFFF;
}
.Sheet {
	margin-top: 30px !important;
}
/* end Box, Sheet */

/* begin Header */
#Header {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 140px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: left top;
	z-index:500;
}
/* end Header */

/* chromestyle menu*/

#chromemenu {
	position:static;
	z-index:2000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:150%;
	background-color:BDE1D5;
}
.chromestyle ul {
	border: none;
	width: 100%;
	background-color: #BDE1D5; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #fff;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:0px;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-style: normal;
	font-size: 13px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a:focus { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #94CCB9;    /*THEME CHANGE HERE*/
	color:#666;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	z-index:2001;
	margin-top: -29px;
	margin-left:-127px;
	border: none; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	background-color: #BDE1D5;
	color:#FFF;
	width: 160px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0px;
	border-top: #FFF solid 1px; /*THEME CHANGE HERE*/
	padding-left: 3px;
	padding-bottom:3px;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-size: 13px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover, .dropmenudiv a:focus { /*THEME CHANGE HERE*/
	background-color: #94CCB9;
	color: #666;
	visibility:visible;
}
body#home a#home, body#products a#products, body#our_coffee a#our_coffee, body#coffee-perfection a#coffee-perfection, body#coffee-moments a#coffee-moments, body#coffee-story a#coffee-story, body#social-responsibility a#social-responsibility, body#history a#history, body#for-you a#for-you, body#contact a#contact, body#competition a#competition, body#news a#news {
	background-color: #94CCB9;
	color: #666;
}
/* end menu styles */


/* begin Content */
/* Content Text Font & Color (Default) */
#content {
	z-index:1;
}
/* Finish Content link style */

/* Headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom:-10px;
	margin-top: -2px;
	padding-bottom:-8px;
	line-height:150%;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 24px;
	color: #72B9A1;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 16px;
	color: #72B9A1;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 14px;
	color: #72B9A1;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 13px;
	color: #696969;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #696969;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #696969;
}
/* Finish Content headings Fonts & Colors  */



.smalltext {
	font-size:10px;
	text-align: left;
}
.largetext {
	font-size:16px;
	line-height:180%;
}
.centred {
	text-align:center;
}
/* popups*/
.popup {
	position:absolute;
	width:620px;
	min-height:472px;
	top:187px;
	left:194px;
	padding:10px;
	z-index:5000;
}
.popup-contents {
	position:absolute;
	width: 598px;
	min-height:426px;
	left: 12px;
	top: 12px;
	padding:10px;
	border:#CCC 1px solid;
	background:#FFF;
}
/* end Content */

/* begin Bullets */
/* Start Content list */
#content ol, #content ul {
	color: #141414;
	margin:1em 0 1em 2em;
	padding:0;
	font-size: 11px;
}
#content li ol, #content li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
#content li {
	margin:0.2em 0;
	padding:0;
	padding:0px 0 0px 10px;
	line-height:1.2em;
}
#content ul {
	list-style-type: none;
}
#content ol {
	list-style-position:inside;
}
#content ol li, #content ul ol li {
	background: none;
	padding-left:0;
}
#content ul li, #content ol ul li {
	background-image: url('../images/Bullet.png');
	background-repeat:no-repeat;
	padding-left:10px;
}
/*Finish Content list */
/* end Bullets */

/* begin Quote */
/* Start blockquote */
blockquote p {
	color: #999;
	font-size:10px;
	line-height:150%;
}
blockquote {
	margin:10px 10px 10px -8px;
	padding-left: 25px;
	background-image:url('../images/quote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote 

/* begin Button */
.Button {
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	padding-left:3px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 24px;
	text-decoration:none;
	color:#FFF;
	background-image: url('../images/arrow-down.png');
	background-repeat:no-repeat;
	background-position:right;
	background-color:#BDE1D5;
	cursor:pointer;
}
.Button:hover, .Button:focus {
	color: #666;
	text-decoration: none !important;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	padding-left:3px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 24px;
	text-decoration:none;
	background-image: url('../images/arrow-down-hover.png');
	background-repeat:no-repeat;
	background-position:right;
	background-color:#94CCB9;
	cursor:pointer;
}
/* end Button */
/* begin Button */
.closebutton {
	background-color:#cccccc;
	border:#FFF 1px solid;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	padding:0px 6px 0px 6px;
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	float:right;
}
.closebutton:hover, .closebutton:focus {
	background-color: #999;
	text-decoration: none !important;
}
/* end Button */

a img {
	border:none;
}
/* begin LayoutCell */
.leftcolumn {
	position: relative;
	margin: 0;
	padding: 10px 20px 10px 10px;
	border: 0;
	float: left;
	width: 250px;
}
/* end LayoutCell */

/* begin LayoutCell */
.centrecolumn {
	position: relative;
	margin: 0;
	padding: 20px 20px 0px 20px;
	border: 0;
	float: left;
	width: 430px;
}
/* end LayoutCell */

/* begin LayoutCell */
.rightcolumn {
	position: relative;
	margin: 10px 10px 0 0;
	padding: 20px 8px 8px 8px;
	float: right;
	border:#94CCB9 solid 1px;
	width: 180px;
}
.full-width {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
.featured {
	margin-left:10px;
	float:left;
	border-left:#CCC solid 1px;
}
.pop-up-heading {
	background-color:#BDE1D5;
	color:#FFF;
	font-size:24px;
	padding:6px 3px 9px 9px;
	margin:0 200px 0 0;
}
.floater {
	position:absolute;
	background-color:#FFF;
	border:#CCC 1px solid;
	padding:10px;
	filter: alpha(Opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index:1000;
}
/* end LayoutCell */
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	height:10px;
}
/* scrolling content*/
#AutoScrollContent {
	position:absolute;
	top:342px;
	left:0px;
	width:180px;
	visibility:visible;
}

::-moz-selection{
	background:#94CCB9;
	color:#fff;
}

::selection {
	background:#94CCB9;
	color:#fff;
}

hr {
	border:#CCC 1px solid;
	height:1px;
}