/* CSS Document */
body{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#D0D0D0;
margin:0px;
}

#main_container{
width:965px;
margin:0px auto;
}

.header{
width:965px;
float:left;
}

#logo{
width:965px;
float:left;
}

#container{
border-left:solid 1px #A7A7A7;
border-right:solid 1px #A7A7A7;
width:957px;
padding:4px 2px 50px 4px;
float:left;
background-color:#FFFFFF;
}

/* ========================================= middle page start here ============================== */

/* ========================================= left start here ============================== */

#left{
width:240px;
float:left;
}

.left_bg{
background-image:url(images/left_bg.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
width:230px;
padding:5px;
}

/* ========================================= left end here ============================== */


/* ========================================= Right start here ============================== */

#right{
width:705px;
float:left;
padding-left:8px;
padding-top:13px;
}

#right_top{
width:705px;
float:left;
}

.righyt_top_left{
width:417px;
float:left;
}

.copupon_bg{
background-image:url(images/coupon_bg.jpg);
background-repeat:repeat-y;
padding:20px 0px 18px 21px;
margin-top:20px;
width:394px;
float:left;
}

.righyt_top_right{
width:240px;
float:left;
}

#right_bot{
width:705px;
float:left;
margin-top:15px;
}

.comprehensive_solution{
width:205px;
float:left;
}
.solution_txt{
width:205px;
float:left;
margin-top:15px;
}

.mobility{
width:210px;
float:left;
}
.inflence{
width:210px;
float:left;
}
/* ========================================= Right ends here ============================== */

/* ========================================= middle page ends here ============================== */



/* ========================================= Footer start here ============================== */

#footer{
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
width:965px;
height:35px;
text-align:center;
padding-top:12px;
float:left;
}


/* ========================================= Footer ends here ============================== */



/* ========================================= Text class here ============================== */
.left_txt{
font-family:Tahoma;
font-size:11px;
color:#000000;
}
.left_link_txt{
font-family:Tahoma;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.left_link_txt a{
font-family:Tahoma;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}
.left_link_txt a:hover{
font-family:Tahoma;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.welcome_txt{
font-family:Tahoma;
font-size:12px;
color:#1781A6;
font-weight:bold;
}
.tahoma12bla{
font-family:Tahoma;
font-size:12px;
color:#000000;
}

.footer_txt{
font-family:Arial, Helvetica, sans-serif, "Arial Black";
font-size:12px;
color:#FFFFFF;
}