/*
 * CSS Woolmaster for layout
 * 20080327
 */

/***** Initialize *****/
html, body {
	height: 100%;
}

* {
	margin:0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
	padding: 0 0 1em 0; /* restore whitespace */
}

/***** General layout *****/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#423830;
	font-size: 12px;

}
a {
	color:#423830;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

img { border: none; }

#container{
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(/site/images/2009/bg.jpg) #a09382 top left no-repeat;
}

/***** header *****/

#header {
	height: 110px;
	/* border-bottom: solid 1px #d9d9d9; */
	overflow: hidden; /* IE6 */
}
#header #menu a{
	text-decoration:none;
	color: #423830;
}

#header #logo {
	float:left;
}
#header #logo a{
	display:block;
	margin-left: 50px;
	width: 370px;
	height: 110px;
	text-indent:-500em; /* Text replacement*/
	background: url(/site/images/2009/logo.png) no-repeat left center;
}
#header #menu{
	float: left;
	width: 500px;
	height: 110px;
	text-align: right;
}
#header #menu ul {
	list-style:none;
	height: 55px;
	width: 500px;
	padding: 0 10px 0 0;
}
#header #menu li{
	display : inline;
	line-height: 55px;
}
#header #menu #menu1{
	/* border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9; */
	font-size: 110%;
}
#header #menu #menu1 li a{
	padding: 0 10px 0 10px;
}
#header #menu #menu1 li a:hover, #header #menu #menu1 li.selected a{
	color:#fff;
}
#header #menu #menu2 {
	font-size: 120%;
}

#header #menu #menu2 li a{
	padding: 0 10px 0 10px;
	font-weight: bold;
}
#header #menu #menu2 li a:hover, #header #menu #menu2 li.selected a {
	color:#fff;
}
 
 
/***** main *****/
#content {
	
}

	#content h1 {
		margin-top:30px;
	}

#main{
	padding: 10px 20px 10px 20px;
}
#main ul {
	margin: 0 0 1em 2em;
}
#main td{
	padding: 50px 10px 0px 0px;
	vertical-align:top;
}

#main td h1{
	padding-left:0px;
	margin-top: 0px;
}

#main td p.textBig{
	margin: 15px 0px;
}

span.linkBig {
	font-weight:bold;
	font-size:10px;
}

#main td.tdBorderLeft
{
	border-left: 1px solid #423830;
	padding-left: 20px;
	padding-right: 0px;
}

#main #content ul.submenu {
	list-style:none;
}
#main #content .submenu a{
	color: #fff;
	font-size: 150%;
	text-decoration:none;
	}
#main #content .submenu a:hover,
#main #content .submenu .selected a,
#main #content .submenu a.selected
 {
	color: #cdcd5d;
	font-size: 150%;
	text-decoration:none;
	}


/***** footer *****/
#footer{
	width:940px;
	height: 110px;
	border-top: solid 1px #d9d9d9;
	padding: 10px 0 10px 0;
	font-size: 120%;
	margin: 10px 0;
	background: #FFF;
}
#footer #menu3 {
	list-style: none;
	text-align:right;
}
#footer #menu3 li{
	display: inline;
}
#footer a{
	color:#423830;
	text-decoration:none;
	padding: 0 0 0 20px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #logoRight {
	float:right;
}
#footer #logoLeft {
	float:left;
}
#footer img{
border: none;
}
/***** Einde opmaak die voor alle pagina's geldt *****/

/***** Opmaak pagina product range 1 ******/
/* Body heeft id pr */
#pr {
}
#pr #main {
	/* background: url(../images/bg_product.gif) repeat-y top left; */
	overflow:hidden;
	padding:0 0 10px 0;
	zoom:1;
}
#pr #main ul {
	list-style:none;
}
#pr #main .col1 {
	float: left;
	width:200px;
	padding: 0 0 0 50px;
}

/* menu opmaak */
#pr #main .col1 ul {
	
}
#pr #main .col1 li {
	
}
#pr #main .col1 li a {
	color: #423830;
	text-decoration: none;
	font-size:100%;
	line-height:20px;
}
#pr #main .col1 li a:hover,
#pr #main .col1 li.selected a {
	color: #423830;
	font-weight: bold;
}

	/* submenu */
	#pr #main .col1 ul	ul {
		display: none;
		padding: 10px 0  0 0;
		font-size: 80%;
	}
	#pr #main .col1 ul .show ul {
		display: block;
	}

/* einde opmaak menu */

/* opmaak voor product_ranges 1 */

.pr1 #main .col2 {
	float:left;
	width: 650px;
	overflow:hidden;
	text-align: left;
}
.pr1 #main .col2 ul {
	overflow:hidden;
	margin-left:0px;
	}
.pr1 #main .col2 li {
	float:left;	
	width: 150px;
	padding: 0 12px 10px 0;
}
.pr1 #main .col2 li a {
	text-decoration: none;
	color: #423830;
}

.pr1 #main .col2 li a img {
	width:150px;
	height:150px;
}

.pr1 #main .col2 li span {
	display:block;
}
.pr1 #main .col2 li a:hover span {
	text-decoration: underline;
}
/* einde opmaak voor product_ranges 1 */

/* opmaak voor product_ranges 2 */

.pr2 #main .col2 {
	float:left;
	width: 360px;
	overflow:hidden;
}
.pr2 #main .col2 ul {
	overflow:hidden;
	padding:0;
	margin: 0 0 0 30px;
	}
.pr2 #main .col2 li {
	float:left;	
	width: 110px;
	padding: 0 0 10px 0;
	text-align: center;
}
.pr2 #main .col2 li #productThumb {
	height: 60px;
	overflow: hidden;
}
.pr2 #main .col2 li a {
	text-decoration: none;
	color: #717c5a;
}
.pr2 #main .col2 li span {
	display:block;
}
.pr2 #main .col2 li a:hover span {
	text-decoration: underline;
}

.pr2 #main .col3 {
	float:left;
	width: 290px;
	overflow:hidden;
	text-align:right;
}
.pr2 #main .col3 span {
	display:block;
}
.pr2 #main .col2 a:hover span {
	text-decoration: underline;
}
/* einde opmaak voor product_ranges 2 */

/*  opmaak voor carpet care */
/* Body heeft id cc */
#cc {
	
}
#cc #main {
	overflow:hidden;
	padding:0 0 10px 0;
	zoom:1;
}

#cc #main .col1 {
	float: left;
	width:255px;
	padding: 10px 0;
}

/* menu opmaak */
#cc #main .col1 ul {
	list-style:none;
	margin-left: 80px;
}
#cc #main .col1 li {
	margin-bottom: 8px;	
}
#cc #main .col1 li a {
	color: #423830;
	font-size: 100%;
	text-decoration: none;
}
#cc #main .col1 li a:hover,
#cc #main .col1 li.selected a {
	font-weight:bold;
	color:#FFF;
}
#cc #main .col2 {
	float:left;
	width: 645px;
	overflow:hidden;
	padding: 10px 0 10px 40px;
}

#cc #main .col2 td {
	padding-top:5px;
}

#cc #main .col2 form {
	width: 90%;
	background-color:#FFF;
	padding-top:20px;
	margin-left:-15px;
	padding-left:30px;
	padding-bottom:20px;
}

#cc #main .col2 h2 {
	color:#FFF;
	font-weight:normal;
	font-size:20px;
	padding-bottom:3px;
	margin-left: -15px;
}

#cc #main .col2 img {
	margin-left: -15px;
}
/*
#cc #main .col2 img {
	margin: 0;
}
*/
/*  einde opmaak voor carpet care */

/* opmaak waarom pagiga */
#waarom #opsomming{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	color:#423830;
	font-weight:bold;
}

#waarom #opsomming font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 25px;
}

#waarom td h2{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

#waarom td p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-style:italic;
}

#waarom td h1 {
	font-size:30px;
	color:#FFF;
	padding-bottom:0px;
	padding-left:0px;
}

#waarom td h3 {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	padding-top: 0px;
	margin-top:0px;
}

/* onderhoud */

#onderhoud{
	background:#FFF;
	width:95%;
	margin-left: -15px;
}

#onderhoud td {
	padding-top:20px;
}

#onderhoud ol li {
	margin-left:50px;
}

#onderhoud ul li {
	margin-left:0px;
}

#onderhoud td:first-child {
	padding-top: 20px;
	padding-left:10px;
	line-height: 19px;
	font-style:italic;
	padding-bottom: 10px;
}

/* pos pagina */

#pos{	
}

#pos h1 {
	font-size: 50px;	
}