body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #F8F8F8;
	margin-top: 0;
	
	font-size: 10pt;
}

/******* link *******/
a:link, a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #E87104;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/******* img *******/
img{
	border:0;
	padding:0px;
}

/************** titoli **************/
h1{
	font-size: 16px;
	color:#666;
}

h2{
	font-size: 14px;
	color: #E87104;
	margin: 10px 0px 6px 0px;
	text-align:left;
}

h3 {
	font-size: 12px;
	color: #333333;
	margin: 5px 0px 5px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page { 
	width: 950px;
	margin: 20px auto;
	text-align: left;
}
#logo {
	width: 175px;
	height: 75px;
	float: left;
	margin: 0 10px;
}
#header {
	width: 950px;
	height: 170px;
	background-image:url(imgs/KidsBack.jpg);
	background-repeat: no-repeat;
}

#menu {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding:0 ;
	background-color: #91CD1F;
	height: 28px;
	width: 950px;
}
#menu li {
	list-style: none;
	float: left;
	padding: 6px 10px 4px;
	background-color: #E87104;
	background-image: url('imgs/btn_back.jpg');
	margin:1px;
	color: white;
	text-align: center;
	width: 90px;
}
#menu li:hover {
	background-color: green;	
	background-image: url('imgs/btn_back_down.jpg');
	color: yellow;
}
#menu a {
	color: white;
}

.column {
	width: 200px;
	padding: 0 5px;
	border: 1px solid #78A818;
	border-top: 0;
	border-bottom: 0;
}
.content {
	width: 515px;
	padding: 5px;
	text-align: justify;
	background-image: url('imgs/home_back.png');
}
.content h2 {
	font-size: 14pt;
}

.content h4 {
	margin: 0px 0px 3px 0px;
	font-style:italic;
	font-size: 14px;
}


.box {
	margin-top: 5px;
}
.clear {
	clear: both;
}

.box h2 {
	color: white;
	font-weight: bold;
	background-color: #78A818;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	
}
.left{
	float: left;
}
.right {
	float: right;
}

form input, form select {
	font-size: 11px;
	float: left;
	margin: 5px;
}
form input[type=text], form select {
	border: 1px solid gray;
}
form input[type=text] {
	width: 170px;
}

#nav {
	background-color: #7196CC;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
#nav li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid white;
}
#nav li:hover,#nav li:hover a{
	color: black !important;
	background-color: #DEF3B6;
}
#nav li a {
	color: white;
	text-decoration:  none;
}
#nav li a:hover {
	color: black;
} 


#search {
	background-color: #EAEAEA;
}
#evidenza {
	height: 150px;
}
/* smart content */
#smart {	
	text-align: left;
	width: 514px;
	height: 220px;
	background-color:#EAEAEA;
	border: 1px solid #A6A6A6;
	overflow:hidden;
	margin-top: 30px;
}

#smart a {
	text-decoration: none;
	color:#666666;
}
#smart a:hover {
	text-decoration: underline;
}


#scelto {
	background-color: #FFDF9D;
	color: black;
	text-align: center;
}
#scelto img {
	margin: 10px;
}

#scelto h3 {
	padding: 2px 2px 0px 2px;
}

#partner {
	background-color: white;
	text-align: center;
}




#LeftContainer {
	position:absolute;
	top: 132px;
	height: 380px;
	width: 190px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#LCLinks {
	position:absolute;
	overflow:hidden;
	width: 160px;
	height: 113px;
	padding: 10px 10px 10px 20px;
	background-color:#7196CC;
	color: #FFFFFF;
	border: 1px solid #A6A6A6;
}

#LCLinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: white;
	font-weight:bold;
}

#LCLinks a:hover {
	display:block;
	font-weight:bold;
	color: #666666;
	background-color:#FFFFFF;
	width: 150px;
}

#LCLinks p{
width: 150px;
height: 20px;
margin: 0px 0px 10px 0px;
}
#LCLinks p.Bordered {
border-bottom: 1px solid white;
}

#LCSearch {
	position:absolute;
	top: 137px;
	width: 180px;
	height: 60px;
	padding: 5px 5px 5px 5px;
	background-color:#EAEAEA;
	border: 1px solid #A6A6A6;
	text-align: center;
	overflow: hidden;
}

#news {
	height: 190px;
	display: block;	
}
#news img {
	margin: 5px;
}
.news {
	clear: left;
	margin: 5px;
	border-bottom: 1px solid #78A818;
	padding: 10px 5px;
}
.odd {
	background-color: #EAEAEA;
}
#RightContainer {
	position:absolute;
	top: 132px;
	right: 0px;
	height: 380px;
	width: 170px;
	z-index: 2;
}

#TerzaCategoria {
	right: 0px;
	position:absolute;
	width: 160px;
	height: 125px;
	padding: 10px 5px 5px 5px;
	background-color:#FFFFFF;
	border: 1px solid #A6A6A6;
	font-size:11px;
	color: #000000;
}


#RCWhere {
	position:absolute;
	right: 0px;
	top: 288px;
	width: 170px;
	height: 82px;
	background-color:#FFFFFF;
	border: 1px solid #A6A6A6;
}

#footer {
	height:45px;
	width: 950px;
	background-image:url(imgs/FooterBack.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#MFComment {
	color: #FFFFFF;
	background-color:#78A818;
	height: 14px;
	font-size: 10px;
	padding-left: 10px;
	width: 940px;
	border-bottom: 1px solid white;
}


#LanguageChange {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 80px;
	height: 20px;
	color: #000000;
	text-align: center;
	z-index: 1;
}

#MainAll {
	position:absolute;
	top: 146px;
	width: 370px;
	z-index:3;
	height:336px;
	right: 174px;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFB201;
	overflow:auto;
	text-align: justify;
}

#MainAll p {
margin: 0px 0px 10px 0px;
}
#MainAll p:first-letter {
font-size:16px;
color: #FFB201;
font-style:italic;
font-weight: bold;
}

#MainWelcome {
	position:absolute;
	top: 146px;
	width: 370px;
	right: 174px;
	height: 170px;
	z-index:3;
	background-color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #FFB201;
	overflow: auto;
}
#MainWelcome p:first-letter {
font-size:16px;
color: #FFB201;
font-style:italic;
font-weight: bold;
}

.SelectFields {
display:block;
height: 10px;
font-size:10px;
background-color:#F2FBE1;
}

#SearchField {
position:absolute;
display: block;
top: 18px;
left: 10px;
height: 12px;
width: 160px;
font-size: 10px;
}

#CategoriField{
position:absolute;
display: block;
top: 40px;
left: 10px;
width: 120px;
height: 18px;
font-size: 10px;
}
#SearchButtonHome {
position:absolute;
display: block;
top: 40px;
left: 135px;
height: 19px;
font-size: 10px;
}
#SearchCaption {
position:absolute;
display: block;
top: 2px;
left: 10px;
height: 12px;
width: 160px;
font-size: 10px;
text-align: left;
color:#999999;
}

#NormField {
display: block;
height: 12px;
font-size:10px;
width: 150px;
background-color:#F2FBE1;
}
#Button {
	display: block;
	height: 20px;
	font-size:10px;
	font-weight:bold;
	background-color:#F2FBE1;
}


#CatCaptionUno {
position:absolute;
display: block;
left: 2px;
font-size: 9px;
text-align: left;
color:#999999;
}

#CatCaptionTre {
position:absolute;
display: block;
top: 2px;
left: 2px;
font-size: 9px;
text-align: left;
color:#999999;
}

#CatCaptionDue {
	position:absolute;
	display: block;
	top: 86px;
	left: 2px;
	font-size: 9px;
	text-align: left;
	color:#999999;
}

.con {
	font-size:9px;
	font-style:italic;
	background-color:#E87104;
	color: white;
	width: 60px; 
}

#designby, #accessi {
	margin-top: 15px;
	height: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: black;
}
#designby{
	width: 850px;
	text-align: right;
}

#accessi {
	width: 100px;
}


