/*CSS Document*/
/*b2btechnosolutions 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:#000;

}

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

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



/* Font Color */
.Blue{color:#0071bf;}
.White{color:#FFFFFF;}
.Red{ color:#b90b17;}
.Grey{ color:#333333;}




/* Pad */
.Pad1{ padding-top:8px;}
.Pad2{ padding-top:25px;}
.Pad3{ padding-left:11px;}
.Pad4{ padding:8px 10px 0px 10px;}

/* Bg Color */

.BgWhite{background:#FFFFFF}
.HeadBg{ background: url(../images/top_bg.jpg) repeat-x top #FFFFFF;}
.FooterBg{ background:url(../images/footer_bg.jpg) repeat-x top;}
.MiddleBg{ background:url(../images/mid_bg.jpg) no-repeat;}
.TableTopMid{ background:url(../images/table_t_mid.jpg) repeat-x top;}
.TableBotMid{ background:url(../images/table_b_m.jpg) repeat-x top;}
.TableMiddle{ background:#eeeeee; border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9;}
.GreyShed{ background:url(../images/grey_shed.jpg) repeat-x top;} 
.BottomColor{ background:#013457;}



/*Font css */
.Light11{Font-Family: Arial; Font-Size:11px;}
.Light12{Font-Family: Arial, Helvetica, sans-serif; Font-Size:12px;}
.Light16{Font-Family: Arial, Helvetica, sans-serif; Font-Size:15px;}


/* lineheight */
.Lineheight1{ line-height:16px;}

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


/* rollover css */
.Onrollover{ background:#d7d7d7; cursor:pointer;}
.Onrollout{ background:#dedede; cursor:pointer;}



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

#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-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background: url(../images/glowtab.gif) no-repeat right top;
padding: 6px 12px 5px 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 -25px; /*Shift background image up to start of 2nd tab image*/
}

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

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

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