body {
	background-image: url(/store/images/containerbk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ccc2b2;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

a {
	color: #9d6266;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#container {
	background-image: url(images/bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	text-align:center;
	height: 500px;
}

/* @group NacCore */

#navcore {
	text-align: left;
	padding-left: 10px;
	background: url(/store/images/navbk.png) no-repeat center bottom;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-top: 25px;
	float: left;
	width: 167px;
}

#navlist{
	text-align: left;
	padding-left: 0px;
	text-shadow: #fff 1px 1px 0;
	text-decoration: none;
	font-size: 14px;
	font-variant: small-caps;
}

#navlist li{
	list-style: none;
	padding: .3em;
	margin: 0px;
}

#navlist li a {
	text-decoration: none;
	color: #212121;
}

#navlist a:hover { 
	text-decoration: underline;
	color: #9d6266;
	font-style: normal;
}



/* @end */

#footer {
	text-align: center;
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 15px;
}

#content {
	text-align: left;
	padding-left: 200px;
	padding-right: 15px;
}

#content-wrap {
	width: 750px;
	margin: 0 auto;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#header {
	font-size: 15px;
	color: #868686;
		text-shadow: #fff 1px 1px 0;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}

#cart {
	width: 750px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

img {
	border-width: 0;
}

img.padimg {
	border-width: 0;
	margin: 10px;
}

