/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

.noBackground {
	background:none!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e7eaee url(../images/bgPage.jpg) center top no-repeat;
	color: #6d6e6e;
	line-height: 18px;
}

a {
	color: #6d6e6e;
}

a:hover {
	color:#ec1313;
}

#container{
	position: relative;
	display: inline;
	float: left;  
	width: 100%;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header{
	float:left;
	display:inline;
	width: 980px;
	height: 172px;
}
 
#header h1{
	display: inline;
	float: left;
	width: 343px;
	height: 110px;
	margin-left: 30px;
	background: url(../images/logo.gif) left top no-repeat;
}

#header h1 a{
	display: inline;
	float: left;
	width: 343px;
	height: 110px;
}

#header h1 span{
	display: none;
}

#header .logoCiviltaDelLavoro{
	display: inline;
	float: right;
	width: 130px;
	height: 110px;
	margin-right: 30px;
	background: url(../images/logoCiviltaDelLavoro.gif) left center no-repeat;
}

#header .logoCiviltaDelLavoro a{
	display: inline;
	float: left;
	width: 130px;
	height: 110px;
}

#header .logoCiviltaDelLavoro span{
	display: none;
}

#header .logoUnasca{
	display: inline;
	float: right;
	width: 167px;
	height: 110px;
	background: url(../images/logoUnasca.gif) left center no-repeat;
}

#header .logoUnasca a{
	display: inline;
	float: left;
	width: 167px;
	height: 110px;
}

#header .logoUnasca span{
	display: none;
}

#content{
	float:left;
	position: relative; 
	display:inline;
	width: 960px;
	min-height: 500px;
	background:url(../images/bgContent.png) left top repeat-y;
	padding: 0 10px;  
}

#footer{ 
	float:left;
	display:inline;
	width: 980px;
	height: 80px;
	font-size: 11px;
	background:url(../images/bgFooter.gif) left top no-repeat;
}

#contentFooterLeft{
	float:left;
	display:inline;
	width: 470px;
	padding-top:30px;
	padding-left:20px;
	text-align: left;
}

#contentFooterRight{
	float:left;
	display:inline;
	width: 470px;
	padding-top:30px;
	padding-right:20px;
	text-align: right;
}

#footer a{
	color:#6d6e6e;
	text-decoration:underline;
}

#footer a:hover{
	color:#ec1313;
	text-decoration:none;
}

/*###################################### END TEMPLATE STYLES ######################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width:980px;
	font-size:14px;
	background:url(../images/bgMainNav.png) center no-repeat;
	height:62px;
}

#mainNav ul {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 178px;
	height:62px;
}

#mainNav li {
	display: inline;
	float: left;
}

#mainNav li a {
	display: inline;
	float: left;
	height: 62px;
	padding: 30px 25px 0 25px;
	background: url(../images/navSeparator.gif) right 35px no-repeat;
	color: #888;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
}

#mainNav li a:hover, #mainNav li a.mainNavSel {
	color:#ec1313;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### LEFT NAV ######################################*/

#leftNav{
	display: inline;
	float: left;
	width: 249px;
}

#leftNav ul {
	display: inline;
	float: left;
	list-style: none;
}

#leftNav li {
	display: inline;
	float: left;
}

#leftNav li a {
	display: inline;
	float: left;
	width: 219px;
	padding: 3px 10px 3px 20px;
	color: #888;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#leftNav li a:hover, #leftNav li a.selLeftNav{
	color: #ec1313;
}

/*###################################### END LEFT NAV ######################################*/









/*###################################### START HOME CONTENT ######################################*/

.boxPreventivo{
	display:inline;
	float:left;
	position:absolute;
	width:258px;
	height: 170px;
	margin:30px 0 0 30px;
	background:url(../images/bgBoxPreventivo.png) top left no-repeat;
}

.boxPreventivo h3{
	display:inline;
	float:left;
	width:256px;
	margin:1px;
	height: 51px;
	background:url(../images/titBoxPreventivo.png) top left no-repeat;
}

.boxPreventivo h3 span{
	display:none;
}

.boxPreventivo ul{
	display:inline;
	float:left;
	list-style: none;
	margin-top: 10px;
}

.boxPreventivo ul li{
	display:inline;
	float:left;
}

.boxPreventivo ul li a{
	display:inline;
	float:left;
	width: 228px;
	padding: 5px 15px;
	color: #6d6e6e;
	font-weight: bold;
	text-decoration: none;
}

.boxPreventivo ul li a:hover{
	color: #ec1313;
}

.boxNewsHome {
	display:inline;
	float:left;
	width: 298px;
	margin: 20px;
	border: 1px solid #e7eaee;
}

.boxNewsHome h2 {
	padding: 15px 20px 0 20px;
	color: #ec1313;
	font-size: 18px;
	font-weight: bold;
}

.itemBoxNewsHome{
	display:inline;
	float:left;
	margin: 10px 20px 0 20px;
	padding-bottom:10px; 
	width:258px; 
	border-bottom:0px solid #e7eaee;
}

.itemBoxNewsHome h3 a{
	font-size: 12px;
	font-weight: bold;
	color: #6d6e6e;
	text-decoration: none;
}

.itemBoxNewsHome h3 a:hover{
	color: #ec1313;
}

.itemBoxNewsHome p{
	padding: 0;
}

.dateNews{
	display:inline;
	float:right;
	background:url(../images/bgDateNews.gif) top left no-repeat;
	width:56px;
	height:53px;
	margin-left:10px;
	padding-top: 3px;
	text-align: center;
}

.dateNews .month{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.dateNews .day{
	color: #525252;
	font-size:20px;
	font-weight:bold;
	line-height: 26px;
}

.boxServiziHome {
	display:inline;
	float:left;
	width: 322px;
	margin-top: 20px;
}

.boxServiziHome h2 {
	padding: 10px;
	color: #ec1313;
	font-size: 18px;
	font-weight: bold;
}

.boxServiziHome ul{
	display:inline;
	float:left;
	list-style: none;
	margin: 0 10px;
}

.boxServiziHome ul li{
	display:inline;
	float:left;
	width: 287px;
	padding: 4px 0 4px 15px;
	background: url(../images/icoItemGrey.gif) left center no-repeat;
}

.boxSportelloTelematico{
	display:inline;
	float:left;
	width:258px;
	height: 234px;
	margin:20px;
	background:url(../images/bgBoxSportelloTelematico.gif) top left no-repeat;
}

.boxSportelloTelematico h2{
	display:inline;
	float:left;
	width:256px;
	margin:1px;
	height: 51px;
	background:url(../images/titBoxSportelloTelematico.png) top left no-repeat;
}

.boxSportelloTelematico h2 span{
	display:none;
}

.boxSportelloTelematico img{
	display:inline;
	float:left;
	margin: 10px 25px;
}

.boxSportelloTelematico ul{
	display:inline;
	float:left;
	list-style: none;
	margin: 0 15px;
}

.boxSportelloTelematico ul li{
	display:inline;
	float:left;
	width: 223px;
	padding: 4px 0 4px 15px;
	background: url(../images/icoItemRed.gif) left center no-repeat;
}

/*###################################### END HOME CONTENT ######################################*/









/*###################################### START INSIDE CONTENT ######################################*/

#contentInside{
	display: inline;
	float:left;
	width: 960px;
	margin: 20px 0 10px 0;
	min-height:325px;
	background: url(../images/bgContentInside.gif) left top repeat-y;
}

#contentInsideText{
	display: inline;
	float: left;
	width: 670px;
	margin: 0 20px;
}

#contentInsideText h2{
	padding: 15px 0;
	color: #ec1313;
	font-size: 18px;
	font-weight: bold;
}

#contentInsideText p{
}

#contentInsideText img{
	display: inline;
	float:right;
	margin-left: 10px;
	border: 1px solid #e7eaee;
	padding: 3px;
	/*background: #FFF;*/
}

#breadcrumb{
	display:inline;
	float:left;
	width:670px;
	height: 25px;
	border-bottom:1px solid #e7eaee;
	padding-top: 5px;
	color: #a2a2a2;
	font-size: 11px;
}

#breadcrumb a{
	color: #ec1313;
	text-decoration: none;
}

#breadcrumb a:hover{
	color: #888;
}

/* utilizzati nella pagina contatti */

.boxInput {
	display:inline;
	float:left;
	width: 230px;
	height: 21px;
	background: url(../images/bgInputText.gif) left top no-repeat;
}

span.select {
	display:inline;
	float:left;
	position: absolute;
	width: 200px;
	height: 19px;
	padding: 2px 25px 0 5px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bgSelect.gif) left top no-repeat;
	overflow: hidden;
}

select {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
} 

input.btnSubmit{
	display: inline;	
	width: 150px;
	height: 29px;
	background: url(../images/btnSubmit.gif) left top no-repeat;
	color: #FFF;
	font-family:'Trebuchet MS';
	font-style:italic;
	font-size: 16px;
	text-align:center;
	font-weight: normal;
	cursor: pointer;
	margin-right:5px;
	line-height: 29px;
}

.boxInput input.textInput {
	display:inline;
	float:left;
	width: 220px;
	height: 15px;
	margin: 3px 5px 3px 5px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mappa {
	display: inline;
	float:left;
	width:325px; 
	height:390px; 
	margin-right:15px;
}



/*###################################### END INSIDE CONTENT ######################################*/


/*###################################### START CONTENT ######################################*/

.boxHome{
	display: inline;
	float: left;
	width: 750px;
	height: 390px;
}

.boxHome .flashContent{
	display: inline;
	float: left;
	margin: 0 0 0 11px;
}

.boxHome p{
	padding: 10px 30px;
}

.boxMainContent{
	display: inline;
	float: left;
	width: 740px;
	margin: 20px 0 20px 10px;
}

.boxMainContent h2{
	color: #1cb8e4;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}

.boxMainContent h3{
	color: #1cb8e4;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}

.boxMainContent p{
	font-weight: normal;
}

.boxMainContent img.leftImage{
	display: inline;
	float: left;
	margin: 0px 20px 20px 0px;
}

.boxMainContent img.rightImage{
	display: inline;
	float: right;
	margin: 0px 20px 0px 20px;
}

.boxMainContent .imgProdotto{
	display: inline;
	float: right;
	margin: 5px 0 10px 20px;
	border:1px solid #cccccc;
}

/*------------ FORM CONTATTI ------------*/

form label{
	display: inline;
	float: left;
	width: 264px;
	height: 20px;
	margin-top: 20px;
}

form .textField{
	display: inline;
	float: left;
	width: 350px;
	height: 16px;
	margin-top: 20px;
	border: 1px solid #4c4c4c;
	padding: 2px;
	color: #444444;
	font-family: Tahoma;
	font-size: 12px;
}

form .select{
	display: inline;
	float: left;
	width:auto;
	height: 22px;
	margin-top: 20px;
	border: 1px solid #4c4c4c;
	padding: 2px;
	color: #444444;
	font-family: Tahoma;
	font-size: 12px;
	margin-right:20px;
}

form textarea{
	display: inline;
	float: left;
	width: 350px;
	height: 50px;
	margin-top: 30px;
	border: 1px solid #4c4c4c;
	padding: 2px;
	color: #444444;
	font-family: Tahoma;
	font-size: 12px;
}

form input.btnInvia {
	display: inline;
	float: right;
	width: 120px;
	height: 30px;
	margin: 100px 20px 20px 0;
	border: 0;
	padding: 0;
	background: url(../images/bgRightNavItemOver.gif) left 0 no-repeat;
	color: #FFF;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

form input.btnInvia:hover {
    color: #ebebeb;
}

form input.btnCancella {
	display: inline;
	float: right;
	width: 120px;
	height: 30px;
	margin: 100px 20px 20px 0;
	border: 0;
	padding: 0;
	background: url(../images/bgRightNavItemOver.gif) left 0 no-repeat;
	color: #FFF;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

form input.btnCancella:hover {
	color: #ebebeb;
}


/*###################################### END CONTENT ######################################*/

