* {
	/* global resets */
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background: #FFC20E url(../images/navBand.gif) repeat-x center 160px;
}

a {
	text-decoration: none;
	color: #F26522;
}

a:hover {	
	text-decoration: underline;
}

p {
	margin: 15px 0 5px 0;
}

.clear {
	clear: both;
}

#wrapper {
	width: 920px;
	margin: 0 auto 35px auto;
	background: #FFFFFF;
	position: relative;
}

.siteName, .pageName {
	display: none; /* do not alter this property -- this text is for search engines */
}

#content {
	padding: 156px 111px 111px 111px;
}

img.header {
	margin-bottom: 6px;
}

img.pinkDots {
	margin-bottom: 25px;
}

#logo {
	position: absolute;
	z-index: 0;
	top: 108px;
	left: 106px;
}

#navBack {
	position: absolute;
	top: 160px;
	width: 100%;
	height: 50px;
	background: url(../images/navBand.gif) no-repeat -8px 0px;
	z-index: 1;
}

#dotBlock {
	/* blocks out dots near logo text */
	width: 151px;
	height: 42px;
	background: #74B74A;
	position: absolute;
	top: 163px;
	left: 105px;
	z-index: 2;
}

#logoText {
	position: absolute;
	top: 175px;
	left: 79px;
	z-index: 3;	
}

#nav {
	width: 588px;
	position: absolute;
	right: 0px;
	top: 173px;
	z-index: 4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}

#nav .bullet {
	font-size: 18px;
	color: #FFE06A;
}

#nav a {
	color: #FFFCDB;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
}

.bullet {
	padding: 0 3px 0 3px;
}

#blogTabWrap {
	border: 1px solid #FFFCDB;
	position: absolute;
	top: -4px;
	right: 108px;
}

#blogTab {
	width: 302px;
	background: #FFFCDB;
	margin: 2px;
	border: 1px solid #FFE06A;
	cursor: pointer;
}

#blogTab p {
	margin: 0 10px 7px 10px;
	color: #000000;
}

#footerTab {
	position: absolute;
	bottom: 0px;
	left: 425px;
}

.picRight {
	float: right;
	clear: right;
	padding: 2px;
	border: 1px solid #FFC20E;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.hilite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.orange {
	color: #F26522;
}

.purple {
	color: #69044C;
}

/***************** global google cart stuff ****************/

#googlecart-widget-control {
	position: absolute !important;
	top: 210px !important;
	right: 110px !important;
	border-top: none !important;
  	border-left: 2px solid #74B74A !important;
	border-bottom: 2px solid #74B74A !important;
	border-right: 2px solid #74B74A !important;
	width: 86px !important;
	height: 27px !important;
	z-index: 3;
}

#googlecart-widget-body {
 	border: 2px solid #74B74A !important;
  	background: #FFFCDB !important;
	bottom: 2px !important;
}

.googlecart-widget-price {
 	color: #74B74A !important;
}

.product-shipping {
	display:none;
}

.googlecart-widget-title {
	color: #F26522 !important;
}

.googlecart-widget-remove, .googlecart-widget-restore {
	color: #F2789D !important;
}

.googlecart-widget-item, .open .googlecart-widget-item td, #googlecart-widget-emptymessage {
border-bottom:1px dashed #FFC20E !important;
}

.googlecart-widget-item {
	background: #FFFCDB;
}