html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* My CSS */

.h_sep {
    
}

.h_sep.h30 {
    height: 30px;
}

.h_sep.h110 {
    height: 110px;
}

html, body {

}

body {
    background-color: #2D2D2D;
    background-image: url("/style_images/index/bg_pixel.jpg");
    background-repeat: repeat-x;
}

/* body pixel change */

body.bterms {
    background-image: url("/style_images/terms/bg_pixel.jpg");
}

#wrapper {
    height: 100%;
    width: 100%;
    background-position: center top;
    color: #CFCFCF;
    font-family: arial;
    font-size: 15px;
}

#wrapper.home {
        background-image: url("/style_images/index/bg.jpg");    
}

#header {
    margin: 0 auto;
    width: 940px;
    height: 140px;
    position: relative;
}

#header #top_logo {
    display: inline-block;
    position: relative;
    top: 22px;
}

#header #loginbox {
    background-image: url("/style_images/index/bg_login.png");
    position: absolute;
    width: 309px;
    height: 36px;
    right: 0;
    top: 0;
}

#header #loginbox .loginbtn {
    display: inline-block;
    height: 17px;
    width: 48px;
    background-image: url("/style_images/index/login_btn.png");
    vertical-align: middle;
}

#header #loginbox .loginbtn:hover {
    background-position: left bottom;
    cursor: pointer;
}

#header #loginbox input[type="text"], #header #loginbox input[type="password"] {
    background-color: #EBEBEB;
    border: medium none;
    color: #4A4A4A;
    height: 15px;
    vertical-align: middle;
    width: 115px;
    font-size: 11px;
}

#header #top_menu {
    font-size: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    padding-bottom: 20px;
}

#header #top_menu li.tab {
    color: #FFFFFF;
    display: inline-block;    
    border-bottom: solid 1px #5F5E5E;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
}

#header #top_menu li.tab:hover {
    color: #FFF;
}

/*#header #top_menu li.tab[rel="a1"]:hover .backLava {
    border-bottom: solid 1px green;
} */

#header #top_menu li.backLava {
    color: #FFFFFF;
    display: inline-block;    
    border-bottom: solid 1px #FFF;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
}


#header #top_menu li.tab a{
    color: inherit;
    text-decoration: none;
    z-index: 5;
    position: relative;
}

#header #top_menu li.tab.active {
    /*font-weight: bold;*/
}

#content_bg {
    margin: 0 auto;
    width: 940px;
    min-height: 740px;
    background-image: url("/style_images/index/lines_bg.png");
}

#content {
    margin: 0 auto;
    width: 920px;
    min-height: 100px;
    padding-top: 11px;
}

.home .teaser_roller {
    width: 100%;
    height: 315px;
    position: relative;
}

#teaser_btn {
    bottom: 90px;
    height: 60px;
    left: 109px;
    position: absolute;
    width: 207px;
    z-index: 10;
}

#teaser_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.home .teaser_roller .side_nav {

}

.side_nav .btn {
    z-index: 3;
    position: absolute;
    height: 48px;
    width: 42px;
    background-image: url("/style_images/index/left_right_btn.png");
    top: 117px;
}

.side_nav .btn:hover {
    cursor: pointer;
}

.side_nav .btn.left {
    left: -22px;
    background-position: top left;
}

.side_nav .btn.right {
    right: -22px;
    background-position: top right;
}

.side_nav .btn.left:hover {
    background-position: bottom left;
}

.side_nav .btn.right:hover {
    background-position: bottom right;
}


.home .teaser_roller .corner {
    position: absolute;
    top: 0;
    right: 0;
    height: 19px;
    width: 19px;
    background-image: url("/style_images/index/index.png");
    z-index: 5;
}

.home .teaser_roller .teaser_view {
    height: 275px;
    width: 920px;
    z-index: 1;
}

.home_teaser {
    height: 275px;
    width: 920px;
    background-image: url("/style_images/index/teaser1.jpg");
}

.home .teaser_roller .bottom_nav {
    height: 42px;
    width: 920px;
    background-image: url("/style_images/index/bottom_teaser_bg.png");
    text-align: center;
}

.home_blocks {
    font-size: 12px;
}

.home_blocks .block {
    display: inline-block;
    width: 304px;
    height: 357px;
    background-image: url("/style_images/index/advertiser_buksa.png");
    vertical-align: top;
    position: relative;
}

.home_blocks .block .content {
    height: 198px;
    left: 0px;
    position: absolute;
    top: 86px;
    width: 172px;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
}

.home_blocks .block ul {
    font-family: arial;
    font-size: 15px;
    padding-left: 20px;
    margin-top: 0px;
}

.home_blocks .block li {
    padding-bottom: 16px;
    padding-top: 1px;
    position: relative;
}
 
.home_blocks .block li:before {
    content: url("/style_images/index/small_bullet.png");
    display: block;
    left: -8px;
    position: absolute;
    top: 0;
}

.home_blocks .block > a {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
    top: 278px;
    width: 161px;
}

.home_blocks .block.agencies {
    background-image: url("/style_images/index/agencies_buksa.png");
}

.home_blocks .block.publisher {
    background-image: url("/style_images/index/publisher_buksa.png");
}



#footer {
    width: 920px;
    /*height: 140px;*/
}

#footer > div {
    background-color: #000;
    
}

#footer .content {
    height: 40px;
    padding: 35px;
    padding-bottom: 27px;
    padding-top: 27px;
}

#footer .content ul.menu {
    width: 404px;
}

#footer .content ul.menu li.tab {
    border-left: 1px solid #919191;
    color: #919191;
    float: left;
    font-size: 13px;
    height: 14px;
    padding-left: 5px;
    width: 95px;
}

#footer .content ul.menu li.tab a {

}

#footer .content ul.menu li.tab.active {
    font-weight: bold;
    color: #FFF;
}

#footer .copyrights {
    margin-top: 3px;
    height: 35px;
}

#footer .copyrights p{
   color: #9B9B99;
    font-size: 13px;
    height: 100%;
    line-height: 35px;
    margin-left: 170px;
    width: 310px;
}

#footer .logo {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: -35px;
}

#footer .copyrights .mmglogo {
    display: inline-block;
    float: right;
    margin-right: 250px;
    margin-top: -30px;
}

#wrapper.advertisers {
        background-image: url("/style_images/advertisers/bg.jpg");    
}



#wrapper.agencies {
        background-image: url("/style_images/agencies/bg.jpg");    
}

.agencies .inner_page_teaser {
    background-image: url("/style_images/agencies/top_teaser_agencies.png");
}

.agencies .entity_page .colored_strip {
    background-color: #CC3F8B;
}



#wrapper.publishers {
        background-image: url("/style_images/publisher/bg.jpg");    
}

.publishers .inner_page_teaser {
    background-image: url("/style_images/publisher/header_teaser_publisher.png");
}


.publishers .entity_page .colored_strip {
    background-color: #3AAF47;
}

.ad_networks .inner_page_teaser {
    background-image: url("/style_images/ad_networks/top_teaser_ad_networks.png");
}


.ad_networks .entity_page .colored_strip {
    background-color: #DC1921;
}

#wrapper.ad_networks {
        background-image: url("/style_images/ad_networks/bg.jpg");    
}

.ad_networks .entity_page .colored_strip {
    background-color: #E51922;
}

#wrapper.technology {
        background-image: url("/style_images/technology/bg.jpg");    
}

.technology .entity_page .colored_strip {
    background-color: #536AB0 ;
}

.technology .inner_page_teaser {
    background-image: url("/style_images/technology/header_teaser_tech.png");
}

.technology .entity_page .content .text {
     width: auto;
     background-repeat: no-repeat;
}

.technology .entity_page .content {
    height: 575px;
    position: relative;
}

.inner_page_teaser {
    background-image: url("/style_images/advertisers/advertiser_teaser.png");
    height: 115px;
}

.entity_page .benefits {
    background-image: url("/style_images/agencies/header.png");
    height: 89px;
}

.entity_page .benefits h3 {
    color: #D6D6D6;
    font-size: 23px;
    font-weight: bold;
    line-height: 67px;
    padding-left: 20px;
}

.entity_page .content {
    height: 380px;
    background-color: #FFF;
}

.entity_page .colored_strip {
    background-color: #FBA723;
    height: 10px;
    position: relative;
}
.entity_page .colored_strip .signupspot {
    width: 190px;
    height: 100px;
    background-color: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}

.entity_page .content .text {
    color: #505050;
    display: inline-block;
    font-size: 15px;
    height: 350px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    vertical-align: top;
    width: 428px;
}

.entity_page .content .zavit {
    background-image: url("/style_images/advertisers/center_triangle.png");
    height: 20px;
    width: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 4;
}

.entity_page .content .sep {
    background-image: url("/style_images/advertisers/center_lines.png");
    height: 380px;
    position: absolute;
    right: -1px;
    top: -3px;
    width: 1px;
}

.entity_page .content .list {
        width: 450px;
        display: inline-block;
        height: 350px;
        vertical-align: top;
        text-align: center;
}

.entity_page .content .list ul {
    color: #515151;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    width: 400px;
}

.entity_page .content .list ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.agencies .entity_page .content .list ul li:before {
    content: url("/style_images/agencies/bullet.png");
}

.publishers .entity_page .content .list ul li:before {
    content: url("/style_images/publisher/bullet.png");
}

.ad_networks .entity_page .content .list ul li:before {
    content: url("/style_images/ad_networks/bullet.png");
}

/*
.entity_page .content .list ul li:before {
.entity_page .content .list ul li:before {
.entity_page .content .list ul li:before {
    */
    
.entity_page .content .list ul li:before {
    content: url("/style_images/advertisers/bullet.png");
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
}

.entity_page .signup.btn {
    background-image: url("/style_images/advertisers/apply.png");
    height: 48px;
    left: 34px;
    position: relative;
    top: 27px;
    width: 139px;
}

.btn:hover {
    cursor: pointer;
    background-position: bottom;
}

.btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom_nav.nivo-controlNav a {
    display: inline-block;
    background-image: url(/style_images/index/teaser_btns.png);
    width: 19px;
    height: 18px;
    font-size: 0;
    margin-left: 5px;
}
.bottom_nav.nivo-controlNav a:hover {
    background-position: bottom;
}

.bottom_nav.nivo-controlNav a.active {
    background-position: bottom;
}

#footer_menu {
    width: 500px;
}

#footer_menu li.tab {
    border-left: 1px solid #FFFFFF;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

#footer_menu li.tab.active {
    font-weight: bold;
}

#footer_menu li.tab a {
        text-decoration: none;
        color: #9B9B9B;
        font-size: 12px;
}

.technology .entity_page .content .bg {
    background-image: url("/style_images/technology/white_bg.png");
    background-position: 10px -100px;
    background-repeat: no-repeat;
    height: 595px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 715px;
    z-index: 1;
}

.technology .tecs {
    z-index: 2;
    position: relative;
    top: 90px;
    
}
.technology .tecs .tec {
    z-index: 2;
    width: 920px;
    height: 74px;
    background-image: url(/style_images/technology/dynamic_smart_link.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    margin-bottom: 1px;
}

.technology .tecs .tec .title {
    color: #FFFFFF;
    font-size: 18px;
    left: 94px;
    position: relative;
    top: 26px;
}

.technology .tecs .tec:hover {
    cursor: pointer;
    background-position: left bottom;
}


.technology .tecs .tec:hover .rightside {
    background-position: left top;
}


.technology .tecs .tec.active {
    cursor: pointer;
    background-position: left bottom;
}


.technology .tecs .tec.active .rightside {
    background-position: left top;
}

.technology .tecs .tec .rightside {
    width: 15px;
    height: 74px;
    background-image: url(/style_images/technology/right_btn.png);
    position: absolute;
    right: 0;
    top: 0;
    background-position: left bottom;
}

.technology .tecs .tec.api {
    background-image: url(/style_images/technology/api.png);
}

.technology .tecs .tec.dynamic_smart_link {
    background-image: url(/style_images/technology/dynamic_smart_link.png);
}

.technology .tecs .tec.dynamic_tag {
    background-image: url(/style_images/technology/dynamic_tag.png);
}

.technology .tecs .tec.pixels {
    background-image: url(/style_images/technology/pixels.png);
}

.technology .tecs .tec.xml_cpa {
    background-image: url(/style_images/technology/xml_cpa.png);
}

.technology .tecs .curr_tec {
    height: 449px;
    position: absolute;
    right: 16px;
    top: 0;
    width: 580px;
    z-index: 4;
    display: none;
    text-align: center;
}

.technology .tecs .curr_tec .title {
    color: #6583F3;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: -40px;
}


.technology .tecs .curr_tec .standart {
    padding-left: 30px; padding-right: 30px; margin-top: -21px; color: rgb(105, 105, 105); font-size: 15px;
    text-align: left;
}

.technology .tecs .curr_tec img {

}

#wrapper.terms {
        background-image: url("/style_images/terms/bg.jpg");
        background-repeat: no-repeat;    
}

.terms .entity_page .colored_strip {
    background-color: #9E9E9E ;
}

.terms .inner_page_teaser {
    background-image: url("/style_images/terms/header_teaser_terms.png");
}

.terms .entity_page .content .text {
     width: auto;
     background-repeat: no-repeat;
     height: auto;
     font-size: 15px;
}

.terms .entity_page .content .text ol {
    padding-left: 20px;
    padding-right: 10px;
    list-style: decimal;
}

.terms .entity_page .content {
    height: auto;
    position: relative;
}

.terms .entity_page .hsep {
    background-image: url("/style_images/terms/lines.png");
    height: 1px;
    width: 100%;
}


#wrapper.contact {
        background-image: url("/style_images/contact_us/bg.jpg");    
}

.contact .entity_page .colored_strip {
    background-color: #3FB8E3 ;
}

.contact .inner_page_teaser {
    background-image: url("/style_images/contact_us/top_teaser_contact.png");
}

.contact .btns {
    background-color: #FFFFFF;
    font-size: 2px;
    height: 117px;
    position: relative;
    top: -20px;
    width: 920px;
}

.contact .btns .btn {
    background-image: url("/style_images/contact_us/big_btns.png");
    background-position: left top;
    height: 117px;
    width: 306px;
    display: inline-block;
}

.contact .btn.pub {
    background-position: center top;
}

.contact .btn.adv {
    background-position: left top;
}

.contact .btn.agi {
    background-position: right top;
}

.contact .btn.pub:hover {
    background-position: center 133px;
}

.contact .btn.adv:hover {
    background-position: left 133px;
}

.contact .btn.agi:hover {
    background-position: right 133px;
}
.contact .entity_page .content {
    position: relative; top: -20px;
    padding-top: 10px;
}

.contact .entity_page .colored_strip {
    position: relative;
     top: -20px;
}

div.input_wrapper {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

div.input_wrapper.haveerror .error {
    color: red;
}

div.input_wrapper input {
    background-color: #EFEFEF;
    border: 1px solid #9F9F9F;
    font-size: 18px;
    height: 33px;
    width: 200px;
}


div.input_wrapper textarea {
    background-color: #EFEFEF;
    border: 1px solid #9F9F9F;
    font-size: 16px;
    height: 100px;
    width: 420px;
}

.input_wrapper .label.title {
    color: #9F9F9F;
    font-weight: bold;
}

.contact_form {
    font-size: 50px;
    line-height: 15px;
    text-align: center;
    height: 375px;
}

.contact_form .send {
    background-image: url("/style_images/contact_us/send_btn.png");
    bottom: 0;
    height: 48px;
    position: absolute;
    right: 15px;
    width: 139px;
}

.contact_form .send:hover {
    background-position: left bottom;
}

/* get_started CSS */

#wrapper.get_started {
        background-image: url("/style_images/get_started/bg.jpg");    
}

.get_started .entity_page .colored_strip {
    background-color: #FBD00F ;
}

.get_started .inner_page_teaser {
    background-image: url("/style_images/get_started/top_teaser_get_started.png");
}

/*.contact .btns {
    background-color: #FFFFFF;
    font-size: 2px;
    height: 117px;
    position: relative;
    top: -20px;
    width: 920px;
}

.contact .btn.pub {
    background-position: center top;
}

.contact .btn.adv {
    background-position: left top;
}

.contact .btn.agi {
    background-position: right top;
}

.contact .btn.pub:hover {
    background-position: center 133px;
}

.contact .btn.adv:hover {
    background-position: left 133px;
}

.contact .btn.agi:hover {
    background-position: right 133px;
}
.contact .entity_page .content {
    position: relative; top: -20px;
    padding-top: 10px;
}

.contact .entity_page .colored_strip {
    position: relative;
     top: -20px;
}            */


.contact_form .next {
    background-image: url("/style_images/get_started/next_btn.png");
    bottom: 0;
    height: 48px;
    position: absolute;
    right: 15px;
    width: 139px;
}

.get_started .entity_page .benefits {
    background-image: url("/style_images/get_started/header.png");
    height: 109px;
}

.get_started_step {
    
}

.get_started_step .header {
    background-color: #FFFFFF;
    background-image: url("/style_images/get_started/dynamic_header.png");
    height: 60px;
}

.get_started_step .channels_header {
    background-color: #FFFFFF;
    background-image: url("/style_images/get_started/products.jpg");
    background-repeat: no-repeat;
    height: 146px;
}

.get_started_step .channels_header span.title, .get_started_step .header span.title{
    color: #000000;
    font-size: 18px;
    line-height: 38px;
    padding-left: 19px;
}

.terms .topit {
    background-image: url("/style_images/terms/top.png");
    height: 19px;
    position: relative;
}

  /* login box change */

.home #header #loginbox {
    background-image: url("/style_images/index/bg_login.png");
}

.agencies #header #loginbox {
    background-image: url("/style_images/agencies/login_bg.png");
}

.terms #header #loginbox {
    background-image: url("/style_images/terms/login_bg.png");
}

.agencies #header #loginbox {
    background-image: url("/style_images/agencies/login_bg.png");
}

.publishers #header #loginbox {
    background-image: url("/style_images/publisher/login_bg.png");
}

.advertisers #header #loginbox {
    background-image: url("/style_images/advertisers/login_bg.png");
}

.ad_networks #header #loginbox {
    background-image: url("/style_images/ad_networks/login_bg.png");
}

.contact #header #loginbox {
    background-image: url("/style_images/contact_us/login_bg.png");
}

.technology #header #loginbox {
    background-image: url("/style_images/technology/login_bg.png");
}

/*  */

.terms h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.terms .entity_page .content .text {
    padding-top: 0;
    position: relative;
    top: -12px;
}