W3C CSS Validator results for http://www.seacure.it (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http://www.seacure.it
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

@import "init.css";
* {
font-variant : normal;
font-style : normal;
font-weight : normal;
text-decoration : none;
text-align : left;
text-indent : 0;
}
body {
font-size : 62.5%;
}
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, div, form, li, fieldset, legend, img, pre {
padding : 0;
margin : 0;
border : 0;
}
h1, h1 span {
font-size : 21px;
}
h2, h2 span {
font-size : 15px;
}
h3, h3 span {
font-size : 12px;
}
h4, h4 span, h5, h5 span, h6, h6 span {
font-size : 10px;
}
@import "layout.css";
#skipper, .secondary span, .hidden, #quickedit, #title a span, #menu ul li a span {
display : none;
}
body {
background-color : #fffbeb;
text-align : center;
}
#container {
width : 750px;
margin : 0 auto;
}
#content ul li {
list-style-type : none;
margin-left : 5px;
padding-left : 15px;
background : url(../images/blue_small_bullet.gif) 5px 0% no-repeat transparent;
}
#content ul li.feed {
background : url(../images/rss-mini.gif) 5px 0% no-repeat transparent;
}
.cleared {
clear : both;
}
#header {
height : 80px;
overflow : hidden;
background : url(../images/header.jpg) top center no-repeat transparent;
}
#title a, #title a:link, #title a:hover, #title a:visited {
display : block;
height : 45px;
width : 246px;
float : left;
margin-top : 3px;
margin-left : 30px;
background : url(../images/logo.gif) top center no-repeat transparent;
}
#main {
background : url(../images/main.jpg) top center repeat-y transparent;
text-align : center;
overflow : hidden;
position : relative;
width : 100%;
z-index : 10;
}
#content {
width : 480px;
padding : 10px;
float : right;
margin-right : 20px;
margin-top : 135px;
background : url(../images/content_small.jpg) top center no-repeat transparent;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
margin-bottom : 10px;
}
#content p, #content ul, #content ol {
margin-bottom : 15px;
text-align : justify;
}
body.home #content {
width : 440px;
float : left;
margin : 20px 0 0 25px;
padding : 0;
background-image : none;
}
#preface {
margin-left : 20px;
margin-top : 135px;
width : 200px;
float : left;
}
#preface #submenu {
padding : 0 5px 0 3px;
}
#preface #submenu h2.secondary {
border : 0;
}
#preface #submenu ul {
margin-top : 8px;
margin-bottom : 20px;
}
#preface #submenu ul li ul {
margin : 0;
}
#preface #submenu li {
padding-left : 17px;
background : url(../images/orange_bullet.gif) 4px 0% no-repeat transparent;
}
#preface #submenu li ul {
margin-left : -8px;
}
#preface #submenu li ul li, #preface #submenu ul.related li {
padding-left : 13px;
background : url(../images/small_orange_arrow.gif) 6px 0% no-repeat transparent;
}
#preface #minislogan {
position : absolute;
top : 0;
left : 20px;
height : 120px;
width : 708px;
}
body.home #preface {
float : none;
width : 710px;
margin : 0 auto;
overflow : hidden;
background : url(../images/home_preface.gif) bottom left no-repeat transparent;
}
body.home #preface #slogan {
width : 450px;
height : 261px;
float : left;
background : url(../images/home.jpg) top left no-repeat #000;
}
body.home #preface #lastnews {
float : right;
width : 250px;
padding-bottom : 5px;
background : url(../images/lastnews_foot.gif) bottom center no-repeat transparent;
}
body.home #preface #lastnews h2 {
display : block;
height : 35px;
background : url(../images/lastnews_top.gif) top center no-repeat transparent;
}
body.home #preface #lastnews h2 span {
display : none;
}
body.home #preface #lastnews ul {
background-color : #ec8c2b;
padding : 5px 15px 0 15px;
}
body.home #preface #lastnews ul li {
padding : 3px;
padding-right : 0;
border-top : 1px solid #d88027;
}
body.home #preface #lastnews ul li:hover {
background-color : #d88027;
}
body.home #preface #lastnews ul li.readmore:hover {
background-color : transparent;
}
#postface {
width : 710px;
margin : 0 auto;
overflow : hidden;
clear : both;
background : url(../images/postface.jpg) bottom center no-repeat #f9fafb;
border-top : 10px solid #0167b9;
}
#postface div.box {
float : left;
width : 234px;
margin-top : 10px;
}
#postface div.first {
border : 0;
}
#postface div.bar {
width : 708px;
border-top : 10px solid #0167b9;
padding-top : 5px;
margin-top : 5px !important ;
}
#postface #glossario ul li {
display : inline;
padding : 2px;
}
#postface #glossario p {
margin-top : 7px;
padding : 5px;
border-top : 1px solid #dedede;
}
body.home #postface {
border-top : 0;
margin-top : 10px;
margin-right : 25px;
width : 250px;
float : right;
clear : none;
background-image : none;
background-color : transparent;
}
#footer address {
display : inline;
}
#footer {
padding : 20px;
background : url(../images/footer.jpg) top center no-repeat transparent;
line-height : 1.2em;
}
#footer ul {
position : relative;
width : 100%;
}
#footer_nome, #footer_edificio, #footer_via {
position : absolute;
right : 0;
}
#footer_edificio {
top : 1.2em;
}
#footer_via {
top : 2.4em;
}
@import "layout.en.css";
body.home #preface #lastnews h2 {
background : url(../images/lastnews_top_en.gif) top center no-repeat transparent;
}
body.home #preface #slogan {
background : url(../images/home_en.jpg) top left no-repeat #000;
}
@import "menu.css";
#quickmenu {
width : 750px;
}
#quickmenu ul {
width : 57px;
height : 22px;
margin-left : 673px;
position : relative;
background : url(../images/linguetta_it.gif) top left no-repeat transparent;
}
#quickmenu ul li {
width : 24px;
height : 22px;
top : 0;
left : 5px;
position : absolute;
display : block;
}
#quickmenu ul li.second {
left : 30px;
}
#quickmenu ul li a, #quickmenu ul li a:link, #quickmenu ul li a:visited, #quickmenu ul li a:hover {
display : block;
height : 22px;
width : 24px;
}
#quickmenu ul li span {
display : none;
}
#menu {
float : right;
width : 350px;
margin-top : 41px;
}
#menu ul {
margin-left : 30px;
overflow : hidden;
}
#menu ul li {
margin-left : 3px;
display : block;
float : left;
}
#menu ul li a {
display : block;
height : 13px;
}
#percorsi, #percorsi:link, #percorsi:visited {
width : 43px;
background : url(../images/percorsi.gif) top center no-repeat transparent;
}
#tecnologie, #tecnologie:link, #tecnologie:visited {
width : 58px;
background : url(../images/tecnologie.gif) top center no-repeat transparent;
}
#formazione, #formazione:link, #formazione:visited {
width : 61px;
background : url(../images/formazione.gif) top center no-repeat transparent;
}
#partner, #partner:link, #partner:visited {
width : 40px;
background : url(../images/partner.gif) top center no-repeat transparent;
}
#job, #job:link, #job:visited {
width : 20px;
background : url(../images/job.gif) top center no-repeat transparent;
}
#ricerca, #ricerca:link, #ricerca:visited {
width : 39px;
background : url(../images/ricerca.gif) top center no-repeat transparent;
}
#menu ul li a:hover {
background-position : center center;
}
#menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:visited {
background-position : bottom center;
}
@import "menu.en.css";
#quickmenu ul {
background : url(../images/linguetta_en.gif) top left no-repeat transparent !important ;
}
#percorsi, #percorsi:link, #percorsi:visited {
width : 49px;
background : url(../images/percorsi_en.gif) top center no-repeat transparent;
}
#tecnologie, #tecnologie:link, #tecnologie:visited {
width : 70px;
background : url(../images/tecnologie_en.gif) top center no-repeat transparent;
}
#formazione, #formazione:link, #formazione:visited {
width : 43px;
background : url(../images/formazione_en.gif) top center no-repeat transparent;
}
#ricerca, #ricerca:link, #ricerca:visited {
width : 49px;
background : url(../images/ricerca_en.gif) top center no-repeat transparent;
}
@import "typography.css";
body {
font-family : Verdana, Tahoma, Helvetica, arial, sans-serif;
font-size : 0.8em;
line-height : 1.45em;
color : #555;
}
strong, em, .emph {
font-weight : bold;
}
strong {
font-variant : small-caps;
}
pre, code, kbd {
font-size : 1.15em;
}
pre.url, pre code {
color : #0067b8;
}
a, a:link, a:visited {
color : #000;
text-decoration : underline;
}
a:hover {
text-decoration : none;
color : #555;
}
h1, h2 {
letter-spacing : -0.04em;
}
#header li, #preface li, #footer li {
list-style-type : none;
}
ul li {
list-style-position : inside;
}
ol li {
list-style-type : upper-roman;
margin-left : 20px;
}
acronym {
cursor : help;
font-weight : inherit;
border-bottom-style : dotted;
border-bottom-width : 1px;
}
acronym:hover {
border-bottom-style : solid;
}
#preface #submenu {
font-size : 0.75em;
}
#preface #submenu h3 {
font-size : 1.4em;
color : #0167b9;
border-bottom : 1px solid #ec8c2b;
line-height : 1em;
}
#preface #submenu li.current {
background-image : url(../images/orange_bullet_current.gif);
}
#preface #submenu li ul li.current {
background-image : url(../images/small_orange_arrow_current.gif);
}
#preface #submenu li a.current, #preface #submenu li a.current:link, #preface #submenu li a.current:visited {
font-size : 1.1em;
font-weight : bold;
color : #000;
}
#preface #submenu li ul li a.current, #preface #submenu li ul li a.current:link, #preface #submenu li ul li a.current:visited {
font-size : 1em;
}
#preface #submenu li a, #preface #submenu li a:link, #preface #submenu li a:visited {
text-decoration : none;
color : #888;
}
#preface #submenu li a:hover {
text-decoration : underline;
color : #ec8c2b;
}
body.home #preface #lastnews {
font-size : 0.8em;
line-height : 1.4em;
}
body.home #preface #lastnews ul li h3 a, body.home #preface #lastnews ul li h3 a:link, body.home #preface #lastnews ul li h3 a:visited {
color : #1d3e90;
font-size : 1.1em;
text-decoration : none;
letter-spacing : -0.03em;
}
body.home #preface #lastnews ul li h3 a:hover {
text-decoration : underline;
}
body.home #preface #lastnews ul li p {
color : #ffdac2;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color : #ec8c2b;
line-height : 0.9em;
font-family : "Bitstream vera sans", Helvetica, arial, Tahoma, Verdana, sans-serif;
}
#content h1 {
color : #0067b8;
}
#glossario ul, #glossario p {
font-size : 0.8em;
}
#glossario p {
line-height : 1.3em;
}
#glossario ul li a:visited {
text-decoration : none;
color : #555;
}
#footer {
font-size : 0.75em;
color : #666;
line-height : 1.2em;
}
#footer a, #footer a:link, #footer a:visited {
color : #777;
text-decoration : none;
font-weight : bold;
}
#footer a:hover {
color : #999;
text-decoration : underline;
}
@import "classes.css";
li.first, li.readmore {
border : 0 !important ;
}
li.readmore {
text-align : right;
}
div.home_banner a {
border : 0;
}
div.home_banner a img {
width : 438px;
}
div.box {
font-size : 0.75em;
line-height : 1.25em;
}
div.box li h3 {
padding-left : 11px;
background : url(../images/check.gif) center left no-repeat transparent;
}
div.box li a, div.box li a:link, div.box li a:visited {
color : #0167b9;
font-size : 1.1em;
}
div.box li:hover {
background-color : #f1f5f4;
}
div.box li.readmore:hover {
background-color : transparent;
}
div.box li:hover p {
color : black;
}
div.box li {
list-style-type : none;
padding : 5px;
border-bottom : 1px solid #eee;
}
div.box li p {
margin-top : 3px;
font-size : 1.1em;
letter-spacing : 0.03em;
}
div.box h2 span {
font-variant : small-caps;
color : #ec8c2b;
}
div.box ul {
margin-top : 7px;
padding-left : 3px;
padding-right : 3px;
}
ul.zebra li ul, ol.zebra li ul, ul.zebra li ol, ol.zebra li ol {
margin : 0 !important ;
}
ul.zebra li, ol.zebra li {
padding : 5px;
}
ul.zebra li.odd, ol.zebra li.odd {
background-color : #f1f5f4;
}
ul.zebra li.even, ol.zebra li.even {
background-color : #f6f7f1;
}
body.chisiamo #content #children ul li {
margin : 0;
padding-left : 10px;
background-image : none;
}
body.chisiamo #content #children ul {
margin-left : 10px;
border-left : 8px solid #eee;
}
body.chisiamo #content #children ol li ul {
border : 0;
}
body.contatti #children img {
border : #999 solid 1px;
background-color : #eee;
padding : 3px;
margin-bottom : 10px;
}
#children img {
margin-bottom : 10px;
}
em.mark, a.mark, a.mark:link, a.mark:visited {
color : #0067b8;
}
em.cryptocad {
color : #9b000b;
}
.mark span {
font-weight : bold;
font-style : italic;
}
.mark span.first {
color : #ec8c2b;
}
.mark span.second {
color : #0067b8;
}
div.download, div.itm {
background-color : #f4f4f0;
padding : 10px;
margin-bottom : 15px;
border : #f0f0e5 solid 1px;
}
div.download ul, div.itm ul {
padding-bottom : 0 !important ;
}
div.download ul, div.download p, div.itm ul, div.itm p {
margin : 0 !important ;
margin-bottom : 5px;
}
div.download p, div.itm p {
font-size : 0.8em;
}
div.download li {
background : url(../images/download_orange_bullet.gif) 5px 0% no-repeat transparent !important ;
}
div.download li.last {
background : none !important ;
text-align : right;
font-size : 0.7em;
}
div.itm:hover {
background-color : #f0f0e5;
}
div.itm h2 {
width : 70%;
margin : 0 !important ;
margin-bottom : 2px;
}
div.itm h2 span {
font-size : 0.75em;
font-weight : bold;
letter-spacing : 0;
}
div.itm li.itm_date {
background : url(../images/orange_calendar.gif) top right no-repeat transparent !important ;
padding-right : 20px !important ;
margin-top : -20px;
color : #000;
text-align : right;
font-variant : small-caps;
font-size : 0.8em;
font-weight : bold;
}
div.itm ul {
margin-top : -10px;
}
div.itm ul.itm_foot {
font-size : 0.8em;
margin-top : 3px !important ;
}
div.itm p.itm_abstract {
line-height : 1.2em;
border-bottom : 1px solid #ddd;
margin-bottom : 3px !important ;
color : #000;
font-size : 0.9em;
}
div.itm p.itm_body {
border-bottom : 1px solid #ddd;
text-align : left !important ;
}
div.itm p.itm_body a.image, div.itm p.itm_body a.image:link, div.itm p.itm_body a.image:visited {
width : 60px;
}
div.itm p.itm_body img {
width : 100%;
}
.framedleft {
float : left;
}
a.image, a.image:link, a.image:visited {
display : block;
border : #ccc solid 2px;
background-color : #ddd;
margin : 2px;
}
a.image:hover {
border-color : #ddd;
background-color : #eee;
}
body.partner p a.image, body.partner p a.image:link, body.partner p a.image:visited {
width : 100px;
}
body.nothome p.folder_full {
color : #000;
font-variant : small-caps;
padding-bottom : 15px;
}
div.folder_full img {
display : block;
text-align : center;
margin : 0 auto;
}
div.folder_full h1.folder_full a, div.folder_full h1.folder_full a:link, div.folder_full h1.folder_full a:visited {
color : #0067b8;
font-family : "Bitstream vera sans", Helvetica, arial, Tahoma, Verdana, sans-serif;
}
body.home div.percorso_line {
margin-bottom : 10px;
padding-top : 7px;
border-top : 1px solid #ffcfaf;
background : url(../images/medium_orange_arrow.gif) 5px 0% no-repeat transparent;
width : 100%;
}
body.home div.percorso_line_first {
border : 0;
}
body.home div.percorso_line p {
margin : 3px;
margin-left : 45px;
font-size : 0.9em;
line-height : 1em;
color : #777;
}
body.home div.percorso_line_doublespaced p {
margin-top : -5px;
}
body.home div.percorso_line_first p {
margin-top : -7px;
}
body.home div.percorso_line h2 a, body.home div.percorso_line h2 a:link, body.home div.percorso_line h2 a:visited {
display : block;
background-position : top left;
background-color : transparent;
background-repeat : no-repeat;
height : 40px;
}
body.home div.percorso_line h2 a span {
display : none;
}
body.home div.percorso_line h2 {
margin : 3px;
margin-left : 43px;
}
body.home div.percorso_line h2 #blackbox {
background-image : url(../images/percorso_bianco_destro_blackbox.gif);
}
body.home div.percorso_line h2 #securecheck_penetration_test {
background-image : url(../images/percorso_bianco_destro_securecheck_penetration_test.gif);
}
body.home div.percorso_line h2 #securecheck_vulnerability {
background-image : url(../images/percorso_bianco_destro_securecheck_vulnerability.gif);
}
body.home div.percorso_line h2 #secureglobal_iso27001 {
background-image : url(../images/percorso_bianco_destro_secureglobal_iso27001.gif);
}
body.home div.percorso_line h2 #secureguard_ids {
background-image : url(../images/percorso_bianco_destro_secureguard_ids.gif);
}
body.home div.percorso_line h2 #securesap {
background-image : url(../images/sap_secure.png);
}
body.home div.percorso_line h2 #cryptocad {
background-image : url(../images/percorso_bianco_destro_cryptocad.gif);
}
body.home div.percorso_line h2 #secureforensics {
background-image : url(../images/percorso_bianco_destro_secureforensics.gif);
}
body.home div.percorso_line h2 #iqsuite {
background-image : url(../images/percorso_iqsuite.gif);
}
body.home div.percorso_line h2 #safend {
background-image : url(../images/percorso_bianco_destro_secureprivacy.gif);
}
body.nothome div.folder_line p, body.nothome div.percorso_line p {
margin : 0 !important ;
margin-left : 10px !important ;
}
body.nothome div.folder_line, body.nothome div.percorso_line {
background : url(../images/big_arrow.gif) top left no-repeat transparent;
padding : 15px;
}
body.nothome div.folder_line h2, body.nothome div.percorso_line h2 {
margin-left : -15px;
margin-top : -15px;
padding-left : 15px;
padding-top : 22px;
}
body.nothome div.folder_line h2, body.nothome div.percorso_line h2, body.nothome div.folder_line a, body.nothome div.folder_line a:link, body.nothome div.folder_line a:visited, body.nothome div.percorso_line a, body.nothome div.percorso_line a:link, body.nothome div.percorso_line a:visited {
font-weight : bold;
font-variant : small-caps;
text-decoration : none;
color : #0067b8 !important ;
}
body.nothome div.folder_line a:hover, body.nothome div.percorso_line a:hover {
text-decoration : underline;
color : #3285c6;
}
body.job div.profilo li {
border-left : 10px solid #eee;
padding-left : 5px !important ;
background-image : none !important ;
list-style-position : outside;
}
body.job div.profilo h3 {
margin-bottom : 2px !important ;
}
body.job div.profilo h3 span {
font-weight : bold;
color : #0067b8;
}
body.mappadelsito #children ul {
line-height : 1.5em;
font-size : 0.9em;
margin-bottom : 3px;
}
body.mappadelsito #children ul li a, body.mappadelsito #children ul li a:link, body.mappadelsito #children ul li a:visited {
font-weight : bold;
}
body.mappadelsito #children ul li ul li a, body.mappadelsito #children ul li ul li a:link, body.mappadelsito #children ul li ul li a:visited {
font-weight : normal;
}
body.mappadelsito #children ul li ul li ul li {
background-image : none !important ;
padding-left : 2px !important ;
}
body.mappadelsito #children ul li ul li ul li:before {
content : '- ';
}
body.mappadelsito #children ul li ul li ul li a, body.mappadelsito #children ul li ul li ul li a:link, body.mappadelsito #children ul li ul li ul li a:visited {
text-decoration : none;
}
body.mappadelsito #children ul li ul li ul li a:hover {
text-decoration : underline;
}
@import "form.css";
div.formcontatti_submitted *, div.formcontatti_sent * {
display : none;
}
div.formcontatti_sent {
background : url(../images/sent.gif) center center no-repeat white;
}
div.formcontatti_submitted {
background : url(../images/loading.gif) center center no-repeat white;
}
div.formcontatti_submitted, div.formcontatti_sent {
border : #ddd solid 1px;
height : 150px;
}
div.formcontatti p {
width : 180px;
text-align : left;
letter-spacing : normal;
line-height : 1.3em;
margin-top : 2px;
margin-bottom : 5px;
}
div.formcontatti form {
width : 180px;
}
div.formcontatti form label {
display : none;
}
div.formcontatti {
margin-bottom : 20px;
}
form.microform_corso input.text, div.formcontatti form input.text, div.formcontatti form textarea {
width : 180px;
border : #888 solid 1px;
font-size : 1.1em;
font-family : Verdana, Tahoma, Helvetica, arial, sans-serif;
color : #999;
}
form.microform_corso input.text {
font-size : 1em;
}
div.formcontatti form input.text {
height : 12px;
}
div.formcontatti form textarea {
overflow : auto;
height : 70px;
margin-top : 2px;
}
.empty {
border-color : red !important ;
border-width : 2px !important ;
}
div.formcontatti form input.text:focus, div.formcontatti form textarea:focus {
border-color : #000;
color : #000;
}
div.formcontatti form input.image {
margin-left : 140px;
}
form.microform_corso input.image {
position : relative;
top : 3px;
left : 4px;
}
div.formcontatti form span {
text-align : right;
display : block;
}
div.formcontatti form span img.waiter {
vertical-align : middle;
width : 15px;
}
div.formcontatti form span.hidden {
display : none;
}
@import "header.css";
body.nothome #minislogan {
background : url(../images/header_chisiamo.jpg) center center no-repeat transparent;
}
body.percorsi #minislogan {
background : url(../images/header_percorsi.jpg) center center no-repeat transparent;
}
body.partner #minislogan {
background : url(../images/header_partner.jpg) center center no-repeat transparent;
}
body.job #minislogan {
background : url(../images/header_job.jpg) center center no-repeat transparent;
}
body.secureprivacy #minislogan {
background : url(../images/header_secureprivacy.jpg) center center no-repeat transparent;
}
body.secureglobal #minislogan {
background : url(../images/header_secureglobal.jpg) center center no-repeat transparent;
}
body.secureguard #minislogan {
background : url(../images/header_secureguard.jpg) center center no-repeat transparent;
}
body.securefirewall #minislogan {
background : url(../images/header_securefirewall.jpg) center center no-repeat transparent;
}
body.securelinux #minislogan {
background : url(../images/header_securelinux.jpg) center center no-repeat transparent;
}
body.tecnologie #minislogan, body.ricerca #minislogan {
background : url(../images/header_tecnologie.jpg) center center no-repeat transparent;
}
body.securevpn #minislogan {
background : url(../images/header_securevpn.jpg) center center no-repeat transparent;
}
body.securecheck #minislogan {
background : url(../images/header_securecheck.jpg) center center no-repeat transparent;
}
body.cryptocad #minislogan {
background : url(../images/header_cryptocad.jpg) center center no-repeat transparent;
}
body.safend #minislogan {
background : url(../images/header_cryptocad.jpg) center center no-repeat transparent;
}
body.securemail #minislogan {
background : url(../images/header_securemail.jpg) center center no-repeat transparent;
}
body.secureidentity #minislogan {
background : url(../images/header_secureidentity.jpg) center center no-repeat transparent;
}
body.secureforensics #minislogan {
background : url(../images/header_secureforensics.jpg) center center no-repeat transparent;
}
body.formazione #minislogan {
background : url(../images/header_formazione.jpg) center center no-repeat transparent;
}
body.download #minislogan {
background : url(../images/header_download.jpg) center center no-repeat transparent;
}
@import "header.en.css";
body.nothome #minislogan {
background : url(../images/header_chisiamo_en.jpg) center center no-repeat transparent;
}
body.percorsi #minislogan {
background : url(../images/header_percorsi_en.jpg) center center no-repeat transparent;
}
body.partner #minislogan {
background : url(../images/header_partner_en.jpg) center center no-repeat transparent;
}
body.job #minislogan {
background : url(../images/header_job_en.jpg) center center no-repeat transparent;
}
body.secureprivacy #minislogan {
background : url(../images/header_secureprivacy_en.jpg) center center no-repeat transparent;
}
body.secureglobal #minislogan {
background : url(../images/header_secureglobal_en.jpg) center center no-repeat transparent;
}
body.secureguard #minislogan {
background : url(../images/header_secureguard_en.jpg) center center no-repeat transparent;
}
body.securefirewall #minislogan {
background : url(../images/header_securefirewall_en.jpg) center center no-repeat transparent;
}
body.securelinux #minislogan {
background : url(../images/header_securelinux_en.jpg) center center no-repeat transparent;
}
body.tecnologie #minislogan, body.ricerca #minislogan {
background : url(../images/header_tecnologie_en.jpg) center center no-repeat transparent;
}
body.securevpn #minislogan {
background : url(../images/header_securevpn_en.jpg) center center no-repeat transparent;
}
body.securecheck #minislogan {
background : url(../images/header_securecheck.jpg) center center no-repeat transparent;
}
body.cryptocad #minislogan {
background : url(../images/header_cryptocad_en.jpg) center center no-repeat transparent;
}
body.securemail #minislogan {
background : url(../images/header_securemail_en.jpg) center center no-repeat transparent;
}
body.secureidentity #minislogan {
background : url(../images/header_secureidentity_en.jpg) center center no-repeat transparent;
}
body.secureforensics #minislogan {
background : url(../images/header_secureforensics_en.jpg) center center no-repeat transparent;
}
body.formazione #minislogan {
background : url(../images/header_formazione_en.jpg) center center no-repeat transparent;
}
body.download #minislogan {
background : url(../images/header_download.jpg) center center no-repeat transparent;
}

↑ Top