/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	background-color:#f5f5f5;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#c6c4c4;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}

:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
img a{
	border:none;
	}
	
	
	
	
	
	
/*TEXT STYLES
================================================================================*/

h1{
	padding:22px 0 20px 0;
	margin:0;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#c6c4c4;
	line-height:110%;
	text-align:center;
	}
	
h2{
	padding:0 0 2px 0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height:110%;
	}







/* NAVIGATION STYLES
================================================================================*/

#nav{
	width:920px;
	}
	
#nav_topleft{
	float:left;
	width:470px;
	}
	
#nav_topright{
	float:right;
	width:162px;
	}
	
.nav1{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.nav1 li{
	padding:0;
	margin:0 15px 0 0;
	float:left;
	}
	
#mens a:link, #mens a:visited{
	background:url(../images/mens.jpg) no-repeat 0 0;
	width:75px;
	height:27px;
	display:block;
	}
	
#mens a:hover{
	background:url(../images/mens_hover.jpg) no-repeat 0 0;
	width:75px;
	height:27px;
	}
	
#womens a:link, #womens a:visited{
	background:url(../images/womens.jpg) no-repeat 0 0;
	width:116px;
	height:27px;
	display:block;
	}
	
#womens a:hover{
	background:url(../images/womens_hover.jpg) no-repeat 0 0;
	width:116px;
	height:27px;
	}
	
#kids a:link, #kids a:visited{
	background:url(../images/kids.jpg) no-repeat 0 0;
	width:56px;
	height:27px;
	display:block;
	}
	
#kids a:hover{
	background:url(../images/kids_hover.jpg) no-repeat 0 0;
	width:56px;
	height:27px;
	}
	
#babies a:link, #babies a:visited{
	background:url(../images/babies.jpg) no-repeat 0 0;
	width:89px;
	height:27px;
	display:block;
	}
	
#babies a:hover{
	background:url(../images/babies_hover.jpg) no-repeat 0 0;
	width:89px;
	height:27px;
	}
	
#sale a:link, #sale a:visited{
	background:url(../images/sale.jpg) no-repeat 0 0;
	width:55px;
	height:27px;
	display:block;
	}
	
#sale a:hover{
	background:url(../images/sale_hover.jpg) no-repeat 0 0;
	width:55px;
	height:27px;
	}
	
#info a:link, #info a:visited{
	background:url(../images/info.jpg) no-repeat 0 0;
	width:47px;
	height:27px;
	display:block;
	}
	
#info a:hover{
	background:url(../images/info_hover.jpg) no-repeat 0 0;
	width:47px;
	height:27px;
	}
	
#contact a:link, #contact a:visited{
	background:url(../images/contact.jpg) no-repeat 0 0;
	width:99px;
	height:27px;
	display:block;
	}
	
#contact a:hover{
	background:url(../images/contact_hover.jpg) no-repeat 0 0;
	width:99px;
	height:27px;
	}
	
.nav1 li#contact{
	margin:0;
	}
	
.nav2{
	padding:4px 0 0 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.nav2 li{
	padding:0;
	margin:0;
	font:normal 17px Arial, Helvetica, sans-serif;
	display:inline;
	}
	
.blue_link{
	color:#0099ff;
	}
	
.blue_link a:link, .blue_link a:visited{
	text-decoration:none;
	color:#0099ff;
	}
	
.blue_link a:hover{
	color:#000;
	}
	
.pink_link{
	color:#ff009a;
	}
	
.pink_link a:link, .pink_link a:visited{
	text-decoration:none;
	color:#ff009a;
	}
	
.pink_link a:hover{
	color:#000;
	}
	
.green_link{
	color:#bbcc60;
	}
	
.green_link a:link, .green_link a:visited{
	text-decoration:none;
	color:#bbcc60;
	}
	
.green_link a:hover{
	color:#000;
	}







/* LAYOUT STYLES
================================================================================*/

#container{
	padding:20px;
	margin:0 auto 0 auto;
	width:920px;
	background-color:#fff;
	}
	
#header{
	width:920px;
	}
	
#header_top{
	width:920px;
	padding:0 0 17px 0;
	}
	
#logo{
	float:left;
	width:375px;
	}
	
#cart_area{
	border:2px solid #f1f0f0;
	width:210px;
	float:right;
	padding:15px 15px 15px 10px;
	background: url(https://www.doublesixstore.com/store/images/cart.jpg) no-repeat right top;
	text-align: left;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	height:0;
	}
	
#cart_left{
	float:left;
	width:125px;
	padding:4px 0 0 0;
	}
	
#cart_left p{
	padding:0 0 3px 0;
	margin:0;
	font:normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:110%;
	}
	
#cart_right{
	float:right;
	width:69px;
	}

#content{
	width:920px;
	text-align:center;
	padding-bottom: 20px;
	}

#footer{
	width:920px;
	}
	
#footer_content{
	width:920px;
	padding:0 0 32px 0;
	}
	
.footer_cell{
	float:left;
	width:200px;
	padding:0 40px 0 0;
	}
	
.footer_cell_last{
	float:left;
	width:200px;
	}
	
.footer_cell p, .footer_cell_last p{
	padding:0;
	margin:0;
	line-height:130%;
	color:#afaeae;
	}

#footer_nav{
	width:920px;
	padding:0 0 38px 0;
	}
	
#footer_nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#footer_nav ul li{
	padding:0;
	margin:0;
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#c6c4c4;
	display:inline;
	}
	
#footer_nav ul li em{
	padding:0 2px 0 5px;
	font-style:normal;
	}
	
#footer_nav ul li a:link, #footer_nav ul li a:visited{
	text-decoration:none;
	color:#c6c4c4;
	}
	
#footer_nav ul li a:hover{
	color:#0099ff;
	}

#footer_bottom{
	width:920px;
	border-top:1px solid #d4d3d3;
	padding:17px 0 0 0;
	}
	
#footer_bottom_inside{
	width:920px;
	padding:0 0 40px 0;
	}
	
.footer_bottom_left{
	float:left;
	width:250px;
	}
	
.footer_bottom_left2{
	float:left;
	width:250px;
	padding:28px 0 0 0;
	}
	
.follow{
	float:left;
	width:41px;
	padding:0 5px 0 0;
	}
	
.follow2{
	float:left;
	width:115px;
	padding:20px 0 0 5px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#bbcc60;
	}

.footer_bottom_right{
	float:right;
	width:500px;
	text-align:right;
	}

#search_area{
	float:left;
	width:250px;
	padding:16px 0 0 0;
	}


#cards{
	float:right;
	width:220px;
	padding:12px 0 0 0;
	}
#
