/* ======================================================================================================
    Template
========================================================================================================= */
a{
    color:#4e6071 ;
}
p a{
	color: #79888A;
}

a:hover{
	color: #FFA339;
}
h1, h2, h3, h4, h5, h6 {
	color: #1B353D;
}
.logo{
    width: 320px;
	height: 58px;
	display: inline-block;
	text-indent: -9999px;
	background: url("../img/logo.png") no-repeat 0 0px;
}
.horizontal-menu li a{
    color: #4e6071;
    text-decoration: none;
}
.horizontal-menu li:hover a{
    color: #f37d34;
    text-decoration: underline;
}
.horizontal-menu li.active a{
    color: #f37d34;
    text-decoration: underline;
}
