body {
	margin: 0;
	padding: 0;
	background-color: #54534f;
	background-image: url(../images/background/body.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
}
#wrap {
	width: 770px;
	margin: 0 auto;
}
#wrap img#extension
{
	width: 19px;
	height: 132px;
	float: right;
}
#wrap #content {
	width: 750px;
	background-image:url(../images/background/content.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#wrap #content #girl {
	width: 330px;
	height: 520px;
	background-image: url(../images/background/girl.jpg);
	background-repeat: no-repeat;
	float: left;
}
#wrap #content #header-left
{
	width:287px;
	height:128px;
	float: left;
	background-image: url(../images/background/flower-shape-top.png);
}
#wrap #content .menu {
	width: 420px;
	height: 80px;
	padding: 3px 0 0 0;
	background-image: url(../images/background/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrap #content .menu ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#wrap #content .menu ul li {
	margin: 0 6px;
	width: 71px;
	height: 71px;	
	list-style-type: none;
	float: left;
	position: relative;
}
#wrap #content .menu ul li a {
	width: 71px;
	height: 71px;
	font-size: 0.69em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/background/menu-off.png);
	background-repeat: no-repeat;	
	text-indent: 5px;
	display: block;
	position: relative;
	cursor: hand;
}
#wrap #content .menu ul li a:hover {
	background-image: url(../images/background/menu-on.png);
}
#wrap #content .menu ul li a span {
	position: absolute;
	bottom: 4px;
}
#wrap #content .menu  ul li
{
	position: relative;
	float: left;
	z-index: 5;
}
#wrap #content .menu  ul ul
{
	position: absolute;
	width: 120px;
	left: 0px;
	top: 70px;
	z-index: 5;
	display: none;		
	color: #fff;
	background-color: #585858;
	border: 1px solid #868686;
	padding-left: 30px;
}
#wrap #content .menu  ul li:hover ul
{
	display: block;
}
#wrap #content .menu  ul ul li
{
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 25px;
	margin-left: 0px;
	background-color: #363634;
}
#wrap #content .menu  ul ul a
{
	padding: 5px 0;
	width: 120px;
	text-decoration: none;
	height: 15px;
	text-transform: none;
	background-image: none;
}
#wrap #content .menu  ul ul a:hover
{
	background-image: none;
	background-color: #585858;
}
#wrap #content #header
{
	float: right;
}
#wrap #content a.more{
	padding: 0 0 0 8px;
	margin: 0 0 0 12px;
	background-image: url(../images/bullet-white.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 0.69em;
	color: #FFF;
	text-decoration: underline;
}
#wrap #content a.more:hover {
	text-decoration: none;
}
#wrap #content a.more-alt {
	padding: 0 0 0 8px;
	margin: 0 0 0 12px;
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 0.69em;
	color: #000;
	text-decoration: underline;
}
#wrap #content a.linkWithBlackBullet:hover {
	text-decoration: none;
}

#wrap #content #index {
	width: 420px;
	height: 520px;
	float: left;
}
#wrap #content #index #featuredItems {
	padding: 0 0 0 10px;
}
#wrap #content #featuredItems .item img.main
{
	padding: 3px 0px 0px 3px;
}
#wrap #content #index .item {
	margin: 2px;
	width: 199px;
	height: 156px;
	background-repeat: no-repeat;
	float: left;
}
#wrap #content #item0
{
	background-image:url(../images/background/featured-item-0.jpg)
}
#wrap #content #item1
{
	background-image:url(../images/background/featured-item-1.jpg)
}
#wrap #content #item2
{
	background-image:url(../images/background/featured-item-2.jpg)
}
#wrap #content #item3
{
	background-image:url(../images/background/featured-item-3.jpg)
}
#wrap #content .item .wrap
{
	height: 115px;
}
#wrap #content .item img.main
{
	border: 0px;
	width: 100px;
	height: 150px;
	float: left;
	padding: 1px 0px 0px 1px;
	margin-right: 15px;
}
#wrap #content .item h2
{
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;	
	font-size: 0.75em;
}
#wrap #content .item h3
{
	color: #FFF;
	font-weight:bold;
	text-transform: uppercase;
	color: #8d8369;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#wrap #content .item p
{
	font-size: 0.69em;
	color: #a2a29f;
}
#wrap #content .item img.color
{
	float: right;
	width: 25px;
	height: 25px;
	border-width: 0;
	margin-right: 8px;	
}
#wrap #content #colors 
{
	clear: both;
	height: 50px;
	background-image: url(../images/background/colors.gif);
	background-repeat: repeat-x;
	padding-left: 25px;
}
#wrap #content #colors img {
	margin-top: 8px;
	margin-left: 3px;
	vertical-align: middle;
}
#wrap #content #colors a
{
	position: relative;
	top: 3px;
}
#wrap #content #featuredCategories {
	height: 110px;
}
#wrap #content #featuredCategories .category
{
	width: 175px;
	height: 110px;
	position: relative;
	float: left;
}
#wrap #content #featuredCategories .category img
{
	width: 175px;
	height: 110px;
	border: 0px;
	vertical-align: middle;
}
#wrap #content #featuredCategories .category a.more
{
	position: absolute; 
	right: 5px; 
	bottom: 5px;
}
#wrap #content #featuredCategories .spacer  {
	height: 100%;
	width: 2px;
	background-image: url(../images/background/spacer-featuredCategories.gif);
	background-repeat: repeat-y;
	float: left;
}
#wrap #content #text {
	min-height: 400px;
	background-image: url(../images/background/flower-shape-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#wrap #content #text.alt
{
	background-image: none;
	min-height: 200px;	
}
#wrap #content .text
{
	color: #fff;
	font-size: 0.83em;
	padding: 10px;
	text-align: justify;
	line-height: 18px;
}
#wrap #content .text p
{
	margin: 5px;
	padding: 0px;
}
#wrap #content .text a
{
	color: #fff;
	text-decoration: underline;
}
#wrap #content .text a:hover
{
	text-decoration: none;
}
#wrap #content #list
{
	float: left;
	width: 520px;
	padding-left: 12px;
	margin-top: 3px;
}
#wrap #content #list .item
{
	width: 251px;
	height: 156px;
	background-image: url(../images/background/item.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 2px;
}
#wrap #content #list .item img
{
	height: 150px;
	float: left;
	margin-right: 10px;
	border: 0;
}
#wrap #content #list .item p.description
{
	font-size: 0.69em;
	color: #a2a29f;
}

#wrap #content #list .color img
{
	width: 150px;
	padding: 2px 0 0 2px;
}
#wrap #content #list .color p.description
{
	height: 115px;
	margin-top: 5px;
}
#wrap #content #list .color p.details
{
	text-align: right;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #FFF;
	margin-right: 8px;
}
#wrap #content #list .color p.details strong
{
	font-size: 1.2em;
	color: #a1a19e;
}
#wrap #content #list .product img
{
	width: 100px;
	margin-left: 1px;
}
#wrap #content #list .product .key {
	color: #89826a;
}
#wrap #content #list .product .value {
	color: #fff;
	
}
#wrap #content form
{
	font-size: 0.83em;
	color: #fff;
	background-image: url(../images/background/flower-shape-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	height: 250px;
}
#wrap #content form input, #wrap #content form textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	background-image: url(../images/background/input.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
#wrap #content form input.field
{
	width: 250px;
	border: 2px solid #747474;
	padding: 3px;
}
#wrap #content form textarea
{
	width: 250px;
	height: 100px;
	border: 2px solid #747474;
	padding: 3px;
}
#wrap #content form .alt
{
	color: #aaa;
}
#wrap #content #gallery
{
	width: 100%;
	margin-top: 15px;
	color: #fff;
}
#wrap #content #gallery .left
{
	width: 208px;
	min-height: 300px;
	float: left;
	padding: 0px 10px 0px 35px;
}
#wrap #content #gallery .left img
{
	width: 97px;
	height: 73px;
	border: 1px solid #a8a8a8;
	margin: 2px;
	float: left;
}
#wrap #content #gallery .right
{
	float: left;
}
#wrap #content #gallery .right #loader
{
	position: absolute;
	top: 150px;
	left: 160px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: center;
	visibility: hidden;
}
#wrap #content #gallery .right #loader span
{
	color: #cccccc;
	font-weight: bold;
}
#wrap #content #gallery .right #galleryImageContainer {
	border: 1px solid #a8a8a8;
	width: 468px;
	height:351px;
	margin-left: 16px;
}
#wrap #content #gallery .right img#galleryMainImage
{
	width: 468px;
	height: 351px;
}
#wrap #content #gallery .description
{
	width: 500px;
	padding-left: 250px;
	clear: both;
	padding-top: 10px;
}
#wrap #content #gallery .description p
{
	font-size: 0.76em;
	margin: 10px 0px 20px 30px;
	min-height: 30px;	
}
#wrap #content #categories
{
	background-image: url(../images/background/categories.png);
	background-repeat: no-repeat;	
	float: right;	
}
#wrap #content #categories ul
{
	width: 217px;
	height: 240px;
	margin: 0px;
	padding: 0px;	
}
#wrap #content #categories ul li
{
	list-style: none;
	margin-left: 60px;
}
#wrap #content #categories ul li.dummy
{
	height: 50px;
}
#wrap #content #categories ul li a {
	padding: 0 0 0 10px;
	width: 114px;
	height: 22px;
	font-size: 0.75em;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image:url(../images/background/categories-hover.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#wrap #content #categories ul li a:hover {
	background-position: 0 -22px;
}
#wrap #content #categories.index
{
	position: absolute;	
	right: 3px;	
	top: 485px;
}
#wrap #footer
{
	clear: both;
	margin-right: 20px;
}
#wrap #footer .menu {
	height: 50px;
	background-image: url(../images/background/footer-menu.gif);
	background-repeat: repeat-x;
	padding-left: 160px;
}
#wrap #footer .menu ul {
	margin: 0 auto;
	padding: 0;
}
#wrap #footer .menu ul li.first {
	background-image: none;
	padding-left: 0;
}
#wrap #footer .menu ul li {
	padding: 13px 12px 0 10px;
	background-image: url(../images/background/footer-spacer.jpg);
	background-repeat: no-repeat;
	background-position: 0 13px;
	display: inline;
	list-style-type: none;
	float: left;
}
#wrap #footer .menu ul li a {
	font-size: 0.69em;
	color: #FFF;
	text-decoration: none;
}
#wrap #footer .menu ul li a:hover {
	text-decoration: underline;
}
#wrap #footer #footer-content
{
	clear: both;
	height: 46px;
	background-color: #000;
	border-top: 3px #FFF solid;
	text-align: center;
	padding: 11px 0px 0px 37px;
}
#wrap #footer #footer-content img
{
	float: left;
	vertical-align: middle;
}
#wrap #footer #footer-content .copyright {
	font-size: 0.63em;
	color: #9b7d5c;	
	padding: 11px 38px 0 0;
	text-align: right;
}
#wrap #footer #footer-content a
{
	color: #9b7d5c;	
	text-decoration: none;
}
#wrap #banners
{
	padding: 10px;
}
/* ****************** */

#wrap #content h1 {
	height: 26px;
	background-image: url(../images/background/h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}

#wrap #content h4
{
	background-image: url(../images/ruler.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
	font-size: 0.83em;
	padding: 15px 0px 15px 30px;
	clear: both;
	margin: 0;
}
.paging
{
	clear: both;
	font-size: 0.67em;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	color: #fff;
	margin-bottom: 5px;
}
.paging a
{
	font-size: 1em;
	color: #fff;
}
div.clear {
	clear: both;
}
h1, p, form {
	padding: 0;
	margin: 0;
}