body {
	background-color: #C3C7AE;
	text-align:center;
	margin-top:0px;
}

td {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px}


a {
	color: #800000; text-decoration:underline
}
a:visited {
	color: #800000; text-decoration:underline
}
a:hover {
	color: #cc0000;
	text-decoration:none;
	list-style-type: square;
}

h1 {
	color: #534741;
	font-weight:normal;
	font-size:22px;
}

h2 {
	color: #996633;
	font-size:18px;
	font-weight:normal;
}

h3, h4, h5, h6 {
	color: #996633;
}

#main {
	width: 900px;
	background-color: #ffffff;
	margin:auto;
	border-left:7px solid #ffffff;
	border-right:7px solid #ffffff;
}

#content {
	width: 100%;
	min-height:400px;
	background-image: url(/images/template/textedge.jpg);
	border-bottom:3px solid #ffffff;
	background-repeat: repeat-x;
	background-color: #dde0cc;
	padding-top:15px;
}

#textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#402204;
	font-size: 12px;
	text-align:left;
	padding:20px;	
	overflow:auto;
}

#menudiv {
	padding: 5px;
	float: left;
	width: 185px;
}

#textdiv {
	float: right;
	width: 650px;
}

#featurediv {
	float: left;
	width: 450px;
	margin-left:10px;
}

#productdiv {
	padding: 5px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	width:185px;
	background-color:#ffffff;
}

.3coltable{
width:100%;
float:left;
margin:5px 0 5px;
}
.leftcol{
float: left;
width: 25%;
}
.middlecol {
overflow:hidden;
}
* html .middlecol{float:left}
* html .middlecol .inner{width:100%;}

.rightcol {
float:right;
width: 23%;
position:relative;
}

div#navcontainer
{
background-color: #C3C7AE;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
text-align: left;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -3px;
}

div#navcontainer ul li a
{
padding: 3px 10px 3px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #ffffff;
}

div#navcontainer ul li a:hover
{
background-color: #b0ad88;
color: white;
}
#active a { border-left: 1px solid #ffffff; }

#menulist
{
padding-left: 0;
margin-left: 0;
width: 173px;
}

#menulist li
{
list-style: none;
margin: 0;
padding: 0.10em;
}

#menulist li a {
	display:block;
	text-decoration: none;
	background-color: #ccc;
	padding:3px;
	color:#FFF;
}

#menulist li a:hover {
	background-color: #808080;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-align: center;
	width: 900px;
	border-top: 5px solid #aeac7c;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer a	{
 color:#333333;
	text-decoration:none;
}

#footer a:visited	{
 color:#333333;
	text-decoration:none;
}

#footer a:hover	{
 color:#660000;
}

.sidemenu {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	width: 200px;
	min-height:300px;
	margin-right: 20px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #663300;
}

.smallcase { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeac7c;
	text-decoration:none;
	line-height: 35px;
}

.links a {
	font-weight: bold;
	color: #aeac7c; text-decoration:none;
}

.links a:visited {
	font-weight: bold;
	color: #aeac7c; text-decoration:none
}

.links a:hover {
	font-weight: bold;
	color: #aeac7c; text-decoration:underline
}

.menubox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 175px;
	border: 1px solid #FFFFFF;
	background-color:#ffffff;
}

.menuboxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	background-color: #C3C7AE;
	border-top:  1px solid #FFFFFF;
	border-left:  1px solid #FFFFFF;
	border-right:  1px solid #FFFFFF;
	padding: 5px;
	width: 175px;
	height: 13px;
}

.headerboxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-color: #C3C7AE;
	border-bottom:  1px solid #FFFFFF;
	padding: 5px;
	width: 410px;
	height: 13px;
}


.commentbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	padding: 10px;
	height: 300px;
	width: 600px;
	overflow: auto;
}

ul.menu {
	list-style:none;

}
ul.menu li {
	margin:0;
	padding: 0.25em;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
 width:200px;
	margin-left:0px;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}

.CPpageHead { BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px; font-size:14px }
.CPprodLPriceT { font-size:16px }
/* Product Price - Text Label */
.CPprodPriceT {COLOR: #000000;}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #000000; }

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red; }

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #ffffff}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #C3C7AE; PADDING: 1px}
.CPbox2H B         {COLOR: #ffffff;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

ul {
	margin-top: 0px;
}

