/* 
    Document   : style
    Created on : 29-set-2009, 9.48.18
    Author     : elisa.repetto
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f0f0f0;
    font-family: 'Verdana', 'Geneva', 'sans-serif';
    font-size: 11px;
    color: #3c3c3c;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* per centrare la pagina con IE7 */
}

.sfondo_home{
    background-image: url('../img/sfondo.png');
    background-repeat: repeat-x;
    height: 381px;
}

.sfondo_interno{
    background-image: url('../img/sfondo_interno.png');
    background-repeat: repeat-x;
    height: 643px;
}

.header{
    background-image: url('../img/header.png');
    background-repeat: no-repeat;
    height: 193px;
    width: 978px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* per centrare la pagina con IE7 */
    
}

/* MENU */

#navlist
{
margin-top:0px;
margin-left: 300px;
padding: 0px 0px 7px 0px;
border-bottom: 0px;
font-variant:small-caps;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 125px 10px 4px 10px;
text-decoration: none;
color: #3c3c3c;
font-size: 13px;
border-bottom: 2px solid #3c3c3c;
}

#navlist a:link.current, #navlist a:visited.current, #navlist a:hover
{
border-bottom: 4px solid #0099ff;
padding-bottom: 2px;
background: transparent;
color: #0099ff;
}

#navlist a:hover { color: #0099ff; }

/* fine MENU */

.sub_header {
    margin-top: -30px;
    width: 978px;
    margin-left: auto;
    margin-right: auto;
}

.sub_content {
    width: 978px;
    margin-left: auto;
    margin-right: auto;
}
/*
.logo_google{
    background-image: url('../img/ID03-0901_Apps-Reseller-logo_Final.png');
    background-repeat: no-repeat;
    width: 110px;
    height: 121px;
    padding: 25px;
}

.logo_aol{
    background-image: url('../img/logo_aol.png');
    background-repeat: no-repeat;
    width: 118px;
    height: 86px;
    padding: 25px;
}
*/

.sep_home{
    background-image: url('../img/sep_sub_header.png');
    background-repeat:no-repeat;
    width: 8px;
    height: 189px;
}

.sep_interno{
    background-image: url('../img/sep_interno.png');
    background-repeat:no-repeat;
    width: 8px;
    height: 320px;
}

.sep_sub_content{
    background-image: url('../img/sep_sub_content.png');
    background-repeat:no-repeat;
    width: 8px;
    height: 94px;
}
/*.frase_home{
    background-image: url('../img/frase_home.png');
    background-repeat: no-repeat;
    width: 540px;
    height: 35px;
    margin-left: 380px;
    margin-right: auto;
    margin-top: 55px;
    position: relative;
}

.frase_soluz{
    background-image: url('../img/frase_soluzioni.png');
    background-repeat: no-repeat;
    width: 540px;
    height: 35px;
    margin-left: 380px;
    margin-right: auto;
    margin-top: 55px;
    position: relative;
}
*/

.area_box{
    background-image: url('../img/box.png');
    background-repeat: no-repeat;
    width: 967px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* per centrare la pagina con IE7 */
    margin-top:-27px;
    display: block;
}

.box{
    margin-top: 45px;
    width: 238px;
}

.box_testo{
    margin: 0px;
    padding-left: 25px;
}

.footer{
    border-top: 1px solid #3c3c3c;
    padding-top:5px;
}

/* LINK */

a:link, a:hover, a:visited, a:active{
    color:#3c3c3c;
    text-decoration: underline;
}

a:link.img, a:hover.img, a:visited.img, a:active.img{
    text-decoration: none;
}

/* testo */

.titolo{
    font-variant:small-caps;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #3c3c3c;

}

img.bott {
    padding:2px;
}

img.googleIcon {
	padding: 25px;
	float: left;
}


