@charset "utf-8";
/* CSS Document */


/*--|| BASIC STYLES || --*/
html {	
}
body {
    font: normal 12px/13px "DaxlinePro-Regular", Arial, Helvetica, sans-serif;
    color: #454545;
    -webkit-appearance: none;
    outline: 0;
    position: relative;
    -webkit-appearance: none;	
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
}
input {
    outline: none;
}
#wrap-header, #wrap-header-text, #how-it-works, #content, #wrap-footer, .wrap-menu, #wrap-services, #steps, #steps-login {
    width: 980px;
    margin: 0 auto;
}
#content .col-1-3, #content .col-2-3, #content .col-3-3, #content .col-1-2, #services .col-1-3, #services .col-2-3, #services .col-3-3 {
    float: left;
}
#content .col-1-3, #content .col-2-3, #content .col-3-3, #services .col-1-3, #services .col-3-3 {
    width: 280px;
    border-right: 1px solid #e5e5e5;
    padding-right: 34px;
    margin-right: 34px;
}
#services .col-2-3 {
    width: 290px;
    border-right: 1px solid #e5e5e5;
    padding-right: 34px;
    margin-right: 34px;
}
#content .col-3-3, #services #wrap-services .col-3-3 {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
#content .col-1-2 {
    width: 640px;
}
#content .col-2-2 {
    float: right;
    width: 280px;
}

/*--|| CLEARFIX ||--*/
.clearfix {
    clear: both;
}
.click-here{
    background:url(../images/click-here.png) no-repeat;
    position: absolute;
    width: 280px;
    height: 36px;
    top: 65%;
    z-index: 2;
    display: none;
}	
.clear {clear:both;}
.cover-text{
    position: absolute;
    background: #000;
    height: 105%;
    width: 100%;
    opacity: 0.6;
    left:0;
    top:0;
    display: none;
}
.img-over {position: relative; z-index:1;}
/*#about_us p, #our_services p, #why_choose_us p, #content p{} */
.hightlighted{z-index:9;position:relative;background:#FFF; line-height:25px;padding-top:11px;display:block;}
ol{list-style:decimal inside;}
ul{list-style:inside;}
ol li, ul li{line-height:26px;}