body,input,select,textarea {
    font-family: 'Times New Roman';
}


body,html{
    margin:0;
    padding:0;
    background-color:#f5f5f5;
    color:#202020;
}


.footer{
    margin-top:75px;
    border-top:1px solid #6ABE4F; 

}

.footer .newsletterBlock{
    width:418px;
    border-top:4px solid #6ABE4F;
    overflow: hidden;
    position:absolute;
    left:50%;
    margin-left:-209px;
    margin-top:-4px;   
}


.footer .newsletterBlock .firstStep{
    background-image:url('../images/firstStepBg.jpg');
    padding:0px 4px;
    overflow: hidden;
}   
.footer .newsletterBlock .ok {
    font-size:11px;
    height:28px;
    background-image:url('../images/okBg.jpg');  
    float:right;
    padding:0px 10px;  
    text-align: center;
    line-height: 28px;
    margin-top:4px;
    margin-bottom:4px;
}
.footer .newsletterBlock .ok:hover {
    color:#FFF;
    text-shadow: 1px 1px 2px #000000; 
}

.footer .newsletterBlock .firstStep input {
    background-image:url('../images/dashed.png');
    background-position: bottom;
    background-repeat: repeat-x;
    border:none;
    background-color:#FFF;
    background-color: transparent;
    color:#888;
    font-size:13px;
    float:left;
    width:200px;
    padding:0px;
    margin:0px;
    padding-top:1px;
    margin-top:8px;
}
.footer .newsletterBlock .firstStep input.invalid {
    color:#FF0000;   
}
.footer .newsletterBlock label{
    font-size:12px;
    margin-left:20px;    
    float:left;
    margin-right:4px;
    margin-top:10px;
}

.footer .newsletterBlock .secondStep,.footer .newsletterBlock .lastStep{
    height:0px;
    overflow: hidden;
    background-image:url('../images/secondStepBg.jpg');
    padding:0px 4px;
}

.footer .newsletterBlock .lastStep div{
    text-align: center;
    padding-top:56px;
}

.footer .newsletterBlock .secondStep .email{
    color:#62bb46;
}

.footer .newsletterBlock .secondStep .email:hover{
    color:#555;
}  

.footer .newsletterBlock .secondStep .thanks{
    color:#202020;
    font-size:12px; 
    margin-left:20px;
    margin-top:10px;
    padding-bottom:2px;
}
.footer .newsletterBlock .secondStep .thanks2{
    font-size:11px;
    margin-left:20px;
}

.footer .newsletterBlock .secondStep .checks{  
    margin-left:20px;
    margin-top:20px;
    height:41px;
}
.footer .newsletterBlock .secondStep .ok{

}
.footer .newsletterBlock .secondStep .check{
    font-size:11px;
    float:left;
    background-image:url('../images/check.jpg');
    height:16px;
    padding-left:22px;
    background-repeat: no-repeat;
    padding-right:8px;
    margin-right:14px;
    line-height: 14px;
}

.footer .newsletterBlock .secondStep .check:hover{ 
    color:#62bb46; 
} 
.footer .newsletterBlock .secondStep .check.selected{
    background-position:bottom left;
}   

.footer {
    overflow: hidden;
    min-width:1000px;
}
.footer .images{
    width:2650px;
    border-bottom:1px solid #6ABE4F;  
}
.footer .images img{
    display:block;
    font-size:0px;
    float:left;
}

.footer .genericButton{

    margin:auto;
    position: absolute;
    margin-top:-15px;  
    left:50%;
}

.footer .brandsBlock{
    width:950px;
    margin:auto;
    text-align: center;
    margin-top:56px;
}


.footer .brandsBlock a{
    width:105px; height:40px; display:block; float:left; 
}

.footer .texts b{
    color:#62bb46; 
}
.footer .texts{
    font-size:12px;
    width:950px;
    margin:auto;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}

.Modal{
    position:fixed;
    width:100%;
    height:100%;
    background-image: url('../images/modalBg.png');
    z-index:100;
    display:none;
}

.Modal .modalCenter{
    left:50%;
    top:50%;
    position:absolute;
}
.Modal .modalTarget{
    position:absolute;
}

.Modal .closeButton{         
    float:right!important;   
    margin-bottom:2px;

}
.Modal .closeButton img{
    margin-right:4px;
}

.Modal .genericModalText{
    width: 340px;
    padding:37px 30px;
    background-color: #202020;
    color:#FFF;
}

.formIframe{
    padding:0px;
    margin:0px;
    display:none;
    width:600px;
    height:800px;
    border:1px solid #FF0033;
}