/* START STANDARD SETTING */
*{
    margin:0 auto;
    padding:0;
}
.clear{clear:both;}
body{
    background:url(body_bg.gif) #e5e5e5 repeat-x;
}
#wrapper{
    width:806px;
    /*border:1px solid #441106;*/
}
#header{
    width:800px;
    height:304px;
    background:url(header_bg.jpg) no-repeat;
}
#content{
    width:806px;
    background:url(content_bg.gif);
}
#footer{
    height:50px;
    text-align:center;
    background:url(footer_menu.gif);
}
#copyright{
    width:806px;
    height:110px;
    /*border:1px solid #ffffff;*/
    background:url(footer_bg.gif) no-repeat;
}
/* END STANDARD SETTING */
/* START LOGO */
#logo{
    float:left;
    width:230px;
    height:120px;
    background:url(logo.gif) no-repeat;
    background-position:bottom right;
    /*border:1px solid #ffffff;*/
}
/* END LOGO */
/* START HEADER */
#header ul{
    list-style:none;
    padding:10px 0 0 30px;
}
#header li{
    float:left;
    display:block;
    width:100px;
    height:102px;
    border:0px;
    padding:0 25px 0 25px;
    /*border:1px solid #ffffff;    */
}
#header a{
    width:150px;
    height:40px;
    border:0px;
    display:block;
    text-decoration:none; 
}
#header li a.btn_1{
    width:100px;
    height:102px;
    background:url(btn1.gif) no-repeat;
}
#header li a.btn_2{
    width:100px;
    height:102px;
    background:url(btn2.gif) no-repeat;
}
#header li a.btn_3{
    width:100px;
    height:102px;
    background:url(btn3.jpg) no-repeat;
}
/* END HEADER */
/* START MENU */
#menu{
    width:806px;
    height:104px;
    background:url(menu_bg.gif) bottom no-repeat;
    /*border:1px solid #ffffff;*/
}
#menu ul{
    list-style:none;
    padding:64px 0 0 26px;
}
#menu li{
    float:left;
    display:block;
    width:150px;
    height:40px;
    border:0px;
    /*border:1px solid #ffffff;    */
}
#menu a{
    width:150px;
    height:40px;
    border:0px;
    display:block;
    text-decoration:none;        
}
#menu li.home{
    width:150px;
    height:40px;    
    background:url(tab_home.gif) no-repeat;
    background-position:0 -40px;
    border:0px;
}
#menu li.link_home{
    width:150px;
    height:40px;    
    background:url(tab_home.gif) no-repeat;
    background-position:0 0;
    border:0px;
}
#menu a.home:hover, a.home:active{    
    background:url(tab_home.gif) no-repeat;
    background-position:0 -80px;
    border:0px;
}
#menu li.ourclients{
    width:150px;
    height:40px;    
    background:url(tab_ourclients.gif) no-repeat;
    background-position:0 -40px;
    border:0px;
}
#menu li.link_clients{
    width:150px;
    height:40px;    
    background:url(tab_ourclients.gif) no-repeat;
    background-position:0 0;
    border:0px;
}
#menu a.ourclients:hover, a.ourclients:active{    
    background:url(tab_ourclients.gif) no-repeat;
    background-position:0 -80px;
    border:0px;
}
#menu li.testimonials{
    width:150px;
    height:40px;    
    background:url(tab_testimonials.gif) no-repeat;
    background-position:0 -40px;
    border:0px;
}
#menu li.link_testimonials{
    width:150px;
    height:40px;    
    background:url(tab_testimonials.gif) no-repeat;
    background-position:0 0;
    border:0px;
}
#menu a.testimonials:hover, a.testimonials:active{    
    background:url(tab_testimonials.gif) no-repeat;
    background-position:0 -80px;
    border:0px;
}
#menu li.weoffer{
    width:150px;
    height:40px;    
    background:url(tab_weoffer.gif) no-repeat;
    background-position:0 -40px;
    border:0px;
}
#menu li.link_weoffer{
    width:150px;
    height:40px;    
    background:url(tab_weoffer.gif) no-repeat;
    background-position:0 0;
    border:0px;
}
#menu a.weoffer:hover, a.weoffer:active{    
    background:url(tab_weoffer.gif) no-repeat;
    background-position:0 -80px;
    border:0px;
}
#menu li.contactus{
    width:150px;
    height:40px;    
    background:url(tab_contactus.gif) no-repeat;
    background-position:0 -40px;
    border:0px;
}
#menu li.link_contactus{
    width:150px;
    height:40px;    
    background:url(tab_contactus.gif) no-repeat;
    background-position:0 0;
    border:0px;
}
#menu a.contactus:hover, a.contactus:active{    
    background:url(tab_contactus.gif) no-repeat;
    background-position:0 -80px;
    border:0px;
}
/* END MENU */
/* START FOOTER */
#footer ul{
    list-style:none;
    padding-top:15px;
}
#footer li{
    color:#ffffff;
    display:inline;
    font-size:12px;
    font-family:tahoma,verdana;
    margin:0 10px 0 10px;
}
#footer li a:link{
    color:#ffffff;
    text-decoration:none;
}
#footer li a:active{
    color:#ffffff;
    text-decoration:none;
}
#footer li a:visited{
    color:#ffffff;
    text-decoration:none;
}
#footer li a:hover{
    color:#fdf156;
    text-decoration:none;
}
/* END FOOTER */
/* START COPYRIGHT */
#copyright ul{
    color:#441106;
    font-size:11px;
    font-family:tahoma,verdana;
    list-style:none;
    text-align:center;
    padding:15px 0 0 0;
}
/* END COPYRIGHT */
/* START HOME */
#home{
    padding:30px 35px 30px 30px;
}
#home p.indent{
    text-indent:30px;
}
#home p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
}
#home li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
}
#home ul{
    list-style:none;
}
#home h3.howwework{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(howwework.gif) no-repeat;
}
#home h3.whatwecommit{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(whatwecommit.gif) no-repeat;
}
#home ul.txt_in{
    list-style:none;
    margin-left:50px;
    /*border:1px solid #441106;*/
}
#txt_l{
    width:520px;
    float:left;
    /*border:1px solid #441106;*/
}
#txt_add{
    width:200px;
    float:right;
    background:url(l_border.gif) no-repeat;
    /*border:1px solid #441106;*/
}
#txt_add dl{
    margin:0 0 10px 23px;
}
#txt_add dd{
    color:#000000;
    font-size:11px;
    font-family:tahoma,verdana;
}
/* END HOME */
/* START OUR CLIENTS */
#ourclients{
    padding:30px 35px 30px 30px;
}
#ourclients h3.whowereservicing{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(whowereservicing.gif) no-repeat;
}
#ourclients p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
}
#ourclients ol{
    margin-left:50px;
}
#ourclients li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
#ourclients a{
    color:#441106;
    font-weight:bold;
    text-decoration:none;
}
#ourclients a:link{
    color:#441106;
    text-decoration:none;
}
#ourclients a:active{
    color:#441106;
    text-decoration:none;
}
#ourclients a:visited{
    color:#441106;
    text-decoration:none;
}
#ourclients a:hover{
    color:#c9c9c9;
    text-decoration:none;
}
/* END OUR CLIENTS */
/* START CONTACTS */
#contactus{
    padding:30px 35px 30px 30px;
}
#contactus h3.wherecanyoufindus{
    float:left;
    width:541px;
    height:19px;        
    /*margin:0 0 20px 0;*/
    background:url(wherecanyoufindus.gif) no-repeat;
}
#contactus h3.satelliteoffices{
    float:left;
    width:541px;
    height:19px;
    /*margin:0 0 20px 0;*/
    background:url(satelliteoffices.gif) no-repeat;
}
#contactus p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
}
#contactus ul{
    list-style:none;
}
#contactus li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
#contactus li.txt_bold{
    color:#0094fc;
    font-size:11px;
    font-weight:bold;
}
/* END CONTACIUS*/
/* START AFTER SALES */
#aftersales{ 
    padding:30px 35px 30px 30px;
}
#aftersales h3.aftersales{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(aftersales.gif) no-repeat;
}
#aftersales p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
}
#aftersales p.txt_bold{
    color:#0094fc;
    font-size:11px;
    font-weight:bold;
    font-family:verdana,tahoma;
}
#aftersales ul{
    list-style:none;
    margin:0 0 10px 40px;
}
#aftersales ul ul{
    list-style:circle;
}
#aftersales ul ul ul{
    list-style:disc;
}
#aftersales li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
/* END AFTER SALES */
/* START TESTIMONIALS */
#testimonials{
    padding:30px 35px 30px 30px;
}
#testimonials h3.whattheysay{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(whattheysayaboutus.gif) no-repeat;
}
#testimonials p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 20px 0;
    text-align:justify;
    line-height:20px;
}
#testimonials ul{
    display:block;
    list-style:none;
    margin-left:385px;
    /*border:1px solid #441106;*/
}
#testimonials li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
}
#testimonials li.txt_author{
    color:#441106;
    font-size:11px;
    font-weight:bold;
    text-align:right;
    font-family:verdana,tahoma;
}
#testimonials li.txt_l{
    color:#441106;
    text-align:right;
}
#testimonials span{
    color:#808080;
}
#testimonials span.txt_blue{
    color:#0094fc;
}
/* END TESTIMONIALS */
/* START HOW WE WORK */
#howwework{
    padding:30px 35px 30px 30px;
}
#howwework h3.howwework{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(howwework.gif) no-repeat;
}
#howwework ul{
    list-style:none;
    margin:0 0 20px 30px;
}
#howwework li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    text-align:justify;
}
#howwework li.txt_bold{
    color:#0094fc;
    font-size:11px;
    font-weight:bold;
}
#howwework p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
/* END HOW WE WORK */
/* START WE OFFER */
#weoffer{
    padding:30px 35px 30px 30px;
}
#weoffer h3.weoffer{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(whatweoffer.gif) no-repeat;
}
#weoffer h3.whyworkwithus{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(whyworkwithus.gif) no-repeat;
}
#weoffer p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
#weoffer ul{
    list-style:none;
    margin:0 0 20px 30px;
}
#weoffer li{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    text-align:justify;
}
#weoffer li.txt_bold{
    color:#0094fc;
    font-size:11px;
    font-weight:bold;
}
#weoffer p.indent{
    text-indent:30px;
}
/* END WE OFFER */
/* START JOB OPENINGS */
#jobopenings{
    padding:30px 35px 30px 30px;
}
#jobopenings h3.jobopenings{
    float:left;
    width:541px;
    height:19px;        
    margin:0 0 20px 0;
    background:url(jobopenings.gif) no-repeat;
}
#jobstreet{
    width:100%;
    height:1000px;
    /*border:1px solid #441106;*/
}
#jobstreet iframe{
    width:100%;
    height:1000px;
    border:1px solid #441106;
}
#jobopenings ul{
    list-style:none;
    margin:0 0 20px 30px;
}
#jobopenings li{
    color:#441106;
    font-size:11px;
    font-family:verdana,tahoma;
    text-align:justify;
    margin:0 0 10px 0;
}
#jobopenings p{
    color:#441106;
    font-size:12px;
    font-family:verdana,tahoma;
    margin:0 0 10px 0;
    text-align:justify;
}
#jobopenings span{
    color:#ff0000;
}
#jobopenings a:link{    
    color:#441106;
}
#jobopenings a:active{    
    color:#441106;
}
#jobopenings a:visited{    
    color:#441106;
}
#jobopenings a:hover{    
    color:#808080;
    text-decoration:none;
}

/* END JOB OPENINGS */