#header {
	margin-bottom:10px;
	border-bottom: 7px solid #303030;
}

body #main_content {
	margin-bottom:10px;
	padding: 0;
	
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	line-height: 1.2em;


	color: #969696;
	background: #0D0D0D;
	border: 14px solid #131313;
	border-top-width: 17px;
	border-bottom-width: 15px;	
}

#shop_home {
}

#shop_home .col {
	position: relative;
	float: left;
	margin-left: 1px;
	margin-bottom: 3em;
	width: 227px;
	height: 350px;
}


#shop_home img {
	margin: 0;
	padding: 0;
	
	border-bottom: 7px solid #FF5503;
	background: #000;
}

#shop_home p {
	margin-top: .6em;
	font-size: .9em;
	padding: 0 .8em 1em .8em;
}

#shop_home h3 {
	margin: 0 0 2px 0;
	height: 36px;
	width: 227px;
	text-align: center;
	background-repeat: no-repeat;
}

#shop_home h3.create_a_shirt {
	background: url(/images/shop/nav/createashirt_thin.gif);	
}

#shop_home h3.my_wardrobe {
	background: url(/images/shop/nav/mywardrobe_thin.gif);	
}

#shop_home h3.shirt_gallery {
	background: url(/images/shop/nav/shirtgallery_thin.gif);	
}

#shop_home h3 a {
	margin: 0;
	display: block;
	padding: 9px 0 0 0;
	height: 27px;
	color: #fff;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

#shop_home a.fancy_link {
	margin: 1em 0 0 1em;
	text-align: right;
	text-transform: capitalize;
	font-size: .9em;
	position: absolute;
	
	bottom: 0;
	right: 1em;
}

