@charset "utf-8";
/* CSS Document */

html, body{
	height: 95%;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
body {
	font-family: Georgia, serif;
	font-size: 14px;
	background: #000000;
	background-image:url(../images/Industri_Collage.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#mainContent {
	margin: 0;
	padding: 0 0 100px 0;
	background:url(../images/textContentBg.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;

}
#mainContent #text{
	font-size:small;
	line-height:1.5;
	overflow:auto;
	padding:15px 15px 110px 15px;
	color:#FFF;
	width: 700px;
}
.shoplist{
	float:left;
	margin-right: 40px;
	padding-right: 5px;
}
#menuContainer {
	padding:0;
	background:#000;
	width: 100%;
	height: 100px;
	overflow:hidden;
	position:fixed;
	bottom:0px;
	left: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#menuContainer img {
	margin: 0 20px 0 0;
	float: left;
	padding: 15px 0 0 15px;
}

#menuContainer #menu{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;

	font-weight:700;
	padding: 15px 0 0 0;

}

#menuContainer #menu ul li{
	list-style:none;
	margin:0 15px 0 0;
	float:left;
}
a{
	color:#FFF;
	text-decoration:none
}
#menuContainer #menu ul li .selected{
	color:#FFF;
	text-decoration:underline;
}
#menuContainer #radio{
	position: absolute;
	right: 0px;
	bottom:3px;
}