html { 
	margin: 0px; 
}
body {
margin: 0px;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
#header {
 height: 73px;
 background: #fff;
}

#logo {
 float: left;
 background: #fff;
}

#topblurb {
	position: absolute;
	top: 10px;
	right: 20px;
	background: #fff;
	font-size: 8pt;
	color: #666;
	width:300px;
}

#wrapper {
	width: auto;
	clear: both;
}
#leftcol {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	padding: 3px;
}
#centercol {
	margin: 10px 25% 15px 165px;
	padding: 6px;
	color: #000;
	/*border: 1px solid #CCCCCC;*/
}


#rightcol {
	position: absolute;
	left: 80%;
	top: 85px;
	width: 140px;
	z-index: 3;
	color: #000;
	padding: 3px 3px 3px 10px;
}
#footer {
	clear: both;
	position: relative;
	background-color: #CCCCCC;
}
.boat {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;
}
.catalog {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC3300;
}
.biz {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
.vertmenu {
	width: 145px;
}
.vertmenu ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.vertmenu li {
 background-color: #FFFFFF;
}
.vertmenu a:link, .vertmenu a:visited, .vertmenu a:hover {
	display: block;
	width: 145px;
	color: #0066CC;
	padding:3px;
	border-left: solid 5px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.vertmenu a:hover {
	border-left:5px solid #CC3300;
 border-bottom:1px solid #CC3300;
 color:#CC3300;
}

.pages option{
	font-size:9px;
}

.field {
	font-weight:bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blubar {
	background-color: #3399FF;
	color:#FFFF00;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}
.blubar a:link, .blubar a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.blubar a:hover, .blubar a:active {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:underline;
}
.subcats {
	color:#0066CC;
}
.subcats a:link, .subcats a:visited {
	color:#0066CC;
	text-decoration:none;
}
.subcats a:hover, .subcats a:active {
	color:#CC0000;
	text-decoration:none;
}
.pname {
	font-weight: bold;
}
.prodlist a:link, .prodlist a:visited {
	background-color:#3399FF;
	font-weight:bold;
	padding:3px;
	color:#FFFFFF;
	text-decoration:none;
}
.prodlist a:hover, .prodlist a:active{
	background-color:#CC0000;
	color:#FFFF00;
}
.cartbtn a:link, .cart a:visited {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.cartbtn a:hover, .cart a:active {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;	
}

.cart {
	background-color:#e6eaf0;
	border: 1px solid #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;	
	padding:5px;
}
.inset {
	margin-left:30px;
}
#search {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	padding: 5px 5px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}
#search input{
	font-size: 12px;
}
.strippic1 {
	background-image: url(/images/1.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.strippic2 {
	background-image: url(/images/2.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.strippic3 {
	background-image: url(/images/3.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.strippic4 {
	background-image: url(/images/4.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.specprice {
	font-weight: bold;
	color: #FF0000;
}
.small {
	font-size: 9px;
}
.nobr {
	white-space: nowrap;	
}
iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.colwrap {
	clear: both;
	width: 600px;
}
.left90{
	float: left;
	width: 90px;
}
.right500{
	float: right;
	width: 500px;
	padding-left: 10px;
}
