@charset "utf-8";
body {
	background: #15100a url(../img/bg.jpg) repeat-x;
	margin-bottom: 36px;
	text-align: center;
}

/* @group links */

a:link {
	color: #924932;
	text-decoration: none;		
}

a:visited {
	color: #924932;
	text-decoration: none;	
}

a:hover {
	
}

a:active {
	
}

#cap-top a {
	color: #fff;
}

a.button {
	float: right;
}

/* @end */

#container {
	margin: 10px auto;
	text-align: left;
	width: 968px;
}

#master {
	background: url(../img/master.png) repeat-x;
	border-bottom: 2px solid #E8E5D5;
	height: 155px;
	position: relative;
}

#logo {
	background: url(../img/logo-baronesscoffee.png) no-repeat;
	height: 89px;
	position: absolute;
	left: 90px;
	text-indent: -9999px;
	top: 30px;
	width: 134px;
}

#top {
	background: url(../img/top.png) no-repeat;
	height: 33px;
	position: relative;
	width: 968px;
}

#body {
	background: url(../img/container.png) repeat-y;
	padding: 0 4px;	
	width: 960px;	
}

#bottom {
	background: url(../img/bottom.png) repeat-y;
	height: 15px;	
	width: 968px;
}

#nav-master {
	position: absolute;
	top: 75px;
	right: 30px;
	width: 600px;
	cursor: hand;
	cursor: pointer;
}

#nav-master table {
	width: 100%;
}

#nav-master td {
	font-size: 14px;
}

#nav-master td.mi {
	color: #7C431F;
}

#nav-master td.mi-hover {
	color: #222;
}

#nav-master td.mi-selected {
	color: #000;
	font-weight: bold;
}

#about-header {
	background: url(../img/bg-home.jpg) no-repeat;	
	color: #fff;
	height: 270px;
}

#about-header .tint {
	background: url(../img/bg-tint.png) repeat;
	height: 200px;
	position: absolute;
	top: 245px;
	width: 600px;
}

#header h1,
#about-header h1 {
	left: 50px;
	margin:0;
	position: relative;
	top: 60px;
	width: 500px;
}

#header p,
#about-header p {
	font-size:14px;
	left: 50px;
	position: relative;
	top: 55px;
	width: 500px;
}

body#home #wrapper {
	padding: 30px 30px 40px;
}

#wrapper {
	padding: 20px 30px 40px;
}

#main {
	float: left;
	padding: 0;
	width: 570px;
}

#sub {
	float: right;
	padding: 0;
	width: 300px;
}

.box {
	background: #E8E5D5;
	border: 1px solid #d5d3be;
	margin: 0 0 20px 0;
	position: relative;
}

.box h2.boxcap {
	background: url(../img/bg-boxheading.png) repeat-x;
	color: #fff;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	margin: 0;
	text-indent: 20px;
}

.box .inner {
	padding: 20px;
}

.box .inner h3 {
	color: #7c4320;
	font-size: 12px;
	margin: 0;
}

.box .inner h3 span {
	color: #7c4320;
	font-size: 10px;
	font-weight: normal;
}

.box.image h3 {
	font-size: 24px;
	margin: 0 0 18px 0;
}

.box.image .inner {
	float: left;
	width: 300px;
}

.box.image img.photo {
	position: absolute;
	top: 50px;
	right: 20px;
}

#footer {
	border-top: 1px solid #D5D3BE;
	height: 200px;
}

