@charset "utf-8";
/* CSS Document */
body {	
	margin: 0; 
	padding: 0; 
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #101113;
	font-size: 11px;
	color: #d1d1d1;
	height: 100%;
	background-image: url(/img/public/bg.png);
	background-repeat: repeat-x;
}

#main {
	width: 1024px;
	margin: 0 auto 0 auto;
	background-image: url(/img/public/main-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#header {
	width: 1024px;
	height: 103px;
	background-image: url(/img/public/header.png);
	background-position: center top;
	background-repeat: none;
}


#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	height: 41px;
	width: 829px;
	font-size: 14px;
	color: #616161;
	background-image: url(/img/public/footer.png);
	background-repeat: repeat-x;
	background-color: #1d1d1d;
}

#footernav {
	margin: 0 0 0 0;
	text-align:center;
}

#footer a{
	color: #616161;
}

#footer a:visited{
	color: #b8b8b8;
}


#content {
	padding: 10px 0px 0px 0px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	width: 829px;
 	/* border: thin solid white; */ 
	background-image: url(/img/public/content-bg.png);
	background-position: center top;
	background-repeat: no-repeat;

}

#content-middle {
	width: 715px;
	margin: 40px auto 50px auto;
	padding: 15px;
	background-color: #141414;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}


* html #content {
	width: 1024px;
  	height:auto !important;
}


.clear { clear: both; background: none; }

#home-link {
	float:left;
	display: block;
	width: 220px;
	height: 100px;
	/* border: solid thin white; */
}

.menu{
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 18px;
	color: #ffffff;
	float: right;
	width: 780px;
}

.menu li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.menu li a {
	color: #ffffff;
	display: block;
	float: left;
}

.menu .clothing {
	background-image: url(/img/public/nav-clothing.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 102px;
	height: 31px;
}

.menu .clothing:hover {
	background-image: url(/img/public/over/nav-clothing.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 102px;
	height: 31px;
}

.menu .accessories {
	background-image: url(/img/public/nav-accessories.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 143px;
	height: 31px;
}

.menu .accessories:hover {
	background-image: url(/img/public/over/nav-accessories.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 143px;
	height: 31px;
}

.menu .athletics {
	background-image: url(/img/public/nav-athletics.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 31px;
}

.menu .athletics:hover {
	background-image: url(/img/public/over/nav-athletics.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	height: 31px;
}

.menu .media {
	background-image: url(/img/public/nav-media.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 133px;
	height: 31px;
}

.menu .media:hover {
	background-image: url(/img/public/over/nav-media.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 133px;
	height: 31px;
}

.menu .contact {
	background-image: url(/img/public/nav-contact.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
}

.menu .contact:hover {
	background-image: url(/img/public/over/nav-contact.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
}

/*nav */
#nav{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 150px;
	color: #666666;
}

#nav li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 13px 0 0 1px;
	height: 27px;
	color: #666666;
	background-image: url(/img/public/nav_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#nav a{
	text-decoration: none;
	color: #666666;
}

#nav a:visited{
	text-decoration: none;
	color: #666666;
}

#nav a:hover{
	text-decoration: none;
	color: #575429;
}

#nav .active a{
	color: #0069AB;
}

#nav .active a:visited{
	color: #0069AB;
}

.admin {
	padding: 0 0 0 10px;
}

.admin li{
	list-style-type: none;
}

.admin a{
	font-weight: bold;
}

/* menu */
#menu{
	float: left;
	width: 164px;
	margin: 0;
	padding: 0 0 20px 0;
}

#menu li {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none; 
}

#menu li a{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 05px 0 0 0;
	color:#414142;
	display: block;
	width: 164px;
	height: 39px;
	background: url("/img/public/left_nav.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#menu li a:hover{
	background: url("/img/public/left_nav_over.jpg") 0 0 no-repeat;
}

/* products */
#product-middle {
	width: 745px;
	margin: 40px auto 50px auto;
}

.product-holder {
	width: 705px;
	float: left;
	padding: 20px;
	background-color: #141414;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 40px 0px;
}

.image-holder {
	width: 445px;
	float: left;
}

.info-holder {
	width: 250px;
	float: right;
	text-align: justify;
}

.paypal-holder {
	width: 120px;
	float: right;
}

.price {
	font-size: 18px;
	font-weight: bold;
}

/* view range */
#viewrange {
	width: 500px;
	text-align: right;
	float: right;
}

h1 {
	font-size: 24px;
	color:#ffffff;
	margin: 0px 0px 20px 0px;
	font-weight:bold;
	letter-spacing: 3px;
}

h2{
	font-size: 20px;
	color:#ffffff;
	margin: 5px 0;
	font-weight:bold;
	letter-spacing: 2px;
}

h3,h4,h5,h6,h7{
	font-size: 12px;
	color:#ffffff;
	margin: 5px 0;
	font-weight:bold;
}

h1,h2,h3,h4,h5 {
	text-align: left;
}

/* links */

.biglink {
	font-size: 26px;
	font-variant: bold;
	letter-spacing: 3px;
}

a {
	text-decoration: none;
	color:#f9f9f9;
}

/* links */
a:hover {
	text-decoration: underline;
	color:#f9f9f9;
}

a:visited {
	text-decoration: none;
	color:#f9f9f9;
}

/* forms */
.formheader {
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color:#aa050c;
}

.formtitle{
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.formfield{
	padding: 2px 2px 2px 2px;
	width: 100%;
}


input {
	margin:3px 0;
	font-size: 10px;
}

.textbox {
	background-image: url('/img/public/textbox_bg.jpg');
	color: #ffffff;
	font-size: 11px;
	height: 12px;
	width: 101px;
	border: none;
	padding: 5px; 0 0 5px;
	text-align: center;
}

.button {
	color:#d3f943;
	border: #d3f943 solid 1px;
	background-color:#242424;
}

/* sitemap */
#sitemap{
}

#sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

/* tables */
table
{
	margin: 5px;
}

.tabletitle{
	padding: 2px 2px 2px 2px;
	text-align: center;
	white-space: nowrap;
	border-bottom: #DFDFDF solid 1px;
	font-weight: bold;
}

.tabletitle a{
	text-decoration: none;
}

.tablefield a,.tablefield_alt a,.tablefield_on a{
}

.tablefield td{
	color: #e6e6e6;
	background-color: #4d4d4d;
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_alt td{
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_on td{
	color: #d6d6d6;
	background-color: #595959;
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

/* pagination */

#pagination {
	margin: 10px 0 0 0;
	color: #383836;
	
}

.infobox {
	color: #dddfe4;
	background-color: #262626;
	border: dashed 1px #cccccc;
	padding: 10px;
	width: 300px;
	margin: -10px 0px 15px 0px;
}

/* css forms */
.public-form {
	padding:0px 0px 0px 10px;
}
.public-form label {
	display:block;
	font-weight: bold;
	font-size: 16px;
}

.public-form input {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 0px 0px 15px 0px;
}

.public-form select {
	margin: 0px 0px 15px 0px;
}

.public-form textarea {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 0px 0px 15px 0px;
}

.error {
	color: red;
}

.red {
	color: red;
}

#toolbar {
	width: 50px;
	float: right;
}

