body {
	background:url(../images/bg.jpg);
	width:843px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0px;
	line-height:18px;
}
a {
	text-decoration:none;
	color:#30448c;
	margin:0px;
	padding:0px;
}
a:hover {
	text-decoration:underline;
}
:focus {
	-moz-outline-style: none;
}
img {
	padding:0px;
}
a img {
	border:0px;
}
.txtsml {
	font-size:11px;
	color:#646464;
	line-height:normal
}
.footer {
	color:#818990;
	font-size:11px;
	padding-bottom:10px;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px
}
.header-container {
	background:#f6f8f8
}
.content-bg {
	background:url(../images/box_bg.jpg) repeat-y;
	padding:5px 25px
}
.content-bg-gm {
	background:url(../images/box_bg.jpg) repeat-y;
	padding:0px 30px
}
.dotted-vline {
	background:url(../images/vdot_line.jpg) repeat-y center
}
.tech-cont {
	background:url(../images/box_bg.jpg) repeat-y;
	padding:20px 35px
}
.heading {
	font-size:18px;
	font-weight:bold;
	color:#333333
}
.font14 {
	color:#333333;
	font-size:14px
}
.vline-tech {
	background:url(../images/vdot_line_inn.jpg) repeat-y center
}
.font14bold {
	font-size:14px;
	color:#333333;
	font-weight:bold
}
.hline-tech {
	background:url(../images/h_dotline.gif) repeat-x center;
	height:50px
}
.bold {
	font-weight:bold
}
.hline-about {
	background:url(../images/h_dotline.gif) repeat-x center;
	height:25px
}
.testim {
	background:url(../images/icon_testim.gif) no-repeat left;
	padding-left:23px;
	padding-top:5px;
	padding-bottom:5px
}
.statictext {
	padding:20px 5px 20px 0px;
	margin:2px 4px 2px 3px;
	clear:both;
}
.statictext p {
	padding:5px 0px 10px 0px;
}
.hlinetxt {
	background:url(../images/h_dotline.gif) repeat-x center;
	height:1px
}
/*-------------------new css 11/05/2010-----------------*/
.header {
	width:853px;
	margin:0px auto 0px -7px;
	float:left;
	height:120px;
	background:url(../images/header_02.jpg) no-repeat;
}
.logo_left {
	float:left;
	width:167px;
	height:51px;
	padding: 35px 0px 0px 40px;
}
.righttop {
	float:right;
	width:640px;
}
.tabs {
	float:right;
	width:690px;
	height:auto;
	margin:26px 0 0 0;
	clear:both;
}
.tabNavb ul {
	float:right;
	margin:0px 20px 0px 0px;
	padding:52px 0px 0px 0px;
}
.tabNavb ul li {
	float:left;
	text-decoration:none;
	list-style:none;
}
.tabNavb ul li a {
	padding:5px 0px 8px 17px;
	background:url(../images/lbtn_03.jpg) no-repeat 0px top;
	font-size:14px;
	text-decoration:none;
	display:block;
	height:25px;
	color:#4e6b10;
	margin-right:0px;
}
.tabNavb ul li a:hover, .tabNavb ul li.selected a {
	background:url(../images/lbtn_on_03.jpg) no-repeat 0px 0px;
	color:#FFFFFF;
}
.tabNavb ul li a span {
	padding:6px 20px 15px 3px;
	background:url(../images/rbtn_03.jpg) no-repeat 100% 0px;
}
.tabNavb ul li a:hover span, .tabNavb ul li.selected a span {
	background:url(../images/rbtn_on_03.jpg) no-repeat 100% 0px;
	width:100%
}
.tmenu {
	width:111px;
	margin:12px 68px 0px 0px;
	height:23px;
	color:#FFFFFF;
	float:right;
	height:20px;
	text-align:center;
}
.tmenu a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-top:1px;
	height:23px;
	background:url(../images/contactusbg.jpg) no-repeat;
}
.tmenu a:hover {
	color:#333333;
	background:url(../images/cont_hover.jpg) no-repeat;
}
.clear {
	clear:both;
}
/*-------------------new css 12-05-2010--------------------*/
.ddoverlap {
	float:right;
	width:auto;
	padding-top:51px;
	margin-right:40px;
 	*height:1%;
}
.ddoverlap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ddoverlap li {
	display: block;
	float:left;
	margin: 0;
	font-size:14px;
}
.ddoverlap li a {
	padding: 6px 20px 2px 32px;
	text-decoration: none;
	/*extra right padding to account for curved right edge of tab image*/
	color:#4e6b10;
	background: transparent url(../images/righttabdefault.gif) 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	border-right: 1px solid #CCCCCC;
	position: relative;
	display: block;
	float: left;
	margin-right:-12px; /*shift tabs 20px to the left so they overlap*/
	left: 10px;
}
/*.ddoverlap li a:visited {
	color: #dbdbd5;
}*/
.ddoverlap li a:hover {
	color: #FFFFFF;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(../images/righttabselected.png) 0 no-repeat;
}
.ddoverlap li.selected a { /*selected tab style*/
	color: #FFFFFF;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(../images/righttabselected.png) 0 no-repeat;
}
.ddoverlap li.selected a:hover {
	text-decoration: none;
}
