/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic
 * License URL: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */

@font-face {
    font-family: 'KenyanCoffeeRegular';
    src: url('../font/kenyan_coffee_rg-webfont.eot');
    src: url('../font/kenyan_coffee_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/kenyan_coffee_rg-webfont.woff') format('woff'),
         url('../font/kenyan_coffee_rg-webfont.ttf') format('truetype'),
         url('../font/kenyan_coffee_rg-webfont.svg#KenyanCoffeeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 970px;
	margin: 0px auto;
	padding: 5px;
	border: 0px solid #999;
	background-image: url(../styleImages/backgrounds/contentBg.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 50px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 218px;	
}
.boxTitleLeft, .boxTitleRight {
	font: 18px  KenyanCoffeeRegular, Verdana, Arial, Helvetica, sans-serif;
	color: #960;
	height: 20px;
	text-align: center;
}
.boxContentLeft, .boxContentRight {
    border: 1px solid #222;
	background-color: #111;
	margin: -20px 0 10px 10px;
	padding: 30px 5px 10px 5px;
	/*Corners in Safari, Opera, Google Chrome*/
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	/*Corners in Firefox*/
	-moz-border-radius-topright: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-bottomright: 5px 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	/*Corners in IE9*/
	border-radius: 5px;
	/*Shadow*/
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-khtml-box-shadow: 0px 0px 2px #000;
	-o-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 500px;
	float: left;
}
.colRight {
	position: relative;
	width: 220px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #222;
	padding: 5px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #111;
	margin-bottom: 5px;
	/*Corners in Safari, Opera, Google Chrome*/
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	/*Corners in Firefox*/
	-moz-border-radius-topright: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-bottomright: 5px 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	/*Corners in IE9*/
	border-radius: 5px;
	/*Shadow*/
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-khtml-box-shadow: 0px 0px 2px #000;
	-o-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 700px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 98%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 220px;
	height: 60px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.latestProds {
	float: left;
	text-align: center;
	width: 160px;
	height: 160px;
}
