/* CSS Document */

body {
	background: url(../images/back_repeat.png) repeat-x;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}

a:link { 
	color: #c22126;
	text-decoration: none;
	text-transform: capitalize;
}

a:visited { 
 	color: #c22126;
  	text-decoration: none;
 	text-transform: capitalize;
}

a:active { 
 	color: #c22126;
 	text-decoration: none;
 	text-transform: capitalize;
}

a:hover { 
 	color: #c22126;
 	text-decoration: line-through;
 	text-transform: capitalize;
}

#wrapper {
	margin: auto;
	width: 990px;
}

.img_border {
	background: #333333;
	padding: 9px;
}

#header {
	background: url(../images/tag_back.png) repeat-x;
	margin: 34px 0px 0px;
	width: 990px;
	height: 210px;
	border-bottom: 1px #888888 solid;
}

h1 {
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
}

h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 250px;
	height: 161px;
	text-indent: -900em;
	text-decoration: none;
	line-height: 100%;
}

h2 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 617px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #333333 solid;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 5px;
	text-transform: capitalize;
	margin: 0px;
}

#left {
	width: 610px;
	display: block;
	float: left;
}

#left p.about_desc {
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 14px;
}

#prodleft {
	width: 990px;
	display: block;
	float: left;
}

#shirts {
	width: 990px;
	min-height: 452px;
}

#boards {
	margin: 32px 0 0 0;
	width: 990px;
}

#prodimg img.pimg {
	background: #333333;
	padding: 5px;
}

#prodimg {
	width: 175px;
	float: left;
	margin: 10px 23px 0 0; 
}

#boardimg {
	float: left;
	margin: 0 23px 0 0;
	width: 124px;
}

#boardimg img.pimg {
	background: #333333;
	padding: 5px;
}

#right {
	width: 353px;
	display: block;
	float: right;
	margin: 25px 0 0 0;
}

.right_heads {
	width: 353px;
	font-size: 18px;
	font-weight:normal;
	color:#ffffff;
	background-color: #333333;
	text-transform:capitalize;
	padding: 5px;
}

#tagline {
	background:	url(../images/tagline.png) no-repeat;
	width: 737px;
	height:	161px;
	float: right;
}

#nav {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0px;
}

#nav li {
	font-family: Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 100%;
	float: left;
}

#nav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 18px 20px 0px;
	height: 31px;
	float: left;
}

#nav li a:hover {
	background: #CC3300;
	color: #ffffff;
}

.date {
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
}

/* ---------- Team Pages ----------- */

#teamleft {
	width: 990px;
	display: block;
}

#right dl {
	margin: 0;
}

#right dl dd {
 	display: block;
 	line-height: 18px;
 	margin: 0 0 0 0;
}

#right dl dd b.boldupper {
 	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer {
 	width: 990px;
	padding-bottom: 10px;
 	background: url(../images/footerbg.png) repeat-x #a1a1a1;
 	margin: 10px 0 20px 0;
 	display: block;
}

#footer p {
 	color: #FFFFFF;
 	font-size: 10px;
 	line-height: 18px;
}

#footer dl {
 	margin: 0;
}

#footer dl dd {
 	display: block;
 	line-height: 18px;
 	margin: 0 0 0 0;
}

#footer a {
 	font-size: 10px;
 	color: #ffffff;
 	text-decoration: none;
 	text-transform: capitalize;
}

#footer a:visited  { 
 	color: #ffffff;
 	text-decoration: none;
 	text-transform: capitalize;
}

#footer a:active  { 
 	color: #ffffff;
 	text-decoration: none;
 	text-transform: capitalize;
}

#footer a:hover  { 
 	color: #ffffff;
 	text-decoration: line-through;
 	text-transform: capitalize;
}

.foot_head {
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
}

#foot1 {
	width: 140px;
	float: left;
	display: block;
	margin: 10px 0 0 10px;
}

#foot2 {
	width: 113px;
	float: left;
	display: block;
	margin: 10px 0 0 10px;
}

#foot3 {
	width: 500px;
	float: left;
	display: block;
	margin: 14px 0 0 0;
}

#foot4 {
	width: 113px;
	float: right;
	display: block;
	margin: 100px 5px 0 0;
}

#clear {
	clear: both;
}


