body {
	background-image:url(../images/bk-red_stripe.gif);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link{
	color:#990000;
}
a:hover{
	text-decoration:none;
}

#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image: url(../images/bgleftcol.gif);
 background-repeat:repeat-y;
 background-color: #FFF;
} 

#header{
 position:relative; 
 height:180px; 
 background-color:#FFFFFF; 
 width:100%;
 text-align:center;
 border-bottom:6px solid #660000;
} 

#header text {
	display: block;
	font-size: 14px;
	color: #660000;
	text-align: left;
	font-weight: bold;
}

#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
  }
  
#leftcol ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
} 

#leftcol ul li{
	margin-left:15px;
}
 
#leftcol h2{
	margin:6px 0 0 3px;
	color:#660000;
	font-size: 14px;
}
#leftcol a{
	color:#660000;
}

 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:590px; 
 font-size:80%;
 line-height:150%;
 padding:5px;
 }
 
#footer{
	background-color: #660000;
	height:10px;
	padding:4px; 
	clear:both;
	font-size:70%;
	text-align:right;
	color:#FFF;
 } 
#footer a{
	color:#FFF;
} 
 
h1 {
	color: #660000;
	font-size: 130%;
	margin: 0.25em 0;
	padding: 0.25em 0;
	border-bottom: 1px solid #660000;
}
h2 {
	color: #990000;
	font-size: 120%;
}
.homecols {
	width: 31%;
	float: left;
	border: 1px solid black;
	padding: 0.25em;
	text-align: center;
	margin: 0.25em;
	font-weight: bold;
}
.homecols h2 {
	background-image: url(../images/bk-menu_bar.gif);
	font-size: 120%;
	color: silver;
	padding: 0.25em;
}
a:hover {
text-decoration: none;
}
.larger {
	font-size: 140%;
	color: #660000;
}
.red_text {
	color: #660000;
}
.productsbox {
	width: 100%;
	float: left;
	margin: 0.5em;
	clear: left;
}
.productsbox img {
	float: left;
	padding-right: 0.5em;
}

/* Product category table */

.categorytable {
	background-color: #FFF;
}

.categorytable td {
	background-color: #EAEAEA;
	padding: 3px;
}

.categorytable td img {
	display: block;
	border: 1px solid #660000;
}
