/************************************************************************
CSS Design
Mirko Delcaldo - 2009
www.delcaldo.com
************************************************************************/ 

/*********** GENERICI *************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #edf2f6;
	background-image: url(../resources/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;  /* dimensione FONT */
	background-position: left 126px;
	}

img {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: middle;
	}

/*********** HEADER *************/

#header {
	margin: 0em;
	padding: 0em;
	height: 126px;
	background-image: url(../resources/bg_testata.jpg);
	}

#titolo {
	margin: 0em;
	padding: 0em;
	height: 126px;
	width: 780px;
	}


/*********** FOOTER  *************/

.ripulitore {
	clear: both;
	margin-bottom: 50px;
	padding-top: 50px;
	}


#footer {
	color: #333333;
	font-size: 0.6em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 2.5em;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 2.5em;
	padding-top: 5px;
	}

#footer a {
	color: #115e99;
	text-decoration: none;
	}

#footer a:hover {
	color: #0099FF;
	text-decoration: underline;
	}


/***********  HOME PAGE  *************/

#container_pagina {
	padding-left: 10px;
	padding-top: 10px;
	border-color: #acc4d8;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	}

#container_pagina_2 {
	background-image: url(../resources/bg_page.jpg);
	background-repeat: no-repeat;
	border-color: #acc4d8;
	border-style: solid;
	border-width: 2px;
	margin: 10px;
	}

#col_sx_home #foto_home {
	width: 322px;
	}

#col_sx_home {
	float: left;
	width: 322px;
	}

#col_sx_home #box_entra {
	text-align:center;
	margin-top: 10px;
	}

#col_sx_home #box_entra a {
	color: #115e99;
	text-decoration: none;
	}
	

#col_sx_home #box_entra a:hover {
	color: #0099FF;
	text-decoration: underline;
	}

#col_sx_home #box_entra img{
	margin-top: 10px;
	}

#col_dx_home {
	position: relative;
	font-size: 0.7em;
	padding-left: 10px;
	padding-right: 60px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 340px;
	}

#col_dx_home h1 {
	font-size: 2.0em;
	font-family: "Times New Roman", Times, serif;
	color: #115e99;
	font-weight: normal;
	}

#col_dx_home h2 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	color: #115e99;
	font-weight: normal;
	}

#col_dx_home a {
	color: #115e99;
	text-decoration: underline;
	}

#col_dx_home a:hover {
	color: #0099FF;
	text-decoration: underline;
	}


/*********** HEADER IMMAGINE GRANDE *************/

#header_img {
	    margin: 0em;
	    padding: 0em;
	    height: 34px;
	    background-image: url(../resources/bg_testata_img.jpg);
	}

#titolo_img {
	    margin: 0em;
	    padding: 0em;
	    height: 34px;
	}
