@CHARSET "ISO-8859-1";
/* CSS Document for Cisco Athletic
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Core Styles - Browser Rewrites, basic tags and classes */
/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}

h1 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 5px 0;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	margin: 40px 0 20px 0;
	padding: 5px;
	color: #660000;
	font-weight: bold;
	background: #cfcfcf;
}
	
a:link, a:visited, a:active {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;	
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}
.error { font-weight:bold; color:red;}
div.error_container { display: none; margin-bottom:20px; background-color:#fdddee; padding:10px; border:1px solid #e12d8e;  }
.samples-container {
	padding: 20px 0;	
}
.phone {
	color: #660000;
	background: #cfcfcf;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.product-sample {
	width: 205px;
	float: left;
	height: 200px;
	text-align: left;
}
.sample-even{margin-top:5px; padding:10px; background-color:#f1f7f7; border:1px solid #e6eded; min-height:150px;}
.sample-odd{margin-top:5px; padding:10px; background-color:#fff; min-height:150px;}
.heading {font-size:18px; margin-bottom:10px;}

.hilite {margin-top:5px; padding:10px; background-color:#fffee8; border:1px solid #e8e7d2;}
.indent {margin:10px;}
/* Quote ==================================*/
#quote-container { width:600px; margin:0 auto; padding-top:20px;}

/* Content Containers */
/* Container ============================ */
#container {
	width: 957px;
	margin: 0 auto;
}

/* Content ============================== */
#content {
	margin-top: 3px;
	background: url('../images/content-bg.gif') 0 0 repeat-y;
}

#main-content {
	width: 620px;
	float: left;
	padding: 20px 30px;
}

/* Header */
/* Header =============================== */
#header {
	margin-top: 10px;
	border-bottom: 2px solid #e4e4e4;
	height: 103px;
	background: url('../images/header.jpg') 0 0 no-repeat;
}

#header.field-hockey, #header.ice-hockey {
	background-position: 0 -103px;
}
#header.football {
	background-position: 0 -206px;
}
#header.basketball {
	background-position: 0 -309px;
}
#header.baseball {
	background-position: 0 -412px;
}
#header.volleyball {
	background-position: 0 -515px;
}
#header.wrestling {
	background-position: 0 -618px;
}
#header.soccer {
	background-position: 0 -721px;
}
#header.track {
	background-position: 0 -824px;
}
#header.womens-lacrosse, #header.mens-lacrosse  {
	background-position: 0 -927px;
}
#header.softball {
	background-position: 0 -1030px;
}

/* Top Navigation */
/* Navigation =========================== */
#navigation {
	background: #560000;
	padding-top: 1px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

ul#main-nav {
	background: url('../images/nav-bg.gif') 0 0 repeat-x;
	height: 30px;
}
	ul#main-nav li {
		
	}
		ul#main-nav li a {
			padding: 8px 20px 8px 20px;
			display: block;
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			border-right: 1px solid #9f3838;
		}
		ul#main-nav li a#current {
			background: url('../images/nav-on-bg.gif') 0 0 repeat-x;
		}
		ul#main-nav li a:hover {
			background: url('../images/nav-on-bg.gif') 0 0 repeat-x;
		}
		
ul#sub-nav {
	height: 35px;
	margin: 13px 8px 0 8px;
}
	ul#sub-nav li {
		
	}
		ul#sub-nav li a {
			display: block;
			float: left;
			padding: 5px;
			margin: 0 5px;
			font-size: 13px;
			font-weight: 100;
		}
		ul#sub-nav li a#sub-current {
			background: #fff;
			color: #560000;
			font-weight: 100;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		ul#sub-nav li a:hover {
			background: #fff;
			color: #560000;
			font-weight: 100;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		

/* Sidebar and Sidebar Navigation */
/* Sidebar ====================== */
#sidebar {
	width: 276px;
	float: left;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
}
#sidebar h2 a { color:#fff; }
#sidenav-main {
	background: #000;
	color: #fff;
	border-bottom: 10px solid #fff;
	padding-bottom: 10px;
}
	#sidenav-main h2 {
		color: #fff;
		padding: 10px;
		margin: 0;
	}
	#sidenav-main h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 10px 5px 35px;
	}
	#sidenav-main ul {
		margin: 0;
		padding: 5px 10px 5px 15px;
	}
		#sidenav-main ul li {
			margin-bottom: 10px;
		}
			#sidenav-main ul li a {
				font-size: 16px;
				color: #fff;
				padding-left: 18px;
				text-decoration: underline;
			}
			#sidenav-main ul li a#sidenav-current {
				background: url('/images/yellow_black.gif') 0 center no-repeat;
			}
			#sidenav-main ul li a:hover {
				background: url('/images/yellow_black.gif') 0 center no-repeat;
			}

#sidenav-sub {
	color: #000;
	padding: 10px 0 40px 0;
	margin-top: 10px;
}
	#sidenav-sub h2 {
		color: #900000;
		padding: 10px;
		margin: 0;
	}
	#sidenav-sub h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 10px 5px 35px;
	}
	#sidenav-sub ul {
		margin: 0;
		padding: 5px 10px;
	}
		#sidenav-sub ul li {
			margin-bottom: 15px;
		}
			#sidenav-sub ul li a {
				font-size: 12px;
				color: #000;
				padding-left: 20px;
				background: url('/images/arrow_gray.gif') 0 center no-repeat;
				font-weight: bold;
				text-decoration: none;
			}
			#sidenav-sub ul li a#sidenav-sub-current {
				background: url('/images/arrow_red.gif') 0 center no-repeat;
			}
			#sidenav-sub ul li a:hover {
				background: url('/images/arrow_red.gif') 0 center no-repeat;
			}
	
	#sidenav-sub li:hover ul {
		display:block;
	}
	
		#sidenav-sub ul li ul {
			margin: 0;
			padding: 5px 10px 0 10px;
			display:none;
		}
			#sidenav-sub ul li ul li {
				margin-bottom: 5px;
			}
			#sidenav-sub ul li ul li a {
				font-weight: normal;
				text-decoration: none;
				background: none;
			}
			#sidenav-sub ul li ul li a:hover {
				background: none;
			}

/* Footer */
/* Footer =============================== */
#footer {
	color: #000;
	padding: 20px 0;
	font-size: 11px;
	margin-top: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #660000;
	border-right: 1px solid #1a0000;
	padding-right: 5px;
	margin-right: 3px;
	font-size: 11px;
	font-weight: 100;
	text-decoration: underline;
}
#footer ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

#footer-left {
	width: 400px;
	float: left;
}
#footer-right {
	width: 550px;
	float: right;
	text-align: right;
	line-height: 1.3em;
}