
*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

html{
	height:101%;
	background:#fff;
}

body{
	font:normal normal 11px arial, verdana, sans-serif;
	background:#fff url(images/nav-background.png) repeat-x 0 0;
	text-align:center;
	line-height:16px;
}

p{
	line-height:16px;
}

h2, h3{
	margin:0 0 0 20px;
	font-size:11px;
	width:920px;
	float:left;
	line-height:16px;
}

h3{
	font-weight:normal;
	float:left;
	line-height:16px;
}


li{
	list-style:none;
	float:left;
}

a{
	text-decoration:none;
	color:#777;
}

img{
	outline:none;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align:left;
}



/* -- TOP NAVIGATION -- */


#navigation{
	background:#000;
	color:#fff;
	width:960px;
	height:110px;
}

h1{
	background:url(images/pointer-footwear-logo.gif) no-repeat 0 0;
	width:110px;
	height:110px;
	float:left;
}

h1 a{
	display:block;
	width:110px;
	height:110px;
	text-indent:-4000px;
	padding-bottom:80px;
}

#navigation ul{
	margin:77px 0 0 20px;
	float:left;
}

#navigation a{
	display:block;
	background-position:0 0;
	height:20px;
	text-indent:-4000px;
	outline: 0;
}

#menu_mens a{
	background:url(images/men.gif) no-repeat;
	width:50px;
}
#menu_mens.selected a{
	background-position:-79px 0;
}
#menu_mens a:hover{
	background-position:-79px 0;
}

#menu_womens a{
	background:url(images/women.gif) no-repeat;
	width:69px;
}
#menu_womens.selected a{
	background-position:-79px 0;
}
#menu_womens a:hover{
	background-position:-79px 0;
}


#menu_artwork a{
	background:url(images/artwork.gif) no-repeat;
	width:69px;
}
#menu_artwork.selected a{
	background-position:-71px 0;
}
#menu_artwork a:hover{
	background-position:-71px 0;
}


#menu_locator a{
	background:url(images/store-locator.gif) no-repeat;
	width:108px;
}
#menu_locator.selected a{
	background-position:-108px 0;
}
#menu_locator a:hover{
	background-position:-108px 0;
}


#menu_production a{
	background:url(images/production.gif) no-repeat;
	width:85px;
}
#menu_production.selected a{
	background-position:-85px 0;
}
#menu_production a:hover{
	background-position:-85px 0;
}


#menu_collab a{
	background:url(images/collaborations.gif) no-repeat;
	width:113px;
}
#menu_collab.selected a{
	background-position:-115px 0;
}
#menu_collab a:hover{
	background-position:-115px 0;
}


#menu_info a{
	background:url(images/information.gif) no-repeat;
	width:100px;
	margin-right:26px;
}
#menu_info.selected a{
	background-position:-100px 0;
}
#menu_info a:hover{
	background-position:-100px 0;
}

.clear_both{
	clear:both;
}


.social_nav{
	height:20px;
}

.social_nav li a{
	display:block;
	height:20px;
	width:20px;
	margin-right:4px;
	background-position:0 0;
	background-repeat:no-repeat;	
	outline:none;
	overflow:hidden;
	text-indent:-10000px;
	margin-bottom:20px;
}

#navigation .social_nav li a:hover, .social_nav li a:hover{
	background-position:-20px 0;
}

.social_nav li a.twitter{
	background-image:url(images/twitter.gif);
}

.social_nav li a.facebook{
	background-image:url(images/facebook.gif);
}

.social_nav li a.twitterblk{
	background-image:url(images/twitter-blk.gif);
}

.social_nav li a.facebookblk{
	background-image:url(images/facebook-blk.gif);
}

