@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	background-color: #ccaf8d;
}
img	{
	border: 0;
}
#container {
	width: 955px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
	background-color: #775C41;
	background-image: url(../images/nav/bkg.jpg);
	background-repeat: no-repeat;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #775C41;
	border-left-color: #775C41;
}
#header {
	width: 847px;
	height: 78px;
	position: relative;
	margin: 0px auto;
	padding: 24px 0 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F7E6D0;
}
* html #header {  /* This is the Tan hack */
	width: 857px; 
	w\idth: 847px;
}
#logo {
	width: 213px;
	height: 59px;
	background-image: url(../images/nav/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}
* html #logo {  /* This is the Tan hack */
	width: 223px; 
	w\idth: 213px;
}
#logo a{
	display:block;
	width:213px;
	height:59px;
	text-indent:-9999px;
	text-decoration:none;
}
#navbar {
	position: relative;
	margin: 3px auto;
	padding: 0;
	clear: both;
	height: 20px;
	width: 847px;
}
ul#nav {
	width: 847px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li{
	display: inline;
}
ul#nav li a{
	height: 20px;
	float: left;
	text-indent: -9999px;
}
ul#nav li#home a{
	width: 46px;
	margin: 0px;
	background: url(../images/nav/navbar.gif) no-repeat 0px 0px;
}
ul#nav li#syrups a{
	width: 104px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -85px 0px;
}
ul#nav li#bottle a{
	width: 74px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -245px 0px;
}
ul#nav li#flavors a{
	width: 83px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -377px 0px;
}
ul#nav li#recipes a{
	width: 60px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -519px 0px;
}
ul#nav li#about a{
	width: 70px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -634px 0px;
}
ul#nav li#contact a{
	width: 80px;
	margin-left: 54px;
	background: url(../images/nav/navbar.gif) no-repeat -763px 0px;
}
ul#nav li#home a:hover{
	background-position: 0 -20px;
}
ul#nav li#syrups a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -85px -20px;
}
ul#nav li#bottle a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -245px -20px;
}
ul#nav li#flavors a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -377px -20px;
}
ul#nav li#recipes a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -519px -20px;
}
ul#nav li#about a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -634px -20px;
}
ul#nav li#contact a:hover{
	background: url(../images/nav/navbar.gif) no-repeat -763px -20px;
}
#moneyshot {
	position: relative;
	margin: 0px auto;
	padding: 0;
	clear: both;
	width: 847px;
}
#welcome {
	position: relative;
	margin: 0px auto;
	padding: 0;
	clear: both;
	width: 955px;
	height: 95px;
}
#welcome img {
	margin: 16px 0 6px 58px;
	padding: 0px;
}
#welcome p {
	color: #bb8539;
	margin: 0 90px 0 58px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
#welcome a:link, #welcome a:visited {
	color: #bb8539;
}
#features {
	position: relative;
	margin: 0px auto;
	padding: 0;
	clear: both;
	width: 847px;
	height: 180px;
}
#featuresl {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 278px;
	height: 180px;
}
#featuresc {
	position: relative;
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	width: 278px;
	height: 180px;
}
#featuresr {
	position: relative;
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
	width: 278px;
	height: 180px;
}
#footer {
	width: 955px;
	position: relative;
	clear: both;
	margin: 32px 0 0 0;
	padding-bottom: 24px;
	text-align: center;
}
#footer p {
	font-size: 12px;
	color: #B88F63;
}
#footer a:link, a:visited {
	color: #B88F63;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a:link, a:visited {
	color: #7A7975;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
h1 {
	color: #bb8539;
	font-size: 24px;
	font-weight: 800;
}
h2 {
	color: #bb8539;
	font-size: 18px;
	font-weight: 800;
}
h3 {
	color: #bb8539;
	font-size: 14px;
	font-weight: 800;
}
p {
	font-size: 10px;
	line-height: 14px;
}
.clear {
	clear: both;
}