@charset "utf-8";

/*--Structure--*/
body {
	font: 12px/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #fff;
}
#wrap {
	width: 1004px;
	margin: 40px auto 15px auto;
	padding: 0 10px;
	text-align: left;
}
#page {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.img-replace{
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/img-replacement-sprite.png) no-repeat;
}

.column{
	display: block;
	float: left;
	background: #252525;
	margin: 0 8px 0 0;
	border-bottom: 1px solid #161616;
}

.last-column{
	margin-right: 0px;	
}

.clear{
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

p{margin: 0 0 0 0;}

a img{border: none;}
/*--header--*/
#page .header{
	padding: 0 0 13px 0;
	background: url(../img/red-divider.jpg) 50% bottom no-repeat;
}

#page .header h1{
	width: 139px;
	height: 56px;
	background-position: 0px 0px;
	float: left;
	margin: 13px 0 0 2px;
}

#page .header h2{
	width: 91px;
	height: 69px;
	background-position: -139px 0px;
	float: right;
	margin: 0 2px 0 0;
}

/*--contents top--*/
#page .contents-top{
	padding: 0 0 13px 0;
	margin: 13px 0 0 0;
	background: url(../img/red-divider.jpg) 50% bottom no-repeat;
}

#page .contents-top .column{
	width: 296px;
	height: 60px;
	padding: 22px 10px 21px 10px;
}

/*--contents bottom--*/
#page .contents-bottom{
	padding: 0 0 13px 0;
	margin: 13px 0 0 0;
	background: url(../img/red-divider.jpg) 50% bottom no-repeat;	
}

#page .contents-bottom .column{
	width: 170px;
	padding: 8px;
}

#page .contents-bottom .column a.img{
	display: block;
	width: 170px;
	height: 95px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/shoes-range-sprite.jpg) no-repeat;
}

#page .contents-bottom .column a.desert-boot{background-position: 0px 0px;}
#page .contents-bottom .column a.wallabee{background-position: 0px -95px;}
#page .contents-bottom .column a.desert-trek{background-position: 0px -190px;}
#page .contents-bottom .column a.lugger{background-position: 0px -285px;}
#page .contents-bottom .column a.natalie{background-position: 0px -380px;}

#page .contents-bottom .column h3{
	font-size: 12px;
	text-align: center;
	margin: 13px 0 0 0;
}

#page .contents-bottom .column h3 a{
	color: #fff;
	text-decoration: none;
}

/*--footer--*/
#page .footer{margin: 25px 0 0 0;}

#page .footer p.left{
	float: left;
	line-height: 30px;
	color: #776e65;
}

#page .footer p.left a{
	background: url(../img/img-replacement-sprite.png) -90px -69px no-repeat;
	display: block;
	height: 31px;
	overflow: hidden;
	float: left;
	color: #9d1802;
	text-decoration: none;
	padding: 0 0 0 70px;
	margin: 0 10px 0 0;
}

h4{
	float: right;
	width: 84px;
	height: 29px;
	background-position: 0px -69px !important;
	margin: 0 0 0 0;
}