/* -- HTML Tag Declarations -- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(backgrounds/stripes.png);
}
a:link {
	text-decoration: none;
	color: #E97894;
}
a:visited {
	text-decoration: none;
	color: #E97894;
}
a:hover {
	text-decoration: underline;
	color: #C93759;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E97894;
}
h1 {
	margin-top: 0;
	font-size: 1.6em;
}
h2 {
	margin-top: 0;
	font-size: 1.2em;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
}
blockquote {
	font-style: italic;
}

/* -- Site Structure-- */
#wrapper {
	margin: 10px auto;
	width: 760px;
	text-align: left;
	font-size: 1.2em;
	background: url(backgrounds/wavy-scroll.png) 0 176px repeat-y;
	border: 1px solid #ecbbbc;
}
#banner h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 205px;
	background: #fafafa url(backgrounds/banner.png);
}
#banner h1 span {
	display: none;
}
#navigation {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	list-style: none;
	background: #ffdee7 url(backgrounds/pink-gradient.png) right top;
	border-top: 1px solid #ecbbbc;
	border-bottom: 1px solid #ecbbbc;
}
#navigation a:link, #navigation a:visited {
	color: #E97894;
}
#navigation a:hover {
	text-decoration: none;
	color: #C93759;
}
#navigation li {
	display: inline;
	padding: 0 0.3em;
}
#categoryWrapper {
	float: left;
	padding-right: 45px;
	width: 125px;
	min-height: 420px;
}
*html #categoryWrapper {
	height: 420px;
}
#categoryWrapper p {
	margin: 1em 0.3em;
}
#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
#categories li {
	margin: 0.3em 0;
}
#categories a {
	display: block;
	padding: 0.3em;
}
* html #categories a {
	height: 1em;
}
#categories a:link, #categories a:visited {
	text-decoration: none;
	color: #E97894;
}
#categories a:hover {
	color: #C93759;
}
#categories ul {
	display: none;
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
#categories li.selected ul {
	display: list-item;
}
#categories ul li {
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	padding: 10px;
	width: 570px;
	min-height: 400px;
	background: #fafafa url(backgrounds/watermark.png) right bottom no-repeat;
}
* html #content {
	height: 400px;
}
#footer {
	clear: both;
	padding: 6px 0;
	color: #E97894;
	text-align: center;
	font-size: .9em;
	background: #ffdee7 url(backgrounds/pink-gradient-reverse.png);
	border-top: 1px solid #ecbbbc;
}
#footer a:link, #footer a:visited {
	color: #E97894;
}

/* -- Home Page -- */
#entryImage {
	text-align: center;
}

/* -- Photo Gallery -- */
#galleryWrapper {
	text-align: center;
}
#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}
#imgMain {
	height: 250px;
	cursor: pointer;
}

/* -- Products Page -- */
#productPrice span.strike {
	text-decoration: line-through;
}
#productPrice span.sale {
	color: #f00;
}
#productStock {
	margin: 5px 0;
}
#products {
	padding-left: 10px;
}
#options {
	margin: 10px 0;
}
#options label {
	display: block;
	margin-top: 5px;
}
#thumbs {
	margin: 5px 0;
}
#thumbs img {
	border: 0;
}
.productThumb {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 153px;
	overflow: hidden;
	height: 160px;
	text-align: center;
	background: #faf0f0;
	border: 1px solid #ecbbbc;
}
* html .productThumb {
	width: 151px;
}
.productThumb a:link, .productThumb a:visited, .productThumb a:hover {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 0 auto 0.5em;
}
#divRecommended {
	clear: left;
	margin-top: 10px;
}
.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
#productNavigation {
	clear: left;
	padding: 5px 0;
	text-align: right;
}
.enlarge {
	cursor: help;
}

/* -- Product Details -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#productImages img:first-child, * html div#productImages img {
	margin-bottom: 10px;
	width: 300px;
}
div[id=productImages] img {
	float: left;
	margin: 0 5px 10px 0;
	width: 145px;
}
#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: help;
}
#imgDesc {
	height: 30px;
	overflow: auto;
}
/* -- Favorite Links Page -- */
.bannerLink {
	margin: 10px 0;
}

/* -- News/Events Page -- */
.newsPost {
	clear: left;
	padding: 10px 0;
}
.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
}

/* -- Guestbook -- */
.post {
	margin: 10px 0;
}
.authorName {
	font-weight: bold;
}

/* -- Wholesale Messages -- */
.wsLogOut:link, .wsLogOut:visited, .wsLogOut:hover {
	display: block;
	margin-bottom: 1em;
	text-align: center;
	font-size: 10px;
	color: #50674a !important;
}
.wholesaleMsg {
	display: block;
	margin: 5px;
	text-align: center;
	font-size: 10px;
	color: #50674a;
}

/* -- Checkout Page -- */
#cart {
	width: 100%;
}
#cart td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #333;
}
#cart td ul {
	margin: 0 15px;
	padding: 0;
	text-align: left;
}
#checkoutInfo div {
	clear: left;
	margin: 2px 0;
}
#checkoutInfo label {
	display: block;
	float: left;
	width: 150px;
}
#checkoutInfo table.noFormat label {
	display: inline;
	float: none;
	width: auto;
}
.monetary {
	text-align: right;
}
.payment label {
	display: inline;
	float: none;
}

/* -- Form Classes -- */
.blockForm div {
	margin: 2px 0;
}
.blockForm label {
	display: block;
}

/* -- Constant Contact Form -- */
#constantContact {
	margin: 1em 0.5em 0;
	padding: 3px;
	text-align: center;
	background: #fddcd5;
}
#constantContact p {
	margin: 0 0 0.5em;
	padding: 0.2em;
	background: #feece8;
}
#constantContact form {
	margin: 0;
	padding: 0;
}

/* -- Miscellaneous Classes -- */
.smallLink {
	font-size: 0.7em;
	font-weight: normal;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.moreInfo {
	cursor: help;
}
.strike {
	text-decoration: line-through;
}
