/* Progettouno.com CSS, Copyright 2007 Progetto Uno Software.

1:- Tipografia di base
2:- Struttura
3:- Header
4:- Footer
5:- Newsletter
6:- Profilo Aziendale
7:- Richiesta Assistenza 

*/

/* ------ Tipografia di base ------ */

@import url(user.css);

.clearer {
	height:1px;
	overflow:hide;
	clear:both;
	margin-top:-1px;
}

/* ------ Struttura ------ */

#sito {
	margin: 2px auto 0px auto; 
	padding: 0px;
	width: 900px;
	border: 1px solid #B3B5B6;
}

/*------- Header --------*/

#header {
	background:#ecedee url(../immagini/philosophy.gif) no-repeat;
	width: 900px;
}


#header_logo {
	position:relative;
	width:900px;
}

#header_lang {
	background-color:#c9cbcc;
	padding: 4px 15px 4px 4px;
	text-align:right;
	width:auto;
	font-size: 9px;
}
#header_lang a{
	font-weight: normal;
	color: #000000;
}
#header_lang a:hover {
	color:#fff;
}

#header_menu {
	position:absolute;
	width:auto;
	right:15px;
	bottom:180px;
	font-size: 9px;
	text-transform:uppercase;
}

#header_menu a {
	color:#1a1a1a;
	font-weight: bold;
}
#header_menu a:hover {
	color:#009ED2;
}

#separatore {
	background: url(../immagini/separatore.gif) repeat-x left;
	width: 900px;
	height: 9px;
}


/*------- LAYOUT ---------*/


#content {
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}

#content a {
}

#content.layout_1col {	
}

#content.layout_2col {
	background: #fff url(../immagini/bg_col.gif) repeat-y left;

}


#column {	
	padding-top: 20px;
	margin-left: 10px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	background: #fff url(../immagini/circuito.gif) no-repeat bottom right;	
}

#column .box{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 50px;	
	padding-top:10px;
	border-top: 2px solid #ebebeb;
	clear:both;
}

#column .first{
	padding-top:0px;
	border-top: none;
}


#col_right {
	padding-top: 20px;
	width: 680px;
	float:right;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	background: #fff url(../immagini/circuito.gif) no-repeat center center;
}


#col_right .box{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right:50px;
	clear:both;	
}

#col_left {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;	
	width: 140px;
	float:left;
	min-height: 280px;
	height: auto !important;
	height: 280px;	
	background:#ECEDEE;
	color:#707072;

}

#col_left a {
	color:#707072;
}
#col_left a:hover {
	color:#009ED2;
}

#col_left .box{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right:20px;
	padding-top:10px;
	clear:both;
}

#col_left .first{
	padding-top:0px;
	margin-top: 0px;
	border-top: none;
}

/* ------ Stili Moduli ----- */
.box a img {
	border:none;
}


.box_img {
	float:right;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 20px 20px;
}

ul.box_linklist {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

ul.box_linklist li{
	font-size:10px;
	text-transform:uppercase;
	margin: 0 -20px 5px -10px;
	padding: 10px 20px 10px 10px;
	list-style:none;	
	background:none;
	width: 140px;
}

#col_left ul.box_linklist li{

}

.principale {
padding-right: 15px;
}

.principale .box_title {
	margin-top: 5px;
	margin-bottom: 12px;
}


#col_right .secondario {
	min-height: 280px;
	height: auto !important;
	height: 280px;	
padding-right: 15px;
}

.secondario .box_title {
	margin-top: 10px;
	margin-bottom: 12px;
}

.nota {
 border: none;
}

.nota .box_title {	
	margin:20px 0 11px -10px;
	padding-left:10px;
	 border: none;
}

#col_left .nota .box_title {
 border: none;
}

/* ------ Footer ------ */

#footer {
	width: 900px;
	color: #000;
	font-size:10px;
	margin: 3px auto 20px auto; 
}

#footer_menu {
	float: left;
	margin-left:15px;
	text-transform:lowercase;
}

#footer_copy {
	float: right;
	margin-right:15px;
}

#footer a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration:underline;	
	}

/* ----------- Newsletter  ----------- */
	
.newsLetterInput {
width: 95%;
border: none;
border: 1px solid #3883B1;
background: #ECF5FA;
padding: 2px 4px 2px 4px;
font-size: 1em;
vertical-align: top;
}
		
.newsLetterSubmit {
width: 48px;
height: 18px;
vertical-align: top;
border: none;
text-align: left;
padding: 0 0 1px 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #3883b1;
background: #CDE4F4 url(../images/freccia_as.gif) no-repeat right;
cursor: pointer;
}


/* ----------- Profilo Aziendale  ----------- */

#profile1 {
margin-bottom: 10px;	
}

#subscribeField {
background-color: #f2f2f2;
padding: 10px 10px 14px 10px;
margin: 0 0 12px 0;
}
	
#subscribeField dl {
margin: 0;
padding: 0;
}

#subscribeField dt {
width: 70px;
margin: 4px 0 1px;	
}
		
#subscribeField dd {
display: block;
margin: 0;
padding: 0;
}
			
#subscribeField input {
width: 170px;
border: 1px solid #ccc;
}	

/* ------ Form dei contatti ------ */

#formcontatti {
	margin-left: 35px;
}

#col_right table.form {
	width:80%;
}

#column table.form {
	width:80%;
}


table.form th {
	text-align:left;
	vertical-align:top;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:4px;
	white-space:nowrap;
}

table.form td {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:5px;
}

table.form hr {
	border: #CCC 1px solid;
	position:relative;
	top:10px;
}

label {
/*	display : block;*/
	float:left;
	font-size : 11px;
	line-height : 18px;
	white-space:nowrap;
	min-width: 48%;
	width: auto !important;
	width: 48%;
	margin-right:3px;
/*	color: #FFFFFF;*/
}

input, textarea, select {
	width : 100%;
	padding : 2px;
	border : 1px solid #b0bbbb;
	background :  #f6f6f6;
	font : 11px Verdana, Geneva,  Arial, Helvetica, sans-serif;
}

input.check {
	width : auto;
	padding : 0px;
	background:none;
	border:none;
	font-size : 100%;
}

input.submit {
	width : auto;
	padding : 4px .5em;
	color : #4e6462;
	font-size : 100%;
}

input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

#contactform p {
	margin : 0;
	line-height : 1.636;
	font-size : 92%;
	text-align : right;
}

fieldset {
	border: 0px;
	width: 250px;	
}