body {
	margin: 0;
	padding: 0;
	background-color:#32341c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
	color: #111111;
}

h2 {
	font-size: 1.6em;
	color: #222222;
}

h3 {
	font-size: 1em;
	color: #333333;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

/* Header */

#logo {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background-image:url(/images/logobg.gif);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#4e1818;
}

/* Menu */

#header
{
    background-color:#4e1818;
}

#menu {
	width: 764px;
	height: 40px;
	margin: 0 auto;
	background:#FFFFFF url(/images/menubg.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(/images/menuhigh.gif) repeat-x;
}

/* Page */

#midsection {
	width: 764px;
	margin: 0 auto;
	background: #FFFFFF url(/images/pagebg.gif) repeat-y;
}

#midsection-margin {
	padding: 11px 24px;
	
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
	color: #222222;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a
{
    margin-right:6px;
    text-decoration:none;
    font-size:.8em;
}

/* Sidebar */

#sidebar 
{
	float: right;
	width: 230px;
	padding: 11px 0px 11px 20px;
}

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

#sidebar li 
{
    list-style-image:none;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(/images/bullet.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 764px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(/images/pagebot.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* Sidebar Content Format */

#sidebar div
{
    padding:6px 0px 6px 20px;
}

#sidebar li input:hover
{
    background-color:#FFFFFF;
}

#emailForm input
{
    margin-bottom:6px;
    
}

ul.products 
{
    padding-left:20px;
    margin-left:0px;
    list-style-image: url(/images/bullet2.gif);
}

.products li
{
	border-bottom: 1px solid #E7E7E7;
	margin-bottom:20px;
}

.products .title
{
    margin-bottom:6px;
}

.products li img
{
    border:solid 1px #666666;
    float:left;
    margin:0px 10px 4px 0px;   
}

.products .links
{
    clear:both;
    text-align:left;
    margin:0px 0px 6px 0px;
}


#emailForm textarea
{
    height:200px;
    width:350px;
}

#emailForm input[type="submit"]
{
    margin-top:6px;
}

.annotation
{
    font-size:.8em;
}

.detailphoto
{
    height:200px;
    margin:10px;
    border:solid 2px #666666;
}

.post .note
{
    text-align:right;
}

.pop
{
    color:#F46101;
}

li.favorites_item img
{
    display:block;
}

li.favorites_item
{
    list-style-type:none;
    list-style-image:none;
}

.pager
{
    overflow: hidden;
	width: 100%;
}

.pager .prev
{
    float:left;
    text-align:left;
    width:200px;
}

.pager .next
{
    float:right;
    text-align:right;
    width:200px;
}

li.external
{
    font-style:italic;       
}

.clearing
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#inventoryheader
{
    margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

#inventoryheader h2
{
    float:left;
    width:300px;
    margin:0px;
}

#inventoryheader #search
{
    margin-top:6px;
    float:right;
    text-align:right;
    width:300px;
}

#search input
{
    background-color:#FAFAFA;
    border:solid 1px #CCCCCC;
}
