﻿@import url('http://www.greggsports.com/styles/layout.css');
body {
	background: #000000;
	background-image: url('../graphics/hexagon-tile.png');
	background-position:left top;
	background-attachment:fixed;
	font-family: Tahoma, Helvetica, sans-serif;	
	font-size: 1em;
	text-align: left;
	color: #dfb05a;
}
h1 {
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1.7em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.4em; 
	font-weight: bolder;
	line-height: 1.6em;
}
h3 {
	font-size: 1.3em; 
	line-height: 1.5em;
	font-weight: bolder;
}
a {
	color: #dfb05a;
}
#container {
	width: 975px;
	margin: 0 auto;
	height: auto;
	background-color: transparent;
}
#masthead {
	width: 950px;
	margin:0 10px 0 10px;
	overflow: auto;
	text-align: right;
}
#masthead img {
	float: left;
}
#masthead p {
	margin: 0;
	margin-right: 1%;
	float: right;
}
#logo {
	width: 400px;
    float: left;
	padding: 10px;
}
#sidebar {
	float: left;
	position: relative;
	width: 200px;
	height: auto;
	clear: both;
	margin: 10px 0 0 10px;
	display: inline;
	margin: 0;
	padding: 0;
}
#content {
	width: 750px;
	height: auto;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	width: auto;
	overflow: auto;
	padding: 0;
	margin: 0px;
	text-align: center;	
}
#footer p {
	font-size: .8em;
}
#navigation {
	margin-top: 0;
}
.tablearray {
	border: 1px, solid, #df0000;
	font-size: .8em;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
}
.tablearray td {
	background: #201a1a;
	border: 1px solid #df0000;
	padding: 5px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
.headernavcon {
	float: right;
	clear:right;
	width: auto;
	margin-top: 20px;
}
ul.headernavlist {
	margin: 0;
	padding: 0;
}
.headernavlist li {
	list-style-type: none;
	display: inline;
	background-color: #201a1a;
	color: #dfb05a;
	border: 1px solid #df0000;
	font-size: .70em;
	text-align: center;
	padding: .3em;
	margin-bottom: .1em;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
.headernavlist li a {
	color: #dfb05a;
	text-decoration: none;
	display: inline;
}
.headernavlist li a:hover {
	background-color: #dfb05a;
	color: #df0000;
}
.productnavcon {
	width: 200px;
	padding: 40px, 10px, 10px, 10px;
}
ul.productnavlist {
	margin: 0;
	padding: 0;
	font-size: .80em;
	font-weight: bold;
}
.productnavlist li {
	list-style-type: none;
	background-color: #201a1a;
	color: #dfb05a;
	border: 5px solid #df0000;
	font-size: .80em;
	text-align: center;
	padding: .3em;
	margin-bottom: .1em;
    -moz-border-radius:2ex;
    -webkit-border-radius:2ex;
}
.productnavlist li a {
	color: #dfb05a;
	text-decoration: none;
	display: inline;
}
.productnavlist li a:hover {
	background-color: #dfb05a;
	color: #df0000;
}
.footernav {
	float: left;
	width: auto;
	text-align: center;
	padding: 5px;
}
.footernav p {
	background: #201a1a;
}
ul.footernavlist {
	margin: 0;
	padding: 0;
	width: 150px;
}
.footernavlist li {
	list-style-type: none;
	background-color: #201a1a;
	color: #dfb05a;
	border: 1px solid #df0000;
	font-size: .7em;
	text-align: center;
	padding: .3em;
	margin-bottom: .1em;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
.footernavlist li a {
	color: #dfb05a;
	text-decoration: none;
	display: block;
}
.footernavlist li a:hover {
	background-color: #dfb05a;
	color: #df0000;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
	}
.clearboth { 
	clear: both; 
}
.strong {
	font-weight: bolder;
	font-size: 1.2em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.arrayimage {	
	text-align: center;
	background-color: white; 
	padding: 50px 0 50px 0; 
	border: 1px #df0000 solid; 
	-moz-border-radius: 1ex; 
	-webkit-border-radius: 1ex;
}
.thumbnail {
	float: left;
	width: 150px;
	border: 1px solid #df0000;
	margin: 5px;
	padding: 10px;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}
.thumbnail p {
	width: auto;
	font-size: .80em;
	font-weight: bold;
	height: 65px;
	text-align: center;	
}
.thumbnail img {
	background-color: white;
	-moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
	}
.justify {
	text-align: justify;
}
#navigation div {
	margin-top: 0;
	padding-top: 0;
}
#searchbox {
	float: right;
	border: 1px #df0000 solid;
	width: 200px;
	height: auto;
	color: #dfb05a;
	background: #201a1a;
	font-size: .7em;	
	margin: 15px 0 0 0;
	padding: 10px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
#newsletterbox {
	border: 1px #df0000 solid;
	background: #201a1a;
	width: 200px;
	height: 125px;
	color: #dfb05a;
	font-size: .7em;	
	padding: 5px 5px 10px 5px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
#newsletterbox p {
	padding: 0;
	margin: 0;
}
.sidebarbox {	
	background: #201a1a;
	color: #dfb05a;
	float: left; 
	clear: left;
	font-size: .7em;	
	text-align: center;	
	width: 190px;
	height: auto;
	padding: 15px 10px 5px 5px;
	margin: 10px 0 0 0;
	border: 1px #df0000 solid;	
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}
tdbody {
	font-family: Tahoma, Helvetica, sans-serif;	
	font-size: medium;
	color: #dfb05a;
}
.salered {
	color: #df0000;
}
.redborder {
	border: 1px #df0000 solid;
	background: #201a1a;
	color: #dfb05a;
	font-size: .8em;	
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
.redborder h1 {
	clear: both;
	background: #201a1a;
	color: #dfb05a;	
	padding: 0 10px 0 10px;
	border: 1px #df0000 solid;
	border-top-style: hidden;
    -moz-border-radius: 1ex;
    -webkit-borde-radius: 1ex;
}
.redborder h2 {
	clear: both;
	background: #201a1a;
	color: #dfb05a;
	border: 1px #df0000 solid;
	padding: 0 0 5px 10px;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}
.redborder p {
	background: #201a1a;
	color: #dfb05a;
	padding: 0 10px 0 10px;
	line-height: 1.5em;
}
.description img {
	float: left;
	padding: 10px 0 10px 0;
	margin: 0;
}

