@charset "utf-8";
/* CSS Document */
/**
Author: Dilip Kumar Shukla
Date: 25 August, 2008
Project: HumaNET
Last Updated: 07 January, 2009
*/

/**===================================================Common CSS Start===============================================*/

body{
	margin:0;
	padding:0;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	color:#5c6267;
	}

h1, h2, h3, h4, h5, h6, ul, li, p{
	margin:0;
	padding:0;
	font-weight:500;
	}
h1{
	font-size:32px;
	}
h2{
	font-size:30px;
	}
h3{
	font-size:24px;
	}	
h3{
	font-size:20px;
	}
h4{
	font-size:18px;
	}
h5{
	font-size:16px;
	}
h6{
	font-size:14px;
	}
.center_align{
	margin:0 auto;
	}

.txt_center{
	text-align:center;
	}
	
.hidden{
	display:none
	}
	
.block{
	display:block;
	}
.gray{
	color:#8b8b8b;
	}
.blue{
	color:#0099cb;
	}
a{
	text-decoration:none;
	outline: none;
	}
a img{
	border:none;
}
.floatleft{
	float:left;
	}
.floatright{
	float:right;
	}
/**==============================================Common CSS End=====================================================*/

.wrapper{
	width:100%;
	}
	
.logo{
	height:88px;
	width:232px;
	background: url(../images/logo.png) no-repeat left top;
	display:block;
	}
.header{
	position:relative;
	width:1000px;
	margin:0 auto;
	}
#badge_saas{
	position:absolute;
	left:330px;
	top:0;
}	
.callustxt{
	position:absolute;
	right:0;
	top:0;
	width:250px;
	}
.callustxt  p{
	background: url(../images/call-us.jpg) no-repeat left center;
	padding:0 0 0 18px;
	font-size:18px;
	margin:0;
	}
	
.menu{
	width:1000px;
	margin:0 auto;
	overflow:auto;
	
	}
.nav{
	float:right;
	}
.nav li{
	list-style:none;
	margin:0 0 0 1px;
	float:left;
	line-height:20px;
	}
.nav li a{
	background:url(../images/tab_bg.png) repeat-x left top;
	height:20px;
	display:block;
	padding:2px 5px;
	color: #fff;
	font-weight:bold;
	outline:none;
	}
.nav li a:hover, .nav li.active a{
	background-position:left bottom;
	}	
.highlight{
	width:100%;
	height:150px;
	background: url(../images/strip.jpg) repeat-x left top;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0 0 1px;
	margin:0 0 0px;
	overflow:hidden;
	}
.carousel{
	margin-top:0px;
	}
.innerpage_highlight{
	height:auto;
	padding:13px 0;
	}
.page_title{	
	line-height:80px;
	margin:0 41px 0 0;
	padding:0 41px 0 0;
	border-right:2px solid #BDC2C5;
	float:left;
	}
.innerpage_highlight p{
	line-height:25px;
	font-size:13px;
	margin:15px 0;
	}
.inner{
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:auto;
	}	
.introtext{
	float:right;
	padding-top:10px;
	width:448px;
}
.introtext_partner{
	float:right;
	padding-top:40px;
	width:520px;
}
.introtext p, .introtext_partner p{
	color:#6c767f;
	margin:10px 0;
	line-height:22px;
	font-size:14px;
	}
.demo_btn{
	height:49px;
	width:169px;
	display:block;
	background: url(../images/demo_btn.png) no-repeat left top;
	outline:0;
	}
.partner_btn{
	height:49px;
	width:169px;
	display:block;
	background: url(../images/partner_btn.png) no-repeat left top;
	outline:0;
	}
.content_box{
	float:left;
	margin:10px 20px 0 22px;
	}
.content_box_top{
	width:306px;
	min-height:100px;
	height:auto;
	background: url(../images/home-box-top.jpg) no-repeat left top;
	}
	
.content_box_bot{
	width:306px;
	min-height:100px;
	height:auto;
	background: url(../images/home-box-bottom.jpg) no-repeat left bottom;
	padding:6px 4px 4px;
	overflow:auto;
	}
.brief{
	padding:2px 2px 2px 40px;
	background-position:left top;
	background-repeat:no-repeat;
	}
.broucher{
	background-image:url(../images/broucher.png);
	}
.content_box_top{
	margin:0px 0;
	}
.content_box_bot label{
	float:left;
	width:60px;
	}
	
.content_box_bot input[type="text"]{
	float:left;
	border: solid 1px #c5c5c5;
	background: url(../images/txtbg.png) repeat-x left bottom;
	height:20px;
}

.content_box_bot form  p{
	clear:both;
	margin:10px 5px;
	overflow:auto;
}
#form_demo label.error, #contact_form label.error  { 
	float: none; 
	color: red;
	display:block; 
	font-size:10px;
	width:90% !important;
	clear:left;
}
.smart_btn{
	background: transparent url(../images/req_demo_btn.png) no-repeat left top;
	height:31px;
	border:none;
	width:167px;
	left:65px;
	position:relative;
	cursor:pointer;
	outline:none;
	}
.privacy_lock{
	background:url(../images/home-private.jpg) left top no-repeat;
	padding:0 0 0 20px;
	font-size:11px;
	margin:10px 5px;
	}
.footer{
	background:transparent url(../images/footer.jpg) repeat-x left top;
	height:67px;
	margin:30px 0 0 0;
	border-top:1px solid #DDDDDD;
	clear:both;
	width:100%;
	position:relative;
	bottom:0;
	}
.news{
	border:solid 1px #ddd;
	float:left;
	width:600px;
	padding:10px;
	margin:10px 0 0 0;
	}
.news p{
	margin:0 0 10px 0; 
	}
.clients{
	clear:both;
	margin:10px auto 0 auto;
	text-align:center;
	height:106px;
	background: url(../images/clientsbg.jpg) no-repeat center top;
	}
#contact_form_box{
	float:left;
	width:360px;
	border-right:2px solid #E6E6E6;
	margin-right:20px;
	}
#contact_form p{
	float:left;
	clear:both;
	margin:10px 0;
	}
#contact_form label{
	float:left;
	width:70px;
	font-size:14px;
	text-align:right;
	color:#616161;
	line-height:24px;
	margin-top:10px;
	}
#contact_form input[type="text"]{
	float:left;
	width:200px;
	border: 1px solid #D4D4D4;
	color:#6A747C;
	margin-left:10px;
	margin-top:10px;
	height:16px;
	font-size:13px;
	padding:3px 5px;
}
#contact_form br{
	clear:left;
	}
#contact_form textarea{
	float:left;
	width:235px;
	height:140px;
	border: 1px solid #D4D4D4;
	color:#6A747C;
	margin-left:10px;
	font-family:arial,verdana,sans-serif;
	font-size:13px;
	padding:3px 5px;
	margin-top:10px;
}
#send{
	width:167px;
	height:31px;
	background:transparent url(../images/sendmsg.png) no-repeat left top;
	border:none;
	position:relative;
	left:80px;
	margin-top:10px;
	cursor:pointer;
}
#contact_phone_box{
	float:left;
	width:260px;
	}
.zones{
	margin:30px 0 50px;
	overflow:auto;
	}
.zones span{
	width:70px;
	text-align:right;
	float:left;
	line-height:24px;
	}
.zones h4{
	float:left;
	padding-left:10px;
	line-height:24px;
	}	
.sidenav{
	float:left;
	width:167px;
	border-right:2px solid #E6E6E6;
	margin-right:20px;
	}
.sidenav ul li{
	text-align:right;
	padding-right:18px;
	list-style:none;
	font-weight:500;
	line-height:1.5;
	}
.sidenav ul li a{
	font-size:16px;
	color:#616161;
	}
.sidenav ul li a:hover, .sidenav ul li.active a{
	color:#CC3333;
	}
.content_col2{
	margin-left:210px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
.t14{
	margin-top:14px;
	}
.symbol_partners{
	height:245px;
	width:350px;
	background-image: url(../images/partner.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	}
.partner_box{
	border:1px solid #ccc;
	width:418px;
	height:150px;
	padding:20px;
	float:left;
	margin:20px;
	}
.desc_part{
	margin-left:120px;
	}
.desc_part h3{
	color:#0099cb;
	}
.desc_part .part_link{
	font-weight:700;
	font-size:14px;
	color:#889097;
	}
.desc_part .part_link:hover{
	color:#CC3333;
	}
.desc_part p{
	margin-top:20px;
	}
.testi_box{
	margin:20px;
	padding:10px;
	border-bottom:solid 2px #ccc;
	width:800px;
	margin:0 auto;
	}
.quote1{
	background-image: url(../images/quote1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:20px 0;
	}
.quote2{
	background-image: url(../images/quote2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:20px 30px;
	}
.testi_author{
	font-size:14px;
	font-style:italic;
	font-weight:700;
	display:block;
	}
.testi_desg{
	color:#CC3333;
	font-weight:700;
	}
.sitemap{
	font-size:16px;
	margin:50px;
	}
.sitemap li{
	list-style:square;
	font-weight:700;
	}
.sitemap li a{		
	color:#666;
	}
.sitemap li a:hover{	
	color:#CC3333;
	}
.clientlist{
	border-top:solid 2px #ccc;
	}
.clientlist dd{
	padding:0 0 0 15px;
	margin:5px 10px;
	font-weight:700;
	font-size:14px;
	background-image: url(../images/client_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.clientlist dd a{
	color:#0099cb;
	}	