/*****************/
/* GLOBAL STYLES */
/*****************/


div, img, body, a, h1, h2, h3, h4, h5, form, fieldset, table, tr, td, p
{
border: 0;
margin: 0;
padding: 0;
}
div, fieldset
{
position: relative;
float: left;
}
p
{
padding: 3px;
}
.center
{
text-align: center;
}
.hidden
{
display: none;
}
img.bordered
{
border: 1px solid #ccc;
padding: 3px;
}
.title
{
font-weight: bold;
}
.custom-list, .custom-list li
{
position: relative;
float: left;
border: 0;
margin: 0;
padding: 0;
list-style: none;
}
a
{
text-decoration: none;
outline: none;
}
a:hover
{
text-decoration: underline;
}
form
{
position: relative;
line-height: 20px;
text-align: left;
}
h1 { font-size: 22px;  }
h2 { font-size: 20px;  }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

.s1 { font-size: 50%;  }
.s2 { font-size: 80%;  }
.s3 { font-size: 100%; }
.s4 { font-size: 150%; }
.s5 { font-size: 250%; }


/********************/
/* MAIN PAGE STYLES */
/********************/


body
{
background: #e3e3e3;

text-align: center;
font: normal 12px Verdana, Tahoma, sans-serif;
color: #404040;
}
#background
{
position: static;
float: none;
width: 950px;
margin: 0 auto;
}
#page
{
width: 950px;
text-align: left;
background: #ffffff;
}
h1, h2
{
margin: 0;
border: 0;
padding:0;
}
h1 a
{
display: block;
width: 950px;
/*height: 133px;*/
height: 66px; /* Modifica Marco */
overflow: hidden;

background: transparent url( 'img/h1-background.png' ) no-repeat scroll top left;
}
/*** Modifica Marco ***/
h1 a.sky
{
background-position:bottom left;
}
/*** FINE Modifica Marco ***/
h2.tech, h2.blog
{
position: relative;
float: left;
}
h2.tech a, h2.blog a
{
display: block;
width: 950px;
height: 33px;
margin-top: 30px;
background: transparent none no-repeat scroll top left;
}
h2.tech a
{
background-image: url( 'img/tech-title-background.png' );
}
h2.blog a
{
background-image: url( 'img/blog-title-background.png' );
}
#footer
{
margin-top: 20px;
width: 950px;
height: 25px;
background: transparent url( 'img/footer-background.png' ) repeat-x scroll top left;
}
.special-resources-list
{
position: relative;
float: left;
width: 930px;
left: 10px;
}
.special-resources-list li p
{
font: normal 12px Verdana, Tahoma, sans-serif;
color: #404040;
padding: 0;
}
.special-resources-list li a
{
font: bold 12px Verdana, Tahoma, sans-serif;
padding: 0;
}
.tech-list
{
background: transparent url( 'img/tech-ul-background.png' ) repeat-y scroll top left;
}
.tech-list li
{
border-bottom: 2px solid #80a0c8;
width: 465px;
height: 80px;
overflow: hidden;
}
.tech-list li h3
{
width: 360px;
position: relative;
float: right;
right: 10px;
padding-top: 10px;
}
.tech-list li p
{
width: 360px;
position: relative;
float: right;
right: 10px;
padding-top: 5px;
}
.tech-list li a
{
color: #0073b9;
}
.tech-list li .img-container
{
position: relative;
float: left;
margin: 10px 5px;
width: 80px;
height: 59px;
overflow: hidden;
}
.tech-list li img
{
width: 80px;
}
.blog-list li
{
width:  445px;
height: 95px;
overflow: hidden;
border-bottom: 1px solid #ef8c58;
}
.blog-list li.row-odd
{
margin-right: 40px;
}
.blog-list li h3
{
padding: 15px 0 5px 0;
}
.blog-list li p
{
padding-bottom: 15px;
}
.blog-list li a
{
color: #262261;
}
.more-info
{
padding: 20px 0;
width: 950px;
}
.lx-box
{
float: left;
left: 10px;
width: 360px;
height: 194px;
background: transparent url( 'img/lx-box-background.jpg' ) no-repeat scroll top left;
}
.lx-box h2
{
margin-top: 80px;
padding: 5px;
font: bold 14px Verdana, Arial, sans-serif;
color: #0073b9;
}
.lx-box p
{
padding: 5px;
font: normal 12px Verdana, Arial, sans-serif;
color: #404040;
}
.rx-box
{
float: right;
right: 10px;
width: 556px;
height: 194px;
overflow: hidden;
background: transparent url( 'img/rx-box-background.jpg' ) no-repeat scroll top left;
}
.rx-box p
{
position: relative;
float: left;
margin-top: 30px;
padding: 10px 10px 5px 10px;

font: normal 12px Arial, sans-serif;
color: #2e2e2e;
}
.rx-box a
{
padding-left: 10px;
font: bold 12px Arial, sans-serif;
color: #004090;
text-decoration: underline;
}
