/*
Theme Name: AHAM Verifide
Author: Sebastian Lopez Garsco
Email: slopezgarsco@gmail.com / sebastian@beeay.com
Version: 1.0
*/

/* #Menu
================================================== */
.ie .menu ul li {
    border: none;
}

.ie7 .menu ul li {
    display: inline;
}

.ie .menu ul li a {
    padding-top: 17px;
}

.ie .menu ul li.menu-item-59:hover, .ie .menu ul li.menu-item-60:hover, .ie .menu ul li.menu-item-61:hover, .ie .menu ul li.menu-item-58:hover  {
    background: url('../images/menu-hover_desktop.png') no-repeat 0 0 transparent;
    border: none;
}

.ie .menu ul li.menu-item-58:hover {
    background: url('../images/menu-search-hover_desktop.png') no-repeat 0 0 transparent;
    height: 236px;
}
/* About */
.ie .menu ul li.menu-item-59 {
    background: url('../images/menu-about_desktop.png') no-repeat 0 0 transparent;
}
/* Identifying */
.ie .menu ul li.menu-item-60 {
    background: url('../images/menu-identifying_desktop.png') no-repeat 0 0 transparent;
}

.ie .menu ul li.menu-item-60 a {
    padding-top: 8px;
}
/* Search for products */
.ie .menu ul li.menu-item-58 {
    background: url('../images/menu-search_desktop.png') no-repeat 0 0 transparent;
}

.ie .menu ul li.menu-item-58 span.arrow {
    display: none;
}
/* News and Updates */
.ie .menu ul li.menu-item-61 {
   background: url('../images/menu-news_desktop.png') no-repeat 0 0 transparent; 
}

.ie7 .menu ul li, .ie7 .menu ul li.menu-item-58 ul li {
    display: inline;
}

.ie7 .menu ul li.menu-item-58 ul {
    position: relative;
}

.ie7 .menu ul li.menu-item-58 ul li {
    min-height: auto;
}
/* #Content
================================================== */
.ie .content .head .products img {
    background: none !important;
    opacity: 1;
    filter: none !important;
}

.ie .content .box {
    border: 1px solid #d7d7d7;
}

.ie .content .info a {
    background: url('../images/learnmore_desktop.png') no-repeat 0 0 transparent;
    border: none;
}

.ie .content .info a:hover {
    background: url('../images/learnmore-hover_desktop.png') no-repeat 0 0 transparent;
}

.ie .content .searchfor {
    background: url('../images/searchfor_desktop.png') no-repeat 0 0 transparent;
    border: none;
}

.ie .content .searchfor a span.arrow {
    display: none;
}

.ie .content .searchfor:hover {
    background: url('../images/searchfor-hover_desktop.png') no-repeat 0 0 transparent;
}

.ie .content .subscribe {
    background: url('../images/subscribe_desktop.png') no-repeat 0 0 transparent;
    border: none;
}

.ie .content .subscribe span.rss {
    display: none;
}

.ie .content .subscribe:hover {
    background: url('../images/subscribe-hover_desktop.png') no-repeat 0 0 transparent;
}

.ie .content .box a.read-more {
    background: url('../images/readmore_desktop.png') no-repeat 0 0 transparent;
    border: none;
}

.ie .content .box a.read-more:hover {
    background: url('../images/readmore-hover_desktop.png') no-repeat 0 0 transparent;
}

.ie7 .content .box .social .social-links li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.ie7 .content .lastposts ul li {
    border-bottom: none;
}
/* #Contact Form
================================================== */
.ie7 .content .box .nopassword form label {
    margin-top: 25px;
}

.ie .content .box form input[type='text'], .ie .content .box form input[type='password'] {
    line-height: 30px;
}

.ie .content .box form input[type='submit'] {
    background: url('../images/form-submit_desktop.png') no-repeat 0 0 transparent;
}

/* #Links
================================================== */
.ie7 .links span {
    margin-right: 0;
}

.ie7 .links ul {
    margin: 26px 0 0 0;
}

.ie7 .links ul li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

.ie .links .search input[type="text"] {
    line-height: 28px;
}

/* #Footer
================================================== */
.ie7 .footer ul li {
    display: inline;
    zoom: 1;
}