@charset "UTF-8";

/* stop the Firefox jump */

html { overflow-y:scroll; }

/* hard reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style-type: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}
        
        
        

/* START STANDARD CSS */

body
  {
        font-size: 11px;
        background-color: #bcccbc;
        padding: 0px;
        margin: 0px;
        font-family: arial, sans-serif;
        background-image: url('/new-bg.jpg');
        background-position: center;
	line-height:16px;
  }

.right { text-align: right; }
.center { text-align: left; }

a
    {
        color: #666666;
        text-decoration: underline;
    }

a:hover {
text-decoration: none;
}

a:active {
text-decoration: underline;
}

h1
  {
  margin: 12px 0px 6px 0px;
  font-weight: bold;
  font-size: 25px;
  color: #3A3F3C;
  text-transform: none;
  font-family: baskerville, georgia, serif;
  font-weight:200;
  letter-spacing:-1px;
  line-height:24px;
  }

h2
  {
  margin: 1em 0px 0px 0px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  margin-bottom:4px;
  color:#5B655B;
  }

h3
  {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 110%;
  }
  
  
p
  {
    font-family: arial, sans-serif;
    line-height:16px;
    font-size:11px;
    margin-bottom:7px;
  }
  
strong
  {
    font-weight:600;
  }
    
#container
  {
        background-color: white;
        margin: 0px auto;
        width: 884px;
        padding: 20px;
        color: black;
  }

#header
  {
        height: 100px;
        padding-right: 0px;
	clear:both;
  }

#header-contact
    {
        float:right;
        margin-top:10px;
        text-align:right;
        font-family: baskerville, georgia, serif;
        font-size:16px;
        color:#535C53;
        margin-top:11px; 
    }
  

#menu
  {
        float: left;
        width: 145px;
	padding:0px;
	margin:0px;
	margin-right:8px;
  }

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

#menu li
  {
        padding: 0.2em 0em;
  }

#menu a
  {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  padding-top: 2px;
  padding-bottom:2px;
  }
  
  #menu a:hover
  {
  color: #000000;
  text-decoration: none;
  text-transform: none;
  }

#menu li#current a
    {
        color: #404640;
    }

#top_level_categories
    {
        margin-left: 184px;
        margin-bottom: 16px;
        font-size: 13px;
        font-family:baskerville, georgia, sans-serif;
        line-height:16px;
        padding-right:90px;
	margin-bottom:50px;
    }

#top_level_categories a
    {
        color: #404640;
        text-decoration: none;
        padding:3px;
    }
    
#top_level_categories a:hover
    {
        color: #677067;
        text-decoration: underline;
    }

#top_level_categories a.current
    {
        color: #98A597;
        text-decoration:underline;
    }

#home
    {
	float:right;
	padding:0px;
	margin-right:0px;
        color: black;
        width:718px;
	
    }
  
#homebody
    {
        width:393px;
        float:left;
        padding-right:5px;
    }
  
#product-cta
    {
        width:300px;
        float:right;
        margin-top:16px;
        padding-bottom:10px;
    }

#product-cta h1
    {
        font-family:arial, sans-serif;
        font-size: 18px;
        letter-spacing:0px;
        margin-bottom:5px;
    }
    
#product-cta a
    {
        color:#61270B;   
    }  
    
#product-cta h3
    {
        font-family:baskerville, georgia, serif;
        font-size: 18px;
        letter-spacing:0px;
        font-weight:100;
        margin-bottom:4px;
    }    
    
#product-cta p
    {
        line-height: 12px;
        padding-left:8px;
    }    
  
#content_info
    {
        margin-left: 175px;
        margin-right: 10px;
        color: black;
        font-size: 90%;
        line-height: 1.4em;
    }

#content_info_color
  {
  margin-left: 175px;
  margin-right: 10px;
  color: black;
  font-size: 90%;
  line-height: 1.4em;
  background-color: #57493d;
  }

#content
  {
  background-color: white;
  float:right;
  width: 690px;
  margin-right:14px;
  }

#content_buy_online
  {
  padding: 0px;
  margin-left: 184px;
  min-height: 360px;
  }

#content_buy_online img
  {
  margin-bottom: 10px;
  }

#footer
  {
    font-size:11px;
    height: 53px;
    padding: 30px 0px 0px 180px;
    margin: 100px -20px -20px -20px;
    color: #989898;
    clear: both;
  }

#footer a
  {
  color: grey;
  text-decoration: none;
  }


#footer_right
  {
  float:right;
  margin-right:14px;
  margin-bottom:40px;
  height:90px;
  }

#footer_2
  {
  font-size:11px;
  height: 53px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 628px;
  color: #666666;
  clear: both;
  }

#footer_2 a
  {
  color: #434942;
  text-decoration: none;
  }

input
 {
 width: 181px;
 }
	
form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 15%;
clear: left;
padding-top:  0.3em;
text-align: right;
}

#content_info form dd
{
margin-left: 16%;
margin-bottom: 0 0 0.5em 0em;
border-bottom: #483c32 solid 0.5em;
border-left: #483c32 solid 0.5em;
}

#content form dd
{
margin-left: 16%;
margin-bottom: 0 0 0.5em 0em;
border-bottom: #ffffff solid 0.5em;
border-left: #ffffff solid 0.5em;
}

.basket td
{
border-bottom: 2px solid #EEE;
}

.basket thead td, .basket tfoot td
{
border: 0px;
}

.basket thead td
{
color: #584A3F;
background-color: #EEE;
padding: 3px;
}

.category-product-thumbnail-container
{
margin: -22px;
padding-left:20px;
}

.category-product-thumbnail-row
{
height: 260px;
}

.category-product-thumbnail
{
float: left;
height: 260px;
width: 222px;
text-align: center;
border-right: 1px dotted #CCCCCC;
padding-left:10px;
/*border-bottom: 1px solid #C2A48B;*/
}

.category-product-thumbnail-text {
padding: 3px 9px 0px 0px;
overflow: auto;
line-height:16px;
font-size:11px;

}

.category-product-thumbnail-text a
{
color: #632606;
}

.category-product-thumbnail-image
{
height: 180px;
padding-top: 10px;
text-align: center;
}

.category-product-thumbnail-image img
{
border: 2px solid #667166;
}


.submit {margin-left: 120px;}

#pagenumbers { clear: both;
font-size: 110%;}

#pagenumbers a {
font-weight: bold;
text-decoration: underline;
}