@charset "utf-8";
@import url(../css%3Ffamily=PT+Sans+Narrow:400,700.css);
html{font-size:100%;width:100%;}
body {
	font-family: "PT Sans Narrow", sans-serif;
	color: #fff;
	background-color: #3A0000;
	background-image: url(../images/bg_tile.jpg);
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	width: 100%;
}
#header{
	background-image: url(../images/hdr_bg.jpg);
	height: 150px;
	border-bottom: 3px solid #503323;
	box-shadow: 0 3px 3px #2c0000;
	margin-bottom: 17px;
	text-align: right;
	behavior: url(http://test.coffeeholding.com/css/css/PIE.htc);
}
#header #logo {
	position: absolute;
	left: 17px;
	top: 2px;
	float: left;
	z-index: 10000;
}
#header #nav {
	margin-top: 88px;
	float: right;
	margin-right: 1%;
	list-style: none;
}
#header #nav #menu_btn {
	display: none;
	font-weight:700;
	font-size:140%;
	float:right;
}
#header #nav #menu_btn div {
	display: block;
	margin-top:4px;
	width: 20px;
	height: 3px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	float: left;
	clear: left;
	margin-right: 8px;
	behavior: url(http://test.coffeeholding.com/css/css/PIE.htc);
}
#header #nav li {
	display: inline-block;
}
#header #nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background-color: #67534a;
	background-color: rgba(103, 83, 74, .67);
	border-bottom: 3px solid #a49089;
	border-bottom: 3px solid rgba(255,255,255,.33);
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	transition:ease .25s;
}
#header #nav a:hover {
	background-color: #836F66;
	background-color: rgba(103, 83, 74, 1);
	border-bottom: 4px solid #B8A8A3;
	border-bottom: 4px solid rgba(255,255,255,.67);
}
/* from subpage.css */
#nav ul{
	position: relative;
	z-index:1000;
}
#nav ul ul{
	display: none;
	float: left;
	position: absolute;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul ul li {
	position: relative;
	width: 100%;
	text-align: left;
}
#nav ul ul li a {
	display: block !important;
	padding: 25px 40px;
}	
#nav ul ul li a:hover {
	background: #4b545f;
}
#nav ul ul ul {
	position: absolute; left: 100%; top:0;
}




#body_tiles {
	text-align: center;
}
#body_tiles .tile {
	color:#fff;
	margin: 8px;
	display: inline-block;
	height: 214px;
	width: 31%;
	background-size: cover;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
	background-image: url(../images/ftr_bg.png);
	transition:opacity .5s;
	text-decoration:none;
	behavior: url(http://test.coffeeholding.com/css/css/PIE.htc);
}
#body_tiles:hover .tile{
	opacity:.6;
}
#body_tiles .tile:hover{
	opacity:1;
}
#body_tiles .double {width:64% !important;}
#body_tiles .double div {width:63.5% !important;}
#body_tiles .shorter {
	height: 145px;
}
#body_tiles .shorter div {
	margin-top:101px !important;
}
#body_tiles .shorter div.inside_img {
	height: 145px !important;
}
#body_tiles .twoCol {width: 47.6% !important;}
#body_tiles .twoCol div {width: 47.1% !important;}
#body_tiles .tile div {
	position: absolute;
	width: 30.5%;
	text-align: right;
	margin-top: 170px;
	text-shadow: 0 0 4px #000,0 0 4px #000;
	font-size: 150%;
	background-color: #3A0000;
	background-color: rgba(0, 0, 0, 0.4);
	padding-right: .5%;
}

#footer {
	margin: 17px auto;
	clear: both;
	background-image: url(../images/ftr_bg.png);
	padding: 20px 1.7%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	line-height: 20px;
}
#footer a {
	color: #fff;
	text-decoration:none;
	border-bottom:1px dotted #E48586;
}
#footer a:hover {
	border-bottom:1px solid #fff;
}
#footer #ftr_l {
	float: left;
}
#footer #ftr_r {
	float: right;
	text-align: right;
	font-weight: 700;
}
