/*CSS Document*/
/*infosoul CSS files - by http://www.b2btechnosolutions.com India*/
/*Comment all css which you are NOT useing in Layout*/
/*Body Link css*/

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}


/*Body css*/
html, body{
	margin:0px; background: url(../images/main_bg.jpg) repeat-x top #c6dcf3;
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF
}
p, form, h1, h2, h3, h4 {padding:0px; margin:0px;}

/*Text Link css*/
.link_1 a:link {Font-Family: Arial, Helvetica, sans-serif;color:#2b2b2b;text-decoration: none;font-size: 12px;}
.link_1 a:visited {Font-Family: Arial, Helvetica, sans-serif;color:#2b2b2b;text-decoration: none;font-size: 12px;}
.link_1 a:active {Font-Family: Arial, Helvetica, sans-serif;color:#2b2b2b;text-decoration: none;font-size: 12px;}
.link_1 a:hover {Font-Family: Arial, Helvetica, sans-serif;color: #0a8ada;text-decoration: none;font-size: 12px;}

.link_2 a:link {Font-Family: Arial, Helvetica, sans-serif;color:#585858;text-decoration: none;font-size: 12px;}
.link_2 a:visited {Font-Family: Arial, Helvetica, sans-serif;color:#585858;text-decoration: none;font-size: 12px;}
.link_2 a:active {Font-Family: Arial, Helvetica, sans-serif;color:#585858;text-decoration: none;font-size: 12px;}
.link_2 a:hover {Font-Family: Arial, Helvetica, sans-serif;color: #0a8ada;text-decoration: underline;font-size: 12px;}

.link_3 a:link {Font-Family: Arial, Helvetica, sans-serif;color:#0474b9;text-decoration: underline;font-size: 11px;}
.link_3 a:visited {Font-Family: Arial, Helvetica, sans-serif;color:#0474b9;text-decoration: underline;font-size: 11px;}
.link_3 a:active {Font-Family: Arial, Helvetica, sans-serif;color:#0474b9;text-decoration: underline;font-size: 11px;}
.link_3 a:hover {Font-Family: Arial, Helvetica, sans-serif;color: #000;text-decoration: none;font-size: 11px;}


/*Font css */
.Light10{Font-Family: Verdana, Helvetica, sans-serif;Font-Size: 10px; Font-weight:normal; }
.Light11{Font-Family: Arial, Helvetica, sans-serif;Font-Size: 11px; Font-weight:normal; }
.Light12{Font-Family: Arial, Helvetica, sans-serif;Font-Size: 12px; Font-weight:normal; }
.Light15{ font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}
.Light14{Font-Family: Arial, Helvetica, sans-serif;Font-Size: 14px; Font-weight:normal; }
.Light12G{Font-Family: Georgia, "Times New Roman", Times, serif;Font-Size: 12px; Font-weight:normal; }


/*Text color css*/
.White{color:#FFFFFF;}
.Blue{ color:#0474b9;}
.Grey{ color:#535353;}
.Orange{ color:#fb8b08;}
.Blue1{ color:#01558b;}
.Grey1{ color:#898989;}


/*Bgcolour css*/
.BgWhite{background-color:#ffffff;}



/* text alignment */
.Justified{ text-align:justify;}


/*Image Border css*/
.ImgBdr1{border:1px solid #5bc0fe; background:#004a65; padding:2px;}
.ImgBdr2{border:1px solid #4d91e1; background:#fff; padding:3px;}
.ImgBdr3{border:1px solid #d7d7d7; background:#fff; padding:2px;}



/* float */
.FloatLeft{ float:left;}
.FloatRight{ float:right;}


/* border*/
.BdrBot{ border-bottom:1px dashed #c2c2c2;}
.BdrBot1{ border-bottom:1px solid #dfdfdf;}


/*Linehight*/
.Linehight{line-height:17px;}
.Linehight1{line-height:20px;}



/*Paddign Css*/
.Pad1{ padding-bottom:10px;}
.Pad2{ padding-top:10px;}
.Pad3{ padding-bottom:7px;}
.Pad4{ padding-bottom:6px;}



/*Button css*/
.Textbox1{Font-Family: Arial, Helvetica, sans-serif; Font-Size: 11px; Font-weight:normal; color: #666666; Border:1px solid #dcdcdc; padding-top:3px; background: url(../images/text_box.jpg) repeat-x bottom #FFFFFF;}



/* menu css*/
    
#glowingtabs{
width:520px;
font-size:11px;
text-transform:uppercase;
line-height:normal;
overflow: hidden;
float:right;
padding-top:13px;
}

#glowingtabs ul{
float:left;
list-style-type: none;
margin:0;
/*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-left:5px;
padding:0 0 0 9px;
text-decoration:none;
cursor:pointer;
}

#glowingtabs a span{
float:left;
display:block;
background: url(../images/glowtab.gif) no-repeat right top;
padding: 3px 12px 3px 3px;
font-weight:bold;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: fff;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -20px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
color: fff;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -20px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -20px; /*Shift background image up to start of 2nd tab image*/
}

