/**************************************** CSS Doc. For TKRS Web Solutions ****************************************/

/************ Global Reset CSS For Compability In All Web Browsers ************/

@import url("global_reset.css") all;

/************ Global Reset CSS For Compability In All Web Browsers ************/

/************ CSS Docs For Complete ID's ************/

@import url("id.css") all;

/************ CSS Docs For Complete ID's ************/


body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:100%;
	height:auto;
	background:url(../images/main_bg.jpg) repeat-x top center fixed #FFFFFF;
}

h3{
	color:#F60;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

/********** For Header **********/

.head{
	font-family:Bell Gothic Std Light, Arial;
	font-size:20px;
	text-align:left;
	color:#ffffff;
	padding:9px 0px 0px 0px;
	margin:0px;
}

.main_head{
	width:100%;
	margin:auto;
	padding:auto;
	height:144px;
	background:url(../images/header_bg.jpg) repeat-x top left;
}

.color_bg{
	width:100%;
	height:7px;
	background:url(../images/color_top_bg.jpg) no-repeat top left;
}

.header{
	width:950px;
	height:137px;
	margin:auto;
	padding:auto;
}

.gap_top{
	width:220px;
	height:97px;
	background:url(../images/blank.gif) repeat;
	float:left;
}

.iso{
	width:150px;
	height:97px;
	float:left;
}

.right_div{
	width:240px;
	height:97px;
	float:left;
}

.search{
	width:240px;
	height:43px;
}

.search input{
	width:220px;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding:7px 0px 0px 20px;
	border:0px;
	font-size:12px;
	background:url(../images/search.jpg) no-repeat bottom right;
}

.follow_us{
	width:240px;
	height:54px;
}

.in {
	width:24px;
	height:24px;
	background:url(../images/in_d.jpg) no-repeat center;
	border:0px;
}

.in a:hover{
	width:24px;
	height:24px;
	background:url(../images/in_o.jpg) no-repeat center;
	border:0px;
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-align:center;
	width:105px;
	height:27px;
	padding:13px 0px 0px 0px;
	float:left;
	background:url(../images/menu_line.jpg) no-repeat bottom right;
}

.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

.menu a:hover{
	color:#039;
	padding:12px 0px 0px 0px;
	background:url(../images/menu_arow.jpg) no-repeat top center;
}

.menu a.active{
	color:#039;
	padding:12px 0px 0px 0px;
	background:url(../images/menu_arow.jpg) no-repeat top center;
}



/********** For Header **********/


/********** For Banner **********/

.main_banner{
	width:100%;
	height:241px;
	margin:auto;
	padding:auto;
}

.banner_gap{
	width:950px;
	height:16px;
	background:url(../images/blank.gif) repeat;
}

.banner_gap_btm{
	width:950px;
	height:16px;
	background:url(../images/blank.gif) repeat;
}

.banner{
	width:950px;
	height:209px;
	margin:auto;
	padding:auto;
}

/********** For Banner **********/

/********** For Boxes **********/

.main_boxes{
	width:950px;
	height:172px;
	margin:0px;
	padding:0px;
}

.gap_box{
	width:10px;
	height:172px;
	background:url(../images/blank.gif) no-repeat;
	float:left;
}

.boxes{
	width:225px;
	height:172px;
	float:left;
}

/********** For Boxes **********/
 
/********** For Center Div **********/

.center_part{
	width:930px;
	height:auto;
	margin:auto;
	padding:auto;
	float:left;
}

.center_gap{
	width:10px;
	height:500px;
	float:left;
	background:url(../images/blank.gif) repeat-y;
}

.right{
	width:250px;
	height:auto;
	float:left;
}

.left{
	width:660px;
	height:auto;
	float:left;
	background:#ececec;
}

.center_gap2{	
    width:20px;
	height:100px;
	float:left;
	background:url(../images/blank.gif) repeat-y ;
}

.heading_mrgn{
	 margin-top:12px;
}

.lft_contnt{
	width:658px;
	height:auto;
	background:#ffffff;
	float:left;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

.rght_contnt{
	width:250px;
	height:auto;
	float:left;
}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	line-height:23px;
	padding:5px;
	font-size:12px;
}

.txt ul{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	line-height:23px;
	padding:5px;
	font-size:12px;
}

.txt ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#099;
	text-align:justify;
	font-weight:600;
	list-style-type:circle;
	line-height:23px;
	padding:10px 0px 0px 5px;
	margin:0px 0px 0px 15px;
	font-size:12px;
}

.txt strong{
	font-family:Arial, Helvetica, sans-serif;
	color:#036;
	font-size:12px;
	cursor:pointer;
}

.txt strong:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#C30;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}

.txt b{
	font-family:Arial, Helvetica, sans-serif;
	color:#C30;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}

.read_more{
	color:#036;
}

.read_more a{
	color:#036;
	background:url(../images/arow.jpg) no-repeat left top;
	background-position:0px 3px;
	text-decoration:none;
	padding:0px 5px 0px 20px;
	font-weight:bold;
}

.read_more a:hover{
	color:#C30;
	font-weight:bold;
	background:url(../images/arow.jpg) no-repeat left top;
	background-position:0px 3px;
	text-decoration:none;
	padding:0px 6px 0px 20px;
}

.div_brdr{
	border-bottom:1px dashed #333333;
	margin:10px 0px 0px 0px;
}

.services_lists{
	width:240px;
	text-align:left;
	height:auto;
	padding:5px;
	border-bottom:1px dashed #395674;
}

.services_lists a{
	width:240px;
	height:auto;
	padding:5px 5px 10px 10px;
	line-height:36px;
	color:#013a65;
	font-weight:bold;
}

.services_lists a:hover{
	width:240px;
	height:auto;
	padding:5px 5px 10px 18px;
	line-height:36px;
	color:#F30;
	font-weight:bold;
}

.srvc_img{
     float:left; 
	 margin-left:5px;
}

.gap_srv{
	background:url(../images/blank.gif) repeat;
	width:250px;
	height:20px;
	float:left;
}

.no_btm_brdr{
	border:0px;
}

.lab input{
	width:200px;
	height:20px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:2px;
}

.lab textarea{
	width:600px;
	height:80px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:2px;
}


/********** For Center Div **********/

