/* Press Coffee */

/* CSS Reset */
	html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, font, img, ins, small, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}/* tables still need 'cellspacing="0"' in the markup */
/* Global Styles */
	html {
	background:#000 url("images/body-bg.jpg") top center no-repeat;
}
body {
	font:14px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#fff;
	margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h2 {
	font-size:29px;
	font-weight:bold;
}
h3 {
	font-size:19px;
	padding-bottom:10px;
	line-height:22px;
}
a, a:link, a:visited {
	color:#b3e7ff;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
/* Container */
	#container {
	margin:0 auto;
	width:960px;
}
/* Header */
	#header {
	z-index:2;
	height:103px;
	position:relative;
}
#header h1 {
	text-indent:-2000px;
}
#header h1 a {
	display:block;
	height:85px;
	width:358px;
	position:absolute;
	left:320px;
	top:5px
}
/* Mega Menu Dropdown */
	ul#topnav {
	position:absolute;
	top:105px;
	left:0;
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
}
ul#topnav li {
	float:left;
	position:relative;
	border-right:1px #000 solid;
}
ul#topnav li a {
	float:left;
	height:21px;
	padding:5px 15px 0 15px;
	text-decoration:none;
	color:#000;
}
ul#topnav li a.has-sub {
	padding-right:20px;
	width:124px;
	background:url("		") no-repeat right center;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	color:#00afff;
}
ul#topnav li:hover a.has-sub, ul#topnav li a.has-sub:hover {
	padding-right:20px;
	background:transparent url("images/sub-arrow-dark.gif") no-repeat right center;
}
ul#topnav li .sub {
	position:absolute;
	top:26px;
	left:-1px;
	background-color:#fff;
	padding:10px 0 10px 10px;
	float:left;
	border:1px #000 solid;
	border-top:0;
	display:none;
}
ul#topnav li .sub-row {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:10px;
}
ul#topnav li .sub ul {
	width:149px;
	float:left;
}
ul#topnav .sub ul li {
	width:100%;
	border-right:0;
}
ul#topnav .sub ul li a {
	float:none;
	text-indent:0; /*--Reset text indent--*/
	height:auto;
	padding:5px;
	display:block;
	margin-right:10px;
	background-color:#fff;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px #c2c2c2 solid;
}
ul#topnav .sub ul li a:hover {
	background-color:#f5f5f5;
	color:#00afff;
}
/* Content */
	#content {
	z-index:1;
	height:1%;
	overflow:hidden;
	padding:10px;
	background-color:#000;
}
#content h2 {
	font-size:30px;
	font-weight:bold;
	margin:10px 0 20px 10px;
}
#content p {
	margin-bottom:10px;
	font-size:14px;
	line-height:17px;
}
#content p.featured-text {
	font-size:20px;
	line-height:23px;
}

/* 2 column layout */
.two-col {
	clear:both;
	height:1%;
	overflow:hidden;
}
.col-1 {
	float:left;
	width:640px;
	background-color:#222;
	padding:10px 10px 0px 10px;
	margin-right:10px;
}
.col-2 {
	float:left;
	width:250px;
	background-color:#222;
	padding:10px;
}
.col-wide {
	float:left;
	width:920px;
	background-color:#222;
	padding:10px;
	margin-right:10px;
}
.col-wide-gallery {
	float:left;
	width:930px;
	background-color:#222;
	padding:10px 10px 10px 0px;
	margin-right:0px;
}
.col-1 img {
	padding-bottom:10px;
}
.col-2 h3 {
	background-color:#fff;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	margin:0 0 20px -10px;
	padding:2px 10px;
}
.col-2 div {
	background-color:#000;
	padding:10px;
	margin-bottom:10px;
}
.col-2 ul {
}
.col-2 ul li {
	margin-bottom:7px;
}
.col-2 ul li a {
	font-weight:bold;
}
table {
	margin-bottom:10px;
}
th {
	font-weight:normal;
	text-align:left;
	width:90px;
}
/* rows */
	.row {
	clear:both;
	padding:0;
	height:1%;
	overflow:hidden;
	position:relative;
}
.row div {
	display:inline;
	float:left;
	margin:20px 20px 0 0;
	width:140px;
	height:300px;
	background-color:#b3e7ff;
	color:#000;
	overflow:hidden;
}
.row div p {
	padding:10px;
}
.row div p strong {
	font-size:14px;
}
.row div.last {
	margin-right:0;
}
.row a {
	color:#000;
	text-decoration:none;
}
.row a:hover {
	text-decoration:underline;
}
/* Footer */
	#footer {
	clear:both;
	width:960px;
	color:#fff;
	height:1%;
	overflow:hidden;
	line-height:18px;
}
#footer ul {
	float:left;
	margin:5px 10px 0px 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	float:left;
	height:69px;
	text-indent:-1000px;
	margin-left:10px;
}
#footer ul li a strong {
	font-size:18px;
}
/* Social Media */
	#footer ul li#twitter a {
	width:131px;
	background:url("images/twitter.gif") no-repeat;
}
#footer ul li#facebook a {
	width:131px;
	background:url("images/facebook.gif") no-repeat;
}
#footer ul li#arizonacoffee a {
	width:130px;
	background:url("images/arizona-coffee.gif") no-repeat;
}
#footer ul li#yelp ul {
	width:207px;
	background:url("images/yelp.gif") no-repeat;
	margin:0 0 0 10px;
	padding:0;
	height:69px;
}
#footer ul li#yelp ul li {
	display:block;
}
#footer ul li#yelp ul li a {
	text-indent:0;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	float:none;
}
#footer ul li#yelp ul li#city-north {
	position:relative;
	margin-left:75px;
	margin-top:14px;
	height:20px;
	font-size:12px;
}
#footer ul li#yelp ul li#scottsdale-quarter {
	position:relative;
	margin-left:75px;
	margin-top:0px;
	height:20px;
	font-size:12px;
}
#footer ul li#newsletter {
	width:280px;
	padding:10px;
	background-color:#cfcfcf;
	color:#000;
	float:left;
	height:49px;
	margin-left:10px;
}
#footer label {
	font-size:15px;
	font-weight:bold;
	display:block;
}
#footer .frm-text-email {
	border:0;
	height:24px;
	width:195px;
	display:block;
	float:left;
	margin-top:5px;
	padding:0 5px;
}
#footer .frm-submit {
	display:block;
	float:right;
	margin-top:5px;
}
/* Copyright */
	#copyright {
	clear:both;
	color:#fff;
	font-size:11px;
	height:44px;
	margin-bottom:20px;
	padding:10px 20px;
	overflow:hidden;
	position:relative;
}
#copyright p {
	position:absolute;
}
#copyright p {
	top:15px;
	left:14px;
}
#copyright ul {
	text-align:right;
	position:absolute;
}
#copyright ul {
	top:15px;
	right:14px;
}
#copyright ul li {
	display:inline;
	padding:0 5px;
}
/* Global Classes */
	.clear {
	clear:left;
	height:0;
	width:auto;
	overflow:hidden;
}
a.underline {
	text-decoration:underline;
}
.black {
	background-color:#000;
}
.no-border {
	border:0;
}
.float-left {
	float:left;
}
/* Styles that overwrite the default ProductCart CSS */
	#pcMain {
	background-color:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.pcMainTable {
	background-color:#000;
}
.pcMainTable tr td table {
	background-color:#222;
}
.pcMainTable h1 {
	background-image:none;
	border-bottom:0;
	font-size:31px;
	margin-top:10px;
}
.pcShowProducts {
	background-color:#222;
	border:0;
}
#pcMain a:link, #pcMain a:visited, #pcMain a:active {
	color:#b3e7ff;
}
#pcMain a:hover {
	text-decoration:underline;
}
#pcMain .pcShowProductPrice {
	color:#fff;
}
#pcMain .pcShowProductSDesc {
	color:#fff;
}
#pcMain .pcShowCategoryImage img, #pcMain .pcShowMainImage img {
	border:2px solid #000;
	padding:0;
}


/* Gallery lightbox effect */
.prettyframe {
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	border:0px solid #000000;
}


