/* Layout
----------------------------------------------------------------------------------------------------*/
html{
	height: 100%;
}
body{
	height: 100%;
}
div#page{
	position: relative;
	top: 0px; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#content{
	/*position: relative;*/
	padding-bottom: 284px;
}

/* `Head & Navigation
----------------------------------------------------------------------------------------------------*/
 
#head{
	height: 80px;
	position: relative;
	border-bottom: 1px dotted #353535;
	margin-bottom: 40px;
	overflow: visible;
}
/*logo*/
#head h3{
	position: absolute;
	width: 85px;
	height: 61px;
	margin-left: -10px;
	margin-top: 10px;
}
#head h3 a{
	display: block;
	width: 85px;
	height: 61px;
	text-indent: -9999em;
	background-image: url(img/common/meinl_logo_opt.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#head h3 a:hover{
	background-position: bottom left;
}
/*navigation*/
#head ul{
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#head ul li{
	list-style-image: none;
	font-size: 8pt;
	line-height: 11pt;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#head ul li a{
	color: #242426;
	font-size: 14pt;
	text-transform: uppercase;
}
#head ul li a:hover{
	color: #1b8be2;
}
#head ul li span{
	color: #636363;
}
#head ul li.act a{
	color: #1b8be2;
}
#head ul li.act span{
	color: #1b8be2;
	text-shadow: #ffffff 0px 0px 3px;
}
/* `Footer
----------------------------------------------------------------------------------------------------*/
#foot{
	position: relative;
	clear: both;
	font-size: 8pt;
	margin-top: -270px;
}
#foot ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#foot ul li{
	float: left;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#foot ul li a{
	font-weight: normal;
	color: #000000;
	padding: 0px 20px 3px 0px;
}
#foot ul li a:hover{
	text-decoration: underline;
}
#foot .container-12{
	padding-top: 10px;
}
#foot .grid-5{
	text-align: right;
}

