body {
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	color: #775f2b;
	text-align: center;
	background: #0D0D0D url(/images/body_bg.jpg) repeat-y 50% 0;
}

a {
	color: #463a20;
	text-decoration: none;
}

a:hover, a.active {
	color: #775f2b;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/inside_bg.jpg) no-repeat 0 0;
	overflow: auto;
	min-height: 625px;
}

#left {
	width: 308px;
	float: left;
}

#leaf {
	width: 308px;
	height: 409px;
	background: url(/images/leaf.jpg) no-repeat bottom right;
	text-align: right;
}

#home #leaf { background: transparent; }

#home #leaf a {
	color: #775f2b;
	padding: 350px 8px 40px 0;
	display: block;
}

#home {
	background: #0D0D0D url(/images/home_bg.jpg) no-repeat 50% 0;
}

#home #container {
	background: transparent;
}

#home #categories {
	text-align: center;
	font-size: 16px;
	clear: both;
	padding-top: 50px;
}

#home #categories a {
	color: #775f2b;
}

#container h1 {
	margin: 0 0 0 15px;
}

#center {
	width: 300px;
	float: left;
}

#center .top {
	height: 320px;
	position: relative;
}

#center .top .categories {
	display: block;
	position: absolute;
	bottom: 0;
	width: 300px;
}

.categories li a {
	padding: 5px;
	display: block;
}

.categories li a:hover, .categories li .active {
	zbackground: #13120E;
	background: url(/images/li_bg.png);
}

.footer {
	margin-top: 170px;
}

#right {
	width: 285px;
	float: left;
}

#right .items {
	text-align: center;
	padding-top: 55px;
}

#right .items li {
	padding-bottom: 25px;
}

#right.page {
	padding-top: 55px;
	font-size: 12px;
	line-height: 16px;
}

#right.page p {
	padding: 0 17px 10px 17px;
}

#right.page h2 {
	padding: 0 10px 10px 10px;
	font-weight: bold;
}

#detail {
	width: 650px;
	background: url(/images/li_bg.png);
	float: right;
	margin-top: 20px;
}
	
.thumbs a img {
	border-bottom: none;
}

.thumbs .active { 
	border-bottom: 2px solid #775f2b;
}

#detail .close {
	padding: 10px 0 0 25px;
	font-size: 12px;
}

#detail .info {
	width: 255px;
	float: left;
	padding: 0 18px 25px 0;
}

#detail .info li {
	padding: 0 0 3px 25px;
}

#detail .description {
	font-size: .8em;
	margin: 5px 5px 5px 0;
}

#detail .thumbs {
	width: 290px;
	float: left;
}

#detail .thumbs li {
	float: left;
	padding: 0 20px 20px 0;
}

#detail.cart table, #detail.cart .empty, #detail.page p {
	padding: 15px 0 25px 25px;
}

#detail.cart td {
	padding: 0 10px 10px 0;
	vertical-align: middle;
}

#detail.cart td.total {
	border-top: 1px solid #0D0D0D;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#detail.cart td.total span {
	float: right;
}

#detailImgContainer {
	width: 600px;
	height: 390px;
	margin: 15px 25px 60px 25px;	
}

.page form {
	padding: 15px 0 25px 25px;
}

.page form table th {
	vertical-align: top;
	padding-right: 10px;
}

.page form table td {
	padding-bottom: 5px;
}

.page form .text {
	background: #13120E;
	border: 1px solid #0D0D0D;
	padding: 3px;
	color: #fff;
}

.page form .button {
	text-align: right;
}

#press_list img {
padding: 10px 10px 0 17px;
}

#flashcontent {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

#homecontent {
	float: right;
	width: 400px;
	padding: 350px 250px 0 0;
	color: #fff;
}

#homecontent p {
	padding: 0 0 20px 0;
}

