body {
	text-align: center;
	background-color: #000000;
	padding-bottom:20px;
	margin: 20px 0 10px 0;
}

div#pagecontainer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	background: #3D3D3D url('images/pagecontainerbg.jpg') top left repeat-x;
}

#sidebar {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	min-height: 550px;
	height: auto;
}
#logo {
	padding: 0;
	margin: 0;
	width: 150px;
	height: 243px;
	background: url('images/logo.jpg') no-repeat;
	cursor: pointer;
}
#slogan {
	padding: 0;
	margin: 0;
}
#main {
	padding: 0;
	margin: 0 0 -80px 0;
	width: 550px;
	min-height: 550px;
	float: left;
}
#maincontent {
	padding: 20px 20px 100px 20px;
	margin: 0;
	min-height: 528px;
	text-align: left;
	font: normal 10px Verdana;
	color: #FAF9CB;
	line-height: 12px;
}
#maincontent h1 {
	font: bold 14px Verdana;
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding-left: 25px;
	line-height: 15px;
	background: url('images/leafh1bg.gif') center left no-repeat;
} 
#maincontent h2 {
	font: bold 12px Arial;
	color: #EA2E2F;
	margin: 0 0 5px 0;
	line-height: 12px;
} 
#maincontent h3 {
	font: bold 12px Arial;
	color: red;
	margin: 0;
	line-height:12px;
}
#maincontent h4 {
	font: bold 10px Verdana;
	color: #FFFFFF;
	margin: 0;
	line-height: 12px;
}
#maincontent p {
	margin: 0 0 10px 0;
	line-height: 14px;
}
#maincontent pre {
	margin: 0 0 10px 24px;
	line-height: 14px;
	font: normal 10px Verdana;
	color: #FAF9CB;
}
#maincontent table {
	font: normal 10px verdana;
	color: #FFFFFF;
}
#maincontent a {
	font-weight: bold;
	color: red;
}
#maincontent a:hover {
	color: #FFFFFF;
}
#chromemenu{
	width: 100%;
	height: 22px;
	margin: 0;
	background: #F9F9CB url('images/navend.jpg') no-repeat top right;
}

#chromemenu ul{
	height: 22px;
	background: url(aquabg_off.gif) center center repeat-x; 
	margin: 0;
	float: left;
	text-align: center;
}
#chromemenu ul#site{
	padding: 0 0 0 60px;
	font: bold 11px Verdana;
}
#chromemenu ul#admin{
	padding: 0 0 0 30px;
	font: bold 10px Verdana;
}

#chromemenu ul li{
	display: inline;
	text-valign: middle;
}

#chromemenu ul li a{
	float: left;
	color: #EA2E2F;
	font-weight: bold;
	line-height:22px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#chromemenu ul li a:hover{
	color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	margin: 0 0 0 3px;
	position:absolute;
	width: 153px;
	z-index:100;
	visibility: hidden;
}
.dropmenubox {
	margin: 0;
	width: 153px;
	font:normal 11px Verdana;
}
.dropmenubox img {
	line-height: 3px;
	height: 3px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 18px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FAF9CB;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	line-height:16px;
	text-align: left;
}

.dropmenudiv a:hover{
	background: #FAF9CB url('images/arrowred.gif') center left no-repeat;
	color: #EA2E2F;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#footer {
	clear: both;
	width: 700px;
	text-align: center;
	padding: 100px 0 5px 0;
	font: normal 10px Verdana;
	color: #666666;
	background: transparent url('images/flavorthemeleaf.gif') bottom left no-repeat;
}
#footer a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.teamtitle {
	font: bold 12px Arial;
	color: red;
}
.team {
	padding:4px 5px 0 0;
}

/**** FORM INPUT ****/

input[type="text"]{
	height:18px;
	font:normal 10px verdana;
	background-color:#F5FAFF;
}

input.text{
	height:18px;
	font:normal 10px verdana;
	background-color:#F5FAFF;
}

input[type="button"]{
	height:20px;
	font:normal 12px arial;
}

input[type="file"]{
	height:18px;
	font:normal 12px arial;
	background-color:white;
	border:0;
}

input.file{
	height:18px;
	font:normal 10px verdana;
	background-color:white;
	border:0;
}

input[type="password"]{
	width:80px;
	height:18px;
	font:normal 10px verdana;
	background-color:#F5FAFF;
}

input.password {
	width:80px;
	height:18px;
	font:normal 10px verdana;
	background-color:#F5FAFF;
}

textarea {
	font:normal 10px verdana;
	padding:2px;
}

select {
	font:normal 12px arial;
	background-color:#F5FAFF;
}

input {
	border: 0;
	height: 16px;
	padding: 2px 0 2px 2px;
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	vertical-align: text-bottom;
}
.submitbutton {
	background: url('images/submitbutton.gif') no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	height: 19px;
	width: 69px;
	font: bold 11px arial;
	color: #FFFFFF;
	cursor: pointer;
}
.submitbutton:hover {
	background: url('images/submitbuttonon.gif') no-repeat;	
}
.editbutton {
	background: url('images/editbutton.gif') no-repeat;
	border: 0;
	padding: 0;
	margin: 0 2px 0 2px;
	height: 19px;
	width: 69px;
	font: bold 12px arial;
	color: #FFFFFF;
	cursor: pointer;
}
.deletebutton {
	background: url('images/deletebutton.gif') no-repeat;
	border: 0;
	padding: 0;
	margin: 0 2px 0 2px;
	height: 20px;
	width: 69px;
	font-weight: bold;
	cursor: pointer;
}
textarea {
	border: 0;
	padding: 2px 0 2px 2px;
	margin: 0;
	font-family: verdana;
	font-size: 10px;
}



/* ######### OUR TEAS PAGE ######### */
#teabox {
	width: 510px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 10px Verdana;
	border-bottom: 1px solid red;

}

#teaimage {
	width: 53px;
	margin: 0 0 0 0;
	padding: 14px 0 0 0;
	float: left;
	display: inline;
	vertical-align: top;
}

#teatext {
	width: 440px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	vertical-align: top;
	text-align: left;
	font: normal 10px Verdana;
	color: #FAF9CB;
	line-height: 12px;
	background: transparent url('images/teatextbg.gif') bottom right no-repeat;

}

#teatext a {
	font-weight: bold;
	color: #EA2E2F;
}
#teatext a:hover {
	color: #FFFFFF;
}
#teatext p {
	padding: 0;
	margin: 10px 0 0 0;
}

.brokerbox {
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
	width: 240px;
	height: 130px;
	float: left;
}
#statelinks {
	width:100px;
	padding:0;
	margin:0;
	float:left;
}
#rightcolumn {
	width:410px;
	padding:0;
	margin:0;
	float:left;
}

#stores {
	padding:0;
	margin:0;
	width:100%;
}