/* ------------------------------------------------------------------------
CSS sheet for Fava Tea Company.
Author: Chris Robinson
Date Created: 6/4/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
   	font: 12px/1.5em Arial, Helvetica, Sans-Serif;
   	background: url(images/header.jpg) repeat-x #C5B283;
}
p{
	margin: 1.5em 0;
}
#wrap{
	width: 1004px;
	margin: auto;
	text-align: left;
	clear: both;
}
#wrap h3{
	font-size: 18px;
}
/* -----------------------------------------------------------------------
=LEFT ELEMENTS
-------------------------------------------------------------------------*/
#left{
	float: left;
	display: block;
	background: url(images/left.gif) repeat-y;
	width: 283px;
	text-align: center;
	margin-right: 20px;
}
#wrap > #left{
	background: url(images/left.png) repeat-y;
}
#left a.index{
	display: block;
	margin: auto;
	background: url(images/logo.jpg) no-repeat;
	width: 249px;
	height: 104px;
	text-indent: -9999px;
}
#left dl{
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
#left dl dt{
	font-weight: bold;
	font-size: 14px;
}
#left dl a{
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
#left dl a:hover{
	border-bottom: 1px solid #000;
}
#left .last{
	margin: 0;
	padding-left: 30px;
	padding-bottom: 20px;
	background: url(images/leftbtm.gif) 0 bottom no-repeat;
}
#wrap > #left .last{
	background: url(images/leftbtm.jpg) 0 bottom no-repeat;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	background: url(images/field.jpg) top right no-repeat;
	height: 183px;
}
ul.nav{
	display: block;
	list-style-type: none;
	width: 71px;
	padding-top: 15px;
}
ul.nav li{
	display: block;
	width: 71px;
	height: 30px;
	margin-bottom: 10px;
}
ul.nav li a{
	width: 71px;
	height: 30px;
	display: block;
	background: url(images/nav.jpg) no-repeat;
	text-indent: -9999px;
}
ul.nav li.home a{
	background-position: 0px 0px;
}
ul.nav li.home a:hover{
	background-position: -71px 0px;
}
ul.nav li.location a{
	background-position: 0px -30px;
}
ul.nav li.location a:hover{
	background-position: -71px -30px;
}
ul.nav li.about a{
	background-position: 0px -60px;
}
ul.nav li.about a:hover{
	background-position: -71px -60px;
}
ul.nav li.order a{
	background-position: 0px -90px;
}
ul.nav li.order a:hover{
	background-position: -71px -90px;
}
/* fix for store navigation start */
ul.storeNav{
	display: block;
	list-style-type: none;
	width: 71px;
	padding-top: 10px;
	padding-left: 293px;
}
ul.storeNav li{
	display: block;
	width: 71px;
	height: 30px;
	margin-bottom: 10px;
}
ul.storeNav li a{
	width: 71px;
	height: 30px;
	display: block;
	background: url(images/nav.jpg) no-repeat;
	text-indent: -9999px;
}
ul.storeNav li.home a{
	background-position: 0px 0px;
}
ul.storeNav li.home a:hover{
	background-position: -71px 0px;
}
ul.storeNav li.location a{
	background-position: 0px -30px;
}
ul.storeNav li.location a:hover{
	background-position: -71px -30px;
}
ul.storeNav li.about a{
	background-position: 0px -60px;
}
ul.storeNav li.about a:hover{
	background-position: -71px -60px;
}
ul.storeNav li.order a{
	background-position: 0px -90px;
}
ul.storeNav li.order a:hover{
	background-position: -71px -90px;
}
/* fix for store navigation end */
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	float: left;
	width: 700px;
}
#main{
	margin-top: 15px;
}
#main h3{
	font-size: 18px;
}
#www{
	display: block;
	clear: both;
	width: 100%;
}
dl.www{
	width: 20%;
	float: left;
	margin-right: 30px;
}
dl.www dt{
	font-weight: bold;
}
dl.www dd{
	margin: 1.5em 0;
}
#main img.imgLeft{
	float: left;
	margin: 10px;
	border: 4px solid #874317;
}
#main img.imgRight{
	float: right;
	margin: 10px;
	border: 4px solid #874317;
}
dl.directions{
	margin: 1.5em 0;
}
dl.directions dt{
	font-weight: bold;
}
dl.directions dd{
	margin: 0px 0 10px 10px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#bottomfix{
	display: block;
	clear: both;
}
#footer{
	display: block;
	clear: both;
	width: 100%;
	height: 100px;
	text-align: left;
	background: #874317;
	border-top: 3px solid #242424;
	border-bottom: 3px solid #242424;
	color: #fff;
}
#footer ul{
	list-style-type: none;
	margin-left: 20px;
	width: 200px;
	float: left;
}
#footer ul li{
	padding-bottom: 2px;
}
#footer ul a{
	color: #fff;
	width: 200px;
	display: block;
	padding-left: 5px;
	text-decoration: none;
}
#footer ul li a:hover{
	background: #AA8154;
	text-decoration: none;
}
#footer p{
	float: right;
	margin: 30px 20px 0 0;
	text-align: center;
}
#footer p a{
	text-decoration: none;
	color: #fff;
}
#footer p a:hover{
	text-decoration: underline;
}
ul.sitemap li{
	list-style-type: none;
	margin: 10px 0;
}
ul.sitemap li a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
ul.sitemap li a:hover{
	border-bottom: 1px solid #000;
}

.badges {
	background: #C5B283;
}
.badges a img {
	border: none;
	padding: 10px;
}