body,html{
	margin: 0px;
	padding: 0px;

}

html{
	background:#f0f0f0;
}

body{
		background: white url(../_images/bodyBack.gif) repeat-x top left;
}

#wrapper{
	width:900px;
	margin: 0 auto;
	padding: 0px;
}


#utilNav{
	padding-top: 10px;
	height: 25px;
}



#header{
	clear:both;
	margin: 0px;
	padding: 0px;	
	position:relative;
	display:block;
	height: 243px;
	background:url(../_images/header.jpg) no-repeat top left;
}

#header a.logo{
	margin-top: 70px;
	float: left;
	background:url(../_images/comfortclip.gif) no-repeat top left;
}

#header a.logo, #header a.logo h1{
	display: block;
	width: 210px;
	height: 36px;
}

#header a.logo h1{
	display: none;
}

#header h2{
	display:block;
	width:220px;
	height: 21px;
	clear:both;
	float:left;
}

#header h2.NL{
	background: black url(../_images/payoff_nl.gif) no-repeat top left;
}
#header h2.EN{
	background: black url(../_images/payoff_en.gif) no-repeat top left;
}

#header h2.ES{
		background: black url(../_images/payoff_es.gif) no-repeat top left;
}

#header h2.FR{
		background: black url(../_images/payoff_fr.gif) no-repeat top left;
}

#header h2 span{
	display:none;
}


#globalNav{
	display: block;
	position:absolute;
	padding-left: 5px;
	bottom: 0px;
	_bottom:-1px;
	clear:both;
}


#cols{
	min-height: 450px;
	width: 900px;
	clear:both;
	background:white url(../_images/ce.gif) no-repeat bottom right;
	padding-bottom: 20px;
}

#sidecol,#sidecolShop{
	width: 260px;
	display: block;
	float: right;
	padding: 15px;
	min-height: 360px;
	_height:360px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 10px;
	background:white url(../_images/sidecol_back.gif) repeat-x top left;
	
}

#contactForm{
	padding: 15px;
	padding-top:0px;
	float:left;
	width: 400px;
	margin-left: 30px;
	position:relative;
}

#content{
	width: 540px;
	padding: 15px;
	padding-top: 0px;
	margin-top: 10px;
	display: block;
	float:left;

}

#footer{
	width:900px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 15px;
}

#footerWrapper{
	width: 100%;
	border-top:1px solid #cecece;
background:#f0f0f0;
}

input,textarea{
	border: 1px solid #7d7d7d;
	
}

input.long, textarea.long{
	width: 300px;
}

input.mid{
	width: 245px;
}

input.small{
	width: 50px;
}

.question{
	border-bottom: 1px dotted #454545;
	width: 500px;
}

.question h1{
	text-transform: none;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding-left: 15px;
	background: url(../_images/subNav_arrow.gif) no-repeat left;
	cursor: pointer;
}

.question div{
	padding:0 20px 15px 20px;
}

.shop{
	float:left;
	width: 166px;
	padding: 10px;
}