/***************/
/* Site layout */
/***************/

body {
    margin: 0;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*  background information is now specified in the HTML,  */
/*  so that images will be loaded properly...             */
/*    background: #864b30 url(images/leather.gif) repeat; */
    text-align: center;
}
a:link {
    color: #814626; text-decoration: none; 
}
a:active {
    color: #814626; text-decoration: none; 
}
a:visited {
    color: #814626; text-decoration: none; 
}
a:hover {
    color: #412313; text-decoration: none; 
}
img {
    border: none;
}
h1 {
   font-size: 99%;
}
h2 {
   font-size: 95%;
}
hr {
	color: #999;
	background-color: #999;
	height: 1px;;
	border-top: 0;
}

#top {
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    top: -20px;
}

#header {
    height:150px;
    position:relative;
}


#logo {
    height: 150px:
    width: 680px;
    float: right;
}


#SearchBar {
    position: relative;
    height: 18px;
    width: 680px;
    margin-top: -40px;
    float: right;   
}
#search_img {
    padding: 0;
    margin: 0;
    position: relative;
    top: 4px;
}


#wrapper {
    position: relative;
    text-align: left;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
/*  background image is defined in the HTML        */
/*  We do this so that the image will be loaded    */
/*  according to the site_prefix variable and not  */
/*  some hard-coded path.                          */
/*    background-image: url(images/shadow-bg.png); */
    background-repeat:repeat-y;
    top: 10px;
}

#main {
    padding: 0px 20px 0px 20px;
    margin: 0;
    background-color: transparent;
}

    
#content {
    float:right;
    width: 680px;
    padding: 0 0 0 0;
}


#footer {
    clear:both;
    font-size: 80%;
    padding-top: 1em;
    padding-right: 10px;
    text-align:right;
    color: #999;
}

#bottom_image {
    margin-left: 200px;
    clear:both;
    font-size: 80%;
    padding-top: 1em;
    color: #999;
}

#bottom {
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    bottom: -24px;
}


/**********************/
/* Mini Shopping cart */
/**********************/

#shopping {
    font-size: 60%;
    width: 180px;
    height: 150px;
    padding: 0;
    float: left;
    color: #814626;
}

#notice{
    border: 1px solid #000;
    padding: 5px;
    background-color: #FFCC80;
}
#cart_notice{
    border: 1px solid #000;
    padding: 5px;
    background-color: #FFCC80;
}


/*******************/
/* Navigation Menu */
/*******************/

#navigation {
    float:left;
    width: 180px;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    font-size: 90%;
}
#navigation a:link, #navigation a:visited {
    color: #814626;
    background-color:transparent;
    display: block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0 0;
    text-decoration:none;
}
#navigation a:hover {
    color: #412313;
}
#navigation ul ul {
    margin: 0.5em 0 -0.5em 24px;
    list-style-image: url(/images/bullet.gif);
    padding: 0;
}
#navigation ul ul li {
    font-size: 90%;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
    border: none;
    padding: 0;
}

/********************/
/* Products Listing */
/********************/

fieldset.Product {
    color: #999;
}
fieldset h1{
    color: #814626;;
    font-size: 100%;
    display: inline;
}
div.ProductThumb {
    width: 20%; 
    height: 170px;
    float: left; 
    display: table;
}
div.ProductThumb p {
    display: table-cell; 
    vertical-align: middle;
}
div.ProductThumb p img {
    display: block;
    margin: auto;
/*    border: 0px;*/
}
div.ProductInfo {
    width: 74%; 
    height: 170px;
    float: right; 
    display: table;
    display: table-cell;
    vertical-align: middle;
}
div.ProductInfo a{
    text-decoration: underline;
}
p.Description {
    font-size: 90%;
    color: #814626;
}
p.Price {
    margin: 0 0 0 24px;
    font-weight:bold;
    font-size: 90%;
    color: #814626;
}
p.ShippingInfo {
    margin: 0.5em 0 0 24px;
    font-size: 70%;
    color: #413F3F;
}

/****************/
/* Show product */
/****************/
ul.thumbnails {
    margin: 0 0 10px 0;
    padding: 0;
    float: center;
    text-align: center;
    background-color: #fff;
    line-height: 1em;
    list-style: none;
    clear: both;
}
ul.thumbnails li {
  display: inline;
  margin: 0;
  padding: 0;
}

legend {
    color: #814626;
    font-size: 100%;
    font-weight:bold;
}

div.productDescription {
    padding-top: 1em;
    text-align: justify;
}

.mainPicture {
    float: left;
}
.mainText {
    float: right;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #814626;
}
.checkout {
    color: #814626;
    margin-right: 1em;
    float: right;
    clear: right;
}
.checkout ol {
    list-style: none;
}


/**************/
/* Front Page */
/**************/
a.freeShipping {
    border: 1px solid #999;
    display: block;
    margin: 0 0 0 0;
    padding: 4px 4px 9px 4px;
}
a:hover.freeShipping {
    border: 1px solid #413F3F;
}
.Title {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    color: #814626;
}
.subTitle {
    text-align: center;
    font-weight:bold;
    font-size: 70%;
    color: #413F3F;
}

#productList {
    margin: 0 0 10px 0;
    padding: 0 38px 0 10px;
    position: relative;
    display: block;
    float: left;
    background-color: #fff;
    line-height: 1em;
    list-style-type: none;
    border: 1px solid #999;
}
#productList li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
}
#productList a {
    color: #814626;
    display: block;
    float: left;
    margin-left: 40px;
    padding: 4px 4px 9px 4px;
    border: 1px solid #999;
    text-align: center;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
#productList a:hover {
    color: #814626;
    border: 1px solid #413F3F;
}
#productList img {
    display: block;
    margin: 0 auto 5px auto;
    border: none;
}
#productList br {
  display: none;
}


/*****************/
/* Shopping Cart */
/*****************/

#tableItems {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #999;
    color: #814626;
}
#tableItems td table {
    position: relative;
    left: 70px;
}
#tableHead {  
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
#tableHead th {
    text-align: center;
    font-weight: bold;
}

#cartButtons {
    float: left;
}

#tableTotals {
    float: right;
    border-collapse: collapse;
    color: #814626;
}
#tableTotals th{
    text-align: right;
    font-weight: bold;
    padding-right: 0.5em;
}
#tableTotals td{
    text-align: right;
}

#salesTax {
    clear: both;
    float: right;
    font-size: 60%;
    color: #413F3F;
    font-weight: bold:
    text-align: right;
}
#salesTaxLink {
    clear: both;
    float: right;
    font-size: 60%;
    color: #413F3F;
    text-align: right;
}
#salesTaxLink a:link {
    color: #413F3F; text-decoration: none;
    font-weight: bold;
}
#salesTaxLink a:active {
    color: #413F3F; text-decoration: none;
    font-weight: bold;
}
#salesTaxLink a:visited {
    color: #413F3F; text-decoration: none;
    font-weight: bold;
}
#salesTaxLink a:hover {
    color: #413F3F; text-decoration: none; 
    font-weight: bold;
}

#Blurb {
    clear: both;
    text-align: justify;
    color: #814626;
    font-size: 80%;
}
#Blurb a:link, #Blurb a:visited {
    color: #814626;
    text-decoration: none;
    font-weight: bold;
}
#Blurb a:hover{
       color: #666666; text-decoration: none;
/*       color: #412313; text-decoration: none;*/
}
#Blurb a:active{
       color: #412313; text-decoration: none;
}

#Google {
    float: left;
    padding-left: 100px;
}
#Paypal {
    float: right;
    padding-right: 100px;
}