/* default font size*/
@import url(small.css);

body{
	background: #BDC4D4 /*url(../img/site/bg-body.gif) 0 0 repeat-x*/;
	color: #333;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.4em 0;
	padding: 0;
}

input, select, textarea {
	font-size: 100%;
}

fieldset{
	border: none;
}

a:link,
a:visited{
	color: #2A3260;
}

a:hover,
a:active{
	color: #798da8;
}

/*  structure divs
-------------------------------------------------
*/

#container{
	background: transparent url(../img/site/bg.gif) 0 0 repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width:762px;
}

#header{
	background: transparent url(../img/site/h1.jpg) 0 0 no-repeat;
	height: 170px;
	margin: 0 18px;
}

#home #header{
	background: #fff;
}

#header h1{
	float: left;
	margin:0;
	padding:0;
	text-indent: -9000px;
	width: 245px;
}

#header img,
#header object{
	position: absolute;
	right: 18px; top:0;
	height: 170px;
	width: 480px;
}

#home #header object{
	position: absolute;
	left: 18px; top:0;
	width: 726px;
}

#subheader{
	background: #656565 url(../img/site/subheader.gif) 0 0 repeat-y;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	min-height: 25px;
	margin: 0 18px;
	width: 726px;
}

* html #subheader{
	height: 25px;
}

#tools{
	background: transparent url(../img/site/bg-tools.gif) 0 0 no-repeat;
	border-top: 1px solid #fff;
	min-height: 20px;
	margin: -1px 18px 0;
}

* html #tools{
	height: 20px;
}

#sidebar{
	/*border-top: 5px solid #3A4B5B;*/
	float: left;
	margin-left: 18px;
	width: 245px;
}

* html #sidebar{
	margin-left: 9px;
}

#content{
	float: left;
	width: 481px;
	padding-bottom: 30px;
}

#bottom{
	background: transparent url(../img/site/bottom.gif) 0 100% no-repeat;
	clear: both;
	display: block;
	padding-bottom: 8px;
	width: 762px;
}

#footer{
	background: transparent url(../img/site/footer.gif) 0 0 repeat-y;
	color: #787c83;
	font-size: 0.9em;
	height: 1%;
}

#footer div.copyright{
	color: #333;
	float: left;
	margin: 0 0 0 18px;
	padding: 15px 0;
	text-align: center;
	width: 244px;
}
* html #footer div.copyright{margin-left: 9px;}

#footer div.copyright a{color: #333;}


#footer div.address{
	margin: 0 30px 0 285px;
	padding: 15px 0;
}

/*  classes
-------------------------------------------------
*/

.clear{
	clear: both;
	display: block;
}

.pullquote {
	background: url(../img/site/quote.gif) no-repeat left top;
	float:right;
	height: 126px;
	margin:10px;
	text-indent: -9000px;
	width: 180px;
}

div.underconst{
	color: red;
	display: block;
	font-size: 1.1em;
	margin: 50px 60px 20px;
	text-align: center;
}

#content div.underconst h3{
	color: red;
	margin-bottom: 2px;
}

/*  navigation
-------------------------------------------------
*/

ul#nav{
	border-left: 1px solid #fff;
	list-style: none;
	margin: 0 0 0 245px;
}

ul#nav li{
	display: block;
	float: left;
}

ul#nav li a{
	background-color: #656565;
	color: #fff;
	display: block;
	padding: 3px 16px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#home ul#nav li#m_home a,
#servizi ul#nav li#m_servizi a,
#consorzi ul#nav li#m_consorzi a,
#contatti ul#nav li#m_contatti a{
	background: #656565 url(../img/site/arrow.jpg) 50% 100% no-repeat;
}

ul#nav li a:hover{background: transparent url(../img/site/arrow.jpg) 50% 100% no-repeat;}

/*  typography
-------------------------------------------------
*/

h2,
h3{
	font-size: 1.4em;
	font-weight: normal;
}

#content h2,
#content h3,
#content h4,
#content ul{margin: 0 10px 0 30px;}

#content p,
#content form{margin: 8px 10px 8px 30px;}

#content h2{
	color: #2A3260;
	height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-indent: -9000px;
}

#app_login #content h2{text-indent: 0;}


#home #content h2{background: transparent url(../img/site/t-home.gif) 0 0 no-repeat;}
#servizi #content h2{background: transparent url(../img/site/t-servizi.gif) 0 0 no-repeat;}
#consorzi #content h2{background: transparent url(../img/site/t-consorzi.gif) 0 0 no-repeat;}
#contatti #content h2{background: transparent url(../img/site/t-contatti.gif) 0 0 no-repeat;}
#consorziarsi #content h2{background: transparent url(../img/site/t-consorziarsi.gif) 0 0 no-repeat;}

#content h3{
	color: #9DAD40;
	margin-top: 4px;
	margin-bottom: 20px;
}

#content ul{
	padding: 0 18px;
	list-style: square outside;
	list-style: none;
}

#content ul li{
	background: transparent url(../img/site/dot.gif) 0 7px no-repeat;
	padding: 3px 0 3px 16px;
}

/*  tools
-------------------------------------------------
*/

#tools ul{
	position: relative;
	list-style: none;
	margin-left: 620px;
}

#tools ul li{
	display: block;
	float: left;
	margin: 0 4px;
	width: 28px;
}

#tools ul li a{
	background: #B0B0B0 url(../img/site/tool.gif) 0 100% no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 0 1px;
	text-decoration: none;
	text-align: center;
	width: 28px;
}

#tools ul li a:hover{color: #000;}

/*  post
-------------------------------------------------
*/

.post{
	background: #E0E4ED url(../img/site/post.gif) 0 0 repeat-y;
	margin: 0;
	padding: 0 0 8px 0;
}

.post dt{
	background: #e5edb7 url(../img/site/title-green.gif) 0 0 repeat-y;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin: 8px 0;
	padding: 1px 20px;
}

.post dd{margin: 0 20px;}

.post dd a{
	background: transparent url(../img/site/dot-1.gif) 0 4px no-repeat;
	display: block;
	padding-left: 14px;
	text-decoration: none;
}

/*   map
-------------------------------------------------
*/
div.map{height: 210px;}

div.map img{
	border: none;
	left: 18px;
	position: absolute;
	top: 163px;
}

/*   consorzi
-------------------------------------------------
*/

#content ul.consorzi{
	list-style: none;
	padding: 0;
}

#content ul.consorzi li{
	background: none;
	padding: 5px 0;
}

#content ul.consorzi li a{
	color: #2A3260;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

#content ul.consorzi li span{
	display: block;
	margin-left: 14px;
}

/*  contatti
-------------------------------------------------
*/

dl.contatti{
	margin: 30px;
}

dl.contatti dt{
	color: #2A3260;
	font-size: 1.1em;
	margin: 3px 0;
}

dl.contatti dd{
	font-weight: bold;
	margin:0;
	padding:0;
}

dl.contatti dd a,
dl.contatti dd span{
	font-weight: normal;
}


