html,body {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */


body {
	background: #fff;	
	color: #6e7780;
	padding:0;
	text-align:center;
}

body, pre {
	font: 13px  arial, helvetica, verdana, sans-serif;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
	text-align:justify;
}

p{
	text-align:justify;
}

p,p.center{
	margin:0 0 1em 0;
}

a:link, a:visited, a:hover {
	color: #999999;
}
a img{
	border:none;
}

h1,h2{
	font-weight:normal;
}

h2{
	margin-bottom:1em;
}

h3{
	margin-bottom:0.2em;
}

h1{
	margin-bottom:30px;
	margin-top:50px;
}

ol, ul{
	margin-bottom:1em;
	padding-left:0px;
	margin-left:20px;
}

li{
	margin-bottom:1em;
}

input.button,input.submit{
	padding:0 15px;
	background:white;
	color:#0092dd;
	border: solid 1px #c2c2c2;
	font-size:10px;
	cursor:pointer;
}
input.text,textarea.text{
	text-align:left;
	background:#f4f4f4;
	color:#999999;
	border: solid 1px #c2c2c2;
	font-size:10px;
}
textarea.text{
	font:normal 11px arial;
}
select.text{
	text-align:left;
	background:#f4f4f4;
	color:#999999;
	border: solid 1px #c2c2c2;
	font-size:11px;
}
textarea.text{
	height:100px;
}

/************************
IMPORTANT MODIFIERS
************************/


.bold{
	font-weight:bold !important;
}

.italic{
	font-style:italic !important;
}

.upper{
	text-transform: uppercase !important;
}

.blue{
	color: #009ddf !important;
}

.black{
	color: black !important;
}

.red{
	color:#e51b24 !important;
}

.smaller{
	font-size:0.85em !important;
}
.bigger{
	font-size:1.15em !important;
}

.error{
	color:#e51b24 !important;
}

.underline{
	text-decoration:underline !important;
}

.pointer{
	cursor:pointer !important;
}
 
.link{
	text-decoration:underline !important;
	color:#999999 !important;
	cursor:pointer !important;
}
.link.blue{
	color: #009ddf !important;
	text-decoration:none !important;
}

.none{
	display:none !important;
}

/******************
*** CONTAINERS ****
*******************/

.center{
	margin:0 auto;
	text-align:center;
}

#banner{
	position:absolute;
	left:-84px;
	top:0px;
	z-index:0;
}

.HeaderTopBorder{
	background:#f2f2f2;
	height:16px;
	width:100%;
}

.header{
	width:965px;
	/*height:111px;*/
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}

.main{
	width:965px;
	min-height:500px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.footer{
	background: #70737c url(images/bg-footer.gif) repeat-x;
	color:white;
	padding:20px;
	text-align:center;	
	font-size:10px;
}

.footer a{
	color:white;
}

.footer .inner{
	text-align:left;
	width:925px;
	margin:0 auto;
	position:relative;
}

.footer .addresses div{
	float:left;
	width:138px;
	border:solid 1px #91949b;
	border-width:0 1px 0 0;
	margin-right:40px;
	font-size:1.2em;
}

.content{
	width:965px;
}

.header .inner, .content .inner{
	margin:0 20px;
}

.content, .contentSolutions{
	text-align:left;
}

.content .col2,.content .col3,.content .col4,.content .col5,.content .col6,.content .col7{
	float:left;
	margin:0 20px 20px 0;
}

.content .col2.last,.content .col3.last,.content .col4.last,.content .col5.last,.content .col6.last,.content .col7.last{
	margin-right:0;
}

.content .col2{
	width:190px;
}

.content .col3{
	width:295px;
}

.content .col4{
	width:400px;
}

.content .col5 {
	width:505px;
}

.content .col6 {
	width:610px;
}

.content .col7{
	width:715px;
	margin-right:0;
}

.contentSolutions .col1,.contentSolutions .col2,.contentSolutions .col3,.contentSolutions .col4{
	float:left;
}

.contentSolutions .col1{
	width:202px;
	margin:0 34px 20px 0;
}

.contentSolutions .col1.last{
	margin-right:0;
}

.contentSolutions .col2{
	width:438px;
	margin:0 49px 20px 0;
}
.contentSolutions .col2.last{
	margin-right:0;
}

.contentSolutions .col3{
	width:687px;
	margin:0 34px 34px 0;
}

.contentSolutions .col4{
	width:925px;
	margin:0 0 34px 20px;
}

.bg-curves{
	background: transparent url(images/bg-curves.gif) no-repeat 50% -14px;
}

.rond{
	margin-bottom:50px;
}

.sideImg{
	float:right;
	margin-top:57px;
	/*width:190px;*/
	/*text-align:center;*/
	/*margin-right:20px;*/
}

.separator{
	clear:both;
	width:570px;
	margin:1em 0 1em 10px;
	height:1px;
	background:none;
	border:solid 1px #cccfd2;
	border-width:0 0 1px;
}
.separator.short{
	width:165px;
}

.newsSnippet{
	margin-bottom:15px;
}
.newsSnippet p{
	margin:0;
}

.form input.text,.form textarea.text{
	width:295px;
}

.faqAnswer{
	display:none;
}
.faqAnswer.open{
	display:block;
}

.contactBox{
	width:174px;
	background:#efefef;
	/*padding:18px;*/
	margin:0 0 1em;
}

.contactBoxLarge{
	width:925px;
	background:#efefef;
	/*padding:23px 42px;*/
	margin:1em 0
}

.contactBoxButton{
	overflow:hidden;
	background:#fcfcfc;
	border: solid 1px #c3c3c3;
	padding:1px 20px;
}

.contactBoxButton span{
	margin:auto;
}

.banner{
	margin:16px 0 0 0;
}

#subscribe_message{
	width:200px;
}

/******************
 FONT 
 *****************/
h1{
	font-size:17px;
}
h2{
	font-size:13px;
	color:#009ddf;
	text-transform:uppercase;
}
h3{
	font-size:11px;
	text-transform:uppercase;
}

#audio h1, #audio h2, #audio a:link, #audio a:hover, #audio a:visited, #audio a:active{
	color:#99cc66;
}

#visual h1, #visual h2, #visual a:link, #visual a:hover, #visual a:visited, #visual a:active{
	color:#3399cc;
}

#scent h1, #scent h2, #scent a:link, #scent a:hover, #scent a:visited, #scent a:active{
	color:#996699;
}

.header{
	font-size: 11px;
}

.hugeText{
	font-size:37px;
}

.textLarger{
	font-size:28px;
}

.textLarge{
	font-size: 22px; /* starting at 18px font is (light) bold */
}
.textMedLarge{
	font-size: 17px; 
}

a.blue{
	color:#009ddf;
	text-decoration:none;
}
a.blue:hover{
	text-decoration:underline;
}

p.survey{
	padding:15px 30px;
	font-style:italic;
}

.socialIcons{
	float:left;
	border:none !important;
	width:auto !important;
}
.socialIcons a{
	margin-left:5px;
}

.pdf-box-audio{
	width:164;
	padding:5px;
	text-align:center;
	border: solid 1px #c1da5c;
}

.pdf-box-installation{
	width:164;
	padding:5px;
	text-align:center;
	border: solid 1px #e8841e;
}

.pdf-box-visual{
	width:164;
	padding:5px;
	text-align:center;
	border: solid 1px #00b0e2;
}

.pdf-box-scent{
	width:164;
	padding:5px;
	text-align:center;
	border: solid 1px #de71a2;
}

.pdf-box-sensorial{
	width:164;
	padding:5px;
	text-align:center;
	border: solid 1px #aa4e95;
}

.pdf-box a{
	color:#333
}

/**************
**** NAV ******
***************/ 
.nav{
	float:right;
}
.subNav{
	margin:52px 0 1em;
}

.subNav .child{
	margin-left:15px;
}

.nav a{
	padding-right:10px;
	margin-left:10px;
	border: solid 1px #d5d5d7;
	border-width:0 1px 0 0;
}

.nav a.last{
	padding-right:0;
	border-width:0;
}

.nav a:link,.nav a:visited{
	color:#2b2b2b;
	/*font-weight:bold;*/
	font-size:15px;
	text-decoration:none;
}

.subNav a:link,.subNav a:visited{
	color:#2b2b2b;
	font-size:15px;
	text-decoration:none;
}
.nav a:hover,.subNav a:hover{
	text-decoration:underline;
}

.navSolutions a{
	text-decoration:none;
	border: solid 1px #999999;
	border-width: 0 1px 0 0;
	padding-right:8px;
	padding-left:8px;
}

.navSolutions a:hover{
	text-decoration:underline;
}

.navSolutions a.last{
	border-width:0;
	padding-right:0;
}

.navFooter{
	margin:20px auto;
	text-align:center;
}

.navFooter a{
	margin-right:10px;
	border:solid 1px #c0c0c0;
	border-width: 0 1px 0 0;
	padding-right:10px;
	white-space:nowrap;
}

.navFooter a.last{
	margin-right:0;
	border:none;
	padding-right:0;
	white-space:nowrap;
}

.nav a.audio, .nav a:visited.audio, .nav a:hover.audio, .subNav a.audio, .subNav a:visited.audio, .subNav a:hover.audio{
	color:#99cc66;
	/*background: transparent url('images/bullet-audio.png') no-repeat scroll 0 62%;
	padding-left:15px;*/
}

.nav a.visual, .nav a:visited.visual, .nav a:hover.visual, .subNav a.visual, .subNav a:visited.visual, .subNav a:hover.visual{
	color:#3399cc;
	/*background: transparent url('images/bullet-visual.png') no-repeat scroll 0 62%;
	padding-left:15px;*/
}


.nav a.scent, .nav a:visited.scent, .nav a:hover.scent, .subNav a.scent, .subNav a:visited.scent, .subNav a:hover.scent{
	color:#996699;
	/*background: transparent url('images/bullet-scent.png') no-repeat scroll 0 62%;
	padding-left:15px;*/
}

.nav a.installation, .nav a:visited.installation, .nav a:hover.installation{
	color:#999999;
	/*background: transparent url('images/bullet-installation.png') no-repeat scroll 0 62%;
	padding-left:15px;*/
}


.subNav a, .subNav a.audio, .subNav a:visited.audio, .subNav a:hover.audio, .subNav a.visual, .subNav a:visited.visual, .subNav a:hover.visual, .subNav a.scent, .subNav a:visited.scent, .subNav a:hover.scent{
	display:block;
	padding:0;
	background:none;
	text-decoration:none;
}

.subNav a:hover.audio, .subNav a:hover.visual, .subNav a:hover.scent{
	text-decoration:underline;
}
