﻿html, body, form
{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background-color: #fff;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #C4261D;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

.topMargin
{
	height: 10px;
	width: 100%;	
}

#layout
{	
	width: 952px;
	overflow: auto;
	margin: 0 auto 0 auto;
	border: solid 1px #ccc;
	background-color: #fff;
}



.left
{
	float: left;
	width: 400px;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.left .top
{
	height: 200px;
}

.left .separator
{
	width: 380px;
	height: 1px;
	background-color: #ccc;
	margin: 10px auto 10px auto;
}

.logo
{
	float: left;
	width: 140px;
	height: 189px;
	margin: 10px 0 0 40px;
	padding: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.campus
{
	display: block;
	width: 175px;
	height: 60px;	
	margin: 10px 0 0 10px;
	background-image: url(../images/campus.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu
{
	float: left;
	width: 180px;
	height: 180px;
	margin: 10px 0 0 0;
}

#menu a
{
	margin: 10px 0 0 0;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#menu a:hover
{
	background-position: top right;
}

#menu a#home
{
	margin-left: 20px;
	width: 40px;
	background-image: url(../images/menu_home.png);
}

#menu a#chisiamo
{
	margin-left: 40px;
	width: 75px;
	background-image: url(../images/menu_chisiamo.png);
}

#menu a#ilgruppo
{
	margin-left: 60px;
	width: 78px;
	background-image: url(../images/menu_ilgruppo.png);
}


#menu a#dovesiamo
{
	margin-left: 80px;
	width: 90px;
	background-image: url(../images/menu_dovesiamo.png);
}


#menu a#news
{
	margin-left: 80px;
	width: 40px;
	background-image: url(../images/menu_news.png);
}

#menu a#referenze
{
	margin-left: 60px;
	width: 82px;
	background-image: url(../images/menu_referenze.png);
}

#menu a#portfolio
{
	margin-left: 40px;
	width: 80px;
	background-image: url(../images/menu_portfolio.png);
}

#menu a#contatti
{
	margin-left: 20px;
	width: 70px;
	background-image: url(../images/menu_contatti.png);
}

#contents
{
	overflow: auto;
	width: 380px;
	margin: 0 10px 10px 10px;
	border: solid 1px #ccc;	
	background-color: #fff;
}

#content_chisiamo, 
#content_ilgruppo, 
#content_news,
#content_contatti,
#content_referenze
{
	overflow: auto;
	height: 290px;
	padding-top: 5px;
	font-size: 11px;
}

#content_main_portfolio
{
	overflow: auto;
	width: 518px;
	margin: 10px 0 10px 0;
	border: solid 1px #ccc;
	background-color: #fff;
}

#content_portfolio
{
    overflow: auto;
	height: 215px;
	padding-top: 5px;
	font-size: 11px;    	
}

#content_news p
{
	margin: 1px;
}

#content_dovesiamo
{
	padding-top: 5px;
}

#contents p
{
	padding: 5px;	
}

#content_home p
{
	padding: 10px;
}

.vertical
{
	float: left;
	margin: 0 10px 10px 10px;	
}

.payoff
{
	width: 100%;
	height: 60px;
	background-image: url(../images/payoff.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.toggler1, .toggler2, .toggler3
{
	cursor: pointer;
}

.toggler2
{
	background-color: #eee;
	margin: 0 0 2px 0;
}

.toggler2:hover
{
	background-color: #ccc;
}

.right
{
	float: left;
	width: 520px;
	padding: 10px;
}

.gallery
{
	width: 100%;
	height: 320px;	
}

.hidden
{
	display: none;
}

.footer
{
	margin: 10px auto 10px auto;
	width: 952px;
	height: 50px;
	background-image: url(../images/iso9001.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #aaa;
	font-size: 10px;
}

.footer a
{
	color: #aaa;	
}

.floatLeft
{
	float: left;
	padding: 5px;	
}

.floatRight
{
	float: right;
	padding: 5px;	
}

.map
{
	width: 380px; 
	height: 280px;
	background-color: #666666;
}

div.loading-invisible
{    
	display: none;  
}  

div.loading-visible
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	background: #fff;
	padding-top: 25%;  
	z-index: 9999;
}

#portfolio_gallery
{
    display: none;
}

.portfolio_anno
{
    float: left;
    width: 490px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding: 2px;
    margin-top: 5px;
}

.portfolio_item
{
    float: left;
    width: 470px;
    padding: 2px;
    margin-left: 20px;
}

.portfolio_selected
{
    background-color: #eee;
}

.portfolio_mese
{
    float: left;
    width: 80px;
}

.portfolio_link
{
    float: left;
    width: 380px;
}

