﻿html, body {
	height: 100%;
}

body {
	background: #000 url('../img/bg_body.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: 'Century Gothic', Verdana, Tahoma;
	font-size: 90%;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.halfWidth {
	width: 50%;
}

.center {
	text-align: center;
}

li {
	list-style-type: square;
}

/* PAGE */
#wrapper {
	width: 980px;
	margin: 0px auto;
	height: 100%;
}

.shadow_left {
	float: left;
	width: 10px;
	height: 100%;
	background: url('../img/shadow_left.png') no-repeat left 50%;
}

.shadow_right {
	float: left;
	width: 10px;
	height: 100%;
	background: url('../img/shadow_right.png') no-repeat left 50%;
}

#container_body {
	float: left;
	height: 100%;
	width: 960px;
}

#container_menu {
	float: left;
	height: 100%;
}

#container_page {
	float: left;
	height: 100%;
	background: #000;
	min-width: 608px;
	width: 608px;
	position: relative;
}

#container_suppliers {
	float: right;
	height: 100%;
}

/* MENU */
	#menu {
		float: left;
		margin: 0px;
		padding: 0px;
		height: 100%;
		border-left: 1px solid #000;
	}
	
	#menu li {
		list-style-type: none;
		display: block;
		height: 100%;
		float: left;
	}
	
	#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
		display: block;
		float: left;
		width: 39px;
		height: 100%;
		background: url('../img/bg_li.jpg') repeat-y;
	}
	
/* SUPPLIERS */
	#suppliers {
		float: left;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	#suppliers li {
		list-style-type: none;
		display: block;
		height: 100%;
		float: left;
	}
	
	#suppliers li a, #suppliers li a:link, #suppliers li a:active, #suppliers li a:visited {
		display: block;
		float: left;
		width: 39px;
		height: 100%;
		background: url('../img/bg_li.jpg') repeat-y;
	}
	
	#img_home {
		display: block;
		width: 39px;
		height: 70px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/home.jpg') no-repeat 0px 20px;
	}
	
	#img_contact {
		display: block;
		width: 39px;
		height: 115px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/contact.jpg') no-repeat 0px 20px;
	}
	
	#img_cinienils {
		display: block;
		width: 39px;
		height: 123px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/cinienils.jpg') no-repeat 0px 20px;
	}

	#img_mgx {
		display: block;
		width: 39px;
		height: 57px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/mgx.jpg') no-repeat 0px 20px;
	}
	
	#img_millelumen {
		display: block;
		width: 39px;
		height: 140px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/millelumen.jpg') no-repeat 0px 20px;
	}
	
	#img_muranodue {
		display: block;
		width: 39px;
		height: 160px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/muranodue.jpg') no-repeat 0px 20px;
	}
	
	#img_radius {
		display: block;
		width: 39px;
		height: 174px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/radius.jpg') no-repeat 0px 20px;
	}
	
	#img_absolut {
		display: block;
		width: 39px;
		height: 214px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/absolut.jpg') no-repeat 0px 20px;
	}
	
	#img_anta {
		display: block;
		width: 39px;
		height: 63px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/anta.jpg') no-repeat 0px 20px;				
	}
	
	#img_trizo {
		display: block;
		width: 39px;
		height: 91px;
		padding: 20px 0px 0px 0px;
		background: url('../img/menu/trizo21.jpg') no-repeat 0px 20px;
	}

/* PAGE */
	.logo {
		float: left;
		padding: 10px 10px 10px 30px;
		position: relative;
		z-index: 99;
		width: 120px;
	}
	
	.intro {
		float: left;
		padding: 0px 10px 0px 30px;
		* padding: 10px 10px 0px 30px;
		position: relative;
		z-index: 99;
		width: 382px;
	}
	
/* CONTACTFORM */
	form {
		display: block;
		width: 391px;
		position: relative;
		z-index: 101;
		margin: 0px 0px 0px 190px;
	}

	form div {
		display: block;
		clear: both;
		height: 26px;
	}
	
	form div.opmerkingen {
		height: 75px;
	}
	
	form label {
		float: left;
		display: block;
		width: 100px;
		text-align: left;
	}
	
	form input[type="text"] {
		display: block;
		float: left;
		width: 281px;
	}
	
	form textarea {
		display: block;
		float: left;
		width: 281px;
		height: 100px;
	}
	
	.submit {
		text-align: right;
		padding: 5px;
		* margin: 30px 0px 0px 0px;
	}
	
/* FOOTER */
	#container_footer {
		position: absolute;
		z-index: 10;
		width: 608px;
		bottom: 0px;
		padding: 150px 0px 0px 0px;
		background: url('../img/bg_footer.jpg') no-repeat center top;
	}
	
	#container_footer * a {
		color: #666;
		text-decoration: none;
	}
	
	#container_footer * a:hover {
		text-decoration: underline;
	}
	
	#footer_slogan {
		text-align: center;
		font-size: 80%;
		color: #ccc;
		padding: 4px 0px;
	}
	
	#footer_copyright {
		font-size: 60%;
		color: #666;
		border-top: 1px solid #666;
		text-align: center;
		padding: 5px 0px;
	}
