#home{
    display: block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    background: transparent url(../img/nrlogo_36x22_white.png) no-repeat 0 50%;
    text-indent: 45px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-top5 {
    padding-bottom: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.foot1 {
    background: #222222;
    padding: 55px 0px 70px;
}

.foot1 .copyright {
    background: url(../img/nrlogo_36x22_white.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.foot1 .copyright p {
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
}

@media (max-width:600px) {
    .foot1 .copyright {
        background-position: 12px 8px;
    }
    .foot1 .copyright p {
        line-height: 20px;
    }
    .foot1 .copyright p span {
        display: none;
    }
    .foot1 .copyright p br {
        display: inline;
    }
}

@media (min-width:600px) {
    .foot1 .copyright {
        background-position: 0px 0px;
    }
    .foot1 .copyright p {
        line-height: 28px;
    }
    .foot1 .copyright p span {
        display: inline;
    }
    .foot1 .copyright p br {
        display: none;
    }
}

.foot1 .foot-links-right {
    text-align: right;
    margin: 0px 0px 4px;
    padding-right: 12px;
}

@media (max-width:600px) {
    .foot1 .foot-links-right {
        text-align: left;
    }
}

@media (min-width:600px) {
    .foot1 .foot-links-right {
        text-align: right;
    }
}

.foot1 .foot-links-right p {
    margin: 0px 0px 4px;
    color: #999999;
    font-size: 12px;
}

.foot1 .foot-links-right p.l1 a,
.foot1 .foot-links-right p.l1 span {
    font-size: 12px;
    color: #999999;
    margin: 0px 0px 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0px 10px;
    transition: color 0.3s ease;
}

.foot1 .foot-links-right p.l2 a {
    font-size: 12px;
    color: #999999;
    margin: 0px 0px 10px;
    line-height: 14px;
    display: inline-block;
    margin: 0px 10px;
    transition: color 0.3s ease;
}

.foot1 .foot-links-right p a:hover{
    color: #fff;
}

.foot2 {
    background: #333333;
    border-bottom: solid 1px #3e3e3e;
}

.foot2 .foot-list {
    width: 100%;
    height: 280px;
    padding: 40px 0;
    float: left;
    margin-right: auto;
    padding: 46px 0 38px 18px;
    min-height: 194px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.foot2 h4 {
    font-size: 15px;
    color: #fff;
    margin: 0px 0px 18px 0;
}

.foot2 ul {
    margin: 0px;
    padding: 0px;
}

.foot2 ul li {
    list-style: none;
}

.foot2 li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
}

.foot2 .foot-list li a {
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.foot2 .foot-list:hover a {
    color: #fff;
}

.foot2 .foot-list li a:hover{
    color: #000000;
}

.foot2 .list1:hover{
    background: #7c2b83;
    color: white;
}

.foot2 .list2:hover{
    background: #8dc63f;
}

.foot2 .list3:hover{
    background: #008da8;
}

.foot2 .list4:hover{
    background: #f6a81a;
}

.foot2 .list5:hover{
    background: #0063a8;
}

.foot2 .list6:hover{
    background: #F65314;
}

.foot2 .foot2-left {
    float: left;
}

@media (max-width:600px) {
    .foot2 .foot2-right {
        width: 368px;
        float: left;
        margin: 10px 0px;
    }

    .foot2 .foot2-right .social {
        font-size: 22px;
        padding-left: 10px;
    }
}

@media (min-width:600px) {
    .foot2 .foot2-right {
        border-left: 1px solid #3e3e3e;
        width: 368px;
        float: right;
        /*margin: 150px 0px;*/
    }
    .foot2 .foot2-right .social {
        font-size: 22px;
        padding-left: 30px;
    }
}

.foot2 .foot2-right .social a {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot2 .foot2-right .social a:hover {
    color: #fff;
}

@media (max-width:600px) {
    #homeuserlist, #imgnetworkondemand, #txtremoteaccess, #imgsecurity, #txtfirewall, #txtheader2 {
        width:100%! important;
        margin-bottom: 10px;
    }
    #businessuserlist, #txtnetworkondemand, #imgremoteaccess, #txtsecurity, #imgfirewall, #imgheader2 {
        width:100%! important;
        margin-left:0;
    }
}

@media (min-width:600px) {
    #homeuserlist, #imgnetworkondemand, #txtremoteaccess, #imgsecurity, #txtfirewall, #txtheader2 {
    }
    #businessuserlist, #txtnetworkondemand, #imgremoteaccess, #txtsecurity, #imgfirewall, #imgheader2 {
    }
}

@media (max-width:600px) {
    .header-1 {
        background: url(../img/header-bgd1s.jpg) top left no-repeat;
        background-size: cover;
        height: 300px;
    }
}

@media (min-width:600px) {
    .header-1 {
        background: url(../img/header-bgd1.jpg) top left no-repeat;
        background-size: cover;
        height: 300px;
    }
}

.header-2 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    color: inherit;
    background: #118af4 url(../img/header-bgd2.jpg) repeat-x;
}

.img24 {
    width:24px;
    height:24px;
    margin-right:5px
}

.img48 {
    width:48px;
    height:48px;
    margin-right:5px
}

.downloadlist {
}

table.downloadlist td {
    vertical-align: top;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.downloadlist td.downloads_category_icon {
    text-align: right;
}

table.downloadlist td.download_category_title {
    border-bottom: 1px solid #514e79;
    color: #12213e;
    font-size: 13px;
    font-weight: bold;
    padding-left: 6px;
}

table.downloadlist .download_category_content {
    border-bottom: 1px dotted #9f9f9f;
    margin-left: 14px;
    width: 646px;
}

table.downloadlist td.downloads_product_type {
    color: #12213e;
    font-size: 13px;
    font-weight: bold;
    padding-right: 6px;
    vertical-align: middle;
}

table.downloadlist .small {
    font-size: 0.75em;
}

#comparetable tr {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#comparetable .spacing2 {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px
}

#comparetable .bright {
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid
}

.dotline {
    border-bottom: silver 1px dotted;
}
