@charset "UTF-8";

/* MAIN */
#main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* NAVIGATION */

#nav_container_upper {
	width: 950px;
	height: 59px;
}
#nav_container_lower {
	width: 950px;
	height: 31px;
	background-image: url(../images/navigation/lower_bar.jpg);
}
#nav_spacer_left {
	width: 63px;
	height: 59px;
	background-image: url(../images/navigation/spacer_left.jpg);
	float: left;
}
#nav_spacer_right {
	width: 67px;
	height: 59px;
	background-image: url(../images/navigation/spacer_right.jpg);
	float: left;
}

/* HERO SHOT */
#hero_home {
	width: 950px;
	height: 525px;
}

/* BODY CONTENT */
#body_left {
	width: 530px;
	height: 300px;
	float: left;
}
#body_right {
	width: 420px;
	height: 300px;
	float: left;
}
#body_spacer {
	width: 950px;
	height: 40px;
}
.body_headline {
	font-size: 26px;
	color: #EF0000;
}
#subscribe_container {
	width: 420px;
	height: 110px;
	float:left;
	padding-top: 40px;
}
#subscribe_graphic {
	float: left;
}
#subscribe_form {
	float: left;
	padding-left: 25px;
}

/* SHIRTS */

#shirts_container {
	width: 950px;
	height: 500px;
}
#shirt_feature {
	width: 175px;
	height: 175px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}
/* FOOTER */
#footer_container {
	width: 950px;
	height: 150px;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer_left {
	width: 660px;
	height: 150px;
	float: left;
	font-size: 20px;
}
#footer_spacer {
	width: 950px;
	height: 40px;
}
#footer_right {
	width: 285px;
	height: 150px;
	float: left;
}
#footer_left a {
	color: #FFF;
	text-decoration: none;
	text-shadow: -1px -1px 0px #000;
}
#footer_left a:hover {
	color: #F00;
	text-decoration: underline;
	text-shadow: -1px -1px 0px #000;

}
#sub_white {
	width: 100%;
	height: 5px;
	background-color: #FFF;
}
#sub_red {
	width: 100%;
	height: 30px;
	background-color: #EF0000;
	text-align: center;
	font-size: 14px;
}
.footer_small {
	font-size: 16px;
}