html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


body {
	background:#e1efd7 url(../images/layout/bgContent.jpg) repeat-y left top;
	background-attachment:fixed;
	font-family: Arial, Verdana, sans-serif;
	/*line-height: 1.4;*/
	font-size: 12px;
	color:#58585a;
}

html, body {
	height: 100%;
}


h1 {
	font-size: 24px;
	font-weight:normal;
	color:#f39800;
}

h2 {
	font-size: 25px;
	color:#000;
	
}

h3 {
	font-size: 13px;
	/*font-weight:bold;*/
	color:#015E24;
}

h4 {
	font-size: 13px;
	font-weight:700;
	color:#eb443a;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#009999;
}

p {
	font-size: 12px;
}


strong{font-weight:700; color:#015E24;}

a {
	color: #eb443a;
	outline:none;
}

a:hover {
	color: #eb443a;
	text-decoration:none;
}

.clear{clear:both;}
.hidden{display:none;}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

em{
	font-style:italic;
}



/**
 * WRAPPERS & STRUCTUR
 * _____________________________________________
 */

#containerWrapper{
	width:970px;
	/*margin:0 auto;*/
	/*background:#e1efd7 url(../images/layout/bgContent.jpg) repeat-y left top;*/
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -30px; /* the bottom margin is the negative value of the footer's height */
	
}

#headerWrapper{
	background:url(../images/layout/headerBg.jpg);
	height:139px;
}

#footerWrapper, div.push {
	height: 30px;
}

#headerWrapper div.container{
	 padding:85px 30px 0 0px;
}

#contentWrapper #left {
	position:absolute;
	width: 211px;
	margin: 0px;
	padding: 0px;
	background:transparent url(../images/layout/leftBg.jpg) no-repeat top center;
}

#contentWrapper #content {
	padding: 0;
	margin: 0 0px 0 211px;
	padding-left:2px;
	/*padding-left:211px;*/
	padding-bottom:7px;
	background:transparent url(../images/layout/contentHomeBg.jpg) no-repeat top;
	min-height:550px;
	height:expression(this.scrollHeight > 550 ? "auto":"550px"); 
}


.pg_detail #contentWrapper #content {
	background:url(../images/layout/contentDetailBg.jpg) no-repeat top;
}


#contentAllProblemsTop{
	height:25px;
	background:transparent url(../images/layout/contentAllproblemsBg.jpg) no-repeat top;
}

#contentAllProblems{
	background:transparent url(../images/layout/contentAllproblemsBg2.jpg) repeat-y top;
	border-bottom:#fff solid 1px;
	padding-bottom:40px;
}

#contentAllProblems #contentLeft{
	margin-left:75px;
	width:280px;
	float:left;
	margin-right:95px;
}
#contentAllProblems #contentRight{
	width:280px;
	float:left;
}

#contentPage{padding:40px 75px;}
#contentPage2{padding:0px 75px 30px 75px; width:280px;}


/**
 * CONTENT
 * _____________________________________________
 */
 
 #headerWrapper h1 a{
	width: 211px;
	height: 192px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
 	background: transparent url(../images/layout/logo-sos-huis-en-tuin_nl.png) no-repeat top left;
	text-indent: -9999px;
	z-index:9999;
	margin-top:31px;
 }
 
 #fr #headerWrapper h1 a{
 	background: transparent url(../images/layout/logo-sos-huis-en-tuin_fr.png) no-repeat top left;
 }
 
 
 #headerWrapper p.lblNeteligeProblemen a{
	width: 705px;
	height: 53px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
 	background: transparent url(../images/layout/headerNeteligeProblemen_nl.png) no-repeat top left;
	text-indent: -9999px;
	z-index:9999;
	margin-left:243px;
	margin-top:30px;
 }
 
 #fr #headerWrapper p.lblNeteligeProblemen a{
 	background: transparent url(../images/layout/headerNeteligeProblemen_fr.png) no-repeat top left;
 }
 
 #headerWrapper h2{
	 text-align:right;
	 font-size:12px;
	 color:#d6dfbc;
	 
 }
 
 #headerWrapper h2.period{
 	font-size:24px;
	color:#80be47;
	font-family:"Arial Black", Arial, Helvetica;
 }
 
 
 
 /* HOME ITEMS */
 
 dl.productHome{
	width:251px;
	margin-bottom:10px;
	margin-top:23px;
	float:left;
	color:#ffffff;
 }
 
 dl.productHome dt{
 	position:relative;
 }
 
 dl.productHome dd a{
	background-color:#469400;
	width:188px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	 
	margin-top:-40px;
	padding:30px 6px 10px 6px;
 	height:60px;
 }
 
 dl.productHome dd a:hover{
	background-color:#fa0606;
 }
 
 dl.productHome dd a.active{
	background-color:#fa0606;
 }
 
 dl.productHome dd a span{
	color:#fff200;
	font-size:20px;
	font-weight:700;
 }
 
 dl.one dd a{
	margin-left:26px;
 }
 
 dl.two dd a{
	margin-left:26px;
	
 }
 
 dl.tree dd a{
	margin-left:26px;
 }
 
 /* DETAIL */ 
 
 div.detailbox{
	background:transparent url(../images/layout/detailBoxBg.jpg) no-repeat bottom center;
	padding:10px 30px 20px 20px;
	border-bottom:#FFFFFF solid 2px;
 
 }

 div.detailbox div.photo{
	float:left;
	width:257px;
	padding-top:37px;
 }
 
 div.detailbox div.data{
	float:left;
	width:450px;
	padding-top:37px;
 }
 
 div.detailbox div.data ul {
	list-style:square;
	margin:15px 0 15px 15px;
 }
 
 div.detailbox div.data ol {
	list-style:decimal;
	margin:15px 0 15px 30px;
 }
 
 div.detailbox div.data ul li{
	margin-bottom:5px;
 } 
 
 div.detailbox div.data h3{
    font-size: 15px;
	font-weight:bold;
	color:#015E24;
	margin-bottom:0px;
	text-transform:uppercase;
	padding-bottom:10px;`
 }
 
 
 
 
 div.detailboxtop{
	padding-left:10px;
	min-height:175px;
	height:expression(this.scrollHeight > 175 ? "auto":"175px"); 
	border-bottom:#FFFFFF solid 2px;
 }
 
 div.detailboxtop div.detail{
 	padding-top:50px;
	padding-left:265px; 
 }
 
 
 div.detailboxtop div.photo{
	position:absolute;
	width:251px;
 }

 div.detailboxtop h2 span{
	color:#015E24;
	font-family:"Arial Black", Arial, Helvetica;
 }

 div.detailboxtop h2{
	letter-spacing:0.5px;
	margin-bottom:10px;
	font-size:30px;
 }
 
  div.detailboxtop ul{
	padding-bottom:0px;
 }
  
 div.detailboxtop ul li{
	float:left;
	background:url(../images/layout/listSpaceOne.gif) no-repeat right;
	padding:0 5px;
 }
 
 div.detailboxtop ul li.last{background:none;}
 
 div.detailboxtop ul li a{
	color:#015E24;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Arial Black", Arial, Helvetica;
	font-size:10px;
 }
 
  div.detailboxtop ul li a:hover{
	 text-decoration:underline;
  }
 
  div#contentAllProblems h3{
  	color:#58575d;
  	font-weight:bold;
  	margin-top:18px;
  }
  
  div#contentAllProblems h3.top{
  	font-size:14px;
  	margin-bottom:10px;
  }
  
  div#contentAllProblems ul li{
  	padding:4px 0;
  }
  
  div#contentAllProblems ul li a{
  	color:#58575d;
  	text-decoration:none;
  	font-size:11px;
  }
  
  div#contentAllProblems ul li a:hover{
	 text-decoration:underline;
  }
 
 
 
  div#contentPage h2, div#contentPage2 h2{
	letter-spacing:0.5px;
	margin-bottom:10px;
	font-size:30px;
	color:#015E24;
	margin-bottom:10px;
	font-weight:bold;
  }
 
  
  span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	/*clear: both;*/
 }

	.contactfrm dl{
		margin-bottom:15px;
	}
	
	.contactfrm  dt{
		margin-bottom:5px;
	}
	
	
	.contactfrm .txt,.contactfrm .txt_error{
		padding:3px;
		width:300px;
		border:#ccc solid 1px;
	}
	
	.contactfrm textarea.txt{
		width:400px;
	}

 
  div#contentPage ul,div#contentPage2 ul {
	list-style:square;
	margin:15px 0 15px 15px;
  }
  
  div#contentPage ol,div#contentPage2 ol {
	list-style:decimal;
	margin:15px 0 15px 30px;
  }
 
 
 /* LEFT */
 
 #left div.banner{
 	background:url(../images/layout/bannerBg.jpg);
	height:163px;
 }
 
 #left div.banner p{
 	color:#ed1c24;
	position:absolute;
	margin-left:118px;
	margin-top:15px;
	width:85px;
 }
 
 #left div.banner p span{
 	color:#015e24;
	font-family:"Arial Black", Arial, Helvetica;
 }
 
 #left div.banner p a{
   text-decoration:none;
 }
 
 #left div.banner a.readmore {
 	color:#004e0e;
	font-size:10px;
	display:block;
	text-align:right;
	text-decoration:none;
 }
 
 #left div.banner a.readmore:hover {
 	color:#ed1c24;
 
 }
 
 #left div.banner img{
 	margin-left:15px;
 	margin-top:20px;
 }
 
 #left div.newsleter{
	margin-top:-38px;
	margin-left:90px;
 
 }
 
 #left #searchFrm{
 	margin-left:45px;
	margin-top:15px;
	margin-bottom:15px;
 }
 
 #left #searchFrm input.txt{
	width:100px;
	background:#eeeeee url(../images/layout/searchZoom.gif) no-repeat 5px 2px;
	border:#666 solid 1px;
	padding:3px 2px 3px 25px;
	font-size:10px;
	color:#232323;
 }
 
 #left #searchFrm input.submitbtn{
 	border:#666 solid 1px;
 	padding:0;
 	padding:1px 3px;
 	padding-bottom:2px;
 }
 
 #footerWrapper p{
 	padding:0 5px;
 	color:#D6DAA2;
 	font-size:10px;
 }
 
 #footerWrapper p a{
 	color:#D6DAA2;
 	text-decoration:none;
 }
 
 #footerWrapper p a:hover{
 	color:#FDD502;
 }
 
 
 .notice-box {
	/*border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;*/
	font-size:14px;
}
 
 
 
 
 
 
 
/**
 * NAV
 * _____________________________________________
 */ 
 
 div#nav{
	min-height:120px;
	height:expression(this.scrollHeight > 120 ? "auto":"120px"); 
	margin-top:93px;
	background-color:#5f9d50;
	padding-bottom:3px;
	padding-right:2px;
 }
 
div#nav ul li{
	 list-style-image:url(../images/layout/navListBg.gif);
	 list-style-position:outside;
	 margin:0 0 10px 45px;
}

div#nav ul li ul {
	 margin:5px 0;
}

div#nav ul li ul li{
	 margin:0 0 3px 14px;
}
 
div#nav ul li a{
 	color:#fff;
	text-decoration:none;
 }
 
 div#nav ul li a:hover, div#nav ul li.active a{
 	color:#ffed00;
 }
 
 div#nav ul li.active a{
	font-weight:700;
 }
 
 div#nav ul li.active li a{
	font-weight:normal;
	color:#fff;
 }
 
 div#nav ul li.active li a:hover,div#nav ul li.active li.active a{
	color:#ffed00;
 }
 
 
 div#language{
 	position: absolute;
 	margin-left:970px;
 }
 
  div#language a{
  	display:block;
  	background-color:#3D8000;
  	color:#fff;
  	text-decoration:none;
  	padding:3px;
  	margin-bottom:1px;
  	font-size:11px;
  }
  
  #nl div#language a.nl{color:#80be47;}
  #fr div#language a.fr{color:#80be47;}
  
  #search-result div {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #fff;
	color: #333;
}

#search-result a.link{
	color:#666;
	font-size:11px;
}

p.smaller{
	font-size:11px;
	color:#8F8F8F;
}


.movies{
	width:303px;
	float:left;
	margin:10px 0 30px 0px;
}

div#contentPage .movies h2{
	font-size:18px;	
}

