


.blue{               
    background-color: #0B4747; 
    }
        
.red{               
    background-color: #BF1E2E; 
}
.green{               
    background-color: #C4DB71; 
}

.light-blue{
    background-color: #07AEDD;
}
#div-lang{
    position: absolute;
    right: 0;
    top: 0;

    padding: 2px;
    float: right;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 3px;
    
    min-width: 100px;
    display: block;
}


div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}


.tell-us-what-you-need-hover{
    background-image: url("../images/bubble.png");
    background-repeat: no-repeat;
    background-position: right 10px top 5px;
    }
    
.tell-us-what-you-need-hover:hover{
    background-image: url("../images/bubble-hover.png");
    }    

.event-hover{
    background-image: url("../images/event.png");
    background-repeat: no-repeat;
    background-position: right 10px top 5px;
    }
    
.event-hover:hover{
    background-image: url("../images/event-hover.png");
    }    

.hot-hover{
    background-image: url("../images/hot.png");
    background-repeat: no-repeat;
    background-position: right 20px top 3px;
    }
    
.hot-hover:hover{
    background-image: url("../images/hot-hover.png");
    }        
.why-hover{
    background-image: url("../images/why.png");
    background-repeat: no-repeat;
    background-position: right 10px top 5px;
    }
    
.why-hover:hover{
    background-image: url("../images/why-hover.png");
    }        




a[href^="#error:"] {
	background: red;
	color: white;
}

 html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body{
    text-align: center; 
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(109,111,113);
    }

a{
    color: rgb(109,111,113);
    }

#wrapper{
    text-align: left;
    max-width: 771px;
    margin: 0 auto;
    margin-top: 40px;
    }  

#header ul li{     
    top: 22px;
    position: relative;   
    display: inline;    
    color: #566C72;        /**/
    padding-left: 30px;
    }

.perex{
    font-size: 17px;
    }

.active{
    color: rgb(87,186,74);
    }    
    
#header ul li a:hover{
    color: rgb(0,174,222);
    }

#header li a{
    font-weight: normal;
    text-decoration: none;
    color: #566C72;
    font-size: 17px;
    }
#header ul{
    list-style: none; padding-left: 50px;
    }
#header img{
    float: left;      
    }
.line{
    width: 100%; 
    background-color: #566C72; 
    min-height: 3px;
    }
    
h1{
    margin-left: 260px;
    font-size: 2.1em;
    font-weight: normal;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    }
#subheader h1{
    color: #566C72;
    
    }
#bg{
    min-height: 386px;
    width: 100%;
    background-image: url("../images/prst.png");
    }
    
#about{
    display: inline; 
    min-width: 239px; 
    min-height: 554px;
    background-image: url("../images/about.jpg");
    }    

h2{
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    margin: 0;
    font-weight: normal;
    font-size: 2.1em;
    margin-top: 20px;

    }    
    
.frame-h2{
    color: rgb(58,180,205);  /*#3AB4CD*/
    font-size: 0.9em;
    margin: 10px; 
    text-align: center;
    display: block;
    font-weight: bold; 
    font-family: Gill, Helvetica, sans-serif;
    }
    
    
.center{
    text-align: center;
    }
    
p{
    text-align: justify;
    margin: 0;
    }

table tr td{
    text-align: justify;
    }
table tr td img{
    margin-right: 10px;
    }  
img{
    margin-top: 4px;
    }
 
 
    
.frame-p{
    padding-left: 5px; padding-right: 5px;   
    color: white;    
    margin: 0;
    display: block;
    text-align: justify;
    }

.frame a{
    color: white;
    font-weight: bold;
    }
    

 
.frame a{
    text-decoration: none;
    font-weight: normal;
    } 
    
.frame{
    float: left; position: relative; 
    width: 30%; 
    margin-bottom: 20px; 
    }

.frame-products{
    padding: 5px;
    float: left; position: relative; 
    width: 240px; 
    margin-bottom: 20px;
    min-height: 80px;
    }
    
.frame-references{
    padding: 5px;
    float: left; position: relative; 
    width: 175px; 
    margin-bottom: 20px;
    min-height: 80px;
    }    

.small-frame a{
    display: block;
    min-height: 80px;
    width: 100%;
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    cursor: pointer;
    }


.red-font{               
    color: #BF1E2E; 
    }
    

    
#red-header{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    background: rgb(190,30,44);
    color: white;
    }   
   
#green-header{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #C4DB71; 
    color: white;
    } 
    
#blue-header{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #0B4747;
    color: white;
    }     

strong{
    font-weight: normal;
    color: rgb(190,30,44);
    }
   
   
.no-list-style{
    list-style-type: none; 
    } 
    
.paragraph-align{
    margin-left: 260px;
    margin-top: 20px;
    }


.references-continent{
    color: #BF1E2E; font-size: 1.2em; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    }  
    
.homepage-box{
    margin-top: 10px;
    padding-bottom: 15px;
    display: block; 
    color: #CECBCE;
    text-decoration: none; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; 
    font-size: 1.1em;  
    } 
    
.homepage-box:hover{
    color: white;
    }

.homepage-img-heading{  
    text-align: center;
    position: relative; top: 265px; width: 771px;;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; 
    font-size: 1.9em;
    }

.padding-menu-first{
    padding-left: 30px;
}

.img-contact{
    background-image: url("../images/contact_us.jpg");
    width: 100%;
    width: 241px;   
    max-width: 241px;
    max-height: 512px;
    height: 512px;
    float: left;
}
.contact-content-margin{
    margin-left: 220px;
}




.img-about-us{
    background-image: url("../images/about.jpg");
    float: left;
    min-height: 554px;
    min-width: 239px;
    margin-right: 25px;
}

.img-billing-system{
    background-image: url("../images/products.jpg");
    float: left;
    min-height: 870px;
    min-width: 237px;
    margin-right: 25px;
}

.column-3{
    float: left;
    min-height: 175px;
    margin-right: 15px;
}


.column-2{
    float: none;
    width: auto;
    overflow: hidden;
}

.column-2 p{
    margin-bottom: 20px;
}

.content-container{
    height: auto;
    overflow: hidden;

}



