/* Common */
html{
	margin: 0px;
	padding: 0px;
}
body {
	background: #dfdacd;
	color: #2e3e55;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	behavior: url(script/csshover2.htc);
}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed, iframe {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
h1 {
	font-size: 24px;
}
.clear {
	clear: both;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix { /*IE7 fix*/
	display: inline-block;
}
.clearfix {
	display: block;
}

/* Structure */
#pagewrapper {
	background-color: #dfdacd;
	font-size: 11px;
	margin: 0px auto;
	width: 980px;
	border: 20px solid #dfdacd;
}
#pagewrapper p {
	text-align: left;
	font-size: 10px;
	margin: 4px;
	padding: 0;
	color: #CCCCCC;
}
#headerwrapper {
	width: 980px;
	height: 123px;
	background-color: #dfdacd;
	color: #fff;

}
#headerwrapper img {
	float: left;
	width: 188px;
	height: 123px;
}
#headerwrapper h3,
#mainwrapper h3 {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 10px 10px 5px 10px;
}

#headerwrapper p{
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	padding: 0px 4px;
}
#mainwrapper h4.select-long {
	background: #d1cec5 url(../images/select-long.png) no-repeat right;
	width: 325px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	margin-top: 4px;
}

#headerwrapper h4.select,
#mainwrapper h4.select {
	clear: both;
	float: right;
	background: #d1cec5 url(../images/select.png) no-repeat right;
	width: 85px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	margin-right: 18px;
}
#mainwrapper h4.select-middle {
	clear: both;
	float: right;
	background: #d1cec5 url(../images/select.png) no-repeat right;
	width: 145px;
	height: 20px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	margin-right: 18px;
}
#headerwrapper a,
#mainwrapper a {
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
#headerwrapper a:hover,
#mainwrapper a:hover {
	color: #2e3e55;
	text-decoration: none;
}
#mainwrapper p {
	color: #2e3e55;
	font-size: 12px;
}
#mainwrapper {
	width: 980px;
	margin: 0;
	padding: 10px 0 0 0;
	padding-top: 10px;
	color: #2e3e55;
}

#world {
	background: #bab6aa url(../images/world.png) no-repeat top;
	float: left;
	width: 384px;
	height: 123px;
	margin-left: 10px;
}
#header-offerte {
	background-color: #bab6aa;
	float: right;
	width: 388px;
	height: 123px;
}

#mainwrapper h1 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #2e3e55;
}

#mainwrapper h2 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	font-size: 14px;
	color: #2e3e55;
}
#main-left, #main-middle, #main-right {
	width: 320px;
	height: 120px;
	background-color: #bab6aa;
}
#main-left p, #main-middle p, #main-right p {
	font-size: 11px;
	color: #fff;
	padding: 0px 5px;
}
#main-left, #main-middle {
	float: left;
}
#main-middle {
	margin: 0px 10px;
}
#main-right {
	float: right;
}

#footer {
	background-color: #2e3e55;
	width: 980px;
	height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu {
	margin: 10px 0px;
	padding: 0;
	background-color: #bab6aa;
	z-index: 997;
}
#menu ul {
	padding: 0;
	margin: 0;
	z-index: 998;
}
#menu li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#menu li a {
	width: 163px;
	height: 38px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
#menu li a:hover {
	background-position: bottom center;
}
#menu ul li.active a.blu {
	background-position: bottom center;
}
#menu ul li.active ul a.blu {
	background-position: top center;
}
#menu ul li.active ul a:hover.blu {
	background-position: bottom center;
}
#menu ul ul {
	position: absolute;
	top: 38px;
	width: 196px;
	visibility: hidden;
	z-index: 1000;
}
#menu ul li:hover ul {
	visibility: visible;
}
a.blu {
	background: url(../images/blu.jpg) no-repeat top center;
}

label {
	width: 370px;
	font-size: 12px;
}
label textarea,
label input {
	float: right;
	width: 250px;
	border: 0;
	margin-bottom: 4px;
}
textarea {
	width: 250px;
	height: 120px;
}
#frm_trattamento{
	float: right;
	width: 10px;
	margin-left: 10px;
}
#inviaBtn {
	background: #d1cec5 url(../images/select.png) no-repeat right;
	width: 85px;
	height: 20px;
	border: 0;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	margin: 10px 0px 0px 305px;
}