/* -------------------- GLOBAL -------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
h1 {margin:0;color: #87a52a;font-weight: normal;letter-spacing: -1px;font-size: 30px;margin-bottom: 25px;padding-bottom: 5px;border-bottom: 10px solid #EDEDED;}
h2 {
	color: #555555;
	letter-spacing: -1px;
	font-size: 15px;
	margin-bottom: 1em;
	text-align: justify;
	font-weight: bolder;
	line-height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
p {
	text-align: justify;
	line-height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
a {color: #555555;text-decoration: none;}
a:hover {color: #555555;text-decoration: underline;}
img{border:0px;}

/* -------------------- WRAPPER -------------------- */

#wrapper {
	background-image: url(../img/design/bgd_header.jpg);
	background-repeat: repeat-x;
}

/* -------------------- HEADER -------------------- */

#header {
	width: 1000px;
	height: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/design/bgd_header.jpg);
	background-repeat: repeat-x;
}
#mdn {
	float: left;
	width: 230px;
	height: 160px;
}
#logo {
	float: left;
	width: 230px;
	height: 95px;
}
#logo a {
	float: left;
	width: 230px;
	height: 95px;
	text-indent: -1000em;
	background-image: url(../img/design/logo_mdn.jpg);
	background-repeat: no-repeat;
}
#logo-uk {
	float: left;
	width: 230px;
	height: 95px;
}
#logo-uk a {
	float: left;
	width: 230px;
	height: 95px;
	text-indent: -1000em;
	background-image: url(../img/design/logo_mdn_uk.jpg);
	background-repeat: no-repeat;
}
#logo-nl {
	float: left;
	width: 230px;
	height: 95px;
}
#logo-nl a {
	float: left;
	width: 230px;
	height: 95px;
	text-indent: -1000em;
	background-image: url(../img/design/logo_mdn_nl.jpg);
	background-repeat: no-repeat;
}
#flags {
	float: left;
	width: 215px;
	height: 20px;
	padding-bottom: 10px;
	padding-top: 45px;
	padding-left: 15px;
}
/* -------------------- MENU -------------------- */

#menu {
	float: left;
	height: 105px;
	width: 770px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-indent: -1000em;

}

#menu .about a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/about1.jpg);
	background-repeat: no-repeat;
}

#menu .services a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/services1.jpg);
	background-repeat: no-repeat;
}

#menu .certifications a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/certifications1.jpg);
	background-repeat: no-repeat;
}

#menu .customer a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/customer-relationship1.jpg);
	background-repeat: no-repeat;
}
#menu .price a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/price-policy1.jpg);
	background-repeat: no-repeat;
}
#menu .quality a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/quality1.jpg);
	background-repeat: no-repeat;
}

#menu .about a:hover, #menu .about-current a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/about2.jpg);
	background-repeat: no-repeat;
}

#menu .services a:hover, #menu .services-current a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/services2.jpg);
	background-repeat: no-repeat;
}

#menu .certifications a:hover, #menu .certifications-current a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/certifications2.jpg);
	background-repeat: no-repeat;
}

#menu .customer a:hover, #menu .customer-current a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/customer-relationship2.jpg);
	background-repeat: no-repeat;
}
#menu .price a:hover, #menu .price-current a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/price-policy2.jpg);
	background-repeat: no-repeat;
}
#menu .quality a:hover, #menu .quality-current a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/quality2.jpg);
	background-repeat: no-repeat;
}
/* -------------------- MENU UK -------------------- */

#menu-uk {
	float: left;
	height: 105px;
	width: 770px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#menu-uk ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-uk li {
	display: inline;
}

#menu-uk a {
	display: block;
	float: left;
	text-indent: -1000em;

}

#menu-uk .about a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/about1-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .services a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/services1-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .certifications a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/certifications1-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .customer a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/customer-relationship1-uk.jpg);
	background-repeat: no-repeat;
}
#menu-uk .price a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/price-policy1-uk.jpg);
	background-repeat: no-repeat;
}
#menu-uk .quality a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/quality1-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .about a:hover, #menu-uk .about-current a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/about2-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .services a:hover, #menu-uk .services-current a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/services2-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .certifications a:hover, #menu-uk .certifications-current a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/certifications2-uk.jpg);
	background-repeat: no-repeat;
}

#menu-uk .customer a:hover, #menu-uk .customer-current a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/customer-relationship2-uk.jpg);
	background-repeat: no-repeat;
}
#menu-uk .price a:hover, #menu-uk .price-current a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/price-policy2-uk.jpg);
	background-repeat: no-repeat;
}
#menu-uk .quality a:hover, #menu-uk .quality-current a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/quality2-uk.jpg);
	background-repeat: no-repeat;
}
/* -------------------- MENU NL -------------------- */

#menu-nl {
	float: left;
	height: 105px;
	width: 770px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#menu-nl ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-nl li {
	display: inline;
}

#menu-nl a {
	display: block;
	float: left;
	text-indent: -1000em;

}

#menu-nl .about a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/menu-nl-11.jpg);
	background-repeat: no-repeat;
}

#menu-nl .services a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/menu-nl-21.jpg);
	background-repeat: no-repeat;
}

#menu-nl .certifications a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/menu-nl-31.jpg);
	background-repeat: no-repeat;
}

#menu-nl .customer a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/menu-nl-41.jpg);
	background-repeat: no-repeat;
}
#menu-nl .price a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/menu-nl-61.jpg);
	background-repeat: no-repeat;
}
#menu-nl .quality a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/menu-nl-51.jpg);
	background-repeat: no-repeat;
}

#menu-nl .about a:hover, #menu-nl .about-current a {
	width: 156px;
	height: 105px;
	background-image: url(../img/design/menu-nl-12.jpg);
	background-repeat: no-repeat;
}

#menu-nl .services a:hover, #menu-nl .services-current a {
	width: 90px;
	height: 105px;
	background-image: url(../img/design/menu-nl-22.jpg);
	background-repeat: no-repeat;
}

#menu-nl .certifications a:hover, #menu-nl .certifications-current a {
	width: 105px;
	height: 105px;
	background-image: url(../img/design/menu-nl-32.jpg);
	background-repeat: no-repeat;
}

#menu-nl .customer a:hover, #menu-nl .customer-current a {
	width: 115px;
	height: 105px;
	background-image: url(../img/design/menu-nl-42.jpg);
	background-repeat: no-repeat;
}
#menu-nl .price a:hover, #menu-nl .price-current a {
	width: 140px;
	height: 105px;
	background-image: url(../img/design/menu-nl-62.jpg);
	background-repeat: no-repeat;
}
#menu-nl .quality a:hover, #menu-nl .quality-current a {
	width: 160px;
	height: 105px;
	background-image: url(../img/design/menu-nl-52.jpg);
	background-repeat: no-repeat;
}
/* -------------------- PAGE -------------------- */

#page {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}

/* -------------------- SLIDER -------------------- */
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:340px;
	height:290px;
	overflow:hidden; 
	}	
/* -------------------- CONTENT -------------------- */

#content {
	float: left;
	width: 580px;
}
#content img {
	border:0px;
}
#content ul {
	list-style-image: url(../img/design/tick.png);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 2em;
	padding-bottom: 0px;
	list-style-position: inside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}
#content li {
	line-height: 26px;
}
/* -------------------- CONTACT -------------------- */
.contact {
	text-align:right;
}
.contact ul {
	list-style-type:none;
}
.contact li {
	list-style-type:none;
	margin-bottom: 1em;
	list-style-image: none;
}
.contact li.special {display:none;}
.contact select {width:304px;}
.contact input {width:300px;}
.contact textarea {width:300px;}
/* -------------------- SIDEBAR -------------------- */

#sidebar {
	float: left;
	width: 350px;
	line-height: 26px;
	margin-right: 60px;
}
#sidebar h2 {
	border-bottom: 10px solid #EDEDED;
	font-size: 18px;
	font-weight: normal;
	color: #87a52a;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul {
	margin: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* -------------------- BOX -------------------- */
.box-picture {
	float: left;
	width: 340px;
	height: 290px;
	margin:0;
	border:1px solid #EDEDED;
	padding:4px;
}
.box-address {
	float: left;
	width: 350px;
	margin-top: 14px;
}

.box {
	text-align: center;
	padding-bottom: 15px;
}
.box-contact {
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 14px;
}
.box-important {
	text-align: center;
	background-color: #87a52a;
	color: #FFFFFF;
	margin-bottom: 2em;
	padding: 30px;
}
/* -------------------- FOOTER -------------------- */

#footer {
	background-image: url(../img/design/bgd_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	background-color: #0298A6;
	margin-top: 0px;
	
}
html>body #footer {
	height: auto;
}
#item {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/design/bgd_footer_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 115px;
	text-align: center;
}
#item ul {margin: 0;padding: 0;list-style: none;color: #FFFFFF;line-height: 20px;}
#item li {display: inline;margin-right: 3px;margin-left: 3px;}
#item a {color: #FFFFFF;text-decoration: none;}
#item a:hover {color: #FFFFFF;text-decoration: underline;}

#item-uk {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/design/bgd_footer_top_uk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 115px;
	text-align: center;
}
#item-uk ul {margin: 0;padding: 0;list-style: none;color: #FFFFFF;line-height: 20px;}
#item-uk li {display: inline;margin-right: 3px;margin-left: 3px;}
#item-uk a {color: #FFFFFF;text-decoration: none;}
#item-uk a:hover {color: #FFFFFF;text-decoration: underline;}

#item-nl {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/design/bgd_footer_top_nl.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 115px;
	text-align: center;
}
#item-nl ul {margin: 0;padding: 0;list-style: none;color: #FFFFFF;line-height: 20px;}
#item-nl li {display: inline;margin-right: 3px;margin-left: 3px;}
#item-nl a {color: #FFFFFF;text-decoration: none;}
#item-nl a:hover {color: #FFFFFF;text-decoration: underline;}

