body
{
	background-color: #fcc861;
	background-image: url(../../images/emsal/bg_main.jpg);
	background-position: static;
	background-repeat: no-repeat;
}

ul *, ul *:before, ul *:after
{
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
}

.bg
{
	background: url(../../images/emsal/wallpaper.jpg);
	border-radius: 1em;
	border: 2px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 1em;
	margin-top: 2em;
	background-repeat: no-repeat;
	background-size: cover;
}

.emsal-menu
{


}

.emsal-menu a
{

	display: block;
	color: white;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 2px 2px 2px black, 0 0 1em black;

}

.emsal-menu a:hover
{
	text-decoration: none;
	color: #fcc861;
}

.emsal-content
{
	background-color: #f8ecd6;
	border: 2px solid #dda448;
	border-left: 0px;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	margin-left: -0.2em;
	padding: 1em;
	min-height: 500px;

}

.emsal-filter h4
{
	margin-top: 2em;
	color: #e98505;
}

.emsal-product
{
	width: 125px;
	height: 180px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
}

.emsal-product:hover
{
	text-decoration: underline;
	color: #e98505;
}

.emsal-product
{
	padding: 1em;
	color: #e98505;
	line-height: 1.1;
	foint-size: 0.6em;
}