@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #021a39 url(../images/bg_gradient.jpg) repeat-x;
}
p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding: 10px;
}
a {
	color: #103f9a;	
}
h1 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h2
{
	font-size:12px;
}
#shop{
	float:left;	
	text-align:left;
}

.border {
	border: 1px solid #999;	
}
img {
	display: block;	
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;	
}
.clear {
	clear: both;	
}
.last {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/*layout*/
#container {
	background:url(../images/content_bg+trans.png);
	width: 989px;
	height: auto;
	margin: 0 auto;
}
#utilities {
	float:right;
	margin-right:30px;
	margin-top:35px;
}
#utilities ul li {
	font-size:13px;
	display: inline;
}
#utilities ul li a {
	text-decoration:none;
	color:#000;
	padding: 0 5px;
	font-size: 14px;
}
#utilities ul li a:visited {
	text-decoration:none;
	color:#000;
}
#utilities ul li a:hover {
	text-decoration:underline;
	color:#000;
}
#utilities p, #utilities a {
	text-align: right;
	padding-right: 5px;
	color: #000;
}
	#utilities a:hover {
		text-decoration: none;	
	}
#utilities img {
	float:right;
	padding-bottom: 5px;
	padding-right:5px;
}
/*header rules*/
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
a#logo {
	overflow: hidden;
	width: 395px;
	height: 89px;
	float: left;
	margin-left:20px;
	margin-top:20px;
}
	a:hover#logo img{
		display: none;
	}
	a:hover#logo{
		background: url(../images/logo.jpg) no-repeat left bottom;
	}
	
.button {
	margin-left:110px;
	padding-left:20px;
	padding-right:20px;
	height:22px;
	background:#FF0;
	border:none;
	cursor:pointer;
}
/*navigation rules*/
#nav {
	float:left;
	width: 938px;
	height: 55px;
	margin:0 0 20px 25px;
}
#nav_left, #nav_right {
	float: left;
	height: 55px;
	width: 10px;
}
	#nav_left {
		background: url(../images/nav_left.png);	
	}
	#nav_right {
		background: url(../images/nav_right.png);
	}
#nav_middle {
	width: 918px;
	height: 55px;
	background: url(../images/nav_bg.png) repeat-x;
	float: left;
}
#nav a {
	display: block;
	height: 53px;
	font-size: 16px;
	padding: 0 7px;
	margin: 0 10px;
	line-height: 55px;
	float: left;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
	#nav a:hover {
		/*background: #e7ea05;	*/
		color: #333;
		border-top: 1px solid #041f7a;
		border-bottom: 1px solid #041f7a;
	}
	#nav a.active {
	/*	background: #e7ea05;*/
		color: #fff;
		border-top: 1px solid #041f7a;
		border-bottom: 1px solid #041f7a;
	}
	/*store search*/
	#nav form {
		display: block;
		height: 23px;
		width: 230px;
		float: right;
		padding-top: 16px;
	}
	
/*leaderboard*/
#leaderboard {
	width: 940px;
	height: 300px;
	margin: 0 auto;
	border:solid thin #999;
	clear: both;
}
#makeMeScrollable {
	width:100%;
	height: 300px;
	position: relative;
	color: #000;
}
		
	#makeMeScrollable div.scrollableArea a {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		display: block;
		width: 265px;
		height: 275px;
		/*text-indent: -9999px;*/
		text-align: center;
		line-height: 560px;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		
	}
	
/*static jeans*/	
#bottomStatic {
	width:940px;
	height:198px;
	border:1px solid #999;
	margin:0 auto 0;
	background: url(../images/static_jeans.jpg);
	border-top: none;
}
/*main content rules*/
#main {
	width: 960px;
	height: auto;
	background: #fff;
	margin:0 auto;
	clear: both;
}
#main h1 {
	padding-top:20px;
	font-size:30px;
	margin-left:10px;
}
#main h2 {
	padding-top:20px;
	font-size:18px;
	margin-left:10px;
}
#main h3 {
	margin-left: 10px;	
	padding-top: 20px;
	color: #0f3d98;
}
/*right column*/
#rightColumn {
	float:right;
	margin: 20px 10px;
	width:195px;
	height:auto;
	border:1px solid #999;
	min-height: 210px;
}
#rightColumn h3 {
	padding-top:15px;
	font-size:18px;
	padding-left:5px;
	color:#d40000;
}
#rightColumn ol {
	margin: 10px 0 20px 35px;
	width:175px;
	height:auto;
	list-style-type:decimal;
	color:#103f9a;
}
#rightColumn ol li a {
	color:#103f9a;
	text-decoration:underline;
	font-size:14px;
	line-height: 24px;
}
#rightColumn ol li a:visited {
	color:#103f9a;
	text-decoration:underline;
	font-size:14px;
}
#rightColumn ol li a:hover {
	text-decoration:none;
	font-size:14px;
}
	.content350 {
		float: left;
		width: 350px;
		height: auto;
	}
.shirtImages {
	float:right;
}
.shirtImages img {
	padding-right:10px;
	padding-top:30px;
}
#mostPopulsr {
	margin-top:25px;
}
.shirtImages2 {
	float:right;
}
.shirtImages2 img {
	padding-right:10px;
	padding-top:30px;
}
.newI {
	padding-top:35px;
	padding-left:50px;
}
.popI {
	padding-top:22px;
	padding-left:50px;
}
/*footer rules*/
#footer {
	width: 934px;
	height: 50px;
	background: url(../images/footer_bg.png) repeat-x;
	clear: both;
	text-align: center;
	margin:0 auto;
	padding-top:20px;
	border-top:solid thin #999;
	font-size: 12px;
}
#footer p {
	text-align: center;
	font-size:12px;
	line-height:10px;
	color: #888;
}
#footer a {
	text-decoration: none;
	color: #888;
	font-size:12px;
}
#footer a:visited {
	text-decoration: none;
	color: #888;
	font-size:12px;
}
#footer a:hover {
	color: #010068;
	font-size:12px;
}
#footer ul li {
	display:inline;
	color: #888;
}
#bottomCap {
	background:url(../images/bottom_cap+trans.png);
	height:34px;
	width:989px;
	margin:0 auto;
}
#main .white h3, #main .white p{
	color: #fff;
}
.scrollableArea {
	
	width:2853px !important;}
	
#utilities .freeshipping {
/*		width: 350px;
		float: right;*/
	color: #F00;
	margin-top: -10px;
}
