body {
	background-color: #FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
}
body, td, div {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
	line-height:20px;
}
a {
	color:#3399cc;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}
b, strong {
	font-weight:900;
	color:#222222;
}
#main {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:950px;
}
#header {
	margin:20px;
	margin-bottom:10px;
	text-align:left;
	vertical-align:bottom;
}
#footer {
	margin:20px;
	padding-top:10px;
	text-align:left;
	font-size:11px;
	border-top:1px solid #333333;
}
#content {
	text-align:left;
}
#contentLeft {
	width:690px;
	padding:20px;
	padding-top:12px;
	padding-right:20px;
	vertical-align:top;
}
#contentRight {
	width:260px;
	padding:20px;
	padding-top:12px;
	padding-left: 0px;
	vertical-align:top;
}
.title {
	margin-bottom:5px;
}
.subtitle {
	font-weight:900;
	margin-bottom:10px;
}
ul {
	margin:0px;
	padding-left:0px;
	margin-left:0px;
}
li {
	list-style:none;
	background:url(images/arrow.gif) 0px 7px no-repeat;
	line-height:24px;
	padding-left:20px;
	margin-left:0px;
}
li a {
	color:#333333;
}
#productcats {
	width:140px;
	overflow: hidden;
	float:left;
	padding:0px;
}
#productcol {
	float:left;
	width:390px;
	padding:0px;
	padding-left:10px;
}
#productcats ul ul li {
	background:none;
	list-style-type:square;
	list-style-image:none;
	list-style-position:inside;
} 
.dottedhr {
	background-image:url(images/hr-dotted.gif);
	height:1px;
	margin-top:7px;
	margin-bottom:7px;
	width:auto;
}