﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #5d1f1f;
	color: #251200;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	line-height: 1.5em;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	background-color: #9b6f2d;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* Page Header */

#page_header {
	width: 780px;
	height: 300px;
	color: #fff;
	overflow: hidden;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	background-color: #170e01;
	padding-top: 25px;
}

/* Main Navigation Menu */


#nav {
	font-size: 12px;
	text-align: center;
	background: #170E01;
	color: #D4A66F;
	font-weight: bold;
	width: 780px;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#nav li {
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4A66F;
}

#nav a {
	color: #D4A66F;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}


#nav li.last {
	border: none;
}



/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: right;
	text-align: left;
	background-color: #96652b;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter {
	margin-bottom: 2px;
	padding: 5px 5px 15px;
	width: 118px;
	border-color: #ad803d;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	overflow: hidden;
	font-weight: bold;
}


/* Left Sidebar : Categories */

#categories {
	margin-bottom: 0px;
	text-align: center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#categories_header {
	margin-bottom: 2px;
	width: 127px;
	height: 20px;
	background-color: #9e9ec3;
	overflow: hidden;
}

#categories_header p {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#categories ul {
	width: 128px;
	list-style-type: none;
	background-image: url(images/catemenubg_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 230px;
}

#categories li {
	width: 120px;
	height: 37px;
	list-style-type: none;
	text-align: left;
	float: left;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#categories li.last {
	border: none;
}

#categories li a {
	width: 120px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: url(images/catemenu_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
	padding-top: 12px;
	height: 25px;
}

#categories li a:hover {
	background-image: url(images/catemenu_background.gif);
	background-position: 0px -38px;
}


/* Left Sidebar : Special Offer */

#specialoffer {
	width: 129px;
	height: 395px;
	overflow: hidden;
	background: url('images/specialoffer_background.jpg') no-repeat 0px 0px;
	color: #fff;
	font-size: 11px;
}


/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 644px;
	text-align: center;
	float: left;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
	background-image: url(images/new_item_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #ad803d;
}

#new_item_header {
	margin-top: 20px;
	float: right;
	width: 460px;
}

#new_item_header h1 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96652b;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #3b2000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#new_item_image {
	width: 120px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #96652b;
}

#new_item_image img {
	margin-bottom: 5px;
	border: 1px solid #333333;
}

#new_item_text {
	float: right;
	clear: right;
	width: 460px;
}



/* Page Footer */

#page_footer {
	width: 780px;
	background-color: #5d1f1f;
}

#powered_by {
	padding-top: 17px;
	float: right;
	width: 300px;
	height: 30px;
	color: #986D6D;
	text-align: right;
	font-size: 9px;
}

#powered_by a {
	color: #9595c2;
}

