/*DESIGN A TEA*/
/*Main Stylesheet*/

/*tags-------------------------*/

* {
	padding:0;
	margin:0;
	}
body {
	background-color: #E0D1BD;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #704917;
	background-image: url(../images/body_bk.jpg);
	}
h1 {
	font-size:30px;
	padding-bottom: 16px;
	color:#707959;
	letter-spacing: 2px;
	font-weight:normal;
	}
h2 {
	font-size:20px;
	padding-bottom: 5px;
	padding-top:8px;
	}
p {
	padding-bottom: 9px;
	line-height: 1.5em;
	color:#646C50;
	}
a:link {
	color: #A25517;
	}
a:visited {
	color:#704917;
	}
a:hover {
	color: #707959;
	}
/*divs------------------------*/

#header {
	background-color:#926B47;
	text-align:center;
	padding: 3px 0px;
	color:#E0D1BD;
	font-size:12px;
	}
	#header a:link, #header a:visited {
		color:#fff;
		}
	#header a:hover {
		color:#BCC8B5;
		}
	#header p {
		float:left;
		}
		
	#header ul {
		float:left;
		}
		
	#header li {
		display:inline;
		border-left: solid 1px #E0D1BD;
		padding-left:5px;
			}
#wrapper {
	width:787px;
	margin:0px auto;
	background: url(../images/white_bk.gif) repeat-y;
	}
#banner {
	background: url(../images/inner_banner.jpg);
	display:block;
	height: 206px;
	width: 787px;
	margin:0 auto;
	}
#middle {
	display:block;
	margin: 0px auto;
	height: 224px;
	}
#main {
	width:707px;
	margin:-40px auto 0px auto;
	display:block;
	overflow:hidden;
	padding: 30px 40px 0px 40px;
	}
	#main ul, #main ol{
		margin-left:15px;
		color:#646C50;
		}
		
#footerCurl {
	background: url(../images/footer_curl.jpg) no-repeat;
	width:787px;
	height:56px;
	display:block;
	margin:0 auto;
	text-align:center;
	padding-top: 40px;
	font-size:10px;
	}
#sideLeft {
	float:left;
	width: 335px;
	padding-right: 15px;
	}
#sideRight {
	float:left;
	width: 335px;
	}
	#sideRight p{
	color:#707959;
	}
#designNow {
	background:url(../images/designatea_button.gif);
	height:48px;
	width:281px;
	position:relative;
	display:block;
	text-indent:-5000px;
	}
#form {
	border: solid 1px #E3D0BD;
	padding:10px;
	width: 50%;
	float: left;
	margin-right: 10px;
	}
#freeForm {
	background: #E9F3EA;
	padding: 10px;
	}
	
	
/*nav----------------------*/
#nav {
	padding-top:133px;
	padding-left:25px;
	list-style-type: none;
	font-size:14px;
	}
#nav ul {
	list-style: none;
	display: none;
	position: absolute;
	}
#nav li {
	float: left;
	position: relative;
	padding: 0px 9px;
	border-right: solid 1px #704917;
	}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration:none;
	color:#704917;
	}
#nav a:hover {
	color:#878F76;
	}
#nav ul li:hover {
	background-color:#FFF;
	}
#nav li:hover ul {
	display: block;
	}
#nav li.last {
	border-right:none;
	}

/*classes------------------------*/

.dotLine {
	border-top: dotted 1px #704917;
	padding-bottom: 9px;
	margin-top:9px;
	}
.dotLine2 {
	border-top: dotted 1px #CBD6C5;
	padding-bottom: 9px;
	margin-top:9px;
	}
.base {
	color:#707959;
	font-style: italic;
	}
.flavors {
	color:#707959;
	margin-left: 25px;
	font-size:14px;
	margin-bottom: -20px;
	}
.floatR {
	float:right;
	padding-left: 20px;
	}
.floatL {
	float:left;
	padding-right: 20px;
	}
.detailoption {
	font-size:20px;
	}
.prodoption {
	margin-top: 5px;
	}
.subtitle {
	font-size:14px;
	}
.suboptions{
	margin-left: 25px;
	}
.clearR {
	clear:right;
	}
.clear {
	clear:both;
	}
.category {
	float:left;
	width:210px;
	border: solid 1px #707959;
	padding:5px;
	margin-bottom: 15px;
	}
	a:hover .category{
		background-color:#E9F3E9;
		}
.innerCategory {
	border: dotted 1px #000;
	padding:5px;
	background-color:#fff;
	}
	.innerCategory img{
		border:none;
		}
.border{
		border:dotted 1px #80856F;
		padding:3px;
		margin:5px;
		}
.indent {
	margin-left:30px;
	}
.prodseparator {
	border-bottom:dotted 1px #704917;
	margin-top:5px;
	padding-bottom:5px;
	}
div.prodname {
	font-size:18px;
	margin-bottom:-5px;
	}
div.proddescription {
	color:#707959;
	font-size:12px;
	line-height:1.3em;
	}
SELECT.prodoption {
	font-size: 11px;
	color: #707959;
	font-weight:bold;
}
img.prodimage {
	padding:5px;
	}
div.detailname {
	font-size:20px;
	padding-top:8px;
	}
td.detailimage {
	vertical-align:top;
	}
div.detaildescription {
	padding-bottom:5px;
	color:#707959;
	}
.detailoption {
	font-size:12px;
	}
div.detailprice {
	font-size:16px;
	}
div.detailoptions {
	font-size:12px;
	}
TABLE.cobtbl{
	background-color: #fff;
	border: solid 1px #E3D0BD;
	}
TD.cobhl{
	background-color: #E9F3EA;
	padding-left:5px;
	}
TD.cobll{
	background-color: #fff;
	color : #707959;
	padding:5px;
	}
.shipping {
	background: url(../images/little_leaf.gif) no-repeat left;
	padding: 3px 0px 0px 40px;
	font-variant: small-caps;
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
	color:#A25517;
	}
.border {
	border:1px solid #C6D69F;
	}

