body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #cbc9c8;
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-position: center top;
}
html {
	height: 100%;
}

p, ul, li, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}
#backtext {
	background-image: url(back_text.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-top: 12px;
	min-height: 1297px;
}

#transparent {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 940px;
	padding: 10px;
	background-image: url(back.png);
	background-repeat: repeat;
	margin-bottom: 12px;
}

#container {
	background-color: #FFF;
	width: 900px;
	padding-right: 22px;
	padding-left: 18px;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#header {
	height: 157px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 210px 0px;
}
#logo {
	display: block;
	float: left;
}
#headerright {
	float: right;
	width: 660px;
}
#mainmenu {
	display: block;
	list-style-type: none;
	text-align: center;
	float: right;
	width: 665px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 11px;
	line-height: 12px;
	color: #642e8e;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	background-color: #f4f4f4;
}
#mainmenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#mainmenu a {
	color: #642e8e;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #C94EC2;
}
#left {
	font-family: Verdana, Geneva, sans-serif;
}

#toptext {
	position: absolute;
	z-index: 25;
	left: 300px;
	top: 41px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #000;
	line-height: 28px;
	font-style: italic;
}
#content {
	padding-bottom: 10px;
}
#homepic {
	position: relative;
	height: 417px;
	z-index: 50;
	margin-bottom: 10px;
}
#homepic_image  {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content p {
	line-height: 18px;
	padding-bottom: 12px;
}
#content ul {
	line-height: 18px;
	padding-bottom: 12px;
	padding-left: 30px;
	list-style-position: outside;
}
#content ol {
	line-height: 18px;
	padding-bottom: 12px;
	padding-left: 30px;
	list-style-position: outside;
}
#content a {
	color: #642e8e;
	text-decoration: none;
}
#content a:hover {
	color: #642e8e;
	text-decoration: underline;
}
#content h2 {
	font-size: 23px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #e877a3;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8c7dc;
}
#content h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #e67ba5;
	font-family: Arial, Helvetica, sans-serif;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-bottom: 8px;
	color: #9175A6;
}

#right {
	padding-left: 18px;
}
#cart {
	height: 91px;
	float: right;
	clear: both;
	padding-top: 15px;
}
#cart ul {
	text-align: center;
	display: block;
	list-style-type: none;
	line-height: 12px;
	color: #775f89;
	padding-left: 20px;
	padding-bottom: 3px;
}
#cart ul li {
	display: inline;
}
#cart ul a {
	color: #c950c6;
	text-decoration: none;
}
#cart ul a:hover {
	color: #c950c6;
	text-decoration: underline;
}

#cart_content {
	padding-left: 34px;
	height: 53px;
	padding-right: 4px;
}
.cartleft {
	float: left;
}
#items_in_cart {
	color: #775f89;
	font-size: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 5px;

	/* IE7 fix: */
	*margin-right: -14px;
	padding-bottom: 2px;
	line-height: 45px;
	float: left;
	letter-spacing: -3px;
	padding-left: 5px;
}
#categories {
	background-image: url(shop_by_category.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	margin-bottom: 10px;
}
#categories h3 {
	padding-left: 15px;
	display: block;
}
#categories ul {
	padding-right: 10px;
	display: block;
	padding-left: 20px;
	list-style-type: none;
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 10px;
}
#categories li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b653de;
	padding-bottom: 1px;
	padding-top: 10px;
}
#categories .subcat {
	margin-left: 10px;
	padding-left: 14px;
	padding-top: 0px;
}
#categories ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#categories ul li a:hover {
	color: #f7cadc;
}
#categories ul .subcat a {
	font-size: 11px;
	color: #FFF;
}
#categories ul .subcat a:hover {
	color: #f7cadc;
}
#shopbycollection {
	background-image: url(shop_by_collection_back.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: 12px;
}
#shopbycollection h3 {
	padding-left: 15px;
	padding-bottom: 8px;
	display: block;
}
#shopbycollection ul {
	padding-right: 10px;
	display: block;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
	padding-bottom: 5px;
}
#shopbycollection li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f493f1;
	padding-bottom: 1px;
}
#shopbycollection ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#shopbycollection ul li a:hover {
	color: #f7cadc;
}
#search {
	padding-left: 10px;
	padding-bottom: 6px;
}
.txtbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #c851c5;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	height: 15px;
	color: #FFF;
	margin-right: 4px;
	padding-right: 3px;
	padding-left: 3px;
	width: 120px;
}
#footer {
	border: 1px solid #cdcbca;
	height: 35px;
}
#social {
	float: left;
}
#copyright {
	font-size: 11px;
	line-height: 12px;
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 8px;
	padding-top: 12px;
}
#copyright a {
	color: #7d7d7d;
	text-decoration: none;
}
#copyright a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}
#prodright {
	padding-left: 14px;
}
#detail_title {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #ffe5f0;
}
#content #detail_title h3 {
	font-size: 18px;
	font-weight: normal;
	color: #652d8e;
	padding-bottom: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content #detail_title h4 {
	font-size: 15px;
	font-weight: bold;
	color: #e96f9e;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#smallimages img {
	margin-top: 12px;
}
.leftpic {
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.rightpic {
	display: block;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}
.sizetbl {
	background-color: #FAD1E2;
}
.sizetbl td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sizetbl th {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FCE4EE;
}
#rotator {
	margin-bottom: 12px;
}
#hometxt {
	padding-bottom: 3px;
}
#hometxt p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-bottom: 11px;
}
.bigger {
	font-size: 14px;
}
#content .purpleback {
	background-color: #efedf2;
	display: block;
	padding-bottom: 7px;
	font-size: 13px;
	color: #9379a8;
	padding-top: 7px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	margin-bottom: 12px;
}
#content .purpleback a {
	color: #9379a8;
}
#bloghome {
	padding-bottom: 12px;
}
#content .frame h4 {
	color: #666;
	padding-bottom: 5px;
}
#content h2 a {
	color: #e877a3;
	text-decoration: none;
}
#content h2 a:hover {
	color: #e877a3;
	text-decoration: none;
}
.bloglinks {
}
.thinline {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
#content .rettitle {
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	text-align: center;
	padding-top: 8px;
}
#announce img {
	margin-bottom: -3px;
}
#content #announce {
	background-color: #f9ff5e;
	display: block;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	text-align: justify;
	margin-bottom: 8px;
	color: #12671a;
	padding-top: 7px;
}
#content #announce a {
	color: #12671a;
}
#blogcont img {
	max-width: 510px !important;
}

