/*----- MAIN CSS ----------------------------*/   

body {
   font-family: Georgia, Palatino, Times New Roman, serif;
   background-color: #887849;      /*686766*/
}

.left {
    float: left;
}

.right {
    float: right;
}

.left_padding {
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

fieldset {
    float: left;
	display: block;
    margin-bottom: 10px;
}

fieldset.sml {
    margin-bottom: 10px;
	width: 49.5%;
	height: auto;
	float: left;
	font-size: 11px;
}

fieldset.full {
    margin-bottom: 10px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
}

h1 {
    width: 100%;
    font-size: 1.6em;
    /*font-variant: small-caps;*/
    color: #00523e;
    border-bottom: 1px solid #00523e;
    margin-bottom: 1em; 
}

h1:first-letter {
    font-size: 120%;
}

h2 {
    float: left;
    width: 100%; 
    font-size: 1.4em;
    color: #00523e;
}

h3 {
    float: right;
    width: 19%; 
    font-size: 0.8em;
    color: #00523e;
	font-variant: small-caps;
	text-align: right;
	margin-top: 8px;
}

h3 a {
    color: #00523e;
	text-decoration: none;
}

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

p {
    font-family: Georgia, Palatino, Times New Roman, serif;
    font-size:0.7em;
    font-weight: normal; 
    line-height:1.3em;
    letter-spacing: 1px;
    color: #322c29;
    margin-bottom: 1em;
}

p.excerpt {
    font-family: Georgia, Palatino, Times New Roman, serif;
    font-size:1em;
    letter-spacing: 0.9px;
    font-weight: bold; 
    line-height:1.2em;
    color: #322c29;
    margin-bottom: 1.2em;      
}

p a {
    color: #8b7330;
    text-decoration: underline;       
}

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

.masterCont_inner strong {
    font-weight: bold;
    color: #9c7916;       
}

ul,
li {
    list-style-type: none;
    font-family: Georgia, Palatino, Times New Roman, serif;
    font-weight: normal;
    font-variant: small-caps;
}

hr,
hr.brown,
hr.grey {
    clear: both;
    width: 100%;
    height: 0px;
    margin: 0;
    padding: 0;
    background-color: #00523e;
    border-bottom: 1px solid #00523e; 
}

hr.brown {
    background-color: #725b44;
    border-bottom: 1px solid #725b44; 
}

hr.grey {
    background-color: #acacac;
    border-bottom: 1px solid #acacac;
	margin-bottom: 10px;
}


.padtop {
    padding-top: 20px;
}

.padbot {
    padding-bottom: 20px; 
}

.padboth {
    padding-top: 20px;
    padding-bottom: 20px;
    *padding-bottom: 10px;  
}

.txtOldPrice { text-decoration: line-through; }
.txtSale,
div.txtSale p { color: #e83606; }
 
/*----- MAIN CSS ----------------------------*/
/*----- MASTER FORMAT -----------------------*/

.logo
{
	z-index: 9999;
	position: relative; 
	left: -30px; 
	top: 60px;
    margin-top: -80px;
    margin-right: -30px;
	height: 120px;
	width: 120px;
}

.hdr_top_outer,
.hdr_mid_outer,
.hdr_mid_outer,
.masterCont_outer,
.footerCont_outer {
    display: inline;
    float: left;
    width: 100%;
    height: auto;	
}

.hdr_top_outer {
    background-color: #00573c;
}

.hdr_mid_outer {
    background-color: #887849;
}

.hdr_bottom_outer {
    background-color: #a4956a;
}

.hdr_top_inner,
.hdr_mid_inner,
.hdr_bottom_inner,
.masterCont_inner {
    width: 850px;
    margin: 0 auto;
	margin-bottom: 0;
    padding: 0;	    
}

.hdr_top_inner {
    height: 122px;  
}

.hdr_mid_inner {
    height: 35px; 
}

.hdr_bottom_inner {
    height: 65px; 
}

.masterCont_outer {
    background-color: #f3f3f3;
}  

.masterCont_inner { 
    height: auto;     
}

.nav_outer  {
    display: inline;
    float: left;
    width: 100%;
    height: auto; 
    background-color: #9e8b55;	
}

.nav_inner {
    width: 850px;
	height: 35px;
    margin: 0 auto;
	margin-bottom: 0;
    padding: 0;		
}

/*----- MASTER FORMAT -----------------------*/
/*----- HEADER NAV BAR FORMAT ---------------*/

ul.hdr_nav {
    float: left;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin-top: 8px;
	/*padding-left: 90px;*/
}

li.hdr_nav_main,
li.hdr_nav_search,
li.hdr_nav_sep  {
    float: left;
    width: auto;    
    height: 20px;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: normal; 
    color: #ffffff;
}

li.hdr_nav_search {
    float: right;
    color: #ffffff;
}

li.hdr_nav_sep {
    color: #181818;
    margin-left: 4px;
    margin-right: 4px;
}

li.hdr_nav_main a {
    color: #ffffff;
    text-decoration: none;        
}

li.hdr_nav_main a:hover {
    color: #f08546;
    text-decoration: none;     
}

li.hdr_nav_search a {
    color: #ffffff;
    text-decoration: none;        
}

li.hdr_nav_search a:hover {
    color: #f08546;
    text-decoration: none;     
}

/*----- HEADER NAV BAR FORMAT ----------------*/   
/*----- SEARCH FORMAT -----------------------*/   
.search_form_left {
    float: left;
    /*width: 580px;*/
	width: 800px;
    height: auto;
    margin-top: 5px;
}

.search_form_left select {
    float: left;
    width: 225px;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #423c2a;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-variant: small-caps; 
    font-family: Georgia, Palatino, Times New Roman, serif;
    font-size:0.7em;
    font-weight: normal;	
}

.search_form_right {
    float: right;
    width: 250px;
    height: auto;
   margin-top: 5px;
}

.search_result {
    float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d7d7d7;

}

/*----- SEARCH FORMAT -----------------------*/
/*----- FOOTER ------------------------------*/ 

.footerCont_outer  {
    float: left;
    width: 100%;
    height: auto;
	background-color: #887849;
    border-top: 1px solid #00523e;		
}

.footerCont_inner {
    width: 850px;
    height: auto;
	margin: 0 auto; 
}

.footer_full {
	float: left;
    width: 100%;
    height: auto;
	margin: 0;
    padding: 0;	
}

.footer_left a,
.footer_left img {
   margin: 0;
   padding: 0;
}

.footer_left {
	float: left;
    width: 600px;
    height: 200px;
	margin-top: 10px;
    padding: 0;	
}

.footer_right{
    float: right;
    width: 200px;
    height: 200px;
	margin-top: 10px;
    padding: 0;		
}

ul.nav_horz {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Georgia, Palatino, Times New Roman, serif;
    font-size:13px;
    font-weight: normal;
    font-variant: small-caps;  
    line-height:1.2em;
    color: #000000;
}


ul.nav_horz a {
    color: #ffffff;       
}

ul.nav_horz a:hover {
    color: #f08546;    
}

ul.nav_horz li {
    float: left;
    list-style-type: none;
    padding-right: 4px;
}

.footerCont_inner strong {
    font-weight: bold;
}

.footerCont_inner p {
    color: #000000;
    margin-top: 1em;    
}

.footerCont_inner p a {
    color: #ffffff;
    text-decoration: underline;    
}

.footerCont_inner p a:hover {
    color: #f08546;
    text-decoration: none;   
}

/*----- FOOTER ------------------------------*/
/*CUBE CART*/
.col_left {
    float: left;
    width: 200px;
    height: auto;
}

.col_right {
    float: right;
    width: 620px;
    height: auto;
	margin-left: 20px;
}

.store_nav_left {
    float: left;
    width: 400px;
    height: auto;
}

.store_nav_right {
    float: right;
    width: 400px;
    height: auto;
	text-align: right;
}

.latestProds {
    float: left;
	width: 190px;
	height: auto;
	padding-bottom: 10px;
	margin-right: 10px;
}

.txtCopyright {
    display: none;
}

.col_left ul {
    float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col_left li {
    float: left;
	width: 100%;
	height: auto;
	padding-top: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #00523e;
	color: #000000;
	font-size: 12px;
}

.col_left li a {
	color: #000000;
	text-decoration: none;
}

.col_left li a:hover {
	color: #00523e;
	text-decoration: underline;
}


/*CUBE CART*/
