* { 
	padding : 0;
	margin : 0;
} 

body { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
} 

a { 
	color : #DD0000;
} 

img { 
	padding : 5px;
	margin : 5px;
	border : 1px solid #dd0000;
} 

img.floatTL { 
	float : left;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 15px;
	margin-left : 0;
} 

img.floatTR { 
	float : right;
	margin-left : 3px;
	margin-bottom : 0;
	margin-top : 15px;
	margin-right : 10px;
} 

#wrapper {
	margin : 0 auto;
	width : 922px;
	min-height: 500px;
	background-image: url(img/palla.png);
	background-repeat: no-repeat;
	background-position:right top;	
} 

#header { 
	color : #333;
	width : 900px;
	float : left;
	padding : 10px;
	height : 80px;
	margin : 10px 0 0 0;
	background-image : url(img/topbg.jpg);
	background-repeat : no-repeat;
	background-position: top left;
} 

.pagerStyle a 
{
	margin: -1px;
	padding: 5px;
	background-color: White;
}
	
.pagerStyle a:hover
{
	margin: -1px;
	padding: 5px;
	background-color: #dd0000;
	color: White;
}

.logo h1#lineone { 
	font-size : 1.2em;
	font-weight : bold;
	font-family : helvetica, arial, sans-serif;
	padding-top : 50px;
	padding-left : 20px;
	color : #532611;
	border : none;
	letter-spacing : -1px;
} 

.logo h1#lineone span { 
	color : #ffffff;
} 

.logo h2#linetwo { 
	padding-top : 45px;
	padding-left : 50px;
	font-size : 1.2em;
	font-family : helvetica, arial, sans-serif;
	text-transform : none;
	color : #000000;
} 

.logo a { 
	color : #ffffff;
	text-decoration : none;
} 

.UP_Circ
{
	border-style: solid;
	border-left-width: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #dd0000;
	background-color: White;
}

#navigation { 
	color : #333;
	margin: -15px 1px 0 207px;
	background : url(img/endMenu.gif) no-repeat top right;
	position : relative;
	float : left;
	width: 714px;
} 

#navigation ul { 
	margin : auto;
	padding : 0;
	list-style : none;
} 

#navigation ul li { 
	float : left;
	background : url(img/tab-right.jpg) no-repeat top right;
	margin-right : 0px;
} 

#navigation li a { 
	display : block;
	padding : 0 1.5em;
	line-height : 2em;
	background : url(img/tab-left.jpg) no-repeat top left;
	font-weight : bold;
	color : #ffffff;
	text-decoration:none;
} 

#navigation ul a:hover { 
	text-decoration:underline;	
} 

#leftcolumn { 
	color: #000000;
	margin : -35px 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 180px;
	float : left;
}

#leftcolumn ul { 
	margin-top : 0px;
	padding-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 10px;
}

#leftcolumn ul li { 
	margin-top : 8px;
	display : list-item;
	list-style-type : none;
	font-size : 1.0em;
	text-indent : 5px;
	border-bottom : 1px solid #CCC;
	padding-bottom : 5px;
} 

#leftcolumn ul li.last { 
	border-bottom : none;
	padding-bottom : 0;
} 

#leftcolumn ul li a { 
	color : #DD0000;
	text-decoration : none;
	display : block;
} 

#leftcolumn ul li a:hover {
	color : #b9ab62;
}

#leftcolumn h3 { 
	margin : 0;
	font-size : 20px;
	font-weight : lighter;
	text-indent : 5px;
	color: #111111;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
} 

/* Sottomenu */

#leftcolumn ul ul li { 
	margin-top : 6px;
	display : list-item;
	list-style-type : none;
	font-size : 1.0em;
	text-indent : 10px;
	border-bottom : none;
	padding-bottom : 0px;
} 

#leftcolumn ul ul li a { 
	color : #000000;
	text-decoration : none;
	display : block;
} 

#leftcolumn ul ul li a:hover { 
	color : #DD0000;
	text-decoration : none;
	display : block;
} 

/* Stile dei link della pagina */
#leftcolumn ol {
	list-style-type:none;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom : 1px solid #CCC;
}

#leftcolumn ol li {
	margin-top: 3px;
}

#leftcolumn ol li a {
	text-decoration: none;
	margin-top: 3px;
	color: #000000;
}

#leftcolumn ol li a:hover {
	text-decoration: none;
	margin-top: 3px;
	color: #dd0000;
}

.contact { 
	padding-top : 15px;
	padding-bottom : 15px;
} 

.contact p { 
	margin-top : 10px;
	color: #111111;
} 

.aboutus p { 
	color: #111111;
	font-size : 1.1em;
	padding-top : 10px;
	text-align : justify;
} 

#rightcolumn { 
	float : right;
	color : #333;
	margin : 5px 0 5px 0;
	padding : 10px;
	min-height : 350px;
	width : 693px;
	display : inline;
} 

.topright { 
	padding-bottom : 20px;
	border-bottom : 1px dotted #ddd;
} 

.topright ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 22px;
}

.topright ul li {
	margin-right: 20px;
	display: inline;
}

.topright p { 
	text-align : justify;
	font-size : 1.1em;
	color : #111111;
	padding-top : 10px;
} 

.topright h3 { 
	margin : 0;
	font-size : 24px;
	font-weight : lighter;
	text-indent : 5px;
	color : #111111;	
	border-left: 4px solid #DD0000;
}

.topright .subtitle { 
	margin: 5px 0px 10px 0px;
	font-size : 18px;
	font-weight : lighter;
	text-indent : 10px;
	color : #555555;	
	border: none;
	font-style: italic;
} 

.boxes { 
	margin : 15px auto;
} 

.box1 { 
	background-image : url(images/redbg.jpg);
	width : 315px;
	padding-right : 20px;
	float : left;
	border-right : 1px dotted #ddd;
} 

.box1 p { 
	font-size : 12px;
	margin-top : 10px;
	padding-left : 0;
	padding-right : 3px;
	text-align : justify;
} 

.box1 h3, .box2 h3 { 
	margin : 5px 0 -5px 0;
	font-size : 14px;
	font-weight : normal;
	font-style: italic;
	text-indent : 5px;
	color : #444444;	
	border-left: 4px solid #DD0000;
} 

.box1 h2, .box2 h2 { 
	margin : 5px 0;
	font-size : 22px;
	font-weight : lighter;
	text-indent : 5px;
	color : #111111;	
	border-left: 4px solid #DD0000;
} 

.box1 a, .box2 a { 
	float : right;
	padding-right : 20px;
	padding-bottom : 10px;
	color: #DD0000;
} 

.box2 { 
	background-image : url(images/greenbg.jpg);
	width : 315px;
	float : right;
} 

.box2 p { 
	color : #4a2c14;
	font-size : 12px;
	margin-top : 10px;
	padding-left : 3px;
	padding-right : 0;
	text-align : justify;
} 

.clear {
	border-top : 1px dotted #ddd;
	clear : both;
} 
#triplebox { 
	min-height : 136px;
	padding : 0;
	float : left;
	display : inline;
	margin-top : 10px;
	margin-left: -14px;
} 

.col { 
	width : 221px;
	float : left;
	margin : 10px 0px 10px 14px;
	text-align : justify;
} 

.col p { 
	margin : 11px 0 0 0;
	padding : 0;
} 

.col h3 { 
	font-size : 1.4em;
	font-weight : lighter;
	text-indent : 5px;
	color: #111111;
	border-left: 4px solid #DD0000;
} 

#footer { 
	padding : 5px 0;
	display : inline;
	float : left;
	width : 100%;
	border-top : 1px solid #d1d1d1;
	font-size : 0.8em;
	text-align : center;
	color : #4a2c14;
	background-color : #f0f0f0;
}
