﻿/*stili per il layout elastico*/

html,body{margin:0; padding: 0}

html
{
	margin: 0;
	padding:0;
	height: 100%;
	min-height: 100%; 
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana;
	font-size: 76%;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

div#container{
    width: 970px;
    vertical-align: top;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    } 

div#info{
    width: 970px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    } 

div#contacts{
    width: 970px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    } 

h1{
    margin: 0;
    padding: 0;
    }

h2{
    font-size:1.5em; 
    text-align:center;
    }

div#content
{
    padding: 0 1.5em;
    width: 970px;
    margin: 0 auto;
    position: relative;
    top: 1px;
    text-align: left;
}

div#header
{
    padding: 0 1.5em;
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 85%;
    top: 1px;
    text-align: left;
}

div#content p{
    line-height:1.3em;
	font-family: Verdana;
	font-size: small;
	height: 21px;
}

div#footer{
    }

div#keywrd
{
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    font-size: 1px;
}

div#keywrd p
{
    line-height: 0px;
    font-family: Verdana;
    font-size: 1px;
    font-family: Verdana;
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}


.SectionTitle
{
	font-family: verdana;
	font-size: larger;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}

#buttons {
  text-align:center;
  position:absolute;
  width:15px;
  left:185px;
  top:60px;
}
#buttons a {
  font-family:arial, sans-serif;
  font-size:15px;
  font-weight:bold;
  color:gray;
  text-decoration:none;
}
#buttons a:hover {
  color:black;
}

.ServiceName
{
    font-family: Verdana;
    font-size: medium;
}
.ContentsCell
{
    height: 100%;
    top: 1px;
    overflow: auto;
}

.bl
{
    background-position: 0 100%;
    background: #e68200 no-repeat 0 100%;
    width: 20em;
    background-image: url(images/bl.gif);
}
.br
{
    background: url(images/br.gif) 100% 100% no-repeat;
}
.tl
{
    background: url(Images/tl.gif) 0 0 no-repeat;
}
.tr
{
    background: url(images/tr.gif) 100% 0 no-repeat;
    padding: 10px;
}
.clear
{
    font-size: 1px;
    height: 1px;
}
