/* Layout
----------------------------------------------- */
body {
  background:#70614e;
  margin:0 auto;
  padding:0px 10px;
  color:#000000;
  text-align:center;
    }
#bkgrnd {
    background: #ffffff url(images/bkgrnd.gif);
	margin: 0 auto;
	width: 815px;
	text-align:center;
	}
#content {
    background: #ffffff;
	margin: 0 auto;
	width: 768px;
	border: 1px solid #000000;
	border-width:1px;
    text-align:center;
	}
#header {
    background:#000000;
    text-align:center;
	}
	
/* Main Body Table
----------------------------------------------- */
table {
	width: 100%;
	}
table.main {
	margin: 10px 0 0 0;
	}	
table.main td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
td.rtline {
	border: 2px solid #c3b8a9;
	border-width:0 2px 0px 0;
	}
td.botline {
	border: 1px dotted #8b1414;
	border-width:0 0 1px 0;
	}		
td.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	}	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}		
a {
	color: #000000;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
	

/* Side Nav
----------------------------------------------- */
#mainmenu {
    background: #000000;
	}
table.nav {
    color: #ffffff;
	margin: 0;
	width: 165px;
	padding: 0 2px 0 8px;
	}
table.nav td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}		
		
table.nav a {
    display:block;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	border: 1px dotted #8b1414;
	border-width:0 0 1px 0;
	padding: 0 0 0 1px;
	}
table.nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
table.nav a:hover{
	text-decoration: none;
	color: #fc0909;
	}
table.nav a:active	{
	color: #ffffff;
	}


	
/* Text and Headings
----------------------------------------------- */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	margin: 0;
	}
H2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight:normal;
	color:#6ea8cf;
	margin: 0;
	}
P {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
	}

P.txtmenu {
	font-size: 9px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
	text-align:left;
	}
P.smaller {
	font-size: 9px;
	font-family : Arial, Helvetica, sans-serif;
	color : #b5a897;
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	}
P.sidetxt {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0;
	padding: 5px;
	}
HR {
	height: 1px;
	color : #DBDBDB;
}

		
/* featured products
----------------------------------------------- 
.s9nametxt:  Product name 
.s9txt:  Description text 
.s9pricetxt:  Price text 
.s9greybox:  Border around each product 
.s9listprice:  List Price 
*/		
.s9nametxt {font-size: 10px; font-weight: normal; color: #6e6e6e;} 
.s9txt {font-size: 10px; color: #FF0000;} 
.s9pricetxt {font-size: 11px; font-weight: bold; color: #6e6e6e;} 
table.s9greybox {border: 1px solid #DBDBDB; width: 135px; height: 200px; padding: 5px;} 
table.s9greybox td {vertical-align:top; padding: 10px 5px 5px 5px;} 
table.s9greybox img{border:1px; border-thickness: 1px; border-color: #000; border-style: solid; } 
.s9listprice {font-size: 10px; color: #CCCCCC;}

/* Lists
----------------------------------------------- */
ul {
  margin:0 0 0 5px;
  padding:0 0px;
  list-style:none;
  }
ul li {
  background: url("images/nav-bullet.gif") no-repeat 1px .35em;
  margin:0;
  padding:0 0 0px 10px;
  margin-top:5px;
  line-height:1.2em;
  }