body {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

A {
	color: #727238;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0px;
	text-decoration: underline;
}

A:link {
	color: #727238;
}


A:active, A:hover {
	color: #FF0000;
}

A:visited {
	color: #727238;
}


.hdrtable {
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	background-color: #CCCC98;
	padding: 0px;
	vertical-align: bottom;
	width: 100%;
	min-width: 780px;
}

.bodytable {
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	width: 780px;
}

.footertable {
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 11px;
	width: 100%;
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "100%" ); 
}

.logo {
	width: 115px;
	padding: 0px;
}

.tabs {
	width: 353px;
	padding: 0px;
	background-image: url(../images/blue_bar_angle.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bluebar {
	background-image: url(../images/blue_bar.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #727238;
	font-weight: bold;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #CCCC98;
	width: 405px;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #727238;
	text-decoration: none;
}

.small {
	font-size: 11px;
	color: #000000;
}

.footer {
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 30px 0 0 0;
}

#nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 26px;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 26px 0 0 0;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -26px;
	}

#nav a:active {
	background-position: 0 -52px;
	}
	
#nav a.selected {
	background-position: 0 -52px;
	}
	
#thome a  {
	width: 101px;
	background: url(../images/home.gif) top left no-repeat;
	}

#tproducts a  {
	width: 101px;
	background: url(../images/products.gif) top left no-repeat;
	}
	
#tvendors a  {
	width: 101px;
	background: url(../images/vendors.gif) top left no-repeat;
	}

#tcontact a  {
	width: 101px;
	background: url(../images/contact.gif) top left no-repeat;
	}
	
.lefttd {
	height: 100%;
	width: 97px;
	min-width: 97px;
	background-color: #000066;
	background-image: url(../images/fisherman.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.maintd {
	padding: 10px 0px 20px 20px;
}

.bottomtd {
height: 3px;
background-image: url(../images/two_line_stripe.gif);
background-position: bottom;
background-repeat: repeat-x;
}

.product {
	float: left;
	font-size: 11px;
	margin: 0px 25px 25px 0px;
}

.product A, product A:link, product A:visited {
	font-size: 11px;
	color: #727238;
}

product A:hover {
	font-size: 11px;
	color: #FF0000;
}

.pic {
	border: 1px solid #CCCC98;

}

.pic:hover {
	border: 1px solid #727238;
}

.productdetails {
	float: right;
	width: 175px;
	margin-right: 35px;
	border: 1px solid #CCCC98;
	font-size: 11px;
	color: #333333;
}

.productdetails ul {
	list-style: square;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.proddetailheader {
	color: #000000;
	font-weight: bold;
	background-color: #CCCC98;
	padding: 3px;
}

.size {
		background-color: #EEEEEE;
		border: 1px solid #333333;
		color: #000000;
		font-weight: bold;
		font-size: 11px;
		padding: 3px;		
		margin: 10px 5px 10px 0px;
}

.homeimage {
	margin-top: 10px;
}