body {
	background: #FEFEFE url(images/bg_body.jpg) top center no-repeat;
	color: #000;
}

#body-wrap {
	 background: none;
}
#body-content-wrap {
	background: #FFF url(images/bg_page.jpg) center top no-repeat;
	color: #000;
	-webkit-box-shadow: 0px 0px 50px #ccc;
	-moz-box-shadow: 0px 0px 50px #ccc;
	box-shadow: 0px 0px 50px #ccc;
}
#content-wrap {
	background-image: url(images/sidebar.jpg);
}
#subcontent {
	background-color: #FFF;
	color: #000;
	border-style: solid;
}

#header {
	background: url(images/header.jpg) top right no-repeat;
	border: none;
}

#top {
	padding-left: 15px;
	height: 114px;
	line-height: normal;
}
#logo img {
	margin-top: 2px;
}

#corner {
	display: none;
}

#menu {
	color: #FFF;
	background: none;
	height: 31px;
	padding-left: 100px;
}
#menu ul a {
	background: none;
	color: #000;
	font-size: 1.3em;
	height: auto;
	line-height: normal;
	padding-top: 5px;
}
#menu ul a:hover {
	color: #E2001A;
}
#menu .begin {
	background:transparent url(images/menu-begin.png) no-repeat scroll right top;
	height:31px;
	left:0;
	position:absolute;
	top:0;
	width:67px;
}
#menu .end {
	background:transparent url(images/menu-end.png) no-repeat scroll right top;
	height:31px;
	position:absolute;
	right:0;
	top:0;
	width:173px;
}
#cart {
	border: none;
}
#cart div.content {
	border: 1px solid #E2001A;
	margin-bottom: 1em;
	margin-right: 7px;
}
#cart h3 {
	margin-top: 1em;
}
#cart h3 .price {
	
}

#submenu ul li a {
	background: url(images/menu-bg.png) top left repeat-x;
	border: none;
	border-top: 1px solid #960100;
}
#submenu ul li a.selected {
	position: relative;
	top: 1px;
	border: 1px solid #CCC;
	border-bottom: none;
}

#Categories ul ul li a, #Categories ul ul li span {
	color:#999;
}


#footer {
	background: #000 url(images/bg_footer.jpg) no-repeat scroll left top;
	color: #666;
	font-size: 0.9em;
	padding-top: 60px;
}
#footer #copyright {
	border: none;
}

.paging {
	background-color: #CCC;
}
.paging a {
	background: #C0001E url(images/menu-bg.png) left top repeat-x;
	color: #FFF;
	text-decoration: none;
	padding: 1px 5px;
}
.paging a:hover,
.paging .current {
	background: #FFF;
	color: #000;
	padding: 1px 5px;
}
.paging .current {
	font-weight: bold;
}
.paging .separator {
	display: none;
}

#contact {
	margin-top: 2em;
}
#contact table {
	border-collapse: separate;
	border-spacing: 1em;
}
#contact td {
	vertical-align: top;
	text-align: left;
}
