/* CSS Document */
body{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#DEEBF5;
margin:0px;
}

#main_container{
width:820px;
margin:auto;
}

#page{
border:solid 1px #DEDEDF;
width:818px;
margin-top:6px;
background-color:#FFFFFF;
float:left;
}

/*------------------------------------------------------------------header start here--------------------------------------------*/
#link{
background-image:url(images/header_bg.jpg);
height:42px;
width:771px;
float:left;
padding:4px 17px 0px 30px;
}

#call{
padding:5px 0px 0px 50px;
width:210px;
float:left;
}
#flash_bot{
background-color:#2976B9;
height:24px;
width:818px;
float:left;
}
/*------------------------------------------------------------------header ends here--------------------------------------------*/

/*------------------------------------------------------------------middle start here--------------------------------------------*/
#middle{
width:791px;
float:left;
padding:7px 8px 12px 19px;
}
/*------------------------------------------------------------------right start here--------------------------------------------*/
#right{
float:left;
width:555px;
padding:10px 10px 0px 0px;
}
#right_product{
width:240px;
float:left;
padding-right:20px;
}
#welcome_txt{
width:290px;
text-align:justify;
float:left;
}
#psp_repair{
width:555px;
float:left;
padding-top:10px;
}
.get_instant{
width:555px;
float:left;
text-align:center;
font-family:verdana;
padding-top:30px;
font-size:30px;
color:#005CAC;
}
/*------------------------------------------------------------------right ends here--------------------------------------------*/

/*------------------------------------------------------------------left start here--------------------------------------------*/
#left{
width:220px;
float:left;
}

#left_bg1{
background-image:url(images/right-link-bg.jpg);
background-repeat:repeat-x;
float:left;
padding:8px 10px;
width:200px;
}
#left_bg2{
background-image:url(images/right-product-bg.jpg);
background-repeat: no-repeat;
float:left;
width:220px;
}
/*------------------------------------------------------------------left ends here--------------------------------------------*/

/*------------------------------------------------------------------footer start here--------------------------------------------*/
#footer{
border:solid 1px #DEDEDF;
width:818px;
margin-top:1px;
background-image:url(images/footer-bg.jpg);
background-repeat:repeat-x;
text-align:center;
padding:19px 0px 5px 0px;
float:left;
}



/*------------------------------------------------------------------Text class here--------------------------------------------*/
.call{
font-family:Verdana;
font-size:18px;
color:#FFFFFF;
}
.welcome_head{
font-family:Verdana;
font-size:15px;
font-weight:bold;
color:#004077;
}
.welcome_bot{
font-family:arial;
font-size:12px;
color:#6E6E6E;
}
.left_link{
font-family:Verdana;
font-size:12px;
color:#0056A1;
font-weight:bold;
text-decoration:none;
}
.left_link a{
font-family:Verdana;
font-size:12px;
color:#0056A1;
font-weight:bold;
text-decoration:none;
}
.left_link a:hover{
font-family:Verdana;
font-size:12px;
color:#0056A1;
font-weight:bold;
text-decoration: underline;
}
.right_prod_txt{
font-family:Verdana;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
}
.footer_txt{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}
.footer_txt a{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}
.footer_txt a:hover{
font-family:Verdana;
font-size:11px;
color:#000000;
text-decoration: underline;
}