body {
	/* background: #A5C0C6 url(images/bg-header.gif) 0 0 repeat-x; */
	background-color: #e37060;
	margin: 0;
	border: 0;
	padding: 0;
	font: 400 14px/20px 'Muli', Helvetica, Arial, sans-serif;
	color: #565656;
}
a {
	text-decoration: none;
	color: #007A8E;
	outline: none;
	}
a:hover {
	color: #109AAE;
	}
a img {
	border: 0;
	}
#header {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}
#headpattern {
	position: absolute;
	top: 0;
	height: 180px;
	width: 100%;
	/* background: url(images/snowflakes.png) 0 0 repeat; */
	}
#storeheader {
	margin-top: 48px;
	}
#tagline {
	font: 400 15px/15px 'Arvo', Georgia, serif;
	color: #fff;
	}
#menu {
	position: absolute;
	margin-left: -100px;
	left: 50%;
	bottom: 0;
	height: 22px;
	}
#menu ul {
	margin: 0 auto;
	border: 0;
	padding: 0;
	}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0 1px;
	}
#menu li.blog {
	/* position: relative;
	left: -360px; */
	}
#menu li a {
	-moz-border-radius-topleft: 4x;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 5px 10px;
	/* background: #679cab url(images/bg-menu.gif) 0 0 repeat-x; */
	background-color: #d65044;
	font: 400 10px/10px 'Arvo', Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#menu li a:hover {
	background: #5393A4 url(images/bg-menu-h.gif) 0 0 repeat-x;
	}
#main {
	min-height: 623px;
	background: #E5E2DD url(images/bg-main.gif) 0 0 repeat-x;
	}
#main-home {
	background: #f8f6f1 url(images/bg-main-home.gif) 0 0 repeat-x;
	}
#cols {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	overflow: auto;
	}
#main-home #cols {
	padding: 20px 0;
	}
#col1 {
	width: 600px;
	float: left;
	text-align: center;
	}
#col2 {
	width: 360px;
	float: left;
	text-align: left;
	}
#col0 {
	text-align: left;
	}
	
.description {
	padding: 20px;
	}
h1 {
	margin: 0;
	font: 400 42px/42px 'Arvo', Georgia, serif;
	color: #C80024;
	}
h2 {
	margin: 0;
	font: 400 23px/26px 'Arvo', Georgia, serif;
	color: #565656;
	}
h3 {
	font: 700 13px/17px 'Arvo', Georgia, serif;
	color: #565656;
	}
#featured {
	padding: 20px;
	/* border: 1px solid #ccc;
	background: #F8F6F1; */
	border-bottom: 1px solid #ddd;
	}
#featured h1 {
	margin: 0;
	font: 400 23px/26px 'Arvo', Georgia, serif;
	color: #C80024;
	}
#featured h4 {
	margin: 4px 0;
	font: 400 11px/13px 'Muli', Helvetica, Arial, sans-serif;
	color: #565656;
	text-transform: uppercase;
	}
#featured .price {
	font-size: 26px;
	}
#featured p {
	margin: 4px 0;
	} 
#featuredpic {
	float: left;
	width: 250px;
	margin-right: 20px;
	}
.category {
	float: left;
	}
.category h3 {
	padding: 5px 10px;
	clear: both;
	font: 400 13px/17px 'Arvo', Georgia, serif;
	letter-spacing: 1px;
	color: #C80024;
	}
.item {
	position: relative;
	float: left;
	margin: 0 10px 20px 10px;
	width: 170px;
	height: 150px;
	overflow: hidden;
	border: 0;
	z-index: 1;
	text-align: center;
	}
.item img {
	height: 120px;
	}
.item2 {
	position: relative;
	float: left;
	margin: 0 10px 10px 10px;
	width: 75px;
	height: 120px;
	overflow: hidden;
	border: 0;
	z-index: 1;
	text-align: center;
	}
.item2 img {
	height: 75px;
	}
.title {
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	}
.item2 .title {
	font-size: 12px;
	line-height: 13px;
	}
.tp {
	padding: 0 2px;
	color: #565656;
	font: 400 12px/13px 'Arvo', Georgia, serif;
	}

.soldout {
	z-index: 200;
	position: absolute;
	width:100%;
	top: 0;
	padding: 5px 0;
	overflow: hidden;
	background-color: #900;
	color: #fff;
	text-align: center;
	font: 700 10px/10px 'Arvo', Georgia, serif;
	text-transform: uppercase;
	opacity: 0.85;
	}	
.price {
	margin: 14px 00;
	font: 700 34px/34px 'Arvo', Georgia, serif;
	color: #565656;
	}
.clear {
	clear: both;
	}
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	font: 400 12px/15px 'Muli', Helvetica, Arial, sans-serif;
	color: #2D2D08;
	}
.notice {
	color: #577475;
	}
.buysection {
	width: 140px;
	margin-right: 20px;
	float: left;
	font: 400 11px/14px 'Arvo', Georgia, serif;
	}
.buysection p {
	margin: 8px 0;
	}
.buydetail {
	margin: 10px 0 0 0;
	border: 1px solid #ababab;
	padding: 5px;
	background: #fff url(images/bg-pdflabel.gif) 0 100% repeat-x;
	font: 700 13px/17px 'Arvo', Georgia, serif;
	color: #C80024;
	text-align: center;
	}
.buydesc {
	height: 70px;
	overflow: hidden;
	}
.pdf {
	display: inline-block;
	margin: 0;
	margin-left: -5px;
	padding-left: 21px; 
	height: 17px;
	background: url(images/pdf.gif) 0 0 no-repeat;
	}
#pics {
	width: 600px;
	height: 360px;
	text-align: center;
	position: relative;
	}
.pic {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	}
.plinks {
	position: relative;
	top: -15px;
	}
.plinks a {
	padding: 0 5px;
	font-size: 25px;  
	color: #A6C0C7;
}
.plinks a:hover {
	color: #317482;
	}