/* block top links */

.permanent_box {
    background:#6DAA1A;
    height: 30px;
    left: -333px;
    position: absolute;
    top: -31px;
    width: 980px;
	margin-top:0;
    font-family: 'latoregular';
	}

ul#header_links {
    float: right;
    list-style-type: none;
	}
	
#header_links li {
	float: left;
	width:100px;
	text-align:center;
	line-height:11px;
	line-height:30px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666;
}

li.about_page{
	background:#8AD821;
	}

li.new_arrivals {
	background:#7DC41E;
	}
	
li.profile_page {
	background:#71AF1B;
	}
	
li.page_contact {
	background:#5C8F16;
	}		

#header_links li:first-child {border:none;}
#header_links a {text-decoration: none; color:#fff;}
#header_links li:hover a {text-decoration:none; font-weight:bold;}

/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}

#header_links li.normal_link {
	width:auto;
	text-transform:none;
	}
	
#header_links li.normal_link.last {
	padding-right:20px;
	}	
	
#header_links li.normal_link a {
	border-right:1px solid #fff;
	padding:0 10px;
	}
	
#header_links li.normal_link.last a {
	border:0;
	}
	
#header_links li.normal_link:hover a {
	font-weight:normal;
	text-decoration:underline;
	}	
		
#header_links li.top_fb {
	width:30px;
	}	
	
.top_fb a {
	background:url(img/fb_icon.png) no-repeat 0 0;
	width:30px;
	height:30px;
	display:block;
	}		