/* Css for footer link start */

#pst_footerlink{
	text-align:center;
	margin:0;
}
#pst_footerlink li{
	display:inline-block;
	vertical-align:top;
}
#pst_footerlink li a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 20px 0 8px;
    text-transform: uppercase;
    color: #333333;
}
#pst_footerlink li a:hover{
    color: #e99728;
}
#pst_footerlink li a:before{
	display:none;
}
#links_block_footer {
	margin-bottom: 20px;
}
#pst_footerlink li a:after {
    content: '';
    height: 10px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: 12px;
    left: auto;
    right: 3px;
}
#pst_footerlink li:last-child a:after{
	display:none;
}
/* Css for footer link end */