html {
	overflow-y: scroll;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(images/bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #7EBEFA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7EBEFA;
}
a:hover {
	text-decoration: underline;
	color: #7EBEFA;
}
a:active {
	text-decoration: none;
	color: #7EBEFA;
}
p {
	margin-top: 0px;
	padding-top: 0px
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4C97F2;
	margin: 0px;
	padding: 0px 0px 10px;
}

/* Layout */
#container {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background: #00719e url(images/bg_main.jpg) repeat-x top;
}
#content { /* width now is 686 */
	padding: 30px 20px 20px;
	overflow: auto;
}
#footer {
	padding: 15px 0px 15px 15px;
	clear: both;
	background: #000000;
}

/* Navigation */
#nav {
	background: url(images/bg_nav.jpg) repeat-x center;
	text-align: center;
	border-top: 5px solid #44526b;
	border-bottom: 5px solid #44526b;
	padding: 6px 0px;
	white-space: nowrap;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	
}
#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li a{
	color: #232e49;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 15px; /* 6px 9px */
	margin-top: 20px;
}
#nav li a:hover {
	color: #000000;
	background: url(images/bg_nav-over.jpg) repeat-x center;
	padding: 5px 14px; /* 5px 8px */
	border-top: 1px solid #999999;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #999999;
}

/* Dropdown Navigation */
#dropmenudiv{
position:absolute;
border:1px solid #44526b;
line-height:18px;
z-index:100;
background: #44526b;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background: url(images/bg_nav-over.jpg) repeat-x center;
color: #000000;
}

/* Dealer Navigation */
#dealer_nav {
	width: 150px;
	margin: 0px;
	border-right: 1px solid #44526b;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
#dealer_nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#dealer_nav li a{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	text-decoration:none;
	display: block;
	background: none;
	width: 140px;
}
#dealer_nav li a:hover{
	background: url(images/bg_nav-over.jpg) repeat-x center;
	color: #000000;
}
#dealer_right {
	padding: 30px 15px 20px 180px;
}

/* Catalog Navigation */
#navcat {
	text-align: center;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float:left;
}
#navcat ul {
	padding: 0px;
	margin: 0px;
}
#navcat li {
	float: left;
	width: 90px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcat li a{
	background: url(images/bg_navcat.gif) no-repeat center top;
	display: block;
	color: #929bb0;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px;
	font-size: 11px;
	margin-right: 1px;
}
#navcat li a:hover {
	background-position: center -20px;
	color: #3d3d3e;
}
#navcat .active{
	background-position: center -20px;
	color: #3d3d3e;
}

/* Product Detail Pages */
#minilogos {
	text-align: center;
}
#products_right {
	padding-left: 300px;
}
#products_left {
	float: left;
	width: 260px;
}
#line_logo {
	padding-top: 30px;
}
#line_text {
	padding-top: 25px;
}
#video {
	padding-bottom: 30px;
	padding-top: 30px;
}

/* Cart */
#cart, #shipping, #history{
	background-color: #CDCDCD;
	color:#000000;
	margin: 10px 0px 15px;
	text-align: left;
}
#cart, #history {width: 100%;}
#cart tr td, #shipping tr td, #history tr td{
	background-color: #F5F5F5;
	padding: 4px;
}
#cart .header{
	background-color: #F5F5F5;
	color:#3D3D3D;
	padding: 4px;
}
.back {
	padding: 10px 0px 0px 10px;
}
.btn {
	background: url(images/bg_nav.jpg) repeat-x center top;
	color: #232e49;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.btncheckout {clear:both;}
.btncheckout a {
	background: url(images/bg_nav.jpg) repeat-x center top;
	display: block;
	color: #232e49;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 12px;
	margin: 5px;
	float:right;
	border: 1px solid #000000;
}
.btncheckout a:hover {
	background: url(images/bg_nav-over.jpg) repeat-x center top;
	color: #000000;
}

/* Build a Hat */
#build {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	color: #052153;
	font-size: 16px;
}
#logos {
	padding: 5px;
	float: left;
	background: #FFFFFF;
	width: 325px;
}
#logos a{
	padding: 2px;
	float: left;
	width: 100px;
}

/* Other Elements */
.phone {
	font-size: 24px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#order_now {
	float: right;
}
.clear {
	clear: both;
}

/* Hat Design Selection */
.dropdown {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content h2 {
	color: #4c97f2;
	font-size: 16px;
}
#content h3 {
	color: #4c97f2;
	font-size: 16px;
	font-style: italic;
}
.box {
	position: relative;
	padding: 10px 0px;
}
.box h4 {
	position: absolute;
	z-index: auto;
	padding: 1px 0px 0px;
	color: #232e49;
	font: italic normal 16px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}
.box .middlehome {
	background: #003366 url(images/box_bg.png);
	padding: 5px;
}
.box .middle {
	background: #FFFFFF;
	color: #031942;
	padding: 8px 8px 0px;
	width: 184px;
	overflow: auto;
}
.box .middleoff {
	background: #F5F5F5;
	padding: 8px 8px 0px;
	width: 184px;
	color: #031942;
}

/* Price Charts */
#prices_title {
	border-bottom: 1px solid #3E97F2;
	overflow: auto;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	width: 100%;
}
#prices_title #qty {
	float: left;
}
#prices_title #prc {
	float: right;
}
#prices .qty {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-style: italic;
}
#prices .prc {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 15px;
	font-style: italic;
}
#prices .small {
	font-size: 12px;
}
#prices #bottom {
	font-size: 10px;
	clear: both;
	color: #3E97F2;
}

/* Footer */
#footer h2{
	font-size: 18px;
}
#footer h3{
	font-size: 14px;
}
