@charset "utf-8";
/* CSS Document */

html, body { padding: 0px;	margin: 0px; }
body { background-color: #cecdcd; font-family: "Times New Roman", Times, serif;	font-size: 12px; line-height: 14px; }
	body a:link, body a:visited { color: #da4fcc; text-decoration: none; }
	body a:hover { color: #da4fcc; text-decoration: underline; }
* {	margin:0px auto; padding:0; }
img { border: 0px; }
h2 { font-family: Arial, Helvetica, sans-serif; color: #726f6f; font-size: 16px;  padding-bottom: 8px; text-transform: lowercase; }

div#wrapper { position: relative; z-index: 1; width: 832px; }
div#contentFrame { position: relative; width: 760px; padding-left: 20px; padding-right: 20px; padding-bottom: 50px; margin: 16px 16px 16px 16px; background-color: #fefefe; }

img#logo { position: relative; left: -3px; }
div#navigation { position: relative; left: -5px; }
#navlist li { display: inline; list-style-type: none; padding: 0px; }

img#mainImage { padding-bottom: 16px; }
img#mainImageHome { padding-bottom: 70px; }
img#ftrTag { position: absolute; bottom: 0px; right: 0px; }

div.shoppingBio { position: relative; width: 760px; margin-top: 16px; }
img.shoppingBioPic { float: left; padding-right: 9px; }
div.shoppingBioText { display: block; width: 500px; float: right; }

table#collections { position: relative; top: -16px; left: -16px; }
table#foryourhome { position: relative; top: -16px; left: -16px; float: left; }

.clear { clear: both; height: 1px; overflow: hidden; }

div#sidebar { float: right; width: 225px; }

/* CONTACT FORM STYLES */
div#contactForm { float: left; width: 515px; }
td#contactHdr { text-align:right; }
.generalLabel { text-align: right; vertical-align: top; top-padding: 3px; }
input { width: 400px; background-color: #DEDEDE; color: #333; font-weight: 400; border: 0px none; padding-left: 20px; }
.button { width: 420px; background-color: #fff; color: #da4fcc; font-weight: 800; border: 1px solid #da4fcc; }
select { width: 420px; background-color: #DEDEDE; color: #333; font-weight: 400; border: 0px none; padding-left: 20px; }
.fieldMessage {width: 400px; height: 250px; background-color: #DEDEDE; color: #333; font-weight: 400; border: 0px none; padding-left: 20px; }
input.invalid { position: relative; display: block; float: left; }
label.invalid { position: relative; display: block; clear: both; float: left; text-align: right; color: #666; font-weight: 800; font-size: 12px; width: 420px; }
.red { color: #da4fcc; font-weight: 800; }
#frmNewsletter { margin-bottom: 16px; }
.newsText { width: 130px; display: inline; margin-right: 6px; padding-left: 10px; }
.newsButton { width: 65px; padding-left: 10px; background-color: #fff; color: #da4fcc; font-weight: 800; border: 1px solid #da4fcc; display: inline; }
input.newsInvalid { position: relative; clear: both; float: left; border: 1px #da4fcc solid; }
label.newsInvalid { display: block; }

div#popMsg { color: #000; display: none; }
div#popMsgContent { background-color: #fefefe; width: 300px; padding: 20px 20px 20px 20px; z-index: 3; }

