/* CSS Document */


* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #0099FF; /*#9898AC; */
 color:#000000;
 background-image:url(../images/sfondo.gif); background-repeat:repeat;
 scrollbar:yes;
}




img {border:0px; }
 
#wrapper { 
 margin: 0 auto;
 width: 986px;
  background-color:#FFFFFF;
 /* background-image: url(../images/bgwrap.jpg); 
  background-repeat:repeat-y; */
  
}

#header {
 margin: 0px auto;
 width:986px;
 }

#header a { color: #FF0000; font-weight:bold; text-decoration:none}
#header a:hover { color: #999999; text-decoration:none;}
#header h1 {font-size:18px; font-style:italic; font-weight:normal}


.logo {font-size:66px; float:left; font-style:italic; font-weight:bold; padding-left:15px; color:#FF0000}
.description {left:52%; position: absolute; top:18px; font-size:18px; height: 44px; color:#0000CC}

#menualto {
width:986px;
margin:0px auto;
background-color:#FBF2F3;
font-size:13px; font-weight: bold;
line-height:26px;
text-align:right;
padding-bottom:1px;
}

#menualto a:link{ padding:2px 12px; color: #666; text-decoration:none; border-width: 1px 1px 0px 0px; border-color: #CCCCCC; border-style:solid;}
#menualto a:visited {padding:2px 12px; color:#666;  text-decoration:none; border-width: 1px 1px 0px 0px; border-color:#ccc; border-style:solid;}
#menualto a:hover { padding:2px 12px;; color:#999; text-decoration:none; border-width: 1px 1px 0px 0px; border-color:#ccc; border-style:solid;}

#menuprinc{
width: 986px;
overflow: hidden;
/* border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
background-color:#000000;
margin:0px auto 5px auto;
background-image:url(../images/ombramenu.jpg);
background-repeat:repeat-x;
background-position:bottom;
text-align:center;}

#menuprinc ul{
font-size:13px; font-weight: bold; 
text-align:center;
color:#FFFFFF;
height:51px;
list-style-type:none;
margin: 0 auto;
padding:0 0 0 0px;

}

#menuprinc li{
display: inline;
margin: 0;
}

#menuprinc li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 20px; /*padding inside each tab*/
border-right:2px #666666 ridge; /*right divider between tabs*/
color: #fff;
 /*background of tabs (default state)*/
 width: 120px;
}

#menuprinc li a:visited{
color: #fff;
}

#menuprinc li a:hover, #menuprinc li.selected a{
color: #ccc;
background-color:#333; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#content{ 
width:970px; background-color:#FFF; padding:8px;
}

#content h1 { font-size:20px; }
#content h2 {font-size:19px; position:relative; top:42px; left:138px; width:130px; margin:0px; height:40px; text-align:center;}
.testo {margin:0px 10px; width:940px; clear:left; color:#e6ad2d; font-weight:bold}
#content p {  margin-bottom:5px; font-size:14px; }
#content a { color: #FF0000; font-weight:bold;}
#content a:hover { color: #999999;}

#box1 {width:300px; float:left;  background-image:url(../images/super1.jpg);  background-repeat:no-repeat; margin:10px}
#box2 {width:300px; float:left;  background-image:url(../images/super2.jpg);  background-repeat:no-repeat; margin:10px}
#box3 {width:300px; float:left;  background-image:url(../images/super3.jpg);  background-repeat:no-repeat; margin:10px}
.adv300 { padding-top:90px;}

h3 {text-align:center; margin-bottom:8px; border: 1px solid red; padding: 5px 0px; clear:both;}
.lowcost {width:33%; padding-bottom:8px; border-left:15px solid #fff; }


#contentleft{ 
float:left; width:335px; background-color:#FFF; margin:0px 0px 0px 0px;
min-height:345px;
height:auto !important;
height:345px;
}

.intestamenuleft {margin:0px 5px 0px 5px; padding: 1px 5px; font-weight:bold;  color:#CCCCCC; width:120px;}

#contentleft p { margin:0px 5px 0px 5px; padding: 5px 5px 5px 5px; color: #333; background-color:#fff; font-size:12px; /* background-image:url(../images/spigolo.jpg); background-position:top right; background-repeat:no-repeat; */
 border-width:1px 0px; border-color:#999; border-style:solid;}


#contentleft img  {
	display: block;
	margin: 0px auto;
	text-align: center;
}

#contentleft a { color: #FF0000; font-weight:bold;}
#contentleft a:hover { color: #999999;}



#contentright{ 
width:600px; float:right; background-color:#FFF; margin-right:15px;
}

#contentright h1 { font-size:20px; }
#contentright h2 { font-size:14px; margin-bottom:5px;}
#contentright p {  margin-bottom:5px; font-size:14px; }
#contentright a { color: #FF0000; font-weight:bold;}
#contentright a:hover { color: #999999;}


#miniature { margin: 0px;
 width:649px; 
}

#miniature img{ width:150px;
height:113px; padding:5px 0px 0px 5px;
}


#news{ 
width:986px;
margin:-5px auto;
  background-color: #000;
  clear:both; 
  text-align:center;
  color:#FFFFFF;
padding: 3px 0px 3px 0px;

  
 }

#adv728 {background-image:url(../images/sfondoadv.jpg); background-repeat:no-repeat; height:110px; clear:left; text-align:center; padding-top:30px;}

#navigazione {text-align:center; font-size:16px; color:#0000FF; padding-bottom:10px;}

#footer{ 
text-align:center; font-size:11px; color:#0000FF; padding-top:5px; border-top: 1px solid blue;  
 }
 
.clear { clear: both; background: none; }
