/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
		background-image: url(../images/woodBG.jpg);
		background-repeat: repeat-xy;
		background-position: top left;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%;

	 }


h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    outline: none;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    text-align: right;    
   /* border-bottom: 1px dotted #69c; */
}
a:visited { color: #fff; border-color: #fff; }
a:hover { color: yellow ; border-color: yellow; text-decoration: underline; }
a:active { color: #fff; border-color: #fff }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 930px;
    margin: 0 auto;
    text-align: left;
    /*border: 1px solid #fff;*/

}

#content {
    float: right;
    text-align: left;
    width: 675px;
    color: #fff;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 20px 20px;
    padding: 0;
    line-height: 1.5em;
   /* border: 1px solid #fff;*/
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	/*border-bottom: 1px dotted #06c;*/
}
h1 {
	margin-top: 20px;
  font-family: arial;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

p {
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    /* background: url(../images/date_icon.gif) no-repeat 0 50%;*/
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    /*background: url(../images/quotes.gif) no-repeat top left;*/
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    /*border: 1px solid #999;*/
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	/*border-bottom: 1px dotted #3f3f3f;*/
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* product tables 
------------------------------------------------------------------------- */
table.prodtable
{
  
}
  table.prodtable td
  {
    text-align: center;
    padding: 10px;
    width: 235px;
  }
  table.prodtable img
  {
    margin: 5px;
  }
table.product
{
  margin-top: 20px;
  width: 100%;
}
  table.product td
  {
    vertical-align: top;
  }

table.specs
{
  border: 1px solid #B0DAB2;
  background-color: #E1F1E2;
  margin-bottom: 15px;
}
  table.specs td
  {
    padding: 1px 6px 1px 6px;
  }
  table.specs td.label
  {
    font-weight: bold;
  }
  table.specs td.value
  {
    padding-right: 10px;
  }
  
 
 /* cart format 
------------------------------------------------------------------------- */
 
 table.cart
{
  width: 80%;
  border: 3px solid white;
  border-collapse: collapse;
}
  table.cart td
  {
    border: 1px solid white;
    border-collapse: collapse;
    border-spacing: 0;
   
  }

table.cart th
{
  font-weight: bold;
  text-align: left;
  padding: 3px 5px 3px 5px;
  border: 1px solid white;
 background-color: #95754b;
}

table.cart .sku
{
  text-align: center;
}
table.cart .name
{
}
table.cart .qty
{
  text-align: center;
}
table.cart .price
{
  text-align: right;
}
table.cart .itemsubtotal
{
  text-align: right;
}
table.cart .sub
{
  text-align: right;
}
table.cart .final
{
  background-color: #d65b00;
}
 
  
  
  
/* Header 
------------------------------------------------------------------------- */
  
#header { 
	  padding: 0px 0px 20px 0px;
	/*	z-index: 5000;*/
	/*	border: 1px solid red;*/
		border-top: 10px solid transparent;
}
#headerimg { 
	  position: absolute;
	  padding: 0px 0px 100px 260px;
		background: url(../images/headerLogo.png) no-repeat;
		z-index: 5000;
   /* border: 1px solid red;*/
}

#headernav {
    margin: 0;
    padding: 0px 5px 0px 0px;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
   /* background: url(../images/top_h1.gif) no-repeat bottom left;*/
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    color: #fff;
}
#header h1 a:hover { 
    color: #e39a0f; 
    text-decoration: none;
    text-shadow: #fff 0 0 4px;
}
#topheader { 
	  padding: 0px 0px 20px 0px;
    /*border: 1px solid #000000;*/
}

#topImg { 
	  padding: 0px 0px 261px 0px;
    background: url(../images/headerIMG.jpg) no-repeat;
}


/* Menu Navigation 
------------------------------------------------------------------------- */
#menunavigation {
  margin: 20px 0px -21px 303px;
  padding: 0px 0px 0px 0px;
  overflow: auto;
}


/* Drop down mwenu with javascript
------------------------------------------------------------------------- */

#sddm
{	margin: 0;
	padding: 0;
	z-index: -3}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 135px;
	color: green;
	background-image: url(../images/navTab.png) ;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background-image: url(../images/navTab.png) ;
	text-decoration: underline;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../images/navTab.png);
	border: 2px solid green;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 135px;
		height: 15px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-image: url(../images/navTab.png);
		color: green;
		font: 11px arial}

	#sddm div a:hover
	{	background: green;
		color: #FFF}



/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 50px 10px 50px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
   /* border-bottom: 1px solid #ddd;*/
}

 h3 {
    margin-top: 10;
    color: #fff;
    font-family: arial;
    font-size: 30px;
    font-weight: normal;
}
.post ul li {
	background: url(../images/dot_story.jpg) no-repeat 0 6px;
	margin-left: 0em;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0px 689px 0px 0px;
    padding: 0px 0px 0px 0px;
   background: transparent;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
   /* border: 1px solid #fff;*/

}
#sidebarbottom {
	margin: -21px 589px 0px 0px;
    background-image: url(../images/sidebar_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
/*border: 1px solid #000000;*/
}

#sidebarbottomimg {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 310px 0px;
  background-image: url(../images/blackstone.jpg);
  background-repeat: no-repeat;
	background-position: bottom left;
/*border: 1px solid #000000;*/
}
/* <img src="[(base_url)]assets/templates/default/../images/blackstone.jpg">*/

#sidebar h2 {
    padding: 25px 0 0 35px;
   /* background: url(../images/sidebar_icon.gif) no-repeat 5px 15px;*/
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 0px 0px 1em;
    margin-left: -12px;
}

#sidebar a { 
    text-decoration: none;
    border-bottom: none;
    color: white;
}

/*
#footer {   
    padding: 0 0 0px 0;
    font-size: 85%;
    color: white;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000000;
}

#footer p {
    padding: 0px 0px 0px 0px;
}

#footer a {border-bottom: none;}


#footerLink {
  width: 500px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;

  border: 1px solid green;
}

#footerLink ul li {
  display:block;
   width: 120px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  float: right;
  border: 1px solid red;
}

#footerLink ul li a {
  display: block;
  padding: 19px 33px;
  height: 100%;
  color: black;
  margin: 0 auto;
}
#footerAdver1 {
  background: url(../images/commerxLogo.png) no-repeat top right;
  width: 50px;
  height: 40px;
  text-align: left;
  border: 1px solid red;
}

#footerAdver2 {
  background: url(../images/commerxLogo.png) no-repeat top right;
  width: 50px;
  height: 40px;
  text-align: left;
  border: 1px solid red;
}
*/
#footer {
	color: #fff;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
	border-top: 1px solid white;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
}

#footer #altnav {
	width: 210px;
	float: left;
	text-align: left;
	border-top: 5px solid transparent;
}
#footer #altnav1 {
	width: 160px;
	float: right;
	text-align: right;
	border-top: 5px solid transparent;
}

#footerLink {
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
}

#footerLink ul li {
  display:block;
  width: 120px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  float: right;
  /*border: 1px solid red;*/
}

#footerLink ul li a {
  display: block;
  padding: 2px 5px;
    text-align: left;

  color: white;
  margin: 10 auto;
}