

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {color:#000;}
h1 {font-size:26px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:26px;margin-bottom:0.75em;}
h3 {font-size:14px;line-height:1;margin-bottom:1em;}
h4 {font-size:14px;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#2086c8;text-decoration:none; outline:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em Arial, Helvetica, sans-serif;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {/*margin-bottom:1.4em;*/width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input, textarea{font-size:11px; color:#666; font-family:Arial, Helvetica, sans-serif;}

/* @Global Class */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}
.red {
	color:#FF0000;
}
a.readmore {
	color:#2086c8;
	font-weight:bold;
	padding-left:13px;
}
a.readmore:hover {
	color:#666;
}
.spacer {
	padding:5px;
	clear:both;
}
/* @Global Class End */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#30302f;
	font-size:12px;
	line-height:20px;
	background:#fff url(images/design/bg-body.jpg) repeat-x; 
}
#container {
	width:1004px;
	margin:0 auto;
}
#header {
	width:1004px;
	position:relative;
	height:138px;
	background:url(images/design/design/bg-header.jpg) repeat-x top;
}
#header h1{
	margin:0;
	padding:17px 0 0 73px;
	float:left;
}
.logo-text{
	position:absolute;
	top:94px;
	left:10px;
}
#nav-main {
	width:660px;
	height:64px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#nav-main ul {
	margin:0;
	padding:0;
}
#nav-main ul li {
	float:left;
	list-style:none;
	background:url(images/design/spacer.jpg) no-repeat top left;
	line-height:64px;
	position:relative;
}
#nav-main ul li.last {
	background:none;
}
#nav-main ul li a {
	color:#164892;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding:0px 16px;
	display:block;
	line-height:64px;
	float:left;
}

#nav-main ul li a:hover, #nav-main ul li.active > a {
	background:url(images/design/bg-nav-a.jpg) repeat-x top;
	margin:0px;
	color:#FFFFFF;
}
#nav-main .submenu {
	position:absolute;
	top:64px;
	left:0;
}
#nav-main .submenu .submenu {
	top:0;
	left:170px;
}
#nav-main .submenu li {
	clear:left;
	background:#4B70A7;
}
#nav-main .submenu li a {
	width:150px;
	background:#4B70A7;
	padding:3px 10px;
	line-height:20px;
	color:#fff;
	border-bottom:1px dotted #577CB1;
}
#nav-main .submenu li.haschild > a {
	background:url(images/design/icon_arrow.png) no-repeat right center;
}
#spotlight{
	width:1004px;
	height:311px;
	float:left;
}
#wrap{
	float:left;
	width:1004;
}
#news-letter{
	width:1004px;
	height:37px;
	float:left;
	background:url(images/design/bg-news-letter.jpg) no-repeat;
}
#content{
	width:1004px;
	float:left;
}
.home-content{
	width:665px;
	height:180px;
	float:left;
	font-size:12px;
	color:#64666a;
}
.home-content h2{
	padding-left:15px;
	margin-top:-3px;
}
.home-content strong{
	color:#64666a;
	font-size:12px;
}
.home-content p{
	padding:0 10px;
}
.more a{
	color:#174a95;
	font-size:11px;
	float:right;
	padding-right:6px;
	background:url(images/design/arrow.jpg) no-repeat right 8px;
	margin-right:10px;
}
#corperate{
	width:322px;
	height:124px;
	float:left;
	background:url(images/design/bg-corperate.jpg) no-repeat;
	margin-top:10px;
	padding-top:25px;
}
#corperate ul{
	margin:0px 10px 0 25px;;
}
#corperate ul li{
	list-style:none;
	color:#3c5598;
	font-size:11px;
	line-height:16px;
	margin-top:5px;
}
#corperate ul li .date{
	background:url(images/design/icon-news.jpg) no-repeat left center;
	padding-left:20px;
	color:#8c8c8d;
	font-size:11px;	
}
#products{
	width:1004px;
	float:left;
	position:relative;
}
#products .left{
	float:left;
	margin-top:39px;
}
#products .right{
	float:left;
	margin-top:39px;
}
.widget-1{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/1.jpg) no-repeat;
	position:relative;
}
.widget-1 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-1 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-2{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/2.jpg) no-repeat;
	margin:0;
	position:relative;
	float:left;
}
.widget-2 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-2 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
/*.widget-2 p{
	font-size:11px;
	color:#47474a;
	padding:35px 113px 0 16px;
	line-height:17px;
}*/

.widget-3{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/3.jpg) no-repeat;
	position:relative;
	float:left;
}
/*.widget-3 p{
	font-size:11px;
	color:#47474a;
	padding:35px 100px 0 16px;
	line-height:17px;
}*/
.widget-3 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-3 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-4{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/4.jpg) no-repeat;
	position:relative;
}
.widget-4 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-4 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-5{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/5.jpg) no-repeat;
	margin:0;
	position:relative;
	float:left;
}
/*.widget-5 p{
	font-size:11px;
	color:#47474a;
	padding:35px 113px 0 16px;
	line-height:17px;
}*/
.widget-5 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-5 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-6 p{
	font-size:11px;
	color:#47474a;
	padding:25px 100px 0 16px;
	line-height:17px;
}
.widget-6{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/6.jpg) no-repeat;
	position:relative;
	float:left;
}
.widget-7{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/7.jpg) no-repeat;
	position:relative;
}
.widget-7 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-7 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-8{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/8.jpg) no-repeat;
	margin:0;
	position:relative;
	float:left;
}
/*.widget-8 p{
	font-size:11px;
	color:#47474a;
	padding:35px 113px 0 16px;
	line-height:17px;
}*/
.widget-8 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-8 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}
.widget-9 p{
	font-size:11px;
	color:#47474a;
	padding:25px 100px 0 16px;
	line-height:17px;
}
.widget-9{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/9.jpg) no-repeat;
	position:relative;
	float:left;
}
.widget-10{
	width:318px;
	height:122px;
	float:left;
	background:url(images/widget/10.jpg) no-repeat;
	position:relative;
}
/*.widget-10 ul{
	margin:35px 10px 10px 15px!important
}
#products ul li .widget-10 ul li{
	list-style-type:none;
	font-size:11px;
	color:#47474a;
	background:url(images/design/arrow-li.jpg) left center no-repeat;
	padding-left:10px;
	line-height:18px;
	display:block;
	clear:both;
}*/
.widget-10 p{
	font-size:11px;
	color:#47474a;
	padding:25px 100px 0 16px;
	line-height:17px;
}
.read-more a{
	color:#525051;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	right:111px;
	position:absolute;
	bottom:4px;
}
.read-more a:hover{
	color:#000000;
}
#footer{
	width:1004px;
	height:64px;
	float:left;
	background:url(images/design/bg-footer.jpg) no-repeat;
	margin-top:30px;
}
#footer .copy p{
	color:#3e3f8f;
	font-size:11px;
	margin:31px 0 0 33px;
	float:left;
}
#footer .menu{
	color:#13130f;
	font-size:11px;
	float:left;
	margin:31px 0 0 80px;
}
#footer .powerd p{
	color:#3e3f8f;
	font-size:11px;
	margin:31px 33px 0 0px;
	float:right;
}
#news-letter form{
	width:263px;
	height:34px;
	float:right;
}
#news-letter form .txt{
	width:170px;
	height:24px;
	float:left;
	background:none;
	border:none;
	padding:5px
}
#news-letter form .send{
	float:left;
	color:#e9edf6;
	font-size:15px;
	padding-left:10px;
	line-height:30px;
}
#news-letter form .send a{
	color:#e9edf6;
}
#news-letter form .send a:hover{
	color:#CC9900;
}
/*----------inner-pages------------*/
#sidebar{
	width:326px;
	float:right;
	margin-top:20px;
}
.content{
	width:618px;
	float:left;
	text-align:justify;
	color:#64666a;
	font-size:12px;
}
.content p{
	color:#64666a;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .slider{
	width:317px;
	height:141px;
	float:left;
	border:#f6f8fa solid 2px;
	background:#ebecec;
	margin-top:10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
}
/*----------inner slider------------*/
#sidebar .slider .jcarousel-skin-tango .jcarousel-clip-horizontal{
	width:317px;
}
#sidebar .slider .jcarousel-skin-tango .jcarousel-item{
	width:86px!important;
}
#sidebar .slider .jcarousel-skin-tango .jcarousel-container-horizontal{
	width:314px!important;
}
#sidebar .slider .jcarousel-skin-tango .jcarousel-clip-horizontal{
	width:280px!important;
	margin-top:20px;
}
#sidebar .slider .element.style{
	margin:0px;
	left:0px;
}
#sidebar .slider .jcarousel-skin-tango .jcarousel-prev-horizontal{
	background:url(images/design/pre-btn.jpg) no-repeat left center!important;
	top:20px;
	left:5px!important;
}
#sidebar .slider .jcarousel-skin-tango .jcarousel-next-horizontal{
	background:url(images/design/next-btn.jpg) no-repeat left center!important;
	top:20px;
}
#sidebar .slider h3{
	color:#4c6fa7;
	font-size:13px;
	padding:5px 300px 5px 3px;
	border-bottom:#4c6fa7 1px solid;
	margin:5px 10px 0 10px;
}
#sidebar .slider .images{
	width:283px;
	float:left;	
}
/*----------slider------------*/

#products ul li{
	float:left;
	list-style-type:none;
	margin:0px;
}
#products ul{
	margin:0px;
	float:left;
}
.jcarousel-skin-tango .jcarousel-container-horizontal{
	width:1004px!important;
	padding:0px!important;

}
.jcarousel-skin-tango .jcarousel-container{
	background:none!important;
	border:none!important;
}
.jcarousel-skin-tango .jcarousel-item{
	width:326px!important;
	height:122px!important;
	
}
element style{
	left:0px!important;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal{
	width:972px!important;
	margin-left:17px;
}
.jcarousel-skin-tango .jcarousel-item{}
.jcarousel-skin-tango .jcarousel-clip-horizontal{
	height:122px!important;
}
.jcarousel-skin-tango .jcarousel-next-horizontal{
	background:url(images/design/btn-left.jpg) no-repeat!important;
	width:17px!important;
	height:37px!important;
	position:absolute;
	right:0px!important;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal{
	background:url(images/design/btn-right.jpg) no-repeat!important;
	width:17px!important;
	height:37px!important;
	position:absolute;
	left:0px!important;
}

/*----------Anoop's Codes------------*/

#colleft {float:left; width:50%; height:150px}

#colleft .ptop {font-weight:bold;color:#0000CC}
#colleft .pbottom {font-weight:lighter;color:#000000}

#collright {float:left;  width:50%;height:150px}

#collright .ptop {font-weight:bold;color:#0000CC}
#collright .pbottom {font-weight:lighter;color:#000000}

/*----------End of Anoop's codes------------*/

#nav-main .submenu {
	position:absolute;
	top:64px;
	left:0;
}
#nav-main .submenu .submenu {
	top:0;
	left:170px;
}
#nav-main .submenu li {
	clear:left;
	background:#4B70A7;
}
#nav-main .submenu li a {
	width:150px;
	background:#4B70A7;
	padding:3px 10px;
	line-height:20px;
	color:#fff;
	border-bottom:1px dotted #577CB1;
}
#nav-main .submenu li.haschild > a {
	background:url(images/icon_arrow.png) no-repeat right center;
}
