* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url('img/bg.png') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #E58C43;
}

a:hover {
	background: #FFFFFF;
	text-decoration: underline;
	color: #990000;
}

hr {
	display: none;
}

/* Header */

#header {
	background:#FFFFFF url('img/bg.png') top center repeat-x;
	width: 980px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float:left;
	margin:7px 0px 0px 0px;
	border:none;
}

/* Menu */

#menu {
	clear:left;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	padding-left: 20px;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

#menu a:hover {
	border-bottom:2px solid;
	background:transparent;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url('img/spread_bg.png') repeat-y;
	color:#FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	padding: 5px 10px 12px;
	letter-spacing: normal;
	font-size: 1.4em;
}

.sidebar a {
	color:#FFFFFF;
	text-decoration:underline;
}
.sidebar a:hover {
	text-decoration:none;
	color:#990000;
}

/* Sidebar1 */

#sidebar1 {
	background: url('img/lside_bg.png') no-repeat;
}

#sidebar1 h2 {
	text-align: left;
	background: url('img/lside_head.png') no-repeat;
}

#sidebar1 li li {
	padding-right: 5px;
	text-align: left;
}

/* Sidebar2 */

#sidebar2 {
	background: url('img/rside_bg.png') no-repeat;
}

#sidebar2 h2 {
	background: url('img/rside_head.png') no-repeat;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 70%;
}

#search h2 {
	background-image: url('img/lside_head.png');
}

/* Calendar */


/* Recent Posts */

#recent-posts h2 {
	background-image: url('img/rside_head.png');
}

.sidebar #recent-posts ul {
	padding: 0 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	padding: 1px 15px 15px 15px;
	color:#000000;
	min-height:450px;
}

.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0 10px;
	font-size: 22px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url('img/img10.gif') repeat-x;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

/* Comments */

#comment {
	width: 400px;
}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px;
	font-weight: bold;
	font-size: larger;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Footer */

#footer {
	width: 980px;
	height:20px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	text-align: center;
	background: url('img/img09.gif') no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}

#selling {
	background:#000000;
	border:2px solid #990000;
	padding:3px 0px 5px;
	margin:0px 15px 5px;
	color:#FFFFFF;
	text-align:center;
}

.mass_add_to_cart {
	cursor:pointer;
}