

/* Sol&Nef Screen Style Sheet
------------------------------------------
Author: maccom sas / www.maccom.it
Version: 1.0 (05.2009)
------------------------------------------ */


/* Common Elements
-------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

body{
	background-color: #F6EFE5;
	background-position: center 0;
	text-align: center;
}

body,
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	/*letter-spacing: 0.05em;*/
	color: #666;
}

p{
	margin-bottom: 10px;
}

a{
	color: #006666;
	text-decoration: underline;
}

ul{
	list-style: none;
}

table{
	border-collapse: collapse;
}


/* Headers
-------------------------------------------------*/

h1,
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h1{
	font-size: 18pt;
	color: #006666;
	font-weight: normal;
	margin-bottom: 20px;
}

h2{
	font-size: 12pt;
	color: #330000;
	font-weight: bold;
	margin-bottom: 12px;
}


/* Main content elements
-------------------------------------------------*/

#center{
	width: 784px;
	margin: 0 auto;
	text-align: left;
}

#page{
	width: 614px;
	float: left;
}

#sidebar{
	display: none;
}

#close{
	width: 100%;
	height: 1px;
	clear: both;
	background-color: transparent;
}

#footer{
	width: 784px;
	margin: 0 auto;
	padding: 10px 0 0 12px;
	background-image: url(../images/footer_bg.jpg);
	background-position: 0px 0;
	clear: both;
}

#footer_margin{
	width: 100%;
	height: 30px;
	background-color: #F6EFE5;
	clear: both;
}

/* Page elements
-------------------------------------------------*/

#top,
#header,
#main{
	width: 100%;
}


/* Page elements - Top
-------------------------------------------------*/

#top{
	height: 107px;
	background-image: url(../images/top_bg.jpg);
	background-position: 0 0;
	width:100%;
}

#top a{
	width: 200px;
	height: 65px;
	display: block;
	margin: 27px 0 0 0px;
	float: left;
	text-decoration: none;
	display:none;
}

#top .xprint{
	
}



/* Top elements - Lingue
-------------------------------------------------*/

#top #lingue{
	display:none;
}



/* Page elements - Header
-------------------------------------------------*/

#header{
	display:none;
}


/* Page elements - Main
-------------------------------------------------*/

#main{
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#content{
	background-image: url(../images/content_bg.jpg);
}

#incontent{
	padding: 40px 30px 40px 0;
	background-image: url(../images/incontent_bg.jpg);
	background-position: bottom;
}



/* Sidebar elements - Banners
-------------------------------------------------*/

#banner img{
	border: none;
}


/* Page elements - Footer
-------------------------------------------------*/

/*#footer{
	padding: 10px 0 50px 12px;
	background-image: url(../images/footer_bg.jpg);
	clear: both;
}*/

#footer p{
	font-size: 10pt;
	clear: none;
	padding-top:20px;
	border-top:4px solid #666;
	text-align:left;
}


/* Footer elements - Concept by
-------------------------------------------------*/

.concept{
	width: 59px;
	height: 9px;
	display: block;
	background-image: url(../images/concept.jpg);
	text-decoration: none;
	float: right;
	margin: 3px 178px 0 0;
}

.concept:hover{
	background-position: 0 -9px;
}


/* Tables
-------------------------------------------------*/

.info_table{
	width: 100%;
	margin-bottom: 30px;
}

.info_table td{
	border-bottom: 1px solid #EADCCE;
	padding: 8px 0 3px 0;
}


/* Links
-------------------------------------------------*/

.internal-button,
.form-odd .button{
	background-image: url(../images/bg_internalbutton.gif);
	background-repeat: repeat-x;
	color: #fff;
	letter-spacing: normal;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	margin-top: 15px;
	font-size: 10px;
	line-height: 10px;
}

.internal-button:hover,
.form-odd .button:hover{
	background-image: url(../images/bg_internalbutton_hover.gif);
}

.internal-button{
	display:none;
}
/* Form contatti
-------------------------------------------------*/.

.form-odd,
.form-pri{
	width: 100%!important;
	display: block!important;
	background: Aqua!important;
}

.form-odd{
	padding-bottom: 10px;
}

.form-pri{
	padding-bottom: 20px;
	float: left;
}

.form-odd label{
	width: 130px;
	float: left;
	/*display: block;*/
	/*padding-bottom: 3px;*/
}

.form-pri label{
	width: 495px;
	margin-left: 10px;
}

.form-pri label,
.form-pri input{
	float: left;
}

.form-odd .inputbox{
	border: 1px solid #EADCCE;
	width: 350px;
}

.form-odd .button{
	border: none;
	padding: 0 5px!important;
	margin-top: 0;
	line-height: 15px;
}

.form-odd textarea{
	height: 100px;
}

.error-msg,
.pi-email-sent{
	border: 1px dashed #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

.error-msg p{
	color: #ff0000;
	margin-bottom: 0;
}

.pi-email-sent{
	background-image: url(../images/ok.png);
	background-position: 10px center;
}

.pi-email-sent p{
	padding-left: 60px;
	margin-bottom: 0;
}


/* Stuff
-------------------------------------------------*/

.xprint{
	
}

hr{
	height: 1px;
	background-color: #EADFCB;
	border: none;
}


