/*CSS Code by Vijay Kumar vijaykumarjee@gmail.com*/

/* set all the styles to 0 */
html, body, table, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:none;
}
/* Firefox will always display a scroll bar */
html{
	min-height: 100%;
	margin-bottom: 1px;
}

html, body{
	height:100%;
}
 img, div, input { 
 behavior: url("../css/iepngfix.htc") 
 }
 
 
/* png */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images2/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/* remember to define focus styles! */
:focus {outline:0px;}

body{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:0px;
	background:url(../images2/body-bg.jpg) repeat;
	font-size:12px;
	text-align:justify;
	color:#444;
}

a{
	cursor: pointer;
	outline:none;
}
img{
	border:0px;
	outline:none;
}
p{
	padding:3px 0px;
	margin:0px;
}

.clear{
	margin:0px;
	padding:0px;
	line-height:0;
	clear:both;
}

.head{
	width:100%;
	background-image:url(../images2/home-body-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height:586px;
	float:left;
}

.ihead{
	width:100%;
	background:url(../images2/internal-head-bg.jpg) top repeat-x;
	height:278px;
	float:left;
}

.iheadcon{
	width:960px;
	height:120px;
	margin:0 auto;
	text-align:left;
}

.headline{
	float:left;
	width:180px;
	height:80px;
	padding:40px 0 0 20px;
}

.tagline{
	float:left;
	width:405px;
	height:100px;
	padding:15px 30px 0 50px;
	color:#d0e9f8;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	font-style:italic;
}

.tagline span{
	color:#81b5db;
	font-size:25px;
	line-height:25px;
	font-weight:bold;
}


.ibutton{
	float:right;
	padding:30px 0 0 0;
}


.cformcon{
	width:576px;
	height:200px;
	position:absolute;
	top:240px;
	right:150px;
	z-index:200;
	background:url(../images2/lead-bg.png) repeat-x left top;
	padding-top:3px;
	text-align:right;
}

.cformconhome{
	width:576px;
	height:200px;
	position:absolute;
	top:565px;
	left:200px;
	z-index:200;
	background:url(../images2/lead-bg.png) repeat-x left top;
	padding-top:3px;
	text-align:left;
}

.icform{
	width:550px;
	background:#ffffff;
	border:#02660d solid;
	border-width:0px 3px 3px 3px;
	text-align:left;
	padding:10px 10px 18px 10px;
	float:left;
}

.cform-head-left{
	width:10px;
	height:43px;
	float:left;
	background:url(../images2/cform-head-left.png) top left no-repeat;
}

.cform-head-middle{
	width:530px;
	height:43px;
	float:left;
	background:#349D1A;
}

.cform-head-right{
	width:10px;
	height:43px;
	float:left;
	background:url(../images2/cform-head-right.png) top left no-repeat;
}

.cform-content{
	width:510px;
	float:left;
	height:auto;
	border:#dadac2 solid;
	border-width:0 1px 1px 1px;
	background:#f9f9ea;
	margin:0 0 0 10px;
	padding:10px;
}

.cform-content p{
	line-height:20px;
}

.cform-content ul{
	display:block;
	width:490px;
	background:#fff;
	padding:10px;
	list-style:none;
	margin-top:7px;
}

.cform-content ul li{
	margin-bottom:10px;
	border:#bfe4f9 dashed;
	border-width:0 0 1px 0;
	padding:5px 0 5px 0;
}

.cform-content ul li input{
	width:250px;
	height:25px;
	border:none;
	background:#f2f2cf;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

.cform-content ul li textarea{
	width:250px;
	height:50px;
	border:none;
	background:#f2f2cf;
	font-size:12px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.cform-content ul li label{
	display:inline-block;
	width:100px;
	text-align:right;
	padding-right:10px;
	float:left;
	margin-top:8px;
}


.logo {
	width:960px;
	height:78px;
	margin:0 auto;
	padding:30px 0 0 0;
}

.hide{
	display:none;
}

.nav {
	width:950px;
	height:26px;
	margin:0 auto;
	padding:5px 10px 0 0;
	/*border:1px #F00 solid;*/
}
.nav ul{
	float:right;
	list-style:none;
	width:505px;
}

.nav ul li{
	float:right;
	margin:0 0 0 10px;
}

.nav ul li a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding-top:6px;
	padding-left:10px;
	padding-bottom:8px;
	display:block;
}


.nav ul li a span{
	padding-top:6px;
	padding-right:10px;
	padding-bottom:8px;
}


.nav ul li a:hover{
	background:url(../images2/nav-bg-left.png) left top no-repeat;
}

.nav ul li a:hover span{
	background:url(../images2/nav-bg-right.png) right top no-repeat;
}


.nav ul li .selected{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images2/nav-bg-left.png) left top no-repeat;
	padding-top:6px;
	padding-left:10px;
	padding-bottom:8px;
}

.nav ul li .selected span{
	background:url(../images2/nav-bg-right.png) right top no-repeat;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:8px;
}

.hbutton{
	width:920px;
	margin:0 auto;
	height:66px;
	padding-top:362px;
	padding-left:40px;
}

.cform{
	width:550px;
	height:200px;
	position:absolute;
	top:500px;
	left:200px;
	z-index:200;
	background:url(../images2/sitemap-border.png);
	border:3px #c0c0c2 solid;
	text-align:left;
	padding:10px;
}


.cform ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

.cform ul li{
	float:left;
	width:250px;
	height:25px;
	text-align:right;
}

.cform label{
	color:#eae8e8;
}

.cform span{
	margin-left:50px;
	
}



.middle{
	height:100%;
	width:100%;
	margin:10px 0 0 0;
}



.mcontainer{
	width:960px;
	margin:0 auto;
	height:auto;
}

.left{
	width:700px;
	height:auto;
	float:left;
}

.breadcrum{
	width:680px;
	height:18px;
	float:left;
	font-weight:bold;
	color:#eb6106;
	margin-bottom:20px;
}

.breadcrum a{
	color:#333;
	text-decoration:none;
}

.breadcrum a:hover{
	text-decoration:underline;
}

.internal-content{
	float:left;
	width:680px;
	height:auto;
	text-align:left;
	padding:10px;
	line-height:20px;
	background:#fff;
	margin:11px 0 20px 0;
	border:#666 solid;
	border-width:0 0 5px 0;
	color:#666;
}

.services{
	height:auto;
}

.services .imgborder{
	border:2px #ccc solid;
}

.services h3{
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	color:#000;
}

.services h3 em{
	color:#0c85db;
	font-weight:bold;
}

.services h1{
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	color:#000;
}

.services h1 em{
	color:#0c85db;
	font-weight:bold;
}

.services p{
	margin-bottom:12px;
	line-height:19px;
}

.services hr{
	color:#087cb8;
	background:#087cb8;
	border:none;
	height:2px;
}

.services h3 em{
	color:#0c85db;
	font-weight:bold;
}

.help{
	border:#999 dotted;
	border-width:1px 0 1px 0;
	width:680px;
	float:left;
	line-height:20px;
	display:inline;
	background:#fbfafa;
}

.help h3{
	font-size:22px;
	font-weight:bold;
	line-height:40px;
}

.help ul{
	display:block;
	width:310px;
	height:100px;
	float:left;
	margin:0 10px 15px 15px;
}

.help ul p{
	font-style:italic;
}

.help ul li{
}

.servicedetails{
	width:680px;
	float:left;
	line-height:20px;
}

.servicedetails h3{
	font-size:22px;
	font-weight:bold;
	line-height:40px;
}

.webdev{
	width:674px;
	float:left;
	border:#d1f1a6 solid;
	border-width:3px;
	height:auto;
	background:#eefdc9;
	padding-bottom:10px;
	margin-bottom:30px;
}

.webdev h2 a{
	display:block;
	width:674px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:26px;
	border:#d1f1a6 solid;
	border-width:0 0 2px 0;
	color:#95ce06;
	text-decoration:none;
}

.webdev ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.webdev ul li{
	float:left;
	margin:10px 20px 0px 40px;
	display:block;
	width:270px;
	border:#ccc dashed;
	border-width:0 0 1px 0;
}


.webdev ul li a{
	display:block;
	line-height:30px;
	text-decoration:none;
	color:#6aaa05;
	background:url(../images2/green-dev.png) top left no-repeat;
	padding-left:22px;
}

.webdev ul li a:hover{
	text-decoration:none;
	background:url(../images2/white.png) top left no-repeat #999;
	color:#fff;
}


.marketing{
	width:674px;
	float:left;
	border:#a9defd solid;
	border-width:3px;
	height:auto;
	background:#e0f2fd;
	padding-bottom:10px;
	margin-bottom:30px;
}

.marketing h2 a{
	display:block;
	width:674px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:26px;
	border:#a9defd solid;
	border-width:0 0 2px 0;
	color:#06a2fd;
	text-decoration:none;
}

.marketing ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.marketing ul li{
	float:left;
	margin:10px 20px 0px 40px;
	display:block;
	width:270px;
	border:#ccc dashed;
	border-width:0 0 1px 0;
}


.marketing ul li a{
	display:block;
	line-height:30px;
	text-decoration:none;
	color:#06a2fd;
	background:url(../images2/blue.png) top left no-repeat;
	padding-left:22px;
}

.marketing ul li a:hover{
	text-decoration:none;
	background:url(../images2/white.png) top left no-repeat #999;
	color:#fff;
}


.webdesign{
	width:674px;
	float:left;
	border:#feeb95 solid;
	border-width:3px;
	height:auto;
	background:#fef4c6;
	padding-bottom:10px;
	margin-bottom:30px;
}

.webdesign h2 a{
	display:block;
	width:674px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:26px;
	border:#feeb95 solid;
	border-width:0 0 2px 0;
	color:#b18900;
	text-decoration:none;
}

.webdesign ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.webdesign ul li{
	float:left;
	margin:10px 20px 0px 40px;
	display:block;
	width:270px;
	border:#ccc dashed;
	border-width:0 0 1px 0;
}


.webdesign ul li a{
	display:block;
	line-height:30px;
	text-decoration:none;
	color:#b18900;
	background:url(../images2/yellow.png) top left no-repeat;
	padding-left:22px;
}

.webdesign ul li a:hover{
	text-decoration:none;
	background:url(../images2/white.png) top left no-repeat #999;
	color:#fff;
}



.reusablecon{
	float:left;
}

.reusable{
	width:310px;
	height:180px;
	float:left;
	padding-right:30px;
	padding-left:10px;
	text-align:left;
	margin:0 0 20px 0;
}


.reusable h1{
	color:#365f91;
	font-size:22px;
	
}

.reusable p{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	color:#444;
}

.reusable a{
	color:#62a63a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.reusable a:hover{
	text-decoration:underline;
}


.mcontainer .right{
	width:245px;
	height:auto;
	float:left;
	padding-left:15px;
	padding-top:10px;
}

.testimonials{
	width:235px;
	float:left;
	text-align:left;
}

.testimonials .test-top{
	background:url(../images2/testimonial-top.png) left top no-repeat;
	height:7px;
	width:235px;
	line-height:7px;
}

.testimonials .test-bottom{
	background:url(../images2/testimonial-bottom.png) left top no-repeat;
	height:7px;
	width:235px;
}


.testimonials .test-middle{
	background:url(../images2/testimonial-middle.jpg) left top repeat-y;
	width:215px;
	background-color:#bddd69;
	padding:10px;
}

.testimonials h5{
	font-size:18px;
	color:#5b7d00;
}

.testimonials p{
	color:#425a01;
}

.testimonials strong{
	line-height:20px;
}


.say{
	width:235px;
	float:left;
	text-align:left;
	margin-top:10px;
}

.say .say-top{
	background:url(../images2/say-top.png) left top no-repeat;
	height:7px;
	width:235px;
	line-height:7px;
}

.say .say-bottom{
	background:url(../images2/say-bottom.png) left top no-repeat;
	height:7px;
	width:235px;
}


.say .say-middle{
	background:url(../images2/say-middle.jpg) left top repeat-y;
	width:215px;
	background-color:#bddd69;
	padding:10px;
}

.say h5{
	font-size:18px;
	color:#926400;
}

.say p{
	color:#664a00;
}

.say ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.say ul li{
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}


.news{
	width:235px;
	float:left;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.news .news-top{
	background:url(../images2/news-top.png) left top no-repeat;
	height:7px;
	width:235px;
	line-height:7px;
}

.news .news-bottom{
	background:url(../images2/news-bottom.png) left top no-repeat;
	height:7px;
	width:235px;
}


.news .news-middle{
	background:url(../images2/news-middle.gif) left top repeat-y;
	width:215px;
	background-color:#bddd69;
	padding:10px;
}

.news h5{
	font-size:18px;
	color:#365f91;
}

.news p{
	color:#023352;
}

.news .input{
	width:200px;
	border:1px #2689c3 solid;
	margin-bottom:5px;
	height:22px;
	padding-top:2px;
	color:#666;
}


.news .textarea{
	width:200px;
	border:1px #2689c3 solid;
	margin-bottom:5px;
	height:50px;
	padding-top:2px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.portfolio{
	height:224px;
	width:100%;
	background:url(../images2/portfolio-bg.jpg) top repeat-x;
	text-align:left;
	padding-top:8px;
}

.portcontainer{
	width:960px;
	margin:0 auto;
	height:224px;
}


.portcontainer h3{
	color:#365f91;
	font-size:20px;	
}

.imagecon{
	width:958px;
	height:148px;
	background:#d6e5f1;
	margin-top:15px;
	border:1px #fff solid;
}

.imagecon ul{
	margin:10px 0 0 0;
	padding:0px;
	list-style:none;
}

.imagecon ul li{
	float:left;
	padding-left:8px;
}

.imagecon ul li img{
	border:1px #fff solid;
}

.social{
	width:100%;
	background:url(../images2/buildings.jpg) repeat-x left bottom #004676;
	height:300px;
}

.socialcon{
	width:960px;
	height:300px;
	margin:0 auto;
	text-align:justify;
	color:#9bcbe8;
	font-size:11px;
	line-height:16px;
}

.socialcon a{
	color:#f3d85c;
	text-decoration:none;
}

.socialcon a:hover{
	text-decoration:underline;
}

.socialcon h3{
	color:#74aacc;
	font-size:20px;
	margin:0px;
	height:20px;
}

.socialcon-left{
	width:300px;
	height:280px;
	float:left;
	padding:10px;
}

.socialcon-left ul{
	margin:10px 0 0 0;
	padding:0px;
	float:left;
	list-style:none;
}

.socialcon-left ul li{
	float:left;
	display:block;
	width:150px;
}

.socialcon-left ul li img{
	border:1px #fff solid;
}

.socialcon-middle{
	width:300px;
	height:280px;
	float:left;
	padding:10px;
}


.socialcon-middle ul{
	margin:10px 0 0 0;
	padding:0px;
	float:left;
	list-style:none;
}

.socialcon-middle ul li{
	float:left;
	width:300px;
}

.socialcon-right{
	width:270px;
	height:280px;
	float:left;
	padding:10px 10px 10px 30px;
}


.socialcon-right ul{
	margin:10px 0 0 0;
	padding:0px;
	float:left;
	list-style:inside square;
}

.socialcon-right ul li{
	width:270px;
	float:left;
	border:#74AACC dashed;
	border-width:0 0 1px 0;
	margin:0 0 5px 0;
	text-align:left;
}

.footer{
	width:100%;
	height:auto;
	background:#333;
	border:#6b6b6c solid;
	border-width:3px 0 0 0;
	color:#c4c5c7;
	line-height:25px;
	text-align:right;
}

.footercon{
	width:960px;
	margin:0 auto;
	text-align:left;
}

.footercon a{
		color:#c4c5c7;
		text-decoration:none;
}


.footercon a:hover{
	text-decoration:underline;
}

.footercon ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	float:right;
	width:380px;
}

.footercon ul li{
	float:left;
	margin-left:10px;
}

.footercon p {
	display:block;
	float:left;
}


.portfoliobox{
	width:680px;
	float:left;
	height:auto;
	margin:0 0 30px 0;
}


.portfoliobox h3{
	font-size:22px;
	line-height:30px;
	font-style:italic;
	color:#000;
	border:#333 dotted;
	border-width:0 0 1px 0;
}

.portfoliobox .bigimg{
	width:674px;
	height:200px;
	float:left;
	background:#fff;
	margin:10px 0 10px 0;
	padding:3px;
	border:1px solid #ccc;
}

.portfoliobox ul{
	margin:0px 0 10px 0;
	padding:10px 0 10px 0;
	list-style:none;
	float:left;
	display:block;
	width:680px;
	border:dashed 1px #d5d5d5;
}

.portfoliobox ul li{
	float:left;
	display:block;
	width:150px;
	height:100px;
	margin:0 9px 0 9px;
	border:1px solid #dbdcde;
}



.portfoliobox .responsibilities{
	width:678px;
	height:30px;
	float:left;
	border:dashed 1px #d5d5d5;
	margin:0 0 10px 0;
	background:#FFFFDF;
}

.portfoliobox .responsibilities span{
	line-height:28px;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
}

.portfoliobox .responsibilities .design{
	color:#F30;
}

.portfoliobox .responsibilities .dev{
	color:#0173b5;
}

.portfoliobox .responsibilities .mart{
	color:#218e03;
}

.portfoliobox .tech{
	width:678px;
	height:30px;
	float:left;
	border:dashed 1px #d5d5d5;
	line-height:28px;
	font-weight:bold;
	margin-right:10px;
	background:#FFFFDF;
}

.portfoliobox .org{
	color:#F30;
}

.small{
	font-size:12px;
}


.bold{
	font-weight:bold;
}

.blue{
	color:#0D85E1;
}

.gray{
	color:#666;
}

.italic{
	font-style:italic;
}

.contactus{
	width:660px;
	height:auto;
	background:#F3F2E9;
	padding:10px;
	float:left;
}

.contactus ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

.contactus ul li{
	float:left;
	display:block;
	width:200px;
	height:auto;
	margin:0 20px 8px 0;
}

.contactus ul label{
	display:block;
	color:#9F9677;
	line-height:25px;
}

.contactus ul input {
	width:190px;
	height:15px;
	padding:7px;
	border:none;
}

.contactus ul span {
	width:205px;
	height:25px;
	border:none;
	text-align:left;
	background:#fff;
	display:block;
	padding:4px 0 0 0;
}

.contactus ul span .checkbox {
	width:15px;
	border:none;
	padding:0px;
	display:inline;
	vertical-align: middle;
}

.contactus ul select {
	width:205px;
	padding:6px;
	border:none;
}

.contactus-footer{
	width:660px;
	height:auto;
	float:left;
	background:url(../images2/contact-footer-bg.png) right top no-repeat;
}

.contactus-footer hr{
	line-height:0px;
	border:none;
	color:#DFDCC3;
	background:#DFDCC3;
	height:1px;
}

.cfooter-left{
	width:425px;
	height:auto;
	float:left;
}

.cfooter-left textarea{
	width:425px;
	height:150px;
	float:left;
	background:#fff;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cfooter-right{
	width:215px;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}

.address{
	width:660px;
	float:left;
	height:auto;
	margin:10px 0 10px 0;
}

.address h3{
	font:22px/40px bold;
}

.address ul{
	display:block;
	width:330px;
	float:left;
	list-style:none;
}

.address ul li{
	margin:0 0 10px 0;
}

.address ul li label{
	font-weight:bold;
	color:#0C85DB;
}

.intro{
	width:660px;
	float:left;
	height:auto;
	margin:0 0 20px 0;
	padding:10px;
	line-height:20px;
}

.intro p{
}

.intro a{
	color:#06F;
	text-decoration:none;
	font-weight:bold;
}

.intro a:hover{
	text-decoration:underline;
}

.red{
	color:#F00;
}

.white{
	color:#fff;
}

.hide{
	display:none;
}

.small{
	font-size:11px;
}

.black{
	color:#000;
}

.verysmall{
	font-size:10px;
}

ol{
	list-style:inside decimal-leading-zero;
}

.ulinside{
	list-style:inside;
}

.product-img{
	list-style:none;
	margin:0px 20px 0 0;
	padding:0px;
	float:left;
}


.product-img li img{
	border:3px #CFECFF solid;
}

.hiring{
	position:absolute;
	top:0px;
	right:150px;
}

.slidercon{
	width:950px;
	height:auto;
	float:left;
}

.slide-top{
	width:930px;
	float:left;
	height:auto;
	padding-left:20px;
}

.slide-top ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	width:auto;
}

.slide-top ul li{
	float:left;
	margin-right:10px;
}

.slide-top ul li p{
	padding:2px 10px 4px 10px;
	font-weight:bold;
	display:block;
	background:#fafbfb;
	color:#1c1c1c;
	border-top:2px solid #0e88dc;
}


.slide-bottom{
	width:950px;
	float:left;
	height:92px;
	background:url(../images2/slider-bg.gif) left top repeat-x;
}

.competition{
	float:left;
	width:660px;
	background:#f7f7f7;
	height:auto;
	padding:10px;
}

.comp-button{
	background:url(../images2/comp.png) left top no-repeat;
	width:140px;
	height:31px;
	display:block;
	overflow:hidden;
}

.comp-button-click{
	background:url(../images2/comp.png) left bottom no-repeat;
	width:140px;
	height:31px;
	display:block;
	overflow:hidden;
}

.comp-textarea{
	width:300px;
	height:150px;
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.th1{
	background:url(../images2/th-bg.gif) left top repeat-x;
	color:#333;
	border:1px solid #dad7da;
	line-height:21px;
	padding:5px;
}

.th2{
	background:url(../images2/th-bg.gif) left top repeat-x;
	color:#333;
	border:solid #dad7da;
	border-width:1px 1px 1px 0px;
	line-height:21px;
	padding:5px;
}

.odd1{
	border:solid #dad7da;
	border-width:0px 1px 1px 1px;
	padding:5px;
	background:#fff;
}

.odd2{
	padding:5px;
	border:solid #dad7da;
	border-width:0px 1px 1px 0px;
	background:#fff;
}

.even1{
	border:solid #dad7da;
	border-width:0px 1px 1px 1px;
	padding:5px;
}

.even2{
	padding:5px;
	border:solid #dad7da;
	border-width:0px 1px 1px 0px;
}

.try-now{
	float:left;
}

.try-now a{
	background:url(../images2/try-now.png) top left no-repeat;
	color:#fff;
	display:block;
	height:21px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	width:81px;
	text-align:center;
}

.try-now a:hover{
	background:url(../images2/try-now.png) bottom left no-repeat;
}


/* career CSS  */
.career-con{
	width:960px;
	height:auto;
	float:left;
}
.career-header{
	width:960px;
	height:200px;
	float:left;
	background:url(../images2/careers.jpg) top left no-repeat;
}
.career-content{
	width:940px;
	height:auto;
	float:left;
	padding:10px 10px;
	background:#FFF;
}
.career-content h1{
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.career-content a{
	text-decoration:underline;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
.job-box{
	width:448px;
	height:100px;
	float:left;
	border:#666 solid 1px;
	margin:10px 10px 0 10px;
}

.job-box ul{
	margin:10px 0 0 20px;
}
.job-box ul li{
	text-decoration:none;
	list-style:none;
	line-height:20px;
}
.job-box a{
	text-decoration:none;
}
.job-box a:hover{
	text-decoration:underline;
}

.opening{
	width:auto
	height:auto;
	float:left;
	padding:10px 10px 20px 10px;
	background:#FFF;
}
.opening h1{
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.opening h5{
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:10px 0 0 0;
}
.opening hr{
	width:100%;
	float:left;
	color:#0d85e1;
	border:solid 1px;
	background:#0d85e1;
	text-align:left;
}
.opening ul li{
	text-decoration:none;
	list-style:none;
	line-height:25px;
	margin:0 0 0 10px;
}


.opening ul li strong{
	display:inline-block;
	width:120px;
}
/* / career CSS  */
