﻿body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bodybg.png);
	background-position: left top;
	background-repeat:repeat-x;
}
a{
color:Blue;
}
.twoColFixLtHdr #bigContainer { 
	width: 100%;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/footer_bg_dummy.png);
	background-position: left bottom;
	background-repeat:repeat-x;
} 
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:transparent;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:1px;
	margin-left: 210px;
} 

.twoColFixLtHdr #content { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 8px;
	margin-right: 8px;
} 
.twoColFixLtHdr #content #parcoCastello li{
	list-style-image:url(images/more.gif);
	margin-top:4px;
}
.twoColFixLtHdr #content #parcoCastello li a{
	color:#425422;
}

.twoColFixLtHdr #footer { 
    margin-top:32px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #top
{
    background-color: Transparent;
    color:Black;
    width:100%;
    height: 32px;
    position:relative;
}

.twoColFixLtHdr #mainMenu
{
    background-color: Transparent;
    color:Black;
    float:left;
    margin:0;
    padding:0;
    margin-top: 74px;
}
.twoColFixLtHdr #mainMenu ul
{
    list-style-type:none;
	margin:0;
	padding:0;
}

.twoColFixLtHdr #mainMenu a
{
    margin-left: 32px;
    color:White;
    text-decoration:none;
}
.twoColFixLtHdr #mainMenu a:hover
{
    color:#e7c377;
}

.twoColFixLtHdr #mainMenu li
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-align:left;
    background-image: url(images/menu_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #mainMenu #rounded
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-align:left;
    background-image: url(images/menuRound_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #banner
{
    background-color: white;
    color:Black;
    float:left;   
    width:750px;
    height:234px;
    margin-bottom:3px;
	position:relative;
}
.twoColFixLtHdr #banner #linkComune
{
	position:absolute;
	left:370px;
	top:206px;
}
.twoColFixLtHdr #banner #linkComune a
{
	font-size:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.twoColFixLtHdr #banner #linkComune a:hover
{
	text-decoration:underline;
}
.twoColFixLtHdr #banner img
{
    margin-left:2px;
}

.twoColFixLtHdr #serviceMenu
{
    list-style-type:none;
	margin:0;
	padding:0;
	margin-top: 1px;
}

.twoColFixLtHdr #serviceMenu #servCostruzioni
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servCostruzioni_bg.png);
    background-repeat: no-repeat;
}
.twoColFixLtHdr #serviceMenu #servCalcestruzzi
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servCalcestruzzi_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #serviceMenu #servEstrattivo
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servEstrattivo_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #serviceMenu #servTrasporti
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servTrasporti_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #serviceMenu #servDivMed
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servDivMed_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #serviceMenu #servWellness
{
    padding-top:10px;
    display: block;
    width:208px;
    height:22px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    text-align:left;
    background-image: url(images/servWellness_bg.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #serviceMenu a
{
    margin-left: 32px;
    color:White;
    text-decoration:none;
}

.twoColFixLtHdr #serviceMenu a:hover
{
    color:#e7c377;
}

.twoColFixLtHdr #language
{
    position:absolute;
    left: 220px;
    top:4px;
    font-size:10px;
}

.twoColFixLtHdr #language img
{
    border:none;
}

.twoColFixLtHdr #gruppoclic
{
    width:210px;
    height:48px;
    background-color:transparent;
    float:left;
}

.twoColFixLtHdr #gruppoclic img
{
    border:none;
}

.twoColFixLtHdr #bottomMenu
{
    height:48px;
    width:750px;
    text-align:center;
    color:White;
    background-color:white;
    background-image: url(images/footer_bg.png);
    background-repeat:no-repeat;
    float:left;
}

.twoColFixLtHdr #bottomMenu a
{    
    color:#e7c377;
}

.twoColFixLtHdr #bottomMenu a:hover
{        
    color:White;
}

.twoColFixLtHdr  #firstLine
{
    text-transform:uppercase;
    margin-top: 8px;
}

.twoColFixLtHdr #presPT
{
    background-image:url(images/presPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#7182af;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr #presParco
{
    background-image:url(images/presParco.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#425422;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr #costruzioniPT
{
    background-image:url(images/costruzioniPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#a38235;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr #calcestruzziPT
{
    background-image:url(images/calcestruzziPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#678e8d;
    text-indent: 8px;
    padding-top: 4px;
}
.twoColFixLtHdr #estrattivoPT
{
    background-image:url(images/estrattivoPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#B67151;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr #trasportiPT
{
    background-image:url(images/trasportiPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#7E8B5B;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr #wellnessPT
{
    background-image:url(images/wellnessPT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#B46786;
    text-indent: 8px;
    padding-top: 4px;
}
.twoColFixLtHdr #divisionePT
{
    background-image:url(images/divisionePT.png);
    background-repeat:repeat-x;
    background-position:left top;
    height:35px;
    margin:0;
    padding:0;
    color:#888945;
    text-indent: 8px;
    padding-top: 4px;
}

.twoColFixLtHdr h1
{
    margin:0;
    font: 19px Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

.twoColFixLtHdr h2
{
    margin:0;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.twoColFixLtHdr #services
{
    list-style-type:none;
	margin:0;
	padding:0;
	margin-left: 64px;
}

.twoColFixLtHdr #services li
{
    float:left;
    width:180px;
    margin-right:24px;
    margin-bottom:24px;
}

.twoColFixLtHdr #services a
{
    color:White;
}

.twoColFixLtHdr #servCostruzioniBG
{
    width:180px;
    height:160px;
    background-image: url(images/servCostruzioniBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #servCalcestruzziBG
{
    width:180px;
    height:160px;
    background-image: url(images/servCalcestruzziBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #servEstrattivoBG
{
    width:180px;
    height:160px;
    background-image: url(images/servEstrattivoBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #servTrasportiBG
{
    width:180px;
    height:160px;
    background-image: url(images/servTrasportiBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #servDivMedBG
{
    width:180px;
    height:160px;
    background-image: url(images/servDivMedBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #servWellnessBG
{
    width:180px;
    height:160px;
    background-image: url(images/servWellnessBG.png);
    background-repeat:no-repeat;
}

.twoColFixLtHdr #imgServCostruzioni
{
    border:solid 2px #f2eacd;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #imgServCalcestruzzi
{
    border:solid 2px #e0e9ea;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #imgServEstrattivo
{
    border:solid 2px #ebd5c2;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #imgServDivMed
{
    border:solid 2px #e2e4d3;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #imgServTrasporti
{
    border:solid 2px #e2e4d3;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #imgServWellness
{
    border:solid 2px #efdae0;
    margin-left: 8px;
    margin-top: 8px;
}

.twoColFixLtHdr #firstChar
{
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.twoColFixLtHdr .serviceTitle
{
    text-align: center;
    margin-top:9px;
    border:none;
}

.twoColFixLtHdr #sede
{
    position: absolute;
    left: 374px;
    top: 2px;
    color: #7182af;
    border-left: dotted 2px #7182af;
    padding-left: 8px;
    font-size:10px;
}

.twoColFixLtHdr #logo
{
    position:absolute;
    top:0;
    left:18px;
    padding:0;
}
.twoColFixLtHdr p
{
    margin-top:0;
    margin-bottom: 20px;
}

.twoColFixLtHdr #login
{
    color: #7182af;
    font-size: 10px;
}

.twoColFixLtHdr #login p
{
    margin-top:8px;
    margin-left:12px;
    margin-right:12px;
    margin-bottom:8px;
}

.twoColFixLtHdr #login input
{
    color:#7182af;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #login .txt
{
    margin-top:8px;
    border-left: solid 1px #b5cfe7;
    border-right: solid 1px #b5cfe7;
    border-bottom: solid 1px #b5cfe7;
    border-top: solid 1px #3d7bad;
    height:18px;
}

.twoColFixLtHdr #conferma
{
    margin-left:11px;
}

.twoColFixLtHdr #selCodice
{
    text-align:center;
}

.twoColFixLtHdr .sedi
{
    margin:0;
    padding:0;
    padding-left: 20px;
}

.twoColFixLtHdr #content i
{
    margin-left: 20px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #content u
{
    margin-left: 40px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}

.twoColFixLtHdr #content hr
{
    color:#7182af;
    background-color:#7182af;
    height:1px;
}

.twoColFixLtHdr #tblStatoGiuridico
{
    border:solid 1px #7182af;
    background-color:#7182af;
    width:679px;
    display:none;
    cursor:pointer;
    margin-bottom:16px;
}
.twoColFixLtHdr #tblStatoGiuridico th
{
    background-color: #bdcefb;
    color:black;
}
.twoColFixLtHdr #tblStatoGiuridico td
{
    background-color: white;
    color:black;
}

.twoColFixLtHdr #mappa
{
    display:none;
    width:679px;
    margin-left:auto;
    margin-right:auto;
    /*border:solid 1px #7182af;*/
    cursor:pointer;
    margin-bottom:16px;
}

.twoColFixLtHdr #organigramma
{
    margin-top:16px;
    display:block;
    width: 590px;
    margin-left:auto;
    margin-right:auto;
}

.twoColFixLtHdr #famiglia
{
    margin-top:16px;
    display:block;
    width: 600px;
    margin-left:auto;
    margin-right:auto;
}
.twoColFixLtHdr  #fotoStoria img
{
    margin-left:32px;
}
.twoColFixLtHdr .twoFoto
{
    margin-left:32px;
}

.twoColFixLtHdr .fotoDidascalia
{
    width:320px;
    float:left;
    margin-right:16px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color:gray;
    text-align:justify
}

.twoColFixLtHdr .progetto
{
    width:600px;
    margin-left:72px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color:gray;
    text-align:justify
}
.twoColFixLtHdr  #didascalia
{
    margin-left:76px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color:gray;
}

.twoColFixLtHdr  .imgRight
{
    float:right;
}

.twoColFixLtHdr  .imgLeft
{
    float:left;
}

.twoColFixLtHdr  #imgConferma
{
    cursor:pointer;
}

.twoColFixLtHdr  #email
{
    position:absolute;
    right: 12px;
    top: 4px;
    color: #7182af;
    border-left: dotted 2px #7182af;
    padding-left: 8px;
    font-size:10px;
}

.twoColFixLtHdr  #email img
{
    border:none;
}

.twoColFixLtHdr  #emailaddress
{
    list-style-type:none;
	margin:0;
	padding:0;
}

.twoColFixLtHdr  #emailaddress li
{
    margin-bottom:8px;
    margin-left:16px;
}
#frmSuggerimento p
{
   
	margin:0;
	padding:0;
	padding-top:4px;
}
#frmSuggerimento
{
	padding:16px;
	margin:0;
	background-image:url(images/formbg.png);
	background-repeat:no-repeat;
	
}

#frmSuggerimento p label
{
	float:left;
	width:122px;
	margin:0;
}
#frmSuggerimento p input
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

#frmSuggerimento textarea
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
