﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url('images/bodyBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1D8C97;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #282124;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}

#logo_Left {
	width: 240px;
	height: 94px;
	background-image: url('images/left1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#logoCenter {
	float: left;
	width: 480px;
	height: 94px;
	text-align: center;
	vertical-align: middle;
}
#logo_Right {
	width: 250px;
	height: 94px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
#nav_Left {
	width: 240px;
	height: 36px;
	background-image: url('images/left2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#nav_Right {
	width: 730px;
	height: 36px;
	float: right;
	background-image: url('images/topNav_BG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 36px;
	text-align: right;
}
#banner_Left {
	width: 240px;
	height: 200px;
	background-image: url('images/left3.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#banner_Right {
	padding: 10px;
	background-image: url('images/topImage.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 710px;
	height: 180px;
	float: right;
	color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	clear: both;
}
#main_Left {
	float: left;
	width: 240px;
	background-color: #FFFFFF;
	margin-top: 20px;
	display: inline;
	vertical-align: top;
}
#main_Right {
	padding: 10px;
	margin: 5px;
	background-color: #FFFFFF;
	float: right;
	width: 700px;
	display: inline;
}
#footer {
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #fecb00;
	padding: 10px;
	overflow: hidden;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: right;
}
#belowFooter {
	clear: both;
	width: 970px;
	height: 22px;
	background-image: url('images/belowFooter.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_Right ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#nav_Right ul li {
	display: inline;
	list-style-type: none;
	background-image: url('images/topNavSpacer.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
#nav_Right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
#nav_Right ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#threeLinks {
	text-align: center;
	margin-top: 136px;
	clear: both;
	height: 64px;
	margin-left: 50px;
	margin-right: 51px;
}
#threeLinks ul {
	padding: 0px;
	margin: 0px;
}
#threeLinks ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}
#homeButton a {
	width: 45px;
	height: 64px;
	background-image: url('images/home.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#homeButton a:hover {
	background-image: url('images/home_over.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#cartButton a {
	width: 49px;
	height: 64px;
	background-image: url('images/cart.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#cartButton a:hover {
	background-image: url('images/cart_over.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#contactButton a {
	width: 45px;
	height: 64px;
	background-image: url('images/contact.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#contactButton a:hover {
	background-image: url('images/contact_over.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#banner_Right h1 {
	font-size: 16px;
	color: #fecb00;
	margin: 5px;
	font-weight: normal;
}
#banner_Right h2 {
	font-size: 28px;
	color: #a1daf7;
	margin: 15px;
}
#banner_Right h3 {
	color: #B2CA01;
	font-size: 18px;
	font-weight: normal;
	margin: 5px;
}
.titles {
	padding: 3px 3px 3px 10px;
	margin: 0px 20px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background-color: #1B1B1B;
}
#main_Left ul {
	padding: 0px;
	margin: 0px;
}
#main_Left ul li {
	list-style-type: none;
}
#main_Left ul li a {
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	color: #166872;
	text-decoration: none;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-left: 20px;
	margin-right: 20px;
}
#main_Left ul li a:hover {
	color: #1C1C1C;
	text-decoration: underline;
	background-color: #F7F7F7;
}
.copyrightSymbol {
	font-family: "Times New Roman";
}
.clear {
	clear: both;
}
.noBorder {
	border-width: 0px;
}
#footer a {
	font-size: 100%;
	color: #808080;
}
#footer a:hover {
	color: #117BAE;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #159CDD;
}
a:visited {
	color: #159CDD;
}
a:hover {
	color: #F2C100;
}
a:active {
	color: #159CDD;
}
td.product {
	border: 1px solid #FFF1B9;
}
#siteseal {
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}
#opHours {
	border: 1px dashed #FCCA00;
	float: left;
	width: 150px;
	text-align: center;
	background-color: #F4FAC1;
	padding-top: 5px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#callme {
	float: right;
	width: 150px;
	margin-top: 15px;
	text-align: center;
	vertical-align: middle;
}
TABLE.cobtbl{
	background-color: #A1DAF6;
}
TD.cobhl{
	background-color: #E3F4FD;
	color: #333333;
}
TD.cobll{
	background-color: #FFFFFF;
	color: #333333;
}
#main_Right h1 {
	font-size: 140%;
	color: #1084BC;
}

#main_Right dl {
	font-size: 90%;
	border: 1px solid #859294;
	padding: 0.5em;
}
#main_Right  dt {
	background-color: #BBB8A8;
	padding: 0.3em;
	font-weight: bold;
	color: #474538;
}
#main_Right  dd {
padding: 0.5em 0.3em 1em;
}
#main_Right h4 {
	color: #FFFFFF;
	background-color: #373E3F;
	padding: 5px;
}
#custcare {
}
#custcare ul {
	margin: 0px;
	padding: 5px;
	border: 1px solid #9CB014;
}
#custcare ul li {
	list-style-type: none;
}
#custcare ul li a {
	display: block;
	padding: 3px;
	margin-top: 1px;
	text-decoration: none;
	font-size: small;
	color: #1D1D18;
	background-color: #F1F8C2;
}
#custcare ul li a:hover {
	background-color: #9CB014;
	color: #FFFFFF;
	text-decoration: none;
}
#hatsizes {
}
#hatsizes table {
	border-collapse: collapse;
}
.ranproduct {
	border: 1px dashed #9CB114;
	background-image: url('images/randproductBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-size: 11px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.productimage {
	width: 150px;
}
.mincart {
	font-size: 11px;
}
img.cartimage {
	border: 1px solid #90A020;
	padding: 5px;
	width: 50px;
	background-color: #FFFFFF;
}
