@charset "UTF-8";
/* CSS Document */

#shirt_wrapper {width: 760px; border-left: 1px solid #CCCCCC; float:left; padding-left: 70px;}

#shirt_content { width: 760px; float:left;}

#wrap a img:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.landing {
	border-top: 5px solid #051B32;
	border-bottom: 5px solid #051B32;
	height: 350px;
	margin-bottom: 10px;
	padding: 3px 0;
	width: 750px;
}

.class1 a img:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.thumbnail { width: 180px; float:left; margin: 10px 8px 0 0; border:1px solid #CCCCCC;}

.divider {padding-top: 10px; padding-bottom: 10px;}

.promo {padding-top: 10px; }


.footer_left {float:left; padding-top:20px; font-size:10px; color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif; }

.footer_right {float:right; padding-top:20px; font-size:12px; color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif; }

A:link {
text-decoration: none;
color: #051B32;
}
A:visited {
text-decoration: none;
color: #051B32;
}
