*{ margin: 0; padding: 0; }

body{
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #ffffff;
	background-image: url(../images/bg_repeat_h.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

/***general styles****/

p{ padding: 0 0 10px 0; }

a{ color: #5c0000; outline:none; }
a:hover{ text-decoration: underline; }
a img{ border: 0; text-decoration: none; }

h1{ color: #5c0000; font-family: georgia; font-size: 24px; line-height: 1.0em; padding: 0 0 10px 0; }
h2{ color: #5c0000; font-family: georgia; font-size: 21px; line-height: 1.0em; padding: 0 0 10px 0; }
h3{ color: #5c0000; font-family: georgia; font-size: 18px; line-height: 1.0em; padding: 0 0 10px 0; }
h4{ color: #5c0000; font-family: georgia; font-size: 15px; line-height: 1.0em; padding: 0 0 5px 0; }
h5{ color: #5c0000; font-family: georgia; font-size: 12px; line-height: 1.0em; padding: 0 0 5px 0; }
h6{ color: #5c0000; font-family: georgia; font-size: 9px; line-height: 1.0em; padding: 0 0 5px 0; }

.required{ color: #5c0000; }

ol, ul{ margin: 0 0 0 20px; }
ol li, ul li{ padding: 3px 0; }

hr{ display: block; border: 0; border-top: 1px solid #0051a5; margin: 5px 0; }

.no-border{ border: none; }

/*****HEADER******/

#header{ 
	background: #fff url(../images/bg_header_fade.jpg) 0 0 repeat-x;
	height: 185px; 
	position: relative;
	z-index: 90;
}
#coffee_container #header{ background: #fff url(../images/bg_header_fade_coffee.jpg) 0 0 repeat-x; }

#logo{
	position: absolute;
	top: 0; left: 330px;
}
#social_media{ 
	position: absolute;
	top: 21px; left: 21px;
}
#social_media .icon{ float: left; margin-right: 5px; }

#top_left{
	float: left;
	width: 590px;
}
#top_right{
	float: right;
	width: 269px;
}

.global_nav{ color: #0051a5; font-size: 12px; float: right; padding: 20px 20px 0 0; }
.global_nav a{ color: #0051a5; text-decoration: none; font-weight: normal; }
.global_nav a:hover{ text-decoration: underline; }

/*.logo{ position: relative; z-index: 1; display: block; width: 269px; }*/
/***home header***/
#home_container{
	background: transparent url(../images/bg_home.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 943px;
}

#hero_area{
	width: 860px;
	height: 338px;
	padding: 23px 0 0 0;
}
#hero_area img{ display: block; }

/*****interior header******/
#interior_container{
	background: transparent url(../images/bg_interior.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 943px;
}
/******coffee header*****/
#coffee_container{
	background: transparent url(../images/bg_coffee.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 943px;
}

/*****navigation*****/

#nav_container{
	position: absolute;
	top: 143px;
	left: 17px;
	z-index: 90;
	background: url(../images/bg_menu.jpg) 0 0 no-repeat;
	width: 842px;
	height: 40px;	
}
#nav{
	list-style-type: none;
	margin: 0; padding: 0 0 0 3px;
	float: left;
	width: 842px;
	height: 40px;
}

#nav li{ 
	float: left; display: block;
	padding: 0; margin: 0;
	border-left: 1px solid #fff;
}
#nav li a{
	display: block;
	padding: 10px 12px 7px 13px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	
}

#nav li a.active{ background-color: #359de1; }
#nav li a:hover{ background-color:  #359de1;}
#nav li:hover, #nav li.sfhover{ background-color:  #359de1; }


#nav ul{ list-style-type: none; }

#nav li ul {
	position: absolute;
	width: 184px;
	left: -999em;
	z-index: 90;
	background: #2e75bc url(../images/bg_dropdown.jpg) 0 0 repeat-x;
	margin: 0; padding: 0;
}
#nav li ul li{ width: 182px; margin: 0 1px; display: block; border: 0; }

#nav li ul a{ 
	display: block;
	font-size: 12px;
	padding: 5px 10px 5px 15px;
}

#nav li ul a:hover{ background: #2e75bc; color: #b8cee6; }

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}

#lower_container{
	background: transparent url(../images/lower_bg.jpg) 0 0 repeat-y;
	margin: 0 auto;
	width: 943px;
}
.container{ width: 859px; margin: 0 auto; }

.cleaner{ clear: both; }

/*****home body******/

#tab_container{ width: 505px; float: left; }

#tab1{ 
	padding: 21px 31px 0 25px;
	width: 449px;
	height: 266px;
}

.tab_content{ padding: 14px 0 0 13px; color: #fff; }

.tab_title1{ float: left; color: #fff; font-size: 14px; width: 170px; padding: 5px 0 5px 10px; cursor: pointer; }
.tab_title2{ float: left; color: #b8cee6; font-size: 14px; width: 170px; padding: 5px 0 5px 19px; cursor: pointer; }

#links_container{ width: 354px; float: right; padding: 15px 0 0 0; line-height: 2.4em; }

.button_brown{
	display: block;
	background: url(../images/brown_button.jpg) 0 0 no-repeat;
	width: 287px; height: 81px;
	padding: 10px 18px 0 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	cursor: pointer;
}

#links_container a.button_brown:hover { background: url(../images/brown_button_hover.jpg) 0 0 no-repeat; text-decoration: none; }

.button_green{
	display: block;
	background: url(../images/green_button.jpg) 0 0 no-repeat;
	width: 287px; height: 81px;
	padding: 10px 18px 0 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	cursor: pointer;
}
#links_container a.button_green:hover { background: url(../images/green_button_hover.jpg) 0 0 no-repeat; text-decoration: none; }

.button_blue{
	display: block;
	background: url(../images/blue_button.jpg) 0 0 no-repeat;
	width: 287px; height: 81px;
	padding: 10px 18px 0 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	cursor: pointer;
}
#links_container a.button_blue:hover { background: url(../images/blue_button_hover.jpg) 0 0 no-repeat; text-decoration: none; }


/****interior*****/

#show1, #show1 .slide {
	height: 193px;
	width: 222px;
}
#show2, #show2 .slide {
	height: 193px;
	width: 222px;
}

#slideID, #slideID .slide {
	height: 271px;
	width: 505px;
}
.divshow {
	background-color: transparent;  /*Color between fade */
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slide {
	position: absolute;
	height: 271px;
	width: 505px;
	z-index: 0;
}


.interior_body{ width: 860px; /*margin-top: -49px;*/ position: relative; top: 0; z-index: 1; min-height: 500px; }
.noimg_body{ width: 860px; min-height: 500px; padding: 90px 0 0 0; }

.col1{ float: left; width: 467px; color: #0051a5; padding: 14px 0 0 0; }
.col1_text{ padding: 0 0px 0 21px; color: #0051a5; }
.col_text{ padding: 0 20px 0 21px; color: #0051a5; width: 819px; }

.col2{ float: right; width: 335px; padding: 90px 0 20px 15px; color: #0051a5; }

.noimg_body .col1{ float: left; width:578px; color: #0051a5; padding: 0 0 0 21px; }
.noimg_body .col2{ float: right; width: 241px; padding: 0 0 0 20px; color: #0051a5; }

.side_image{ display: block; margin-top: 24px; }

.sitemap_left{ float: left; width: 50%; padding: 0 0 0 0;}
.sitemap_right{ float: right; width: 50%; padding: 0 0 0 0; }

/****store main page*****/

.store_col1{
	float: left; width: 505px; color: #0051a5; padding: 0 0 0 0;
}
.store_col2{
	float: right; width: 338px; padding: 100px 0 20px 15px; color: #0051a5;  line-height: 2.4em; 
}

/*****footer*****/
#bottom{
	background: #fff url(../images/bottom_bg.jpg) 0 0 no-repeat;
	width: 880px;
	padding: 40px 0 0 63px;
	margin: 0 auto;
	color: #5c0000;
	font-size: 10px;
	clear: both;
}
#bottom a{ color: #0051a5; text-decoration: none; font-weight: normal; }
#bottom a:hover{ text-decoration: underline; }

.footer_left{ float: left; }
.footer_right{ float: right; padding: 10px 50px 0 0; }

/***************************** 
 **** STORE GENERAL STYLE **** 
 ****************************/
.product_container_main {
	float:left;
	margin:20px 0 0 32px;
}

.product_container {
	display:block;
	float:left;
	width:200px;
	padding:0;
	margin:15px 25px;
	text-align:center;
	
	text-decoration:none;
	color:#0051A5;
}

.product_container:hover {
	text-decoration:none;
}

.product_image {
	height:200px;
	width:200px;
	vertical-align:bottom;
}

.product_image td {
	vertical-align:bottom;
}

.pagination {
	margin:25px 0 0 0;
	
	text-align:right;
}

.pagination a {
	padding:7px;
	color:#0051A5;
	font-size:14px;
	
	text-decoration:none;
}

.pagination p {
	margin:10px 0 0 0;
}

.pagination .selected {
	font-weight:bold;
	color:#5C0000;
}


.product_title {
	color: #5c0000;
	font-family: georgia; 
	font-size: 18px; 
	font-weight:bold;
	line-height: 1.0em; 
	padding: 0;
	display:block;
}

a.product_container:hover .product_title {
	text-decoration:underline;
}

.back_btn {
	float:left;
	display:block;
}

.product_cart_right li.active a,
.col2 li.active a {
	font-weight:bold;
}

.product_description p {
	padding:0;
}

/******************************
 ***** STORE PRODUCT PAGE *****
 *****************************/
.product_description {
	display:block;
	text-align:center;
	padding:3px 0;
}

.product_description li {
	padding:0;
}

.product_cost {
	display:block;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
	margin:5px 0;
}

/******************************
 ***** STORE DETAIL PAGE ******
 *****************************/
.product_detail_left,
.product_detail_center,
.product_detail_right,
.product_related {
	float:left;
	overflow:hidden;
}

.product_detail_left {
	width:250px;
	text-align:center;
}

.product_detail_center {
	width:270px;
	padding:25px;
}

.product_detail_right,
.product_related {
	width:166px;
	padding:20px 10px;
	border:solid 1px #0051A5;
	
	text-align:left;
}

.product_related {
	margin-top:20px;
}

.product_related h3 {
	text-align:center;
}

.store_related {
	text-align:center;
}

.terms_conditions {
	width:260px;
	height:100px;
	padding:10px;
	border:solid 1px #cccccc;
	
	overflow:scroll;
}

/******************************
 **** STORE CHECKOUT PAGE *****
 *****************************/
.hoverpopup{
	visibility: hidden;
	position: absolute; 
	top: 0; 
	left: 0;
	background-color: #F6FAFD;
	border: 1px solid #5c0000;
	width: 230px;
	padding: 20px 20px 15px 20px;
	color: #0051a5;
	line-height: 1.5em;
	text-decoration: none !important;
}

.hoverpopup2{
	visibility: hidden;
	position: absolute; 
	top: -100px; 
	left: 0;
	background-color: #F6FAFD;
	border: 1px solid #5c0000;
	width: 230px;
	padding: 20px 20px 15px 20px;
	color: #0051a5;
	line-height: 1.5em;
	text-decoration: none !important;
}

/******************************
 ****** STORE CART PAGE *******
 *****************************/
.product_cart_left {
	float:left;
	width:550px;
	padding:0;
}

.product_cart_right {
	float:left;
	margin-left:40px;
	padding:0 10px;
}

.product_cart_right input {
	margin:20px 0 0 0;
}

.product_cart_left table th {
	padding:0 10px;
	text-align:left;
}

.product_cart_left table td {
	padding:5px 10px;
	vertical-align:top;
}

#update_cart {
	float:right;
}

.cart_total {
	text-align:right;
}

.terms_conditions_cart {
	width:460px;
	height:100px;
	padding:10px;
	border:solid 1px #cccccc;
	
	overflow:scroll;
}

.cart_terms p {
	margin:10px 0;
}

/******************************
 ****** STORE CART PAGE *******
 *****************************/
.img_loading {
	margin:0 0 0 10px;
}

#order_processing {
	padding:4px;
}

/****Forms*****/

.pay-form{ margin: 0 0 10px 0; }
.pay-form td{ padding: 0 15px 0 0; }

.employment-form{ margin: 0 0 10px 0; }
.employment-form td{ padding: 0 5px 0 0; }

.employment-form table td{ padding: 0 0 2px 0; }

.review{ }
.review th{ text-align: left; padding: 10px 0 0 0; }
.review td{ padding: 0 30px 2px 0; }
.review tr{ vertical-align: top; }
.review table th { text-align:left;padding:0 10px 0 0; }

input{ 
	border: 1px solid #969696;
	padding: 3px;
	color: #000;
}
textarea{
	border: 1px solid #969696;
	padding: 3px;
	color: #000;
	font-family: arial;
	font-size: 12px;
}
.button{
	border: 0;
	background: #158171;
	color: #fff;
	padding: 5px 5px;
}

/*******calculator******/

.calculator{ }
.calculator tr{ vertical-align: top; }
.calculator td{ padding-bottom: 5px; }

.calc_one{ padding-right: 10px; font-weight: bold; }



/***side nav****/
.side_nav{ list-style-type: none; font-size: 13px; margin: 0 0 20px 0; }
.side_nav li{ padding: 8px 8px 8px 0; }
.side_nav a{ color: #0051a5; text-decoration: none; padding: 8px 10px; }
.side_nav a:hover{ color: #5c0000; }
.side_nav li a.active{ background: #286cb3; color: #fff; }


/*****error messages*****/
div.message {
	padding: 5px 0em 0 30px;
	margin: 0 0 1em 0;
	background: #e7e7e7 url(../images/icons/tango/applications-system.png) no-repeat;
	background-position: 10px center;
	border: 2px solid #aaa;
	border-width: 2px 0;
}

.message p {
	margin: 0 1em 5px 1em;
	padding:0;
	color: #000;
}

div.error {
	border-color: #f00;	
	background-color: #fcc;
	background-image: url(../images/icons/sc_cancel_24.gif);
}

div.success{
	border-color: #0c0;
	background-color: #cfc;
	background-image: url(../images/icons/sc_confirm_24.gif);
}

div.warning{
	border-color: #F50;
	background-color: #FFB;
	background-image: url(../images/icons/tango/emblem-important.png);
}

div.info {
	border-color: #55f;
	background-color: #ddf;
	background-image: url(../images/icons/sc_info_24.gif);
}

