body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#5E565A;
	font-size:9pt;
	

}
address {
	font-style:normal;
	font-weight:bold;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:underline;
	color:#a81d4a;
}
a2:link, a:visited, a:hover, a:active {
	text-decoration:underline;
	color: #a81d4a;
}
h2 {font-size:10pt; font-weight:bold;}

img { border:0;}

.background {
	position:relative;
	background-image:url(../images/chrome/backgroundMiddle.jpg);
	background-repeat:repeat-y;
	width:1270px;
	margin-left:auto;
	margin-right:auto;
}
.foreground {
	position:relative;
	height:100%;
	padding-top:198px;
	background-image:url(../images/chrome/backgroundTop.jpg);
	background-repeat:no-repeat;
	width:1270px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	position:absolute;
	top:36px;
	left:193px;
	width:277px;
	height:52px;
}
.navBar {
	position:absolute;
	margin:0;
	padding:0;
	top:119px;
	left:193px;
	width:882px;
	height:31px;
}
.navBar .navItem {
	float:left;
	list-style-type:none;
	height:31px;
}
.navBar .navItem a {
	display:block;
	padding-top:7px;
	width:100%;
	text-align:center;
	text-decoration:none;
	font-size:10pt;
	color:#7e4463;
}
a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	color:#196F88;
}
.shopBar {
	background-image:url(../images/purchase/shopBar.png);
	width:942px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
}
.shopBar a {
	display:block;
	float:left;
/*	background-color:green;*/
	padding-top:7px;
	height:22px;
	line-height:1em;
	font-size:12pt;
	color:#FFFFFF;
	font-weight:normal;
}
.shopBar .sale {	
	color:#ffe400;
	width:369px;
	padding-right:20px;
	margin:0 0 0 10px;
	text-align:right;
	font-weight:bold;
}
.shopBar .shipping {
	width:187px;
	text-indent:17px;
	font-size:11pt;
}
.shopBar .cart {
	width:172px;
	text-indent:17px;
	font-size:11pt;
}
.shopBar .checkout {
	width:154px;
	margin-left:17px;
}
.categoryBar {
	background-image:url(../images/purchase/categoryBar.png);
	margin:5px auto 0 auto;
	width:920px;
	height:127px;
}
.categoryBar a {
	position:absolute;
	top:271px;
	height:68px;
}
.categoryBar .homeInteriors {
	left:193px;
	width:184px;
}
.categoryBar .patternDesign {
	left:427px;
	width:184px;
}
.categoryBar .handPainted {
	left:658px;
	width:184px;
}
.categoryBar .wearableArt {
	left:890px;
	width:184px;
}
.products {
	width:920px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.products .description {
	margin-top:11px;
}
.products .description, .products .price {
	color:#7f6e77;
	font-size:9pt;
	display:block;
	text-align:center;
}
.products .product {
	float:left;
	position:relative;
	width:126px;
	height:300px;
	margin:55px 0 0 62px;
}
.products .first {
	margin-left:18px;
}
.products .last {
	clear:right;
}
.products .product .addToCartButton {
	position:absolute;
	width:100px;
	height:30px;
	bottom:0px;
	left:13px;
}
.paginator {
	
}
.footer {
	position:relative;
	background-image:url(../images/home/footer.jpg);
	width:1270px;
	margin-left:auto;
	margin-right:auto;
	height:95px;
}

.subNav {
	position:absolute;
	display:none;
	z-index:2;
	background-color:#FFFFFF;
	list-style-type:none;
	margin:0;
	padding:10px 10px 10px 10px;
}
.subNav li {
	padding:10px 0 0 0;
}
.subNav li a {
	text-align:left !important;
}