html, body, h1, h2 ul, p {
	margin:0;
	padding:0;
	line-height:20px;
}

body {
	background:#000 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
ul {
	list-style:none;
}
a {
	color:#fff;
}
a:hover {
	color:#19437c;
}
#logo, #about, #nav {
	box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
}
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header {
	height:190px;
}
#logo {
	padding:15px;
	background:#000;
	width:300px;
	float:left;
}
#logo a {
	text-decoration:none;
}
#logo a:hover {
	color:#fff;
}
#logo img {
	margin-right:15px;
}
#logo h1 {
	margin-top:10px;
	font-size:35px;
}
#logo h2 {
	font-size:18px;
	font-weight:normal;
	color:#ccc;
}
#social-media {
	float:left;
	padding-left:20px;
}
#social-media li {
	float:left;
	margin-right:10px;
}
ul#nav {
	font-weight:bold;
	background:#000;
	font-size:12px;
	float:right;
	width:440px;
	margin:0 0 5px 10px;
	padding:3px;
}
#nav li {
	float:left;
	padding:5px 10px;
}
#nav a {
	text-decoration:none;
}
#nav li#current a {
	color:#57a8ff;
}
#home-content {
	position:relative;
	text-align:center;
}
#home-left {
	margin-right:100px;
}
#home-right {
	position:absolute;
	width:200px;
	padding:15px;
	top:0;
	right:0;
	text-align:left;
	background:#1b578e;
}
#home-right a:hover {
	color:#00213f;
}
#home-right h1 {
	font-size:16px !important;
}
p#order-top {
	position:absolute;
	background:#5591e3;
	font-size:15px;
	font-weight:bold;
	top:80px;
	left:575px;
}
p#order-bottom {
	position:absolute;
	background:#5591e3;
	font-size:15px;
	font-weight:bold;
	top:342px;
	left:575px;
}
p#order-top a, p#order-bottom a {
	text-decoration:none;
	padding:7px;
	display:block;
}
#home-content h1, #content h1 {
	font-size:30px;
}
#home-content img {
	margin:10px 0;
}
#content, #contact-wrapper {
	margin-top:50px;
}
#content ul.shirts {
	margin:20px 0 0 0;
	padding:0;
}
#content ul.shirts li {	
	width:210px;
	height:200px;
	float:left;
	margin:0 10px 25px 10px;
	border:5px solid #313131;
	position:relative;
}
	
#content ul.shirts li:hover {
	border:5px solid #19437c;
}
#content ul.hall-of-fame li:hover {
	border:5px solid #313131;
}
#content p {
	margin:10px 0;
}
#left {
	width:500px;
	float:left;
}
#right {
	width:350px;
	float:right;
}
ul#custom {
	margin:5px 0 0 5px;
	padding:0
}
#custom li {
	border-bottom:1px solid #5a636e;
	padding:4px;
}
.text-block {
	width:480px;
	padding:15px;
	background:#060606;
	border:2px solid #0d0d0d;
	margin-top:20px;
}
.text-block h2 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	color:#88baff;
}
.text-block a {
	color:#488eee;
	text-decoration:none;
}
.text-block a:hover {
	color:#88baff;
}
p#info {
	color:#ccc;
	margin-top:10px;
}
p#info strong {
	color:#fff;
}
#about {
	width:416px;
	height:43px;
	background:#000;
	color:fff;
	padding:15px;
	float:right;
}
#about h1 { 
	font-size:20px;
	margin-top:-5px;
	margin-bottom:5px;
}
#about p {
	line-height:normal;
}
#faq h2 {
	color:#88baff;
}
#faq p {
	margin-top:-10px;
}
.clearing {
	clear:both;
}
#footer {
	margin:15px 0;
}
#footer ul {
	float:right;
	text-align:right;
}
/* Contact Page */
#contact-wrapper {
	padding:10px;
}
#contact-wrapper h1 {
	margin-bottom:20px;
}
#contact-wrapper label {
	display:block;
}
form#contactform input, form#contactform textarea {
	font-size:16px;
	border:1px solid #b7b77b;
	padding:5px;
	margin-bottom:10px;
}
#gear-wrapper {
	margin-top:20px;
	position:relative;
}
#gear-wrapper h1 {
	margin-top:-20px;
	margin-bottom:10px;
}
#trail {
	margin-bottom:35px;
}
#trail a {
	text-decoration:none;
}
#main-gear {
	margin-right:20px;
	float:left;
}
#description {
	padding:15px;
	padding-top:5px;
	background:#0b2a47;
	float:left;
	width:250px;
	margin-right:20px;
}
#gear-wrapper h2 {
	margin:0;
	padding:0;
	margin-top:10px;
}
#description p {
	margin:0;
	padding:0;
	margin-top:5px;
}
#buy-now {
	padding:5px 15px 15px 15px;
	background:#1b578e;
	color:#fff;
	width:220px;
	float:left;
}
#price {
	position:absolute;
	left:-15px;
	top:57px;
	z-index:99;
}
#price p {
	padding:9px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:#f15103;
}span.price {
	padding:9px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:#f15103;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
#shipping {
	position:absolute;
	left:-15px;
	top:103px;
	z-index:99;
}
#shipping p {
	padding:9px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background:#006fd5;
}
dl#specs {
	margin:10px 0 0 0;
	padding:10px;
	background:#c2deed;
	color:#000;
	line-height:22px;
}
#specs dt {
	float:left;
	margin-right:10px;
	font-weight:bold;
}
#view-cart {
	position:absolute;
	right:0;
	top:125px;
}
a#doc {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/doc-front.jpg);
}
a:hover#doc {
	background:url(../images/shirts/doc-back.jpg);
}

li#auto-bruces-body {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/custom/auto-bruces-body.jpg);
}
li:hover#auto-bruces-body {
	background:url(../images/shirts/custom/auto-bruces-body-back.jpg);
}

li#lafayette-all-college-day {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/custom/lafayette-all-college-day.jpg);
}
li:hover#lafayette-all-college-day {
	background:url(../images/shirts/custom/lafayette-all-college-day-back.jpg);
}

li#sick-ink {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/custom/sick-ink.jpg);
}
li:hover#sick-ink {
	background:url(../images/shirts/custom/sick-ink-back.jpg);
}

li#thepowerrankings {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/custom/thepowerrankings.jpg);
}
li:hover#thepowerrankings {
	background:url(../images/shirts/custom/thepowerrankings-back.jpg);
}
li#eagles-radio {
	display:block;
	width:210px;
	height:200px;
	background:url(../images/shirts/custom/eagles-radio-front.jpg);
}
li:hover#eagles-radio {
	background:url(../images/shirts/custom/eagles-radio-rear.jpg);
}
#ad-content {
	position: absolute;
	left: 0;
	top: 45px;
	text-align: left;
}
#ad-content h2 {
	font-size: 13px;
	color: #dadada;
	margin-bottom: 3px !important;
}
p#advertisement-email {
	margin-top: 35px;
	border-top: 1px solid #262626;
	padding-top: 5px;
	font-size: 10px;
}
p#advertisement-email a {
	text-decoration: none;
	color: #464646 !important;
}