/*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: none;}


/*Body css*/
html, body{
	margin:0px; background:#fc9305 url(images/layout/bg.jpg) repeat-x top center;}



/*Text Link css*/
.link_1 a:link {Font-Family: Impact;color: #ffffff;text-decoration: none;font-size: 24px;}
.link_1 a:visited {Font-Family: Impact;color: #ffffff;text-decoration: none;font-size: 24px;}
.link_1 a:active {Font-Family: Impact;color: #ffffff;text-decoration: none;font-size: 24px;}
.link_1 a:hover {Font-Family: Impact;color: #fa7a09;text-decoration: none;font-size: 24px;}


.link_2 a:link {Font-Family: Arial;color: #000;text-decoration: none;font-size: 12px;}
.link_2 a:visited {Font-Family: Arial;color: #000;text-decoration: none;font-size: 12px;}
.link_2 a:active {Font-Family: Arial;color: #000;text-decoration: none;font-size: 12px;}
.link_2 a:hover {Font-Family: Arial;color: #fa7a09;text-decoration: none;font-size: 12px;}


.link_3 a:link {Font-Family: Arial;color: #fff;text-decoration: none;font-size: 12px;}
.link_3 a:visited {Font-Family: Arial;color: #fff;text-decoration: none;font-size: 12px;}
.link_3 a:active {Font-Family: Arial;color: #fff;text-decoration: none;font-size: 12px;}
.link_3 a:hover {Font-Family: Arial;color: #000;text-decoration: none;font-size: 12px;}




/* Font Color */
.White{color:#FFFFFF;}
.Red{color:#C21D20;}
.Grey{color:#737373;}
.Blue{color:#daf8ff;}
.Orange{color:#ff7905;}
/* Pad */
.Pad{padding:6px;}
.Pad_B{padding-bottom:8px; padding-top:6px;}

/* Bg Color */
.Search_Bg{background:url(images/layout/search_m.jpg) repeat-x top left;}
.Mid_Bg{background:url(images/layout/mid.jpg) repeat-y left top;}
.Cate_Top{background:url(images/layout/cate_top.jpg) no-repeat left top;}
.Cate_Mid{background:url(images/layout/cate_mid.jpg) repeat-y left top;}



/*Font css */
.Light11{Font-Family: Arial; Font-Size:11px;}
.Light12{Font-Family: Arial; Font-Size:12px;}
.Light24{Font-Family:Impact; Font-Size:24px;}
.Light29{font-family:Bahase; font-size:29px;}


/*BOLD*/

.Bold{font-weight:bold;}

/*Justify*/

.Justify{text-align:justify;}


/*Line_Height*/

.Line_H19{line-height:19px;}
.Line_H21{line-height:21px;}


/*Image BDR*/
.ImgBdr1{border:#85a4c1 1px solid;}
.Banner_Bg{background:url(images/layout/banner.jpg) no-repeat top left;}
/*TD BDR*/

.BdrB{ border-bottom:#737373 1px solid}





/* IMAGE CSS */

.Main_Img{
	width:auto;
	height:auto;
	position:absolute;
	top:108px;
	left:33px;
}
.Main{width:960px; height:auto; margin:auto; position:relative;}





.Input_Bt{ background:#c21d20; border:1px solid #a30006; text-align:center; font-family:Arial; font-weight:bold; font-size:12px; color:#FFFFFF; height:22px;}




.Text_Box01{background:#fff; border:#dedede 0px solid; font-family:Arial; font-size:12px; color:#666666;}








/* Navigations */

.mattblacktabs{
width: 500px;
overflow: hidden;
float: right;

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: bold 11px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin-left:8px;
padding: 12px 10px 9px 10px; /*padding inside each tab*/
color: white;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #fa7a09; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ffffff;
}
