/* ================================================
	Style sheet for Summerbridge Tea LLC
	www.SummerbridgeTea.com
   ==============================================*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background: #EFF7DF;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 788px;
}
#headerLeft {
	float: left;
	padding-left: 15px;
}
#headerRight {
	text-align: right;
	padding-right: 5px;
}
#header {
	width: 788px;
}
#content {
	background: #FFFFFF url(images/content_bg.png);
	text-align: left;
	clear: both;
}
#borderTop {
	background: url(images/content_topBorder.png) no-repeat;
	height: 10px;
}
#borderBottom {
	background: url(images/content_bottomBorder.png) no-repeat;
	height: 18px;
	clear: both;
}
#navArea {
	background: #FFFFFF url(images/content_bg.png);
	padding: 0 5px 0 8px;
	height: 213px;
}
#navBox {
	background: url(images/navBox_bg.jpg) no-repeat;
	float: left;
	height: 213px;
	width: 290px;
}
#navBox ul {
	list-style: url(none) none;
	margin: 0 0 0 10px;
	padding: 8px 0 0 0;
}
#navBox li {
	padding-bottom: 6px;
}

#navPhoto {
	background: url(images/navPhoto.jpg) no-repeat;
	height: 213px;
	width: 475px;
	float: right;
	padding: 0;
}
#contentLeft {
	width: 530px;
	padding: 0;
	margin: 0;
	float: left;
}
#contentLeft #section-main-top, #contentLeft #section-diduknow-top {
	background: url(images/section-main_top.jpg);
	height: 10px;
	padding: 0;
	margin: 0 0 0 10px;
}
#contentLeft #section-main-text {
	margin: 0 0 0 10px;
	padding: 5px;
}
#contentLeft #section-main-text ul {
	list-style: url(images/bullet.png);
}
#contentLeft #section-main-text li {
	list-style: url(images/bullet.png);
	padding-bottom: 10px;
}

#contentLeft #section-diduknow-text {
	margin: 0 0 0 10px;
	padding: 5px;
	background: url(images/section-main_bg.jpg) repeat-y;
}
#contentLeft #section-main-bottom, #contentLeft #section-diduknow-bottom {
	background: url(images/section-main_bottom.jpg) no-repeat;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 0;
}
#contentLeft p {
	font: normal 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentLeft  h2 {
	font-weight: normal;
	font-size: 14pt;
	color: #044E7F;
}

#contentLeft .standout {
	font-size: 12pt;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #044E7F;
}
#wrapper #content #contentLeft li .standout {
	font-size: 10pt;
}


#contentLeft #section-diduknow-text p {
	font-size: 9pt;
	padding: 0;
	line-height: 1.25em;
	margin: 0;
}
#contentRight {
	width: 238px;
	padding: 0;
	margin: 0;
	float: right;
}
#contentRight #section-teas-text h5 {
	font-size: 12pt;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #5F4E22;
	font-variant: normal;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 5px 0;
}

#contentRight #section-teas-top {
	background: url(images/section-teas_top.jpg) no-repeat top;
	height: 30px;
	width: 238px;
}
#contentRight #section-teas-text {
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3C3115;
	padding: 5px 15px 5px 10px;
	background: url(images/section-teas_bg.jpg);
}
#contentRight #section-teas-bottom {
	background: url(images/section-teas_bottom.jpg);
	height: 23px;
}
#footer {
	clear: both;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	border-top: 1px solid #D5E8AD;
}
#footer p {
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #044E7F;
	margin: 0;
	padding: 10px 0 0 0;
}
#copyright {
	margin: 0px;
	padding: 0px;
}
#copyright p {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 1%;
	background: transparent;
}
img.left {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}
/* Forms */
form {margin: 0;}
fieldset {
	border: 1px solid #89A451;
	margin: 0;
	padding: 10px;
}
legend {
	border: 1px solid #89A451;
	padding: 8px;
	background-color: #89A451;
	font-size: 11pt;
	border-collapse: collapse;
	color: #F9FFFF;
}
label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}
textarea, select {
	border: 1px outset #D2E1FF;
	font-size: 9pt;
}
input[type="image"] {border: none;}

input.submit {
	background-color: #D2E1FF;
	border: 1px outset #D2E1FF;
	font-size: 9pt;
}

