/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ css resetting again: just
to start writing css from a scratch */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: none 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------------------------------------------- utilities ----*/

.skipLinks{
	position: absolute;
	top: -1000em;
	left: -1000em;
	
}

.hide{
	position: absolute;
	top: -1000em;
	left: -1000em;
	visibility: hidden;
}


.noDisplay{
	display: none;
}

.clear{
	clear: both;
	
	font-size: .01em;
	line-height: .01em;
	visibility: hidden;
}






body { 
 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
background-color: #FFFFFF;

}

/* main element of the page: this is the main container for the following blocks*/
#page{
  width: 822px;
  
  font-size: 0.9em;
  margin-left: 4px;
}

#header{
 
}

#header #logo{
  width: 397px;
  float: left;
}

#header img{
  display: block;
}

#areautenti{ width: 300px; border: solid 1px #cccccc; float: right; height: 74px; text-align: center; margin: 1px 0 0; padding:  5px 0; }


#horMenu{
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

ul#mainmenu{
  margin: 0;
  padding: 0;
  
}

ul#mainmenu li{
  display: inline;
   white-space: nowrap;
   padding: 5px 3px;
   font-weight: bold;
  
}

ul#mainmenu li span{  }

ul#mainmenu li a{
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
}

ul#mainmenu li a:hover{
   color: #cccccc;
  background-color: #ffffff;
}

#container{
  float: left;
  width: 100%;
   background-image: url(../immagini/bck_leftbar.jpg);
  background-position: 0 0;
  background-repeat: repeat-y;
  
  
}

#leftbar{
  padding: 10px 0 0 0;
  width: 200px;
  float: left;
  
}


#leftbar h2{
  font-size: 1em;
}




#leftbar ul.menu{
  list-style-type: square;
  margin: 5px 10px;
  padding: 0 10px;
  font-size: .8em;
  line-height: 1.8em;
  
}

#leftbar ul.menu a{
  display: block;
  width: 160px;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
  font-weight: normal;
}

#leftbar ul.menu span{
 font-weight: bold;
 border-bottom: 1px solid #f9bb9c;
}

#leftbar ul.menu a:hover{ text-decoration: none; font-weight: bold; border-bottom-color: #f9bb9c; border-bottom-width: 1px; }


#leftbar ul.menu li{
   margin: 5px 0;
  padding: 2px 0;
  vertical-align: middle;
}

.pannellobarra
{
  font-size: .8em;
  margin: 10px 4px 0 0;
  line-height: 1.6em;
}


#contentcontainer{
 margin-left: 203px;
 
}

#internalcontentcontainer{
  float: left;
  width:99%;
}


#content{
  padding: 10px;
  line-height: 1.8em;
   font-size: 0.8em;
}


.phpspace{
  margin: 10px 20px;
  padding: 10px;
  border: dashed 1px #fa7200;
  
}

.phpspace form{

}

.phpspace label{

}

.phpspace input{
  border: 1px solid #CCCCCC;
  
}

form.registerphp input{
  background-color: #fa7200;
  /*color: #ffffff;*/
}

form.registerphp input#domainname{
  background-color: #FFFFFF;
  /*color: #000000;*/
}

/* tabella offerte*/

table.offerte{
 
 margin: 20px 0 0 0;
}

table.offerte td, table.offerte th{
  border: 1px solid #f9bb9c;
}



table.offerte td div{
  padding: 2px 10px;
  
  
}

table.offerte th{
  font-size: 1.1em;
  background-color: #e5e5e5;
  background-color: #f3f3f3;
  padding: 4px 0;
}


table.offerte td.metawidth{
  width: 50%;
}

table.offerte ul{
  list-style-type: square;
  margin: 5px 20px;
}

table.offerte ul li ul
{
  font-size: 1em;
  margin: 5px 20px;
}

table.offertedomini{
  margin: 20px 0 0 0;
}

table.offertedomini th, table.offertedomini td{
  width: 130px;
    border: 1px solid #f9bb9c;
    padding: 4px 4px;
}

table.offertedomini th{
  font-size: 1.1em;
  background-color: #e5e5e5;
  background-color: #f3f3f3;
  padding: 4px 0;
}

table.offertedomini td{
  text-align: right;
}




#footer{
  font-size: 0.75em;
  margin: 0;
  border-top: 1px solid #CCCCCC;
}


/* ridefinizione degli elementi html */
p{
  margin: 5px 0px;
  padding: 3px;
}

a{
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #CCCCCC;
  background-color: #FFFFFF;
  text-decoration: none;
}

h1, h2, h3, h4, h5{
 
  margin: 5px 0;
  padding: 2px 0;
}

h1{
   font-size: 1.5em;
}

h2{
 font-size: 1.2em;
}

ul{
   list-style-type: square;
  margin: 5px 20px;
}

ol{
   margin: 5px 5px 5px 25px;
   padding: 5 10px;
   list-style-type: decimal;
}

ol li ol{
  list-style-type: lower-alpha;

}
/*Modifiche Rodolfo
*/
.telefono { font-size: 0.75em; }
.colorearancio { color: #fa7200; text-decoration: none; }
.colorearancioscuro { color: #b23e05; text-decoration: none; }
