* { margin: 0; padding: 0; }
img { border: none; background: none; }

a:link, a:visited {
    text-decoration: none;
    border: none;
    color:#2b5d6f;
}
a:hover {
    color: #ffffff;
    background-color: #74a6ab;
}

a img { border: 3px; background: #fff; }

html { height: 95%; }

body {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:lighter;
    font-size:small;

    min-width:800px;
    height: 100%;

    background:url(/images/gradient.jpg);
    background-repeat:repeat-x;
    background-color:#0d0d0d;
}

p {
    margin-bottom: 15px;
    margin-top: 10px;
}

h4{
    font-family:Arial,Helvetica,sans-serif;
    font-size:small;
    font-weight:lighter;
    color:#f3c23e;
    padding:0px;
    margin:0px;
}

h3{
    background-color:#74a6ab;
    font-family:Arial,Helvetica,sans-serif;
    font-size:medium;
    font-weight:lighter;
    color:#FFF;
    padding:0px;
    margin:0px;
}

h2{
    font-family:Arial,Helvetica,sans-serif;
    font-size:medium;
    font-weight:lighter;

    padding:0px;
    margin:0px;
}
h1{
     font-family:Arial,Helvetica,sans-serif;
     font-size:large;
    }


#wrapper{
	background-color:#FFF;
	text-align: left;
	width: 90%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}


#titolo{
	width:100%;
    height:130px;
	float:left;

}

#contentfloatholder{;
	float: left;
	width: 100%;

}

#contentfloatholder:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#centrowrap{
	float:left;
  	width: 100%;
	margin: 0 -95% 0 0;
}

#fasciaSinistra{
	width:125px;
	float:left;
    margin: 0 0 0 -5%;

}

#fasciaDestra{
	float:right;
	width:178px;
}



#elencoFacolta{

}
#servizi{

}

#centro{
	margin: 0 220px 0 175px;

}

#menu{
	width:100%;
	float:left;

}
#center{
	clear: both;
    width:100%;
	float:left;
    opacity: 0;
    filter: alpha(opacity=0);
}


#login{

	float:right;

}


#vetrina{
float:right;
}

#linkUtili{
float:right;
}


#main{padding-bottom: 25px;}

#footer {position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
    width: 90%;
    margin-left:5%;
	text-align:center;
	clear:both;
    }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
