﻿body  {
	font: 12px tahoma, verdana, Helvetica, sans-serif;
	background-color: 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: #6d6d6d;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position:center top;
}

a{ 
    color: #3871b1;
} 

.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.twoColFixLtHdr #header { 
	background: white; 
	padding: 0;
	position:relative;
} 

.twoColFixLtHdr #banner { 
	background: white; 
	padding: 0;
	position:relative;
} 

.twoColFixLtHdr .home{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .chisiamo{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/chisiamo.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .servizi{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/servizi.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .prodotti{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/prodotti.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .partner{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/partner.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .contatti{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/contatti.png);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr .sitemap{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/sitemap.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr .admin{ 
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height: 384px;
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/admin.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #mainContent { 
	background: #FFFFFF;
	padding: 0;
	padding-right:8px;
	margin-left:200px;
} 
.twoColFixLtHdr #footer { 
	background:white;
	background-image: url(images/footerbg.png);
	background-repeat:no-repeat;
	background-position:left top;
} 
.twoColFixLtHdr #footer p {
    text-align:center;
    font-size: 10px;
    font-weight:normal;
    color: #3871b1;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom:8px;
}

.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;
}
clearright{ /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

clearleft{ /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #top
{
    height:57px;
    margin-left:208px;
    background-color:transparent;
}
.twoColFixLtHdr #strapline
{
    margin-top: 21px;
}
.twoColFixLtHdr #menu
{
    background-image: url(images/menubg.png);
    background-repeat: repeat-x;
    height:28px;
}
.twoColFixLtHdr #menu ul
{
    list-style-type:none;
	margin:0;
	margin-left:360px;
	padding:0;
}
.twoColFixLtHdr #menu li
{
    display: block;
    float:left;
    width:100px;
    height:27px;
    font-family: tahoma, verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #6d6d6d;
    text-align:center;
    background-image: url(images/menubutton.png);
    background-repeat: no-repeat;
}

.twoColFixLtHdr #menu li a
{
    margin-top:7px;
    display:block;
    color:#6d6d6d;
    text-decoration:none;
}

.twoColFixLtHdr #menu li a:hover
{
    color:#3871b1;
    font-weight:bold;
    text-decoration:underline;
}
.twoColFixLtHdr  #logo
{
    position:absolute;
    left: 7px;
    top: 3px;
}
.twoColFixLtHdr #miniMenu
{
    position:absolute;
    right: 4px;
    top: 2px;
    font-size: 10px;
    font-weight:normal;
    color: #3871b1;
}

.twoColFixLtHdr #login
{
    position:absolute;
    right: 160px;
    top: 8px;
    font-size: 10px;
    font-weight:normal;
}
.twoColFixLtHdr #login td
{
    font-size: 10px;
    font-weight:normal;
}

.twoColFixLtHdr #login .loginTxt
{
    font-family: tahoma, tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color:#6d6d6d;
    width: 80px;
}

.twoColFixLtHdr .pageTitle
{
    height: 20px;
    background-image: url(images/minilogo.png);
    background-repeat: no-repeat;
    padding-left: 34px;
    color:#6d6d6d;
    font-size:16px;
}
.twoColFixLtHdr .pageTitle b
{
    color: #3871b1;
    font-weight:normal;
}
.twoColFixLtHdr #mainContent p
{
    color:#6d6d6d;
    font-size:12px;
}

.twoColFixLtHdr #mainContent li
{
    color:#6d6d6d;
    font-size:12px;
    list-style-type:none;
}

.twoColFixLtHdr #brochuredown
{
	width:240px;
	float:right;
	margin-right:4px;
}

.twoColFixLtHdr .inlineMenu
{
    float:right;
    padding:0;
    margin:0;
}

.twoColFixLtHdr .inlineMenu li
{
    display:inline;
    margin-right: 16px;
}

.twoColFixLtHdr .tblFasi
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
	background-repeat:repeat;
	background-color:Transparent;
}

.twoColFixLtHdr .tblFasi ul
{
    margin-left:8px;
}
.twoColFixLtHdr .tdRightBorder
{
    border-right: solid 1px #6d6d6d;
    border-bottom: solid 1px #6d6d6d;
    color:#6d6d6d;
}

.twoColFixLtHdr .tdBottomBorder
{
    border-bottom: solid 1px #6d6d6d;
    color:#6d6d6d;
}

.twoColFixLtHdr .tdHeadLeft
{
    border-right: solid 1px #6d6d6d;
    border-bottom: solid 1px #6d6d6d;
    font-weight:bold;
    color: #3871b1;
    width:40%;
}

.twoColFixLtHdr .tdHeadRight
{
    border-bottom: solid 1px #6d6d6d;
    font-weight:bold;
    color: #3871b1;
    width:60%;
}
.twoColFixLtHdr .goIndex
{
    border:none;    
    float:right;
    margin-right: 32px;
}

.twoColFixLtHdr .schedaProdotto
{
    float:right;
    margin-right: 0;
}

td
{
    font-family: tahoma, tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

.partnerLogo
{
    border:none;
    float:left;
    margin-right: 16px;
}

.twoColFixLtHdr #frmMail input, .twoColFixLtHdr #frmMail textarea
{
	 font: 12px tahoma, verdana, Helvetica, sans-serif;
	 color: #6d6d6d;
}

.twoColFixLtHdr #privacyMail
{
	 font: 9px tahoma, verdana, Helvetica, sans-serif;
	 color: #6d6d6d;
}

.twoColFixLtHdr #frmDominio input
{
	 font: 12px tahoma, verdana, Helvetica, sans-serif;
	 color: #6d6d6d;
}

.twoColFixLtHdr #frmDominio label
{
	display:block;
}

.twoColFixLtHdr #frmDominio legend
{
	color: #6d6d6d;
}

.twoColFixLtHdr #userInfo
{
    position:absolute;
    top: 84px;
    left:3px;
    font-size:10px;
    font-weight:normal;
    color:white;
}

.twoColFixLtHdr #adminIcons ul
{
    list-style-type:none;
	margin:0;
	padding:0;
}
.twoColFixLtHdr #adminIcons li
{
    display: block;
    float:left;
    width:192px;
    height:72px;
    font-family: tahoma, verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #6d6d6d;
    text-align:center;
    margin-bottom: 32px;
    font-weight:bold;
}

.twoColFixLtHdr #adminIcons img
{
    border:none;
}

.twoColFixLtHdr #webserver
{
    margin-left: 16px;
    margin-top:32px;
}

.twoColFixLtHdr #webserver img
{
    border:none;
}

.twoColFixLtHdr  #spot
{
    padding:0;
    position:absolute;
    left: 160px;
    top: 198px;
    display:none;
    width:640px;
    height:360px;
    background-color:#799db5;
    border: solid 4px #3871b1;
}
.twoColFixLtHdr  #spot map
{
    border:none;
}
