﻿* { margin: 0; padding: 0; }


body {
	background-color: #291503;
	background-image:url('img/brickwall.jpg');
}


#home .home, #coffeehouse .coffeehouse, #locations .locations, #team .team, #charity .charity, #licks .licks, #shop .shop {
	border-top: 1px #c8b493 solid;
	color: #c8b493;
	text-decoration: none;
}	

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

#wrapper {
	margin:0 auto;
	width:993px;
	text-align: left;
	margin-top: 10px;
	position:relative;
}

#footer {
	margin:0 auto;
	width:993px;
	text-align: center;
	color: #fff;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#footer a {
	color:#fff;
}


#logo {
	margin-left: 45px;
	margin-bottom: 15px;
}

#logoLicks {
	margin-top: 20px;
	margin-left: 45px;
	margin-bottom: 15px;
}

#beans {
	position: absolute;
	left: 725px;
	top: 60px;
	z-index:100;
}

#cup{
	position: absolute;
	left: 725px;
	top: 0px;
	z-index:100;
}

#cone {
	position: absolute;
	left: 725px;
	top: 35px;
	z-index:100;
}

#nav {
	height:18px;
	margin: 0 0 0 15px;
	padding: 0;

}

ul#nav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a { 
	padding: 1px 2px;
	margin: 0px 7px;
		color: #fff;
}


#nav a:link, #nav a:visited {

	text-decoration: none;
	font-family:Verdana;
}

#nav a:hover {
	color: #c8b493;
	text-decoration: none;
	border-top: 1px #c8b493 solid;
}

.current {
	color: #c8b493;
	text-decoration: none;
	border-top: 1px #c8b493 solid;	
}

#top {
	margin-bottom: 0px;
}

#mainArea {
	background-color: #492b0c;
	width: 990px;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
}

#mainArea a {
	color: #fff;
}

#slideshow {
	width: 504px;
	height: 388px;
	padding:20px 20px 20px 40px;
}

#homeText {
	color:#fff;
	width: 410px;
	float:right;
	font-family:Verdana;
	line-height: 20px;
	margin-top: 16px;
	margin-right: 20px;
	font-size: 17px;
}

#content {
	color:#fff;
	font-family:Verdana;
	margin-left: 20px;
	line-height: 20px;
	width: 460px;
	background-image:url(img/bg4.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#content h2 {
 	color:#fff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	margin: 5px 0px 10px 0px;
}

#content li {
	
	margin-left: 10px;
}


#contentMED {
	color:#fff;
	font-family:Verdana;
	margin-left: 20px;
	line-height: 20px;
	width: 500px;
}

#contentMED h2 {
 	color:#fff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}

#contentMED li {
	
	margin-left: 10px;
}

#contentFull {
	color:#fff;
	font-family:Verdana;
	margin-left: 20px;
	line-height: 20px;
}

#contentFull a {
	color:#FFF;
}

#contentFull h2 {
 	color:#fff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}

table
{
    border-color: #9c6d3a;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td
{
    border-color: #9c6d3a;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}


.floatList {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-top: -5px;
}

#floatRight {
	float:right;
	width:480px;
	margin: 45px 5px 0px 5px;
}

#floatRightSM {
	float:right;
	width:400px;
	margin: 45px 5px 5px 5px;
}

.clear {
clear:left;
height:0;
font-size: 1px;
line-height: 0px;
}

h3 {
	font-size: 15px;
}

.floatLeft {
	float: Left;
	margin-right: 8px;
	margin-top: 4px;
}