@CHARSET "ISO-8859-1";
/* CSS Document for Starter CSS
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* 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;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #444;
}

h1 {
	font-size: 36px;
	color: #ccc;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #f4bf02;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #2c9600;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

em {
	font-style: oblique;	
}

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;
}
.styledinput {
	width: 300px;
	border: 1px solid #196c26;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #f1f4dd;
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
}
.photo-container {
	width: 150px;
	height: 200px;
	text-align: center;
	font-size: 12px;
	color: #666;
	float: left;
	margin: 0 15px;
}
.photo-container img {
	border: 1px solid #999;
	margin-bottom: 5px;	
}

/* Header =============================== */
#header-wrap {
	background: url('../images/header-bg.gif');
	height: 249px;
}
#header {
	width: 940px;
	margin: 0 auto;
}

/* Container ============================ */
#container {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	padding-top: 1px;
}

/* Content ============================== */
#content {
	background: url('../images/content-bg.gif');
	padding-top: 1px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

#main-content {
	width: 679px;
	float: left;
	padding: 10px 20px;
	text-align: justify;
}

#sidebar {
	width: 221px;
	float: left;
}
	#featured-book {
		text-align: center;
		margin-top: 50px;
	}
	
/* Teams Page Styles */
#flash {
	text-align: center;
}
h2.team-name {
	margin: 0 0 5px 0;
}
span.team-home {
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}

#team-container {
	margin-bottom: 25px;
}
#team-helmet {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
#team-info {
	width: 510px;
	float: left;
	margin-top: 10px;
}

/* Product Styles */
.product-container {
	margin-bottom: 20px;
}
.product-image {
	width: 200px;
	float: left;
	margin-right: 20px;	
}
.product-info {
	width: 450px;
	float: left;
}
.product-info h3 {
	text-transform: uppercase;
	color: #666;
	font-size: 22px;
}
	
/* Navigation =========================== */
#nav {
	padding-top: 5px;
}
/* Main Navigation */
	#nav ul#main {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav ul#main li {
		margin: 0;
		padding: 0;
	}
	#nav ul#main li a {
		display: block;
		font-size: 24px;
		color: #487a08;
		text-decoration: none;
		padding: 10px 0 5px 20px;
		margin: 0;
	}
	#nav ul#main li a:hover {
		color: #88c140;
	}
	#nav ul#main li a#current {
		color: #88c140;
	}
	/* Sub-Navigation */
		#nav ul#main li ul {
			margin: 0 0 0 35px;
			padding: 0;
		}
		#nav ul#main li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#nav ul#main li ul li a {
			font-size: 13px;
			padding: 5px 0 5px 19px;
			color: #333;
			background: url('../images/yellow-bull.gif') 0 center no-repeat;
		}
		#nav ul#main li ul li a:hover {
			color: #f4bf02;
		}
		#nav ul#main li ul li a#sub-current {
			color: #f4bf02;
			font-weight: bold;
		}
		
/* Footer =============================== */
#footer {
	padding: 20px 20px 10px 20px;
	margin: 0;
}

#links {
	width: 270px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#links ul li {
		display: block;
		float: left;
		border-right: 1px solid #666;
		font-size: 8px;
		padding-right: 5px;
		margin-right: 3px;
	}
	#links ul li a {
		color: #666;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
	}

#copyright {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
}
	#copyright a {
		color: #666;
	}