	@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#dcf3fc;
	background:url(../images/bdy_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#main{ width:100%;}
#site{ width:1000px; overflow:hidden; margin:auto;}

/*HEADER START*/

#header_mn{ width:1000px; height:69px; color:#FFF; background:url(../images/header_bg.jpg);}

#logo{ width:270px; height:69px; float:left;}
#logo h1{ background:url(../images/logo_new.jpg) no-repeat; width:270px; height:69px; text-indent:-1000px;}

#header_rit{ width:450px; height:69px; float:right;}
#header_rt_tp{ width:415px; height:33px; line-height:33px;}
.pad_lft{ padding-left:35px;}
#header_rt_btm{ width:450px; height:36px;}

/*HEADER END*/

/*BANNER MENU START*/
#banner_mnu{ width:956px; overflow:hidden; padding:0 22px 21px 22px; background:url(../images/banner_bg.jpg);}

#mnu_mn{ width:956px; height:30px; padding:12px 0; clear:both;}
#mnu_lft{ width:226px; height:30px; float:left;}

#mnu{ width:700px; height:30px; float:right;}
#mnu ul{}
#mnu ul li{ margin:0 5px; padding:0px; list-style:none; line-height:30px; background:url(../images/mnu_bg.jpg) right; background:#f7941d; line-height:30px; float:left;}
#mnu ul li a{ padding:0 28px; font-size:14px; color:#FFF; text-decoration:none; display:block;}
#mnu ul li a:hover{ font-size:14px; color:#FFF; text-decoration:none; background:#f7941d;}

#banner{ width:956px; height:285px; margin:auto;}

/*BANNER MENU END*/

/*NAVIAGION START*/

#navig_mn{ width:956px; overflow:hidden; margin:auto;
box-shadow: inset 0px 0px 50px 0px #FAFAFA,0px 5px 13px 2px #242424;
-webkit-box-shadow: inset 0px 0px 50px 0px #FAFAFA,0px 5px 13px 2px #242424;
-moz-box-shadow: inset 0px 0px 50px 0px #FAFAFA,0px 5px 13px 2px #242424;
-o-box-shadow: inset 0px 0px 50px 0px #FAFAFA,0px 5px 13px 2px #242424;
}

/*NAVIGATION LEFT START*/

#navig_lft{ width:691px; height:auto; padding:12px; float:left;}

#gallery_mn{ width:691px; overflow:hidden;}
#galy_a{ width:223px; height:auto; float:left; padding-bottom:10px; margin-right:7px; border:1px solid #035a8f;
border-radius: 0px 0px 7px 7px; 
-webkit-border-radius: 0px 0px 7px 7px; 
-moz-border-radius: 0px 0px 7px 7px; }
#galy_a h2{ width:223px; line-height:34px; background:#035a8f; text-align:center; font-size:18px; color:#FFF;}
#galy_a p{ padding:10px; font-size:13px; line-height:20px;}
.galy_rd_lnk{ color:#035a8f; text-decoration:none; font-weight:bold; font-size:13px;}
.galy_rd_lnk:hover{ color:#035a8f; text-decoration:none; font-weight:bold; font-size:13px;}



/*NAVIG LEFT CONTANT START*/

#txt_cont{ width:651px; height:auto; padding:10px 20px; margin-top:15px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e1eaef', endColorstr = '#fafafa');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e1eaef', endColorstr = '#fafafa')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #e1eaef, #fafafa);
background-image: -ms-linear-gradient(top, #e1eaef, #fafafa);
background-image: -o-linear-gradient(top, #e1eaef, #fafafa);
background-image: -webkit-gradient(linear, center top, center bottom, from(#e1eaef), to(#fafafa));
background-image: -webkit-linear-gradient(top, #e1eaef, #fafafa);
background-image: linear-gradient(top, #e1eaef, #fafafa);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}
.txt_hd_clr{ color:#0567a3;}
#txt_cont h3{ width:651px; line-height:45px; font-size:24px; color:#000; border-bottom:1px solid #c8c8c8;}
#txt_cont p{ line-height:20px; font-size:13px; padding-top:15px;}

/*NAVIG LEFT CONTANT END*/

/*NAVIGATION LEFT END*/

/*NAVIGATION RIGHT START*/

#navig_rit{ width:210px; height:auto; padding:10px 15px 20px 15px; float:right; background:#02142b;}

#fom_mn{ width:210px; height:auto; background:#f6fcff; margin-bottom:15px;
-moz-border-radius: 0px 0px 7px 7px;
-webkit-border-radius: 0px 0px 7px 7px;
border-radius: 0px 0px 7px 7px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
#fom_mn h4{ width:210px; line-height:34px; background:#005789; text-align:center; font-size:17px; color:#FFF;}
.fom_lst{ width:210px; padding:10px;}
.fom_lst ul{}
.fom_lst li{ padding:0px; list-style:none; line-height:30px; color:#005789; font-weight:bold;}
.fom_lst li .input{ width:173px; height:22px; color:#999; padding:0 5px; border:1px solid #c8c8c8; background:#FFF;}
.fom_lst li .textarea{width:173px; height:60px; color:#999; padding:0 5px; border:1px solid #c8c8c8; background:#FFF;}
.fom_lst li .submit{ width:62px; height:27px; background:url(../images/submit_btn.gif); text-indent:-9999px; cursor:pointer; border:none;}

#our_srv{ width:210px; height:auto; background:#f6fcff;
-moz-border-radius: 0px 0px 7px 7px;
-webkit-border-radius: 0px 0px 7px 7px;
border-radius: 0px 0px 7px 7px;
}
#our_srv h5{ width:210px; height:34px; line-height:34px; background:#005789; text-align:center; font-size:17px; color:#FFF;}
#our_srv_slid{ width:190px; height:120px; padding:10px;}

.nvg_cnt_lst li{ margin-left:18px; list-style:url(../images/navig_lst_bg.gif); width:auto; height:auto; font-size:13px; line-height:22px;}
.nvg_cnt_lst li a{ color:#333; text-decoration:none;}
.nvg_cnt_lst li a:hover{ color:#0057a6; text-decoration:none;}


/*NAVIGATION RIGHT END*/

/*NAVIAGION END*/

/*FOOTER START*/

#footer_mn{ width:100%; background:#02142b;}
#footer_inr{ width:1000px; height:85px; margin:auto; background:url(../images/footer_bg.jpg) no-repeat;}
#footer_tp{ width:600px; line-height:30px; margin:auto; background:url(../images/ftr_mnu_bg.jpg) no-repeat; color:#FFF; text-align:center;}
#footer_btm{ width:1000px; line-height:40px; text-align:center; color:#66717f;}
.ftr_lnk{ color:#FFF; text-decoration:none;}
.ftr_lnk:hover{ color:#FFF; text-decoration:underline;}
#footr_btm_lft{ width:auto; list-style:40px; padding:0 50px; float:left;}
#footr_btm_rit{ width:auto; list-style:40px; padding:0 50px; float:right;}
.ftr_lnk_l{ color:#66717f; text-decoration:none;}
.ftr_lnk_l:hover{ color:#66717f; text-decoration:underline;}

/*FOOTER END*/


<!--CLIENTS INNER PAGE START-->

/*#our_lst{ width:215px; height:auto;}*/
/*.our_lst ul{ margin:5px 0 0 0; padding:0 0 10px 15px;}*/
.our_lst{ width:180px; height:auto;}
.our_lst li{ margin:0 0 0 25px; padding:0 0 0 5px; width:160px; height:30px; border-bottom:1px dashed #c8c8c8; list-style-type:none; line-height:30px; list-style-image:url(../images/arow.gif);}
.our_lst li a{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration:none; line-height:35px;}
.our_lst li a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration:underline; line-height:35px;}
/*#fom_mn ul li:last-child{ border:none;} */
.our_lst li:last-child{ border:none; padding-bottom:10px;}


<!--CLIENTS INNER PAGE END-->










