body{
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFF4F4;
	color: #333;
}
	
	h1 {
	font-family:  Geneva, sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #6A5A4B;
	margin: 25px 0px 10px 0px;
	letter-spacing: .10em;
}
	h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 700;
	color: #6A5A4B;
	margin: 5px 0px 5px 0px;
	letter-spacing: .10em;
}

p{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

A:link { 
color: #0000FF; 
text-decoration: underline;
}
A:visited {
color: #0000FF; 
text-decoration: underline;
}
A:hover {
color:#0000FF;	
text-decoration: underline;
}

/**************** header *************************/
#header{
	width: 880px;
	background: #6A5A4B;
	border: #FFCCCC 5px solid;
}


/**************** body *************************/
#body{
	width: 880px;
	background: #FFF;
	border: #FFCCCC 5px solid;
	margin-top: 0px;
}

/**************** side nav*************************/
#sidenav{
	width: 170px;
	background: #FFF;
	float: left;
	margin-right: 45px;
	/*background-image: url(../images/down.gif);*/
	
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer li {
 margin: 0 0 1px 0;
 }


 #navcontainer a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #6A5A4B;
	/* auto width takes the width of the td*/
	width: auto;
	/* needs height % so it displays ok in IE and width is correct*/
	height: 20px;
	background-color: #6A5A4B;
	background-image: url(../images/over.gif);
}
 
#navcontainer a:link{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover{
border: 1px solid #6A5A4B;
background-color: #999;
background-image: url(../images/down.gif);
color: #FFF;
}

#navcontainer a:link, #navlist a:visited{
color: #FFF;
text-decoration: none;
}

		
/**************** subheader *************************/

#subnav{
	width: 880px;
	border: #FFCCCC 5px solid;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	background: #FFF;
	color: #6A5A4B;
	margin:none;
	padding-top: 4px;
    border-bottom: 1px solid #FFCCCC ;
	border-top: 1px solid #FFCCCC ;
	height: 35px;
}

#subnav input{
margin-left: 8px;
margin-top: 4px;
margin-bottom: 2px;
}

#subnav form{
margin: 0px;
margin-bottom: 8px;
}

#btn{
background: #6A5A4B;
color: #FFF;
border: 1px solid #FFF;
padding: 2px;
}

#textarea{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal;
font-size: 11px;
color: #333;
border-right: #6A5A4B 1px solid;
border-top: #6A5A4B 1px solid;
border-left: #6A5A4B 1px solid;
border-bottom: #6A5A4B 1px solid;
padding: 4px 2px 4px 2px;
background:#FFF;
}

		
/**************** products*************************/
#prods{
	width: 610px;
	background: #FFF;
	margin-top: 5px;
	padding-left: 10px;
	/*border: #CCC 1px solid;*/
	float: left;
}

#prods2{
	width: 300px;
	background: #FFF;
	margin-bottom: 45px;
	float: left;
}


#prods3 {
	width: 200px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #333;
	height: 120px;
}

#desc {
	width: 500px;
	margin-bottom: 25px;
	display: block;
}

#prods #price{
	color:#dc143c;
	margin-bottom: 3px;
	margin-top: 8px;
}

/**************** clear trick for firefox *************************/
  .clear {
	clear: both;
	height:1px;
	overflow: hidden;
}

/****************footer *************************/
#footer{
	padding: 10px;
}

.btnz{
	font-weight: bold;
	font-style : normal;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
}

.btnlinkbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6A5A4B;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: none;
	padding-right: none;
	width: 200px;
}

.btnlink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: blue;
	cursor: pointer;
	background: none;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: none;
	padding-right: none;
	width: 220px;
}

.btnlinklong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	background: #F4E6DB;
	border: none;
	padding: 6px;
	border: 1px dotted #666;
}

.borderimage{
	border: 1px solid #999;
	padding: 2px;
}
