
#header_links {
    float: right;
    margin-right: 10px;
}
#header_links li {
    border-left: 1px solid #fff;
    float: left;
    padding: 0 10px;
}
#header_links li a {
    color: #fff;
}
#header_links li:first-child {
    border: 0 none;
    padding: 0 10px 0 0;
}
#header_links li:last-child {
    padding: 0 0 0 10px;
}
#permanent_links {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f9f9f9;
    border-color: #dddddd #dddddd #c4c4c4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#permanent_links div {
    background: url("../../../img/icon/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 2px 0 2px 15px;
}
.header_link_contact > a {
    font-family: Raleway-SemiBold,sans-serif;
    padding-left: 26px !important;
    position: relative;
}
.header_link_contact:before {
    position: absolute;
	content: "\f0e0";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
}
.header_link_blog > a {
    font-family: Raleway-SemiBold,sans-serif;
    padding-left: 27px !important;
	position: relative;
}
.header_link_blog:before {
    position: absolute;
	content: "\f27a";
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
}