/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#87B220;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:980px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    background:#394E06;
    color:#87B220;
    font-family:'Times New Roman';
    font-weight:bold;
    font-size:15px;
    line-height:40px;
    letter-spacing:-2px;
    text-indent:-2px;   
}
#logo p{
    float:left;
    clear:none;
    height:40px;
    width:300px;
    margin:0;
    padding:0;
    color:#ffffff;
    font-family:'Georgia';
    font-weight:normal;
    font-size:20px;
    text-indent:2px;
    line-height:43px;
    letter-spacing:-2px;
}

#logo p.welcome{
    float:left;
    clear:both;
    height:20px;
    width:300px;
    margin:0;
    padding:0;
    color:#ffffff;
    font-family:'Georgia';
    font-weight:normal;
    font-size:12px;
    text-indent:2px;
    line-height:23px;
    letter-spacing:0px;
}

#logo p.welcome b{
    color:#ffffff;
    font-family:'Georgia';
    font-weight:bold;
    font-size:12px;
}

#logo p.welcome a{
    color:#ffffff;
    font-family:'Georgia';
    font-weight:normal;
    text-decoration: none;
    font-size:12px;
}

#logo p.welcome a:hover{
    font-family:'Georgia';
    font-weight:normal;
    color: #ccc;
    text-decoration: underline;
    font-size:12px;
}

.subContainer, #navigation ul{
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:64px;
    background:#454948;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin-left:auto;
    margin-right:auto;
    padding:0;
    background:#7fa71f;
    height:34px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#739B1F;
    }
    #active a{
        background:url('../images/nav_bg.gif');
    }

/* ----- HEADINGS ----- */

h1{
    font-family:'Georgia';
    font-size:28px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

#content h1{
    font-family:'Georgia';
    font-size:28px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}
#content h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
}
#content h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}

.kaspersky_style {width: 740px; margin-left: 100px;}
.kaspersky_style form{margin:0}
.kaspersky_style table,input,select{font:normal 100% arial}
.kaspersky_style table{border-collapse:collapse;margin:0}
.kaspersky_style td{padding:0}
.kaspersky_style img{border:0;margin:0}
.kaspersky_style a{color:#333;text-decoration:none}
.kaspersky_style a:hover{text-decoration:underline}
.kaspersky_style ul{margin:0.4em 0 0.4em 24px;padding:0}
.kaspersky_style ul.pdli li{margin:3px 0 5px}

/* ----- FORMS ----- */

.input{
    background-color: #FFF;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
.main_button{
    background-color:#547e0f;
    line-height:11px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #CCC;
    font-size: 11px;
    height:30px;
    padding: 5px;
    margin: 0;
    padding: 0 5px;
}

.main_button:hover {
  background-color: #739b1f;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:940px;
    padding:20px;
    border-right:5px solid #e7e7e7;
    font-size:11px;
    float:left;
    clear:none; 
}

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

.tabberlive .tabbertabhide {
display : none;
}
.tabberlive {
margin-top : 0;
}
ul.tabbernav {
border-bottom : 1px solid #aeae8c;
font-family : Verdana, sans-serif;
font-size : 12px;
font-style : normal;
font-variant : normal;
font-weight : bold;
line-height : normal;
margin : 0;
padding : 0 0;
}
ul.tabbernav li {
display : inline;
list-style-image : none;
list-style-position : outside;
list-style-type : none;
margin : 0;
}
ul.tabbernav li a {
background : #ffffff none repeat scroll 0 0;
border-style : solid solid none;
border-width : 1px 1px medium;
margin-left : 0;
padding-top : 10px;
text-decoration : none;
}
ul.tabbernav li img {
border : medium none;
}
ul.tabbernav li a:link {
color : #ffffff;
}
ul.tabbernav li a:visited {
color : #ffffff;
}
ul.tabbernav li a:hover {
background : #ffffff none repeat scroll 0 0;
border-color : #ffffff;
color : #000000;
}
ul.tabbernav li.tabberactive a {
background-color : #ffc4c4;
border-color : #aeae8c #aeae8c #ffc4c4;
border-style : solid;
border-width : 1px;
}
ul.tabbernav li.tabberactive a:hover {
background : #ffc4c4 none repeat scroll 0 0;
border-color : #aeae8c #aeae8c #ffc4c4;
border-style : solid;
border-width : 1px;
color : #000000;
}
.tabberlive .tabbertab {
border : 0 none;
}
.tabberlive .tabbertab h2 {
display : none;
}
.tabberlive .tabbertab h3 {
display : none;
}
#tab2.tabberlive .tabbertab {
height : 30px;
overflow : auto;
}