/*General Rules and Classes*/
*{
	margin:0px;
	padding:0px;
	border:none;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	/* HOVER FIX FOR IE 6 - Don't remove.*/
	behavior:url(scripts/hover.htc);
	/*END*/
	background-color:#000;
	color:#CCC;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#F60;
}
.floatedLeft{
	float:left;
}
.floatedRight{
	float:right;
}
.bold{
	font-weight:900;
	color:red;
}
hr{
	clear:both;
	outline:none;
	border:none;
	width:100%;
	background:url(../images/hr.jpg) center top no-repeat;
	height:35px;
}
.top{
	background:url(../images/hr_top.jpg) center top no-repeat;
}

 /** HACKS **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/********************************************************************************************/
/*
/* slaWrapper */
/*
/********************************************************************************************/
#slaWrapper{
	width:756px;
	background-color:#eee;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	font-size:70%;
	padding:25px 25px 10px 25px;
}
.sla_privacy, .sla_copy{
	color:#666;
}
.sla_privacy:hover{
	color:#000;
}
/********************************************************************************************/
/*
/* MAIN 
/*
/********************************************************************************************/
#main{
	background-color:#fff;
	color:#000;
	border:1px solid #CCC;
}
/********************************************************************************************/
/*
/* Header
/*
/********************************************************************************************/
.mainHeader{
	width:100%;
	height:90px;
	background:url(../images/header1.jpg) left -15px #fff no-repeat;
}
.logo{
	float:left;
	height:90px;
}
.logo h1{
	background:url(../images/logo.png) no-repeat 40px 10px;
	float:left;
	width:220px;
	height:65px;
	cursor:pointer;
	float:left;
}
.logo span{
	display:none;
}
.labels{
	width:180px;
	position:absolute;
	margin-top:65px;
	margin-left:47px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
}
.headerTxtLabels1{
	position:absolute;
	top:0px;
}
.headerTxtLabels2{
	position:absolute;
	top:0px;
	right:13px;
}
.freeShipping{
	float:right;
	width:440px;
	height:85px;
}
.freeShipping p{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:115%;
	padding:3px 0 0 2px;
	font-weight:bold;
}
.freeShipping p.link{
	font-size:100%;
	font-weight:normal;
}
.freeShipping a.freeLabel{
	height:80px;
	background:url(../images/freeshipment1.gif) -20px top no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
}
.freeShipping a{
	color:#666;
}
.freeShipping a:hover{
	color:#FF9900;
	text-decoration:underline;
}
.text{
	width:300px;
	float:right; 
	text-align:right; 
	margin-top:32px; 
	margin-right:126px;
}
/********************************************************************************************/
/*
/* Options BAR */
/*
/********************************************************************************************/
.optionsBar{
	width:755px;
	background:#CCCC00 url(../images/optionsbar.jpg) repeat-x bottom left;
	padding:3px 0 3px 0;
	clear:both;
}
.optionsBar a{
	font-weight:bold;
}
.optionsBar a:hover{
	color:#FFF;
}
.optionsBar ul{
	list-style:none; 
	float:right;
	paddin
}
.optionsBar li{
	border-left:1px solid #CCCC00; 
	padding:0 10px 0 10px;
	display:inline
}
.sla_personality{
	text-align:center;
	color:#000;
	font-weight:bold;
	padding-left:74px;
}
/********************************************************************************************/
/*
/*HORIZONTAL NAVIGATION*/
/*
/********************************************************************************************/
.mainNavContainer{
	background-color:#000066;
	width:100%;
	height:35px;
	clear:both;
}
.horNav{
	background:transparent;
	width:360px;
	position:absolute;
	z-index:10000;
	padding:0;
}
.horNav li{
	float:left;
	width:114px;
	list-style:none;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	border-right:1px solid #666;
	color:#FFF;
}
.horNav li a{
	display:block;
	padding:9px 0 9px 0;
	color:#fff;
}
.horNav li a:hover{
	background:#F60;
	color:#FFF;
}
.horNav li ul{
	margin-top:0;
	margin-left:0;
	background-color:#FFF;
}
.horNav li ul li{
	width:100%;
	float:none;
	display:block;
	background-color:#FFF;
	font-size:80%;
	border:none;
}
.horNav li ul{
	border:none;
}
.horNav li ul li a{
	border:none;
	color:#000;
}

li.horNav li{
	background-color:#000066;
}
ul.horNav li ul{
	display: none;
}
ul.horNav li:hover ul{
	display: block;
}
.active{
	background-color:#03C;	
}
/********************************************************************************************/
/*
/*HORIZONAL NAV FORMS - SEARCH and BRANDS SELECTOR*/
/*
/********************************************************************************************/
.filterOptions{
	width:420px;
	float:right;
}
.filterOptions form.searchForm, .filterOptions form.brandsForm{
	padding:8px 0 8px 0;
}
.filterOptions form.brandsForm{
	margin-left:40px;
	width:140px;
}
.filterOptions form.searchForm{
	width:220px;
}
.filterOptions form.searchForm input{
	float:left;
	width:145px;
	height:17px;
	padding:3px 0 0 3px;
}
.filterOptions form.searchForm input.button{
	width:50px;
	height:20px;
	padding:0;
	margin-left:2px;
	background:url(../images/search.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
.filterOptions form.brandsForm select{
	width:140px;
	height:20px;
	padding:0px;
	border:1px solid #CCC;
}
/********************************************************************************************/
/*
/* CONTENT */
/*
/********************************************************************************************/
.mainContent{
	clear:both;
	position:relative;
	width:100%;
	padding:0px;
	background:#FFF;
}
/********************************************************************************************/
/*
/* BRANDS CONTAINER */
/*
/********************************************************************************************/
.footwearBrands{
	float:left;
	clear:both;
	list-style:none;
	color:#666;
	padding:0 0 10px 0;
	margin:8px 0 0 0;
	width:495px;
}
.footwearBrands h4{
	padding:10px 0 0 0;
	float:left;
	background:url(../images/featbrands.jpg) 5px top no-repeat;
	width:150px;
	height:15px;
	text-indent:-9999px;
}
.footwearBrands ul{
	clear:both;
	background-color:transparent;
	text-align:center;
	list-style:none;
	width:490px;
	float:left;
	padding:5px 0 2px 3px;
	border-right:1px solid #CCC;
}
.footwearBrands li{
	margin:4px;
	float:left;
	text-align:center;
	width:89px;
	background-color:#000066;
}
.footwearBrands li p{
	color:#FFF;
	font-weight:bold;
	line-height:18px;
}
.footwearBrands li:hover{
	background-color:#FF6600;
}
.footwearBrands a{
	color:#333333;
	border:none;
}
li.viewAll{
	width:477px;
	margin-top:10px;
	text-align:center;
	background-color:#69F;
	font-weight:bold;
}
li.viewAll a{
	display:block;
	padding:5px 0;
	color:#FFF;
	font-size:110%;
}
li.viewAll a:hover{
	color:#FFF;
}
/********************************************************************************************/
/*
/* RIGHT CONTAINER */
/*
/********************************************************************************************/
.rightContainer{
	float:left;
	margin:8px 0 0 5px;
	width:245px;
}
.rightContainer h3{
	padding:10px 0 0 0;
	width:150px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/shopfor.jpg) left top no-repeat;
}
.shopForLinks{
	padding:0 0 15px 0;
	width:237px;
	float:left;
	margin:8px 0 10px 0;
	border-bottom:1px solid #CCC;
	list-style:none;
	text-align:center;
}
.shopForLinks li{
	padding:4px 0 4px 0;
	float:left;
	border:none;
	width:100%;
	margin-top:2px;
	background-color:#000066;
	color:#000;
}
.shopForLinks li.sale{
	background-color:red;
}
.shopForLinks li a{
	color:#FFF;
	font-size:110%;
	display:block;
	font-weight:bold;
}
.shopForLinks li:hover{
	background-color:#F60;
	color:#FFF;
}
.shopForLinks li a:hover{
	color:#FFF;
}
.banner{
	border:1px solid #CCC; 
	width:235px;
	height:110px;
	margin-top:2px;
}
/********************************************************************************************/
/*
/* FOOTER */
/*
/********************************************************************************************/
.mainFooter{
	width:754px;
	padding:15px 0 0px 0;
	border-top:2px solid #BBB;
	background-color:#ccc;
	color:#666;
}
.mainFooter p.shortDescription{
	color:#666;
	line-height:25px;
	padding:15px 15px 35px 15px;
	text-indent:35px;
	font-size:130%;
}
.mainFooter ul{
	width:70%;
	list-style:none;
	margin-left:15px;
	border-right:1px solid #DDD;
}
.mainFooter li{
	padding:5px;
	float:left;
	width:31%;
	background:url(../images/bullet.gif) left 7px no-repeat;
}
.mainFooter li a{
	margin-left:8px;
	font-size:110%;
}
.mainFooter form{
	float:left;
	font-weight:bold;
	width:45%;
	margin-left:110px;
	padding:5px 15px 15px 0;
}
.mainFooter a{
	color:#333;
	font-weight:bold;
	height:15px;
}
.mainFooter a:hover, .mainFooter a span:hover{
	color:#FF6600;
	background:url(../images/a.gif) left 6px repeat-x;
}
.splaInfo, .mList, .contactPhone, .joinCommunity{
	background:url(../images/splainfo.jpg) left top no-repeat;
	width:100%;
	height:30px;
}
.mList{
	background:url(../images/mlist.jpg) left top no-repeat;
}
ul h3, h3.mList, h3.contactPhone, h3.joinCommunity{
	text-indent:-9999px;
}
input.emailField{
	position:relative;
	padding:3px 0 3px 3px;
	width:225px;
	top:-14px;
	margin-left:2px;
	color: #EE881F;
}
/*
input.submitButton{
	position:relative;
	width:50px;
	height:20px;
	padding:0;
	margin-left:2px;
	top:-13px;
	background:url(../images/submit.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
*/
/********************************************************************************************/
/*
/* CONTACT */
/*
/********************************************************************************************/
.contact, .join{
	padding:5px 0px 15px 30px;
	width:20%;
	float:left;
}
h3.contactPhone{
	background:url(../images/custcare.jpg) -4px top no-repeat;
}
.contact a:hover{
	background:url(../images/a.gif) left 5px repeat-x;
}
/********************************************************************************************/
/*
/* JOIN OUR COMMUNITY */
/*
/********************************************************************************************/
.join{
	border-left:1px solid #DDD;
	width:30%;
}
.join ul{
	margin-left:0px;
	list-style:none;
	border-right:none;
}
.join li{
	clear:both;
	width:100%;
	width:180px; 
	height:20px;
}
.join li a{
	padding-left:35px;
}
li.twitter{
	background:url(../images/twitter.jpg) no-repeat 10px top; 
}
li.myspace{
	background:url(../images/myspace.jpg) no-repeat 10px top; 
}
li.facebook{
	background:url(../images/facebook.jpg) no-repeat 10px top; 
}
h3.joinCommunity{
	background:url(../images/join.jpg) -4px top no-repeat;
}
/********************************************************************************************/
/*
/*	Landing pages.
/*
/********************************************************************************************/
.lp_description{
	height:300px;
	width:100%;
}
body#Sneakers .lp_description{
	background:url(../images/bg.jpg) no-repeat left top;
	color:#666; 
}
body#Accessories .lp_description{
	background:url(../images/bg_accessories.jpg) no-repeat left top;
	color:#FFF; 
}
body#Apparel .lp_description{
	background:url(../images/bg_apparel.jpg) no-repeat left top;
	color:#FFF; 
}
.lp_description h1{
	font-size:500%;
	float:right; 
	font-style:italic; 
	margin:10px 15px 0 0; 
	letter-spacing:0.0025em;
}
.lp_description p{
	clear:both; 
	background:url(../images/pngbg.png) left top repeat; 
	width:375px; 
	float:right; 
	margin-top:10px; 
	color:#FFF; 
	font-size:120%; 
	padding:15px;
}
.lp_description h2{
	clear:both; 
	width:200px; 
	height:30px; 
	text-indent:-9999px; 
	position:absolute;
	float:right; 
}
.lp_description h2.topBrandsLabel{
	background:url(../images/topbrands.png) no-repeat left top;
	top:200px; 
	right:260px;	
}
.lp_description h2.shopForLabel{
	background:url(../images/shopfor.png) no-repeat left top;
	top:200px; 
	right:20px;
}
.lp_description ul{
	list-style:none; 
	position:absolute; 
	float:right; 
	top:235px; 
	font-size:110%; 
}
.lp_description ul.topBrandsMenu{
	right:220px;
	border-right:1px solid #DDD;
	width:230px; 
}
.lp_description ul.shopForMenu{
	right:83px;
}
.lp_description ul li{
	width:115px;
	padding:1px 0px;
}
.lp_description ul.topBrandsMenu li{
	float:left;
}
/********************************************************************************************/
/*
/*
/*
/********************************************************************************************/
