/* Website by Federico Magoni @web3king.com */

* {
	margin: 0; 
	outline: none;
}

html{
	height: 100%;
}

body {
	margin:0;
	padding:0;
	text-align: center;
}


#boxsito {
text-align: left;
width: 960px;
margin: 0 auto;
} 

#maincontainer {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; 
}

#header {
	background: #eaf3ff url(img/header.png) no-repeat 0% 0%;
	height: 250px;
}

#contentwrapper {
	background-color: #A4CBE1;
	float: left;
	width: 100%;
}

html* #contentwrapper {
padding-bottom: 20px;
}

#contentcolumn {
	background:  url(img/bollealte.png) no-repeat top right;
	margin-right: 300px;
	background-color: #CEE1EC;
	padding-left: 14px;
	
}

#rightcolumn {
	float: left;
	width: 300px;
	margin-left: -300px;
}

#footer, #push {
	height: 22px;
}

#footer {
	background-color: #004F67;
	color: #fff;
	clear: left;
	text-align: center;
	padding: 8px 0;
	margin: 0 auto;
	width: 960px;
}

/*NAVIGATIONE*/

#navigation {
	background-color: #5E9EC2;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
}

#navigation li a,#navigation li a:link,#navigation li a:visited  {
	background:  url(img/pallino.png) no-repeat;
	color: #fff;
	line-height: 1.8em;
	padding: 0 0 0 19px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
    border-bottom:solid 3px #CEE1EC;
}

#navigation li a:hover {
	text-decoration: none;
	color: #004D91;

}

/*STILI*/

body {
	color: #666;
	font: normal 16px/1.2em arial, helvetica, sans-serif;
	word-spacing: 0.1em;
}

	#contentcolumn, #rightcolumn, #footer {
	font-size: 0.9em;
}

#header h1 {
	border-bottom: 1px solid #5e9ec2;
	margin: 0 0 0 480px;
	padding: 110px 0 0 50px;
	line-height: 0.7em;
	width: 430px;
}

#header span {
	color: #5e9ec2;
	font-size: 1.2em;
	margin: 0 0 0 580px;
	line-height: 1.6em;
	width: 480px;
}

h1 {
	color: #5e9ec2;
	font-size: 2.4em;
	margin: 16px 0 32px 0;
}

h2 {
	color: #845b9c;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	line-height: 0.7em;
}

h3 {
	color: #5e9ec2;
	font-size: 1.4em;
	margin: 0;
}

h4 {
	color: #5e9ec2;
	font-size: 1.2em;
	margin: 0;
}

a, a:link, a:visited {
	color: #004D91;
	text-decoration: underline;
}

a:hover {
	color: #00305A;
	text-decoration: none;
}

p { 
	margin: 0 0 16px 0; 
}

.text {
	padding: 16px 16px 16px 0;
}

blockquote {
	border: 2px solid #5E9EC2;
	border-top-width: 0;
	margin: 0 0 16px 0;
}

.blockquoteTitle {
	background:  url(img/blockquote_titolo.png) no-repeat 0% 0%;
	height: 50px;
}

.blockquoteText {
	color: #fff;
	font-size: 13px;
	text-align: center;
	float: right;
	width: 218px;
	padding-top: 14px;
}

blockquote p {
	padding: 5px 10px;
}

.boxContentcolumn {
	background-color: #e6deeb;
	border: 2px solid #845b9c;
	margin: 0 0 16px 0;
	padding: 5px 10px;
}

.boxContentcolumn p {
	margin: 0;
}

.boxRightcolumn {
	border: 2px solid #5e9ec2;
	border-bottom-width: 0;
	margin: 16px 0 0 0;
	padding: 5px 10px;
	background-color: #FFFFFF;
}

.readmore {
	background:  url(img/freccia.png) no-repeat top right;
	border: 2px solid #5e9ec2;
	padding: 5px 10px;
	height: 22px;
}

.imgLeft {
	background:  url(img/shadow.png) no-repeat right bottom;
	float: left;
	margin: 5px 10px 0 0;
	padding: 0 9px 9px 0;
}

.imgRight {
	background:  url(img/shadow.png) no-repeat right bottom;
	float: right;
	margin: 5px 0 0 10px;
	padding: 0 9px 9px 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fef100;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
