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

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

* {
	padding:0;
	margin:0;
	}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #704917;
	}
h1 {
	}
h2 {
	font-size:20px;
	padding-bottom: 8px;
	}
p {
	padding-bottom: 9px;
	line-height: 1.4em;
	}
/*divs------------------------*/

#header {
	background-color:#9A714C;
	text-align:center;
	padding: 3px 0px;
	color:#E0D1BD;
	}
#footer {
	text-align:center;
	padding: 3px 0px;
	font-size:10px;
	}
#wrapper {
	width:1074px;
	margin:0px auto;
	background-image: url(../images/middle_bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 253px;
	}
#banner {
	background: url(../images/banner.jpg);
	display:block;
	height: 252px;
	width: 787px;
	margin:0 auto;
	}
#middle {
	display:block;
	margin: 0px auto;
	height: 217px;
	width: 787px;
	padding-top: 7px;
	}
#bottomContent {
	background: url(../images/white_bk.gif) repeat-y;
	width:790px;
	margin:0px auto 0px auto;
	overflow:hidden;
	padding: 30px 0px 0px 0px;
	}
#footerCurl {
	background: url(../images/footer_curl.jpg) no-repeat;
	width:790px;
	height:96px;
	display:block;
	margin:0 auto;
	}
#sideLeft {
	float:left;
	width: 335px;
	padding-right: 15px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #969695;
	margin-right: 10px;
	}
	#sideLeft p {
		color:#704917;
		}
#sideRight {
	float:left;
	width: 335px;
	margin-left: 10px;
	}
	#sideRight p{
	color:#707959;
	}
#steps {
	padding: 15px 30px 10px 30px;
	clear:both;
	display:block;
	position:relative;
	margin:0;
	}
	#steps img {
		padding-right: 10px;
		position:relative;
		}
#designNow {
	background:url(../images/designatea_button.gif);
	height:48px;
	width:281px;
	position:relative;
	display:block;
	text-indent:-5000px;
	}
	

	
/*nav----------------------*/
#nav {
	padding-top:0px;
	}

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

.dotLine {
	border-top: dotted 1px #704917;
	padding-bottom: 9px;
	}
	
