body {
/*    color: #311a20;*/
    color: #000000;
    margin: 0;
    padding: 0;
}

body, div, td {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

#page-container {
     width: 902px;
     margin: 0;
     padding: 0;
}

/* Header */

#header {
    position:relative;
    width:902px;
    height:145px;
    /*background-color:#FFF1E2;*/
   /* background-image: url('/graphics/header.jpg');*/
    background-repeat: no-repeat;    
}

#header div.logo {
    position:absolute;
    left:0px;
    top:40px;
}

#header div.toplinks {
    position:absolute;
    right:10px;
    top:22px;
}

#header div.toplinks a {
    padding-left:15px;
    padding-right:15px;
}

#header div.searcharea {
    position:absolute;
    right:22px;
    top:45px;
}

#header div.searcharea td {
    background:none;
    text-align:left;
}

#header a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color: black;
    text-decoration: none;

}

#header a:hover {
/*   color: #53282f;*/
    color: #AB0534;
   text-decoration: none;

}

#headerlinks a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    font-weight:normal;
    color:white; 
    line-height:30px;
    padding-left:10px;
    padding-right:10px;    
}

#headerlinks a:hover {
/*    color: #53282f;*/
    color: #beb2a6;
}

/* Top Navigation */

#navbar {
   clear: both;
   width: 902px;
   height: 25px;
   padding: 0;
   margin: 1px 0 2px 0;
   background: #AB9A6D;
}

ul#nav {
    width: 100%;
    
    padding: 0;
    margin: 0;
    
    font-family: Georgia, "Times New Roman", Times, serif; 
    text-align: center;
    font-size: 13px;
}

ul#nav li {
  list-style: none;
  float:left;              
}

ul#nav li a {
    text-decoration: none;
    text-align:center;
    white-space: nowrap; 
    display: block;
    width: 100px;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    overflow: visible;
    font-weight:normal;
    white-space: nowrap;
    /*background: transparent url(/graphics/vertical.gif) center right no-repeat;*/
    background-image:url(/graphics/nav_vert.gif);
    background-repeat: repeat-y;
}

ul#nav li a#right:hover {

    background: rgb(171,5,52);
    color: white;
   
}

ul#nav li a:hover {

    background: rgb(171,5,52);
    color: white;
   
}

/* Left (Shopping) Navigation *?

/* LEFT MENU */

 /* main */
#navMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#navMenu {
    width: 100%;
    }
 #navMenu li {
    display:inline;
    width:100%;
    height:20px; 
    }

 /* menu */
#navMenu li a {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-size:11px;
/*    color: #351019;*/
    color: #000000;
    display: block;
    background:none;
    padding:5px 5px 5px 23px;
    }

#navMenu li a:hover {
    background-color: #beb2a6;
    color: #FFF;
    }

 /* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
   /*background-color: #29201D;*/
 /*   color: #FFF;*/
    text-align: right;
    
    }
    
#navMenu li li a:hover {
    background-color: #beb2a6;
    color: #FFF;
    text-align: right;
    }
    

/* Content Area */

td.leftcol {
    padding: 6px 20px 20px 23px;
    
    width:164px;
    height:300px;
        
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-size:11px;
    
    line-height: 20px;
    text-align: left;
    vertical-align:top;    
   /* background: #ece6e8;*/
}

td.leftcol a {
/*    color: #351019;*/
	color: #ab0534;
    
}

td.leftcol hr {
    width: 100%;    
    height: 1px;
    border:0;
    color: #fff;
    background-color: #fff;
  
}

td.content {
  padding:18px; 
  text-align: left;
  vertical-align:top;
  background:white;
}

td.rightcol {
  text-align: justify;
  background:white;
}

td.standardtd {
  text-align: left;
  vertical-align:top;
  padding:0px;
}

#main {
    width:902px;
}

#main td.mainleft {
  width:200px;
  height:300px;
    
  font-family: Georgia, "Times New Roman", Times, serif;  
  font-size:11px;
  
  text-align: left;
  vertical-align:top;
  line-height: 20px;
/*  background: #ece6e8;*/
}

#main td.maincontent {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding:18px; 
    text-align: left;
    vertical-align:top;
    background:white;
}

#main td.rightcol {
  width: 239px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: justify;
  background:white;
}

/* Footer */

#special {
    width:902px;
    /*height:23px;    
    margin-top: 2px;    */
    font-size:11px;
    /*line-height: 23px;*/
    text-align: center;
/*    background-color: #ece6e8;*/
}

#footer {
    width:902px;
    height:23px;    
    /*margin-top: 2px;*/
    line-height: 23px;
/*    background: #6b3a40;*/
}

#footer td {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

#footer a { font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: none; }
#footer a:hover { font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: underline; }

/* Text Styles */

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
/*  color: rgb(58,24,34);*/
  color: rgb(171,5,52);
  font-size: 24px;
  font-weight:lighter;
}

h2 {
  padding: 0px 0px 5px 0px;
  margin: 0px;
/*  color: #79464d;*/
    color: #AB0534;
  font-size: 18px;
  font-weight: lighter;
  margin-top: 15px;
}

h3 {
  padding-left: 0px;
  padding-bottom: 2px;
  margin: 0;
/*  color: rgb(58,24,34);*/
  color: rgb(171,5,52);
  font-size: 15px;
  font-weight:lighter;
  /*font-weight: 700;*/

}

h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight:lighter; 
/*    color: rgb(58,24,34);*/ 
  color: rgb(171,5,52);
}

h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 0px;
    margin: 0;
/*    color: #b595a4;*/ 
    color: #AB0534;
    font-size: 22px;
    font-weight:lighter;
}

h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    font-weight:lighter;
/*    color: #79464d;*/
    color: #AB0534;
    font-size: 15px;
}

a.breadcrumbs {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight:lighter; 
/*    color:#31191f;*/
    color: #AB0534;
}

a.breadcrumbs:hover {
    text-decoration:none;
/*    color:#31191f;*/
    color: #AB0534;
}

span.breadcrumbs {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight:lighter; 
/*    color:#31191f;*/
    color: #AB0534;
}

a.currentcat {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight:lighter; 
/*    color: #6c3e4b;*/
    color: #ab0534;
}

a.currentcat:hover {
    text-decoration:none;
/*    color: #6c3e4b;*/
    color: #ab0534;
}

.catdrop {
    font-size:11px;
    width:115px;
}

.catnav {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
	color: #ab0534;
    text-align:right;
    min-width:50px;
    max-width:150px;
}

.catnav a {
/*    color:#b3b3b3;*/
    color: #AB0534;
    text-decoration:none;
}

.catnav a:hover {
/*    color:#31191f;*/
    color: #AB0534;
    text-decoration:none;
}

hr {
  color:#b595a4;
  width:100%;
  height:1px;
}

hr.content {
    background-color: #cdc7c9;
    width: 100%;
    height: 1px;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  
}

hr.leftbar {
    background-color: #ffffff;
    width: 70%;
    height: 1px;
    border: 0px;
    margin-top: 3px;
    margin-bottom: 5px;
  
}

input.standard {
    width: 175px;
    height: 19px;
    margin-bottom:3px;
    border: solid 1px #6a393f;
    font-family: Arial;
}

input.search {
    width: 125px;
    height: 19px;
    border: solid 1px #dddddd;
    font-family: Arial;
}

textarea.standard {
  width: 150px;
  border: solid 1px #6a393f;
  font-family: Arial;
}

select.qty {
  width: 75px;
  height: 19px;
  border: solid 1px #6a393f;
  font-family: Arial;
  font-size: 10px;
}

#quotes {
   color: #53282f;
}

#ordering {
   margin-top: 45px;
}

p {
  margin: 0;
  padding-bottom: 5px;
}

/*a       { color: #7a4349; text-decoration: none; }
a:hover { color: #7a4349; text-decoration: underline; }*/

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