body {
  background-color: #fff5e1;
  color: #000;
}
a:link {
  color: #00c;
  background-color: transparent;
}
a:visited {
  color: #909;
  background-color: transparent;
}
a:hover {
  color: #513600;
  background-color: transparent;
}

body {
  background-color: #fffaf0;
  color: #000;
}
.wrapper {
  height:auto;
  margin:0 auto;
  width:790px;
  padding: 0;
}
h1 { 
	margin:0;
	font:normal 1.6em Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#ffffcc;
	}
h1 a {
	color:#ffffcc;
	}

p {
font-size:12px;
font-family:verdana, Georgia,Geneva, Arial, Helvetica, sans-serif;
color:#dadada;
}

.indented {
   padding-left: 50pt;
   padding-right: 50pt;
}

.redtext{
color:#FF0000;
}

h2 {
  margin: .2em 0;
}
.main {
  clear: both;
  width: 790px;
  margin: 0;
  padding: 0;
  border-top: thin solid #000000;
  border-bottom: thin solid #000000;
  color: #000;
  background: #DADADA url(images/2col-bg3.png) 25% 0 repeat-y;
/* background-color value is for content background.
   Image is 2000px wide, ~25% is colored, where sidebar should be 
   (exact pixel count of colored area is actually closer to 26%).
   Position corresponds to left sidebar, repeat img vertically.
   Easily modified for right sidebar - just flip the image,
   change bg position to 75% and change .content to float:left.
*/
}
.content {
  width: 557px;
  min-height:570px;
  height:auto;
  float: right;
  margin: 0;
  padding: 1% 2%;
  background-color:#000000;
}
.content a {
	color:#c6964a;
	}

.content2 {
clear:both;
margin:0;
padding:0;
	}

.sidebar {
float:left;
  width:201px;
  background-color:#000000;
  font-size: 90%;
}
.sidebar2 {
float:left;
  background-color:#DADADA;
  width:201px;
  font-size: 90%;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

#footer {
	padding:2px 8px;
	background-color:#999999;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#c6964a;
	}
/* Navigation  */

#navmenu {
clear: left;
float: left;
width: 160px;
margin: 10px 0 10px 13px;
padding: 0;
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

#navmenu p {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

#navmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
}	

#navmenu li {
margin-bottom: 4px;
}

#navmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#navmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

/* Black Navigation  Menu*/

#Bnavmenu {
clear: left;
float: left;
width: 160px;
margin: 10px 0 10px 13px;
padding: 0;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:dadada;
}

#Bnavmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
}	

#Bnavmenu li {
margin-bottom: 4px;
}

#Bnavmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 6px 0 0 10px;
background: #000000;
border-left: 4px solid #cccccc;
border-right: 2px solid #cccccc;
border-bottom:2px solid #cccccc;
border-top:2px solid #cccccc;
}	
	
#Bnavmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}
/*Main page big nav buttons */

#navbutton a{
clear:both;
width:150px;
font-weight: bold;
height: 18px;
text-decoration: none;
color: #c6964a;
display: block;
padding: 3px 0 0 10px;
background: #f4f4f4;
border: 4px solid #cccccc;
}	
	
.navbutton a:hover{
color: #3366FF;
background: #f4f4f4;
border: 4px solid #3366FF;
}	

#bottomtext {
margin-top:1500px;
color:#000000;
}

#bottomtext p{
color:#000000;
}

/*PRODUCT IMAGES*/
.thumbnail {
	float:left;
	margin-top:12px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 265px;
	width: 240px;
	}

	.thumbnail a img {
		border: 0px solid #ffffcc;
		}
.thumbnailproduct {
	float:left;
	display: inline; /* to fix IE double-margin display problem */
	padding:5px;
	font-size: 16px;
	height: 250px;
	}

