@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_inside {
	width: 950px;
	height: 150px;
}
#hero_shirt {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_shirt.jpg);
	text-indent: 10px;
}
#hero_shirt_grey {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_shirt_grey.jpg);
	text-indent: 10px;
}
#hero_wristbands {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_wristbands.jpg);
	text-indent: 10px;
}
#hero_shirt_org {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_shirt_org.jpg);
	text-indent: 10px;
}
#hero_sunset1 {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_sunset1.jpg);
	text-indent: 10px;
}
#hero_sunset2 {
	width: 950px;
	height: 150px;
	background-image:url(../images/hero_sunset2.jpg);
	text-indent: 10px;
}
.hero {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50pt;
	line-height: 70px;
}
/* APPAREL PAGE */

#shirt_container {
	width: 950px;
	height: 175px;
}
#shirt {
	width: 175px;
	height: 175px;
	float: left;
	margin-right: 30px;
}
#shirt_text {
	width: 270px;
	height: 175px;
	float: left;
	line-height: 26px;
}
#shirt_text a {
	color: #EF0000;
	text-decoration: none;
}
#shirt_text a:hover {
	color: #FFF;
	text-decoration: underline;
}
#shirt_spacer {
	width: 950px;
	height: 50px;
}

/* INDIVIDUAL SHIRT PAGE */
#ind_shirt_container {
	width: 950px;
	height: 500px;
}
#ind_shirt_left {
	width: 485px;
	float: left;
	height: 500px;
}
#ind_shirt_text {
	width: 440px;
	float: left;
}
#ind_shirt_right {
	width: 465px;
	height: 500px;
	float: left;
}
#ind_shirt_photos {
	width: 465px;
	height: 125px;
}
#ind_shirt_purchase {
	width: 465px;
	text-align: left;
	height: 265px;
}
.stats_red {
	color: #900;
	font-size: 16px;
}
.stats_grey {
	color: #999;
	font-size: 16px;
}
#other_shirts {
	width: 950px;
}
/* VIDEOS PAGE */
#videos_container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#videos_container a {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
#videos_container a:hover {
	text-decoration:none;
	color: #EF0000;
}
/* PHOTOS PAGE */
#photos_container {
	width: 950px;
}
/* ABOUT WISCONDIEGO AND FAQ*/
#about_container {
	width: 950px;
}
#faq_container {
	width: 950px;
}
.answers {
	color:#CCC;
}
#cancel_container {
	width: 950px;
	height: 300px;
}
#contact_container {
	width: 950px;
	height: 500px;
}
#thankyou_container {
	width: 950px;
	height: 500px;
}
#soldout_container {
	width: 950px;
	height: 300px;
}
/* FOOTER */
#footer_container {
	width: 950px;
	height: 160px;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer_left {
	width: 660px;
	height: 160px;
	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;
}
#footer_left a:hover {
	color: #F00;
	text-decoration: underline;
}
#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;
}