@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color:#ffc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	margin-top: 20px;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
#wrapper {
	width: 900px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	min-height: 95%;
}
#header {
	height: 155px;
	background-image:url(images/hat-city-caps-banner.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.nav {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 10px;
}
.nav:hover {
	font-size: 12px;
	color: #999;
	text-decoration: underline;
	line-height: 10px;
}
.navtext {
	color:#fff;
	text-decoration: none;
	text-align: right;
}
.nav2 {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.nav2:hover {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
/*}
.navtext:hover {
	color: #ccc;
	text-decoration:underline;*/
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
#content {
	margin-left: 40px;
	margin-right: 40px;
}
.heading {
	font-size: 18px;
}
.heading-line {
	font-size: 18px;
	text-decoration: line-through;
}
.biglink {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.biglink:hover {
	font-size: 18px;
	color: #666;
	text-decoration: underline;

}
#footer {
	clear: both;
	width: 900px;
	height: 50px;
	background-color:#006;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	border-bottom: #000 solid thin;
}
.copyright {
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
h1 {
	font-size:24px;

}
.sale {
	color: #F00;
	font-weight: bold;
	font-size: 20px;
}
.red {
	color: #F00;
	font-weight: bold;
}