/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, div, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	border: 0; margin: 0; padding: 0;
}

/* body and sizers */
body {
	background-color: #F8FCFF;
	margin: 0;
	text-align: center;
	font:.9em Arial, Helvetica, sans-serif;
	color:#262626;
}
table {
	border-collapse: collapse;
}
p {
	margin-bottom: 10px;
}
.contentPage p {
	text-align: justify;
}
.homePage h2 {
	margin-bottom: 10px;
}
a, a:hover {
	color: #50825D;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1, h3, h5 {
	color: #50825D;
}
h2, h4 {
	color: #A05F53;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4, h5 {
	font-size:1.1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 1px;
}
h4.error {
	color: #cb9a62;
}
#main {
	background: transparent url(images/bg.jpg) repeat-y left top;
	height: 100px;
	width: 872px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#header {
	background: transparent url(images/header.jpg) no-repeat left top;
	width: 100%;
	height: 80px;
	padding-bottom: 10px;
}
#ladybugs {
	background: transparent url(images/ladybug.jpg) no-repeat left -20px;
	width: 27px;
	height: 163px;
	position: absolute;
}
#nav {
	background: transparent url(images/navbg.jpg) no-repeat 27px top;
	width: 100%;
	height: 155px;
	margin: 0 auto 0 auto;
}
#nav ul {
	display: block;
	list-style: none;
	margin-left: 60px;
	padding-top: 10px;
}
#nav li {
	display: block;
	margin: 0; 
	padding: 5px; 
}
#nav li a {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
#nav li a:hover {
	text-decoration: underline;
}
#content {
	text-align: left;
	padding: 20px 100px 10px 65px;
	background: transparent url(images/bg.jpg) repeat-y left top;
	font-size: 0.9em;
}
#promos, .shopNavigation {
	float: right;
	margin-left: 15px;
}
#promos .homePromo {
	color: #50825D;
}
#promos .homePromo h2, .categoriesList h3, .cartList h3 {
	padding: 5px 0 0 15px;
	font-size: 1.15em;
}
#promos .homePromo h2 a {
	text-decoration: none;
}
#promos .homePromo p {
	width: 230px;
	margin: 8px 0 0 15px;
	line-height: 1.25em;
}	
#promos .promo1, #promos .promo2 {
	width: 286px;
	height: 80px;
	margin-bottom: 10px;
}
#promos .promo1 {
	background: transparent url(images/promo1.jpg) no-repeat left top;
}
#promos .promo2 {
	background: transparent url(images/promo2.jpg) no-repeat left top;
}
#footer {
	background: #F8FCFF url(images/footer.jpg) no-repeat left -15px;
	width: 100%;
	height: 120px;
	padding-bottom: 20px;
}
#footer p {
	text-align: left;
	vertical-align: bottom;
	padding: 100px 0 0 30px;
	font-size: 0.8em;
	color: #50825D;
}

.quickForm {
	width: 410px;
}
.quickForm th {
	background-color: #D3E0D6;	
	vertical-align: top;
	padding: 2px 0 2px 4px;
}
.quickForm td {
	background-color: #EEF3EF;
	padding: 2px 0 2px 4px;
}
input, select, textarea {
	border: 1px solid #50825D;
	padding: 1px;
	font-size: 0.9em;
}
.button {
	background-color: #A8C1AF;	
	border: 1px solid #50825D;
	color: #28412F;
	font-weight: bold;
	font-size: 1.1em;
	width: 150px;
}
.clearBoth {
	width: 100%;
	clear: both;
}
.shopNavigation {
	width: 27%;
}
.shopMain {
	width: 60%;
}

.sitemap, .sitemap li ul, .categoriesList ul, .categoriesList li ul {
	list-style: none;
	line-height: 1.6em;
}
.sitemap li, .categoriesList ul li {
	background: transparent url(images/leaf.gif) no-repeat left 7px;
	padding-left: 25px;
}
.sitemap li {
	margin-left: 10px;
}
.categoriesList ul {
	margin: 0 10px 10px 10px;
	padding-bottom: 15px;
}

.categoriesList, .cartList {
	width: 286px;
	margin-bottom: 10px;
}
.categoriesList {
	background: transparent url(images/shopBG2.jpg) no-repeat left bottom;
}
.cartList {
	background: transparent url(images/shopBG.jpg) no-repeat left bottom;
}
.categoriesList h3, .cartList h3 {
	background: transparent url(images/shopHeader.jpg) no-repeat left top;
	padding-bottom: 7px;
}
.cartList p {
	padding: 0 10px 10px 5px;
}
.jenellePhoto {
	float: left;
	margin: 0 10px 0 0px;
	border: 1px solid #3d9668;
}
.signature {
	float: left;
	display: block;
	margin-bottom: 20px;
	clear: both;
}
.shopMain {
	width: 400px;
}
.shopMain td {
	width: 50%;
	padding: 5px;
	vertical-align: top;
}
.shopProduct {
	width: 695px;
}
.shopProduct td {
	vertical-align: top;
}
.productImage {
	width: 150px;
	text-align: center;
	padding-right: 10px;
}
.productDesc {
	width: 445px;
	padding-right: 20px;
}
.productDesc h3 {
	font-size: 14px;
}
.productButtons {
	width: 100px;
	text-align: right;
}
.cartButton {
	border: none;
}
.shopProduct h1{
	font-size: 16px;
}
.shopProduct h2 {
	font-size: 14px;
}
.insideText {
	font-style: italic;
}
.shoppingCart {
	width: 100%;
	border: 1px solid #E4C9AE;
}
.productThumb {
	border: 1px solid #3d9668;
	text-decoration: none;
}
.shoppingCart td, .shoppingCart th {
	padding: 4px;
}
.shoppingCart .CART_HEADER, .shoppingCart .CART_HEADER th {
	background-color: #F9F5E5;
	border-bottom: 1px solid #E4C9AE;
}
.shoppingCart .cartTotal, .shoppingCart .cartTotal th {
	background-color: #F9F5E5;
	border-top: 1px solid #E4C9AE;
}
.categoryListingTitleHeight {
	display: block;
	height: 38px;
}
.categoryListingTitle {
	display: block;
	padding-bottom: 5px;
}
.categoryRow td {
	padding-bottom: 30px;
}
.productPrice {
	display: block;
	font-size: 1.1em;
	clear: both;
	padding: 5px 0;
}
.productDetailsButton {
	clear: both;
	display: block;
}

#flash {
	width: 511px;
	float: right;
	margin-top: -3px;
	padding-right: 90px;
}