/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url('../images/bg.jpg') repeat-x #226b99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#globe{
	margin:auto;
	width:900px;
	margin-top:15px;
	padding:0px;	
	}
.header{
	margin:0px;
	padding:0px;
	background:url('../images/header-bg.jpg') no-repeat;
	width:900px;
	height:443px;
	}
.logoDiv{
	float:left;
	margin:0px;
	padding:15px;
	height:57px;
	}
.ihvlogo{
	float:left;
	background:url('../images/ihealth-logo.png') no-repeat;
	width:48px;
	height:48px;
	}
.ihv{
	margin-left:5px;
	background:url('../images/ihealth-ventures.png') no-repeat;
	width:243px;
	height:34px;
	}
.logoDiv h3{
	margin:0px;
	padding-left:123px;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#2d2e2e;
	}

.ph_ico{
	float:left;
	background:url('../images/phone_ico.png') no-repeat;
	width:20px;
	height:22px;
	}
.phone{
	margin:0px;
	padding-bottom:10px;
	}
.headcont{
	clear:both;
	float:left;
	margin:25px 0px 0px 27px;
	padding:0px;
	width:315px;
	
	}
.headcont h2{
	margin:0px;
	padding:5px 0px;
	font-size:22px;
	font-weight:normal;
	color:#053d46;
	}
.headcont h2 span{
	color:#000;
	font-size:18px;
	}
.hgray{
	display:block;
	padding:15px 0px 15px 0px;
	color:#333;
	}
.headcont ul{
	margin:0px;
	padding-left:15px ;
	}
.headcont li{
	margin:0px;
	padding:8px 0px;
	}
.hbut{
	padding:10px 25px;
	}


.content{
	margin:0px;
	padding:20px 27px 15px;
	background:#fff;
	}
.lcont{
	margin:0px;
	padding-right:20px;
	float:left;
	width:462px;
	}
.rcont{
	margin:0px;
	padding-left:20px;
	float:right;
	width:340px;
	}	
.wbg{
	background:url('../images/wbg-bot.png') no-repeat;
	width:900px;
	height:8px;
	}
#footer{
	margin:0px;
	padding:3px 0px 10px;
	}
.headleft{
	float:left;
	width:370px;
	}
.headright{
	float:right;
	width:530px;
	}
	
/* phone app screen slider */
.phones{
	margin:0px;
	padding:10px 60px 0px 0px;
	float:right;
	width:310px;
	}
	.ipadone{
	margin:0px;
	padding:10px 0px 0px 10px;
	float:right;
	width:310px;
	}
.ie6.phones{
	margin:-10px 30px 0px 0px;
	padding:0px;
	float:right;
	width:310px;
	}


/* static app phones */
.statphones{
	margin:0px;
	padding:10px 140px 0px 0px;
	float:right;
	}
.ipadstatphones{
	margin-top:15px;
	margin-right:110px;
	padding:0px;
	float:right;
	}
.ie6.ipadstatphones{
	margin-top:-10px;
	margin-right:55px;
	padding:0px;
	float:right;
	} 
.ie .statphones{
	margin-right:35px;
	padding:0px;
	float:right;
	width:310px;
	}
.ie6.statphones{
	margin-top:-10px;
	margin-right:60px;
	padding:0px;
	float:right;
	
	}
	
.iphone{
	background:url('../images/iphone.png') no-repeat;
	width:195px;
	height:285px;
	float:left;
	margin:0px;
	padding:84px 0px 0px 17px;
	z-index:100;
	}

.blackberry{
	background:url('../images/bb.png') no-repeat;
	width:205px;
	height:300px;
	float:left;
	margin-top:20px;
	padding:74px 0px 0px 20px;
	}
.android{
	background:url('../images/android.png') no-repeat;
	width:183px;
	height:310px;
	float:left;
	margin:0px;
	padding:63px 0px 0px 20px;
	}
.ipad{
	background:url('../images/ipad.png') no-repeat;
	width:230px;
	height:305px;
	float:left;
	margin-top:30px;
	padding:32px 0px 20px 32px;
	}

.previous, .next{
	margin-top:315px;
	padding:0px;
	float:left;	
	cursor:pointer;
	}
.pre_ico{
	background:url('../images/previous_ico.png') no-repeat;
	margin:0px;
	padding:0px;
	width:31px;
	height:31px;	
	}
.nxt_ico{
	background:url('../images/next_ico.png') no-repeat;
	margin:0px;
	padding:0px;
	width:31px;
	height:31px;	
	}

/* global style */
img{border:none;}
.floleft{float:left;}
.floright{float:right;}
.clr{clear:both;}
.padlt10{ padding-left:10px; }
.padlt105{ padding-left:2px; }
.padlt15{ padding-left:15px; }
.padlt20{ padding-left:20px; }
.padbt5{padding-bottom:5px;}
.padbt15{padding-bottom:15px;}
.padbt30{padding-bottom:30px;}
.padbt20{padding-bottom:20px;}
.bold{font-weight:bold;}
a.redbutton{
	margin:0px;
	padding-top:8px;
	background:url('../images/red-button.png') no-repeat;
	width:145px;
	height:22px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	display:block;
	}
a.bluebut{
	margin-left:15px;
	padding-top:8px;
	background:url('../images/blubutn.jpg') no-repeat;
	width:145px;
	height:24px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	display:block;
	}
a:hover.redbutton{
	color:#000;
	}
.content h2{
	margin:0px;
	padding-bottom:20px;
	font-family:"Arial Rounded MT Bold", Arial, Verdana;
	font-size:18px;
	font-weight:normal;
	}
.blutxt{color:#053d46;}
.redtxt{color:#c61c1b;}

/* i start style here sir.... */

/* index page */
.ctrow{
	float:left;
	width:220px;
	padding-bottom:20px;
	}
.ctrow li{
	list-style:none;
	padding:2px;
	}
.ctrow  a, .rctrow a{
	text-decoration:none;
	color:#0b6ea2;
	}
.ctrow  a:hover, .rctrow a:hover{
	text-decoration:underline;
	} 
.rctrow{
	float:left;
	padding-bottom:10px;
	}
.rctrow img{
	padding-right:10px;
	}
.astyle {
	font-size:14px;
	font-weight:bold;
	padding:10px 0px;
	}
/* about us page */

.blktxt{
	color:#333;
	}
ul, h3,h2{
	margin:0px;
	padding:0px;
	}

p{
	margin:0px;
	padding:0px;
	line-height:18px;
	text-align:justify;
	}
.content span{
	display:block;
	}
.gray{
	color:#666;
}
/* contact us*/
label{
	margin:0px;
	padding-left:10px;
	float:left;
	width:130px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	}
input, textarea{
	padding:10px;
	border:1px solid #9c9c9c;
	background:#fff;
	}
#name, #email, #subject{	
	width:290px;
	}
#message{
	width:290px;
	}
#fields p{
	padding: 5px 0px 20px 0px;
	}
#fields{
	padding:0px 0px 30px;
	}
.form-submit{
	cursor:pointer;
	}
/* application page */
.icon{
	float:left;
	width:120px;
	padding:25px 24px;
	}
.app h2{
	margin:0px;
	padding:0px;
	}
.apptlt{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	height:18px;
	}
.apptlt a{
	color:#0b6ea2;
	
	text-decoration:none;
	
	}
.content a{
	text-decoration:none;
	}
.content a:hover{
	text-decoration:underline;
	}

.bluetxt{
	color:#1a71c2;
	}
/* application details page */
.image{
	float:left;
	width:200px;
	}
.appdt{
	float:left;
	width:630px;
	}
.bgray{
	color:#666;
	font-size:18px;
	padding-bottom:10px;
	}
.app1 h2{
	margin:0px;
	padding:20px 0px 0px 0px;
	}


	
#footer p{
	color:#FFFFFF;
	}

#footer li{
	list-style:none;
	float:left;
	padding-right:10px;
	color:#FFFFFF;
	}
#footer  a{
	color:#FFFFFF;
	text-decoration:none;
	}
#footer  a:hover{
	color:#000000;
	}
	
	
/* navigation style for toplinks */
.toplink{
	margin:0px;
	padding-top:20px;
	float:left;
	height:43px;
	position:relative;
	z-index:200;
	
	}
.toplink ul{
	margin:0px;
	padding:0px;
	}
.toplink li{
	float:left;
	}

ul.topnav li {
	float: left;
	margin: 0;
	padding:0px 0px 0px 5px;
	list-style:none;
	position: relative;
	height:25px;
	
}

ul.topnav li a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0px 0px 10px;
	margin:0px;
	display:block;
	color:#0d607c;
	
	}
.iconimg{
	padding-right:5px;
	float:left;
	width:18px;
	}
.home a:hover{
	background:url(../images/button.gif) -11px -17px;
	}

.home a.acth{
	background:url(../images/button.gif) -11px -17px;
	width:90px;
	height:26px;
	}
.application a:hover{
	background:url(../images/button.gif) -112px -17px;
	width:136px;
	height:26px;
	}
.application a.actap{
	background:url(../images/button.gif) -112px -17px;
	width:136px;
	height:26px;
	}
.about a:hover{
	background:url(../images/button.gif) -257px -17px;
	width:118px;
	height:26px;
	}
.about a.acta{
	background:url(../images/button.gif) -257px -17px;
	width:118px;
	height:26px;
	}
.contact a.actc{
	background:url(../images/button.gif) -386px -17px;
	width:115px;
	height:26px;
	}
.contact a:hover{
	background:url(../images/button.gif) -386px -17px;
	width:115px;
	height:26px;
	}
ul.topnav li.application a{
	width:136px;
	height:26px;
	}
ul.topnav li.home a{
	width:90px;
	height:26px;
	}
ul.topnav li.about a{
	width:118px;
	height:26px;
	}
ul.topnav li.contact a{
	width:115px;
	height:26px;
	}
.topnav li.application a{
	position:relative;
	z-index:130;
	}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 1px;
	background:url('../images/dropdown1.png') no-repeat;
	margin-left: 4px;
	padding-top:32px;
	display: none;
	width: 138px;
	height:187px;
	z-index:111;
	
}
ul.topnav li ul.subnav li{
	margin-left:8px; 
	padding:0px;
	clear: both;
	height:37px;

	
}
 ul.topnav li ul.subnav li a {
	float: left;
	text-align:left;
	padding:8px 0px 0px 30px;
	color:#0d607c;
	font-weight:bold;
	text-decoration:none;

	
}
 ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #4698af url('../images/downlink.gif') no-repeat 10px center;
	width: 92px;
	height:27px;
	color:#FFFFFF;
	text-decoration:none;
}

#slider{
	position:absolute;
	z-index:3;
	float:left;
	
	}
	 #pager_links a { text-decoration:none; color:#1a71c2; background:#FFFFFF; border:1px solid #e0e0e0; padding:1px 3px 1px 6px; margin:2px; font-size:12px  }
    #pager_links a:hover { text-decoration:none; color:#FFFFFF; background:#408080; border:1px solid #408080; padding:1px 3px 1px 6px; margin:2px; font-size:12px }
	
    #current_page { background:#0000FF; border:1px solid #0000FF; padding:1px 3px 1px 6px; margin:2px; color:#0000FF; font-size:12px  }
