/*CSS Document*/
/*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:#fff url(../image/bg.jpg) repeat-x top ;
	
}

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


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

.link_2 a:link {Font-Family: Arial;color: #5a5959;text-decoration: none; font-weight:normal;}
.link_2 a:visited {Font-Family: Arial;color: #5a5959;text-decoration: none; font-weight:normal;}
.link_2 a:active {Font-Family: Arial;color: #5a5959;text-decoration: none; font-weight:normal;}
.link_2 a:hover {Font-Family: Arial;color: #e48600;text-decoration: none; font-weight:normal;}

/*Font css */
.Light11{Font-Family: Arial;Font-Size: 11px;}
.Light12{Font-Family: Arial;Font-Size: 12px;}
.Light13{Font-Family: Arial;Font-Size: 13px;}
.Light16{Font-Family: Arial;Font-Size: 16px;}
.Light20{Font-Family: "aachen BT" ;Font-Size: 20px;}
.Light21{Font-Family: "myriad Pro" ;Font-Size: 21px;}


/*Font Bold css */
.Bold{font-weight:bold;}



/*Text color css*/
.White{color:#FFFFFF;}
.Grey{color:#5a5959;}
.Blue{color:#064d78;}
.Orange{color:#e48600;}
.Brown{color:#594200;}



/*Bg css*/
.Bg_White{background:#ffffff;}
.Tab_Mid{background:url(../image/tab_mid.jpg) repeat-x top left;}
.Banner_Bg{background:url(../image/banner_img.jpg) no-repeat top left;}
.Shad_Bg{background:#fff url(../image/shad.jpg) repeat-x bottom left;}
.Map_Top{background:url(../image/map_top.jpg) no-repeat left top;}
.Map_Mid{background:url(../image/map_mid.jpg) repeat-y top left;}
.Footer{background:url(../image/footer.jpg) repeat-x top left;}

.BgGrey{ background:#f7f7f7; border:1px solid #e9e9e9;}
.BgGrey1{ background:#f3f3f3;}

.Shedbg{ background:url(../image/shed.jpg) no-repeat top; padding-top:15px;}
.LeftShed{ background:url(../image/cont_shed.jpg) no-repeat top left; padding-top:15px;}
.SepretorShed{ background:url(../image/sep_shed.jpg) no-repeat top left; padding-left:15px;}

/*Table Border*/
.TblBrd1{border:1px solid #808080;}
.BdrBot1{ border-bottom:1px solid #e9e9e9;}
.BdrLeft{ border-left:1px solid #e9e9e9;}
.TblBrd01{border:1px solid #e9e9e9;}
.BdrBot_dash{ border-bottom:1px dashed #979797;}


/*DIV CSS*/
.LeftPart{float:left; width:624px; height:auto; padding-left:5px;}
.RightPart{float:right; width:224px; height:auto; margin-right:5px;}

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

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

/*Text_Style*/
.Capital{text-transform:uppercase;}


.Imgbdr1{ background:#FFFFFF; padding:3px; border:1px solid #E4E4E4;}

/*Paddign Css*/

.Pad{padding:7px;}
.Pad_L{padding-left:13px;}
.Pad_L1{padding-left:7px;}
.Pad_T{padding-top:15px;}
.Pad_T1{padding-top:1px;}
.PadBot1{ padding-bottom:10px;}
.Pad_Top1{padding-top:7px;}

/*Text Box Css*/
.TextBox_1{border:#000 2px solid; background:#ffffff url(../image/text_field.jpg) repeat-x left bottom; font-family:Arial; font-size:11px; color:#033;}

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

/*---------21-05-2010----------*/



/*Home Page ROLLOVER01 CSS */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
background: url(NO IMAGE);
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #ffffff;
padding: 13px 14px 7px 14px; 
text-decoration: none;
background: url(../image/line.jpg) no-repeat left center;
}

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

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #000;
background: transparent url(../image/pawan.jpg) center bottom repeat-x;
text-decoration: NONE;
}




