/*-----HOME CSS---------*/
body{
background:#8bc7de url('../home_images/bgBody_bg.png'); 
background-repeat:repeat-x;
background-position:top center;
margin:0;
padding:0;
}

#main{
margin:0;
padding:0;
}

html>body #topDiv{
position:relative;
z-index:2;
}

.top_wrapper{
width:768px;
position:absolute;
margin-left:-384px;
left:50%;
top:0px;
}

#id_div{
width:100%;
position:absolute;
margin:0 0 0 0;
float:right;
top:-65px;
left:-200px;
}

.search_div{
position:absolute;
top:0px;
left:540px;
}

.top_menu{
width:65%;
position:relative;
display:block;
font-family:verdana;
font-size:12px;
font-weight:bold;
color:#4e99bf;
left:300px;
top:34px;
}

.top_menu ul{
margin:0;
padding:0;
list-style-type:square;
width:auto;
}

.top_menu ul li{
display:block;
float:left;
margin:0 10px 0 0;
}

.top_menu ul li a{
display:block;
float:left;
color:#4e99bf;
text-decoration:none;
padding:0px 10px 0 0px;
height:18px;
}

.top_menu ul li a:hover{
color:#153e6f;
font-weight:bold;
}


#logo{
background-image:url('../home_images/logo.png');
background-position:center center;
background-repeat:no-repeat;
width:217px;
height:51px;
left:48px;
top:25px;
position:absolute;
z-index:2;
}

html>body #bottomDiv{
position:relative;
z-index:2;
}

.first_div{
background-image:url('../home_images/bg_top.png');
background-position:bottom center;
background-repeat:no-repeat;
width:768px;
height:73px;
position:absolute;
margin-left:-384px;
left:50%;
top:90px;
}

.second_div{
background-image:url('../home_images/bg_center.png');
background-position:top center;
background-repeat:y-repeat;
width:768px;
height:auto;
position:absolute;
margin:auto 0 0 -384px;
left:50%;
top:163px;
}

.third_div{
background-image:url('../home_images/bg_bottom.png');
background-position:top center;
background-repeat:no-repeat;
width:768px;
height:82px;
position:relative;
margin:0 0 0 -384px;
left:50%;
bottom:-5px;
}

.fourth_div{
background-position:top center;
background-repeat:no-repeat;
width:768px;
height:82px;
position:relative;
margin:0 0 0 -384px;
left:50%;
bottom:-5px;
}

.btn_table{
Position:absolute;
}

.h_search{
background: url(../home_images/box_search.png);
background-repeat:no-repeat;
background-position:center center;
position:absolute;
width:217px;
height:27px;
top:100px;
float:right;
padding-left:35em;
left:180px;
top:-19px;
z-index:2;
margin:0;
}

.h_cont{
font-family:Verdana;
font-size:10px;
font-style:normal;
font-variant:normal;
color:#7a7c7e;
float:right;
padding-left:28em;
bottom:200px;
}

.h_menu{
padding-left:-18em;
}

.chat_div{
width:95px;
height:19px;
position:ralative;
top:1px;
left:-50px;
}

/*Footer*/
.footer{
width:110%;
position:relative;
/* bottom:-95px; Commented by Mussamil for footer image problem */
right:40px;
line-height:100%;
text-align:center;
}
/*Footer*/
.footerres{
width:110%;
position:relative;
bottom: -25px;
right:40px;
line-height:100%;
text-align:center;
}

.footer p a{
text-decoration:none;
color:#418ab2;
}

.footer p a:hover{
text-decoration:none;
color:#ffffff;
}
.contactus_link{
background-image:url('../home_images/bg_bottom.png');
min-height:90px;
background-repeat:no-repeat;
margin-left:4px;
}
.adv_link{
color:#FFFF00;
}
.adv_link ul{
color:#FFFF00;
}
.adv_link ul li a{
color:#FFFF00;
}