/* These are styles for content slots */

.homepagecontentdiv {
    background: none repeat scroll 0 0 #ABABAB;
    float: left;
    height: 218px;
    margin: 18px 9px 18px 9px;
    width: 303px;
}
.homepageseccontainer {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-top: 10px;
    width: 970px;
	padding:0 0 0 8px;
}
.landing_callout_1x1{
display:inline;
float:left;
height:245px;
width:350px;
margin: 10px 20px 18px 0;
}
.last_callout{
margin-right:0;
}

/* styles for the men/womens shop nav */

.left_nav_title{
		font-family:'FunctionProBoldRegular',Arial,sans-serif;
		font-size:15px;
		color:#000;
		text-transform:uppercase;
	}
.divider{
	border-bottom:1px solid #e1e1e1;
}
#shop_nav{border-top:1px solid #e1e1e1;}
#shop_nav ul{
	list-style-type:none;	
}
#shop_nav li{
	margin:5px 0;
}
#shop_nav a{
	font-family:'FunctionProBookRegular',Arial,sans-serif;
	font-size:15px;
	color:#b2b2b2;
	text-transform:uppercase;
}
#shop_nav a:hover{
	color:#187E3E;
	text-decoration:none;
}