/*CSS Document*/
/*B2Btechnosolutions CSS files - by https://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/bg.jpg) bottom left;
	
}

P{ padding:0px; margin:0px;}


/*Text Link css*/
.link_1 a:link {Font-Family: Arial;color: #c10016;text-decoration: underline;font-size: 12px; font-weight:normal;}
.link_1 a:visited {Font-Family: Arial;color: #c10016;text-decoration: underline;font-size: 12px; font-weight:normal;}
.link_1 a:active {Font-Family: Arial;color: #c10016;text-decoration: underline;font-size: 12px; font-weight:normal;}
.link_1 a:hover {Font-Family: Arial;color: #c10016;text-decoration: none;font-size: 12px; font-weight:normal;}


/*Font css */

.Light11{Font-Family: Arial;Font-Size: 11px;}
.Light12{Font-Family: Arial;Font-Size: 12px;}
.blacknice{color:#333;Font-Family: Arial;Font-Size: 12px;}
.Light13{Font-Family: Arial ;Font-Size: 13px;}
.Light14{Font-Family: Arial ;Font-Size: 14px;}
.Light16{Font-Family: Arial ;Font-Size: 16px;}
.Light016{Font-Family: "aachen BT" ;Font-Size: 16px;}
.Light20{Font-Family: "myriad Pro" ;Font-Size: 20px;}
.Light29{Font-Family: "aachen BT" ;Font-Size: 29px;}
.Light34{Font-Family: "aachen BT" ;Font-Size: 34px;}








.Bold{font-weight:bold;}



/*Text color css*/
.White{color:#FFFFFF;}
.Grey{color:#555555;}
.Orange{color:#f7a84b;}
.Red{color:#f10b07;}
.Orange1{color:#e48600;}
.Brown{color:#7c0e00;}
.Brown1{color:#560200;}
.Yellow{color:#fed167;}

/*Bg css*/
.Bg_White{background:#ffffff;}
.Header_Bg{background:url(../images/header_bg.jpg) repeat-x left top;}
.TOp_Bg1{background:url(../images/top_1.jpg) repeat-x top left;}
.Bud_Bg{background:url(../images/bud.jpg) no-repeat left bottom;}
.Tab_Bg{background:url(../images/tab_bg.jpg) no-repeat center top;}
.Shad_Mid{background:url(../images/shad_m.gif) repeat-x left top;}
.Mid_Bg{background:#fdedd4;}
.Map_Top{background:url(../images/map_top.jpg) no-repeat left top;}
.Map_Mid{background:url(../images/map_mid.jpg) repeat-y top left;}
.Heading{background:url(../images/heading.gif) repeat-x bottom left;}
.Foot_Mid{background:url(../images/foot_m.png) repeat-x left top;}
.Bg_Yellow{background:#fae6c7;}



/*Linehight*/
.Linehight{line-height:18px;}
.Linehight1{line-height:23px;}

/*Text_Align*/
.Justify{text-align:justify;}

/*Italic*/
.Italic{font-style:italic;}


/* Td Border*/
.BdrB{border-bottom:#b0b792 1px dashed;}


/* Image Border*/
.ImgBdr1{border:#696c70 1px solid;}
.ImgBdr2{border:#83592f 3px solid;}


/*Paddign Css*/
.Pad{ padding:10px;}
.Pad_L{padding-left:4px;}
.Padtop{ padding-top:15px;}

/*Text Box Css*/
.TextBox_1{border:#ebc78e 1px solid; background:#f9f1e4; font-family:Arial; font-size:11px; color:#919191;}

.Button{ background:#86592d; border:1px solid #5a3919; padding:2px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align:center;}




/* navigation */
   
#glowingtabs{
width:98%;
float:left;
line-height:normal;
overflow: hidden;
text-transform:uppercase;
padding-left:15px;
}

#glowingtabs ul{
float: left;
list-style-type: none;
margin:0;
margin-left: 0px; /*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;
font-size:12px;
background: url(../images/tab_l.gif) no-repeat left top;
margin:0;
margin-left:4px;
padding:0 0 0 7px;
text-decoration:none;
}

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

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

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

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

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

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

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