@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: clarendon, georgia, times new roman,  sans-serif;
	font-size: 100%;
	background-color: #F0EED9;
	background-image: url(assets/main_bg.jpg);
	background-repeat: repeat-x;
}

p{
 	margin:0;
}

.coffeeMain #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	background-image: url(assets/bg_glow_content.png);
	background-repeat: repeat-y;
	padding-left: 9px;
	padding-right: 10px;
}
.coffeeMain #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 170px;
	position: relative;
	border: none;
	margin: 0;
}
.coffeeMain #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.coffeeMain button{
	cursor:pointer;
}

.coffeeMain #mainContent {
	border: none;
	background-image: url(assets/left_gutter.jpg);
	background-color: #ebebeb;
	background-repeat: repeat-y;
	margin: 0;
}
.coffeeMain #footer {
	width: 910px;
	margin: 0 auto;
	padding: 0 10px 30px 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
} 
.coffeeMain #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.coffeeMain #footer #footer_nav
{
	padding: 0;
	margin: 0;
	text-align:center;
	
}

.coffeeMain #footer #footer_nav li {
	display:inline;
	padding-left: 5px;
	padding-right: 5px;
	border-right:1px solid #009;
	color: #666666;
}

.coffeeMain #footer #footer_nav li.last {
	border:none;
}

.coffeeMain #footer #footer_nav a {
	color: #666666;
	text-decoration:none;
}
.coffeeMain #footer #footer_nav a:hover {
	text-decoration:underline;
}


.coffeeMain .bottom_glow {
	background-image: url(assets/bg_glow_footer.png);
	background-position: -10px;
	background-repeat: repeat-x;
	height: 10px;
	width: 910px;
}

.coffeeMain #logo {
	position: absolute;
	padding-left: 18px;
	top: 0px;
	z-index: 3;
}
.coffeeMain #topbar {
	background-color: #2f2f2a;
	height: 27px;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: url(assets/topbar_bg.png);
	background-repeat: repeat-x;
	bottom: 0px;
}

.clearfloat { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.coffeeMain #container #header #top_area {
	float: left;
	position: absolute;
	width: 910px;
}
.coffeeMain #container #header #top_img {
	width: 910px;
	position: absolute;
}

.coffeeMain #container #header #top_div {
	height: 4px;
	top: 198px;
	position: absolute;
	z-index: 4;
}
.coffeeMain #container #header #topbar #cartbar {
	height: 100%;
	width: 262px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(assets/header_divider.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.coffeeMain #container #header #topbar #cartbar #cartstatus {
	position: absolute;
	top: 6px;
	left: 15px;
}
.coffeeMain #container #header #topbar #cartbar #cartstatus #whiteTxtSm {
	color: #FFFFFF;
	font-size: 11px;
}
.coffeeMain #container #header #topbar #cartbar #cartstatus #orangeTxtSm {
	color: #FF9900;
	padding-left: 2px;
	padding-right: 2px;
}
.coffeeMain #container #header #topbar #cartbar .checkoutBtn {
	position: absolute;
	top: 3px;
	right: 9px;
	width: 99px;
}

.coffeeMain #container #header #topbar #cartbar .checkoutBtn a {
	background-image: url(assets/checkout_btn.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 22px;
	display:block;
}

.coffeeMain #container #header #topbar #cartbar .checkoutBtn a:hover {
	background-image: url(assets/checkout_btn.png);
	background-repeat: no-repeat;
	background-position: -103px;
	width: 102px;
	height: 22px;
	display:block;
}



.coffeeMain #container #mainContent h2 {
	font-size: 16px;
	color: 541e0a;
	margin: 0;
	font-weight: normal;
	padding: 0;
}
.coffeeMain #container #header #topbar #navbar {
	left: 0px;
	position: absolute;
	height: 100%;
	padding-left: 25px;
}
.coffeeMain #container #mainContent #mainWrapper #leftWrapper h2 {
	font-size: 18px;
	font-weight: normal;
	color: #485d60;
	line-height: 16px;
	margin-bottom: 5px;
}

.coffeeMain #container #header #topbar #navbar #MenuBar1 .navDivider {
	background-image: url(assets/header_divider.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 2px;
	background-position: -3px;
}

