body{
background-image: url('../img/background.png');
}

header{
background-image: url('../img/background.png');
}

main,.last-row{
background-image: url('../img/body_bg.png');
}

hr{
border-top-color:#ac4d00;
}

a.text-link-nav:hover{
color:#eb902a;
}

a.text-link-nav.active{
color:#eb902a;
}

.shop-online{
background-image: url('../img/shop_button_reg.png');
background-repeat: no-repeat;
width: 260px;
height: 46px;
margin:30px auto 40px auto;
}

.shop-online:hover{
background-image: url('../img/shop_button_hov.png');
}

a.read-more-link:hover{
color: #eb902a;
}

a.text-link-footer:hover{
text-decoration: underline;
color: #eb902a;
}

h4{
font-weight: bold;
}

address.address a{
color:#96673e;
font-weight: bold;
}

/*Media queries*/
@media screen and (max-width:320px)
{
	a.text-link-nav{
		border-bottom: 1px solid #ac4d00;
	}
}