/*Htoindia : Layout CSS*/
/************************************************************************

	Listing Order:
	==============

	1 - Universal
	2 - Structure/Layout
	    2.1  Header
	    2.2  Content
			 2.2.1 Sub Navigation
			 2.2.1 Search Panel
			 2.2.3 Page Content
	    2.3  Footer				

************************************************************************/

/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	line-height:19px;
	background:#fff url(../images/bg.jpg) bottom center no-repeat;
}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
ul, ol{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
a{
	color:#9c0000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}
.padlr{
	padding:0 10px;
}
.font11{
	font-size:11px;
}
.font15{
	font-size:15px;
}
.font14{
	font-size:14px;
}
.font13{
	font-size:13px;
}
.imgvmid{
	vertical-align:middle;
}
h1{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#010101;
}
h3{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#090909;
	padding-bottom:8px;
}
.whitetext{
	color:#FFFFFF;
}
.blacktext{
	color:#000000;
}
.darkorange{
	color:#4c0101;
}
.thumbborder, .thumb{
	 border:1px solid #dededd;
	 padding:1px;
	 margin-right:10px;
}
ul.tourlist{ 
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}
ul.tourlist li{
	padding:5px 0px 2px 0px;
}
ul.tourlist li a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#333333;
    line-height:18px;
    text-decoration:none   
}      
ul.tourlist li a:hover{
	color:#ca0000;
	text-decoration:none; border-bottom:1px dashed #999999;   
}
ul.tourlist li li{
	background:url("../images/arrow-white-bold-1.gif")  left 1px no-repeat;
	padding:5px 0px 2px 16px;
}
.red{
color:#990000;
}
.lightgray{
color:#5f5f5f;
} 
/***********************************************************************
	2 - Structure/Layout
************************************************************************/
.bound{
	width:988px;
	position:relative;
	margin:0px auto;
}
#header{
	float:left;
	width:988px;
	height:118px;
}
#logo{
	float:left;
	padding:7px 0 0 8px;
}
#header-right{
	float:right;
	text-align:right;
	line-height:45px;
	font-size:11px;
	padding:45px 10px 0 0;
}
#header-right1{
	float:right;
	text-align:right;
	line-height:45px;
	font-size:11px;
	padding:0px 10px 0 0;
}
#header-right1 h1{
	font-size:11px;
	font-weight:normal;
	padding:5px 0 25px;
}
.headerrt-row{
	float:right;
	padding:0px 0px 0 0;
	font-size:11px;
}
a.toplink{
color:#757575;
}
a.toplink:hover{
color:#000000;
}


/***********************************************************************
	3 - Banner Slider
************************************************************************/
#jsslider{
	float:left;
	width:988px;
	padding:10px 0 0 0;
	position:relative;
}
/***********************************************************************
	4 - Content Area
************************************************************************/
#content-area{
	float:left;
	width:988px;
	position:relative;
	padding:10px 0 8px 0;
}
.left-cont{
	float:left;
	width:237px;
}
.catmenu-area{
	float:left;
	width:237px;
	background:url(../images/catnav-rep.png) top left repeat-y;
}
.catmenu-hd{
	background:url(../images/catnav-top.png) top left no-repeat;
	padding:18px 0 4px 16px;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff; 
}
.catmenu{
	width: 234px;
	position:relative;
	float:left;
	margin:0px;
	padding:12px 0 0 3px;
}
.catmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fefefe;
	background:url(../images/catnav-close.png) bottom left no-repeat;
	padding: 5px 0 12px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin:0px;
	margin-bottom:5px;
}
.catmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background:url(../images/catnav-open.png) bottom left no-repeat;
	border-bottom:none;
	color:#defc20;
}
.catmenu ul.categoryitems{ /*CSS for UL of each sub menu*/
	margin: 0;
	padding:0 10px 8px 0px;
	margin-bottom: 1px;
	list-style-type:none;
}
.catmenu ul.categoryitems li{
	list-style:none;
	padding:0 0 0 12px;
}
.catmenu ul.categoryitems li a{
	padding: 2px 0 2px 12px;
	line-height:23px;
	text-decoration: none;
	margin:0px;
	font-size: 13px;
	color:#000000;
	background: url(../images/gray-arrow.gif) left 8px no-repeat;
}
.catmenu ul.categoryitems li a:hover{ /*hover state CSS*/
	color: #defc20;
}
.catmenu-btm{
	float:left;
	width:237px;
	height:15px;
	background:url(../images/catnav-btm.png) top left no-repeat;
}
.right-cont{
	float:right;
	width:743px;
}
.tabs{
	float:left;
	width:730px;
	position:relative;
	padding:0 0 13px 10px;
	background:url(../images/tabtop.png) bottom left no-repeat;	
}
.tabs ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.tabs li{
	float:left;
	padding:0 4px 0 0;
}
.tabs ul li a{
	float:left;
	display:block;
	padding:0 0 0 26px;
	text-decoration:none;
	background:url(../images/tableft.png) top left no-repeat;
}
.tabs ul li a span{
	display:block;
	float:left;
	padding:19px 40px 12px 14px;
	color:#ffffff;
	cursor:pointer;
	font:bold 17px Arial, Helvetica, sans-serif;
	background:url(../images/tabright.png) top right no-repeat;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
    /* End IE5-Mac hack */
.tabs a:hover span {
      color:#0d294c;
}
.tabs .current a, .tabs a:hover {
     background-position:0% -51px;
}
.tabs .current a span, .tabs a:hover span {
    background-position:100% -51px;
	color:#0d294c;
}
.tabcontant{
	float:left;
	width:685px;
	min-height:400px;
    height:auto !important;
    height:400px;
	line-height:20px;
	padding:10px 25px 0 30px;
	background:url(../images/tabcont-rep.png) top left repeat-y;
}
.tabcontant .lineheight{
	font-size:17px;
	padding-bottom:0px;
}
.tabcontant p{
	padding-bottom:12px;
}
.tabcontant .lineheight img{
	vertical-align:middle;
}
.makeaplan{
	float:left;
	width:646px;
	background:url(../images/makeaplan-repeater.gif) bottom left repeat;
	padding:16px 0px 20px 35px;
	border:2px solid #dfdfdf;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	font-size:13px;
}
.orangecolor{
	color:#8d0000;
}
.bluelink{
	color:#2d85c1;
	text-decoration:underline;
}
.bluelink:hover{
	text-decoration:none;
}
.tabcontant-btm{
	float:left;
	width:740px;
	height:25px;
	background:url(../images/tabcont-btm.png) top left no-repeat;
}
.tabcontant-top{
	float:left;
	width:742px;
	height:25px;
	background:url(../images/conttopcurve.png) top left no-repeat;
}
.rightbtm-row{
	padding:10px 0 0;
	float:left;
	width:740px;
}
.medical-tourism{
	float:left;
	width:239px;
	height:152px;
	padding:18px 0 0 144px;
	background:url(../images/medical-tourism.png) top left no-repeat;
}
.medical-tourism p{
	padding-top:5px;
}
.commonwealth-games-delhi{
	float:right;
	width:350px;
	padding:0px;	
}
.cwealth-games-top{
	float:left;
	width:350px;
	height:18px;
	background:url(../images/commonwelth-boxtop.png) top left no-repeat;
}
.cwealth-games-cont{
	float:left;
	width:320px;
	padding:0 0 0 30px;
	background:url(../images/commonwelth-boxrep.png) top left repeat-y;
}
.cwealth-games-btm{
	float:left;
	width:350px;
	height:18px;
	background:url(../images/commonwelth-boxbtm.png) top left no-repeat;
}
.cwealth-games-logo{
	float:left;
	width:134px;
	padding-top:10px;
}
.eventlist{
	float:left;
}
.lightblue-list li{
	background:url(../images/lightblue-arrow.gif) left 9px no-repeat;
	padding:1px 0 0 18px;
}
.lightblue-list li a{
	color:#000000;
}
.lightblue-list li a:hover{
	color:#9e0202;
}
.lightblue-list li.first{
	padding-top:10px;
	background:url(../images/lightblue-arrow.gif) left 18px no-repeat;
}
.inner-cont{
	float:left;
	width:735px;
	padding:0px 4px 0 4px;
	background:url(../images/tabcont-rep.png) top left repeat-y;
}
.inner-cont h1{
	padding-bottom:4px;
	text-indent:6px;
	color:#4c0101;
}
.inner-cont h1 span{
	color:#6a6a6a;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.inner-cont h2{
	padding-bottom:10px;
	text-indent:0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
}
.inner-cont h2 span, .inner-cont h2 span.bluecolor{
	color:#17577b;
}
.tourtop-desc{
	padding:0px 22px 10px 18px;
	position:relative;
}
.tourtop-desc h2{
	color:#000;
	padding-bottom:8px;
	font-size:15px;
	font-weight:bold;
}
.tourtop-desc p{
	text-align:justify;
	margin-bottom:10px;
}
.bredcrum{
	background:#ebebeb url(../images/bredcrum-left.gif) top left no-repeat;
	margin-bottom:12px;
}
.bredcrum-left{
	height:19px;
	display:block;
	padding:4px 0 0 6px;
	font:11px Arial, Helvetica, sans-serif;
	background:url(../images/bredcrum-right.gif) top right no-repeat;
}
.bredcrum a{
	 color:#6c6b6b;
	 padding-right:8px;
	 margin-right:5px;
	 background:url(../images/orange-arrow.gif) right 5px no-repeat;
}
.bredcrum a:hover{
	color:#4c0101;
}
.controw, .tourrow{
	float:left;
	width:693px;
	position:relative;
	padding:15px 20px 12px 19px;
}
.tourrow{
	padding:0px 20px 0px 19px;
}
.controw img{
	 border:1px solid #dededd;
	 padding:1px;
	 margin-right:10px;
}
.oddrow{
	background:url(../images/darkrow-bg.png) top left repeat-y;
}
.oddrow img{ 
	border:1px solid #eeeeee;
}
.evenrow{
	background:url(../images/lightrow-bg.png) top left repeat-y;
}
.tourlinkrow, .tourlinkrow2{
	padding:8px 20px 8px 19px;
	background:url(../images/tourlinkrow-rep.png) top left no-repeat;
}
.tourlinkrow2{
	padding:0px 20px 0px 19px;
}
.tourlinkrow .booktour, .tourlinkrow2  .booktour, .booktour{
	background:url(../images/booknow-icon.png) left 0px no-repeat;
	padding:0px 19px;
	font-style:italic;
	font-weight:bold;
}
.tourlinkrow .viewdetails, .tourlinkrow2  .viewdetails, .viewdetails{
	background:url(../images/viewdetails.png) left 0px no-repeat;
	padding:0 0 2px 22px;
	font-style:italic;
	font-weight:bold;
}
h3{
	padding:3px 0 7px 0px;
}
h3 a{
	color:#0e4564;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:0px 0px 0x 0px;
	text-decoration:none;
	
}
h3 a span{
	font-size:11px;
	color:#6a6a6a;
	font-weight:normal;
}
h3 a:hover{
	color:#000000;
}
.tourthumb{
	float:left;
	width:326px;
	color:#535353;
	padding:15px 0px 12px 0px;
}
.tourthumb span{
	color:#000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.tourthumb span.bold{	
	font-size:12px;
}
.tourthumblink{
	float:left;
	width:326px;
	color:#535353;
	padding:8px 0px 8px 0px;
}
.tourthumb-left{
	padding-right:20px;
}
.tourthumb-right{
	padding-left:20px;
	border-left:#fdfcf8 1px solid;
}
.padleft55{
padding-left:55px;
}
/***********************************************************************
	5 - Bottom Panel
************************************************************************/
#bottompanel{
	width:100%;
	float:left;
	padding:5px 0 0 0;
	background:url(../images/bottom-panel-rep.png) top left repeat-x;
}
.bottomrow{
	padding-bottom:10px;
	clear:both;
}
.btmhd{
	background:url(../images/round-arrow.png) right 0px no-repeat;
	padding-bottom:15px;
	color:#fff;
	font:bold 18px Arial, Helvetica, sans-serif;
}
#quickquery{
	float:left;
	background:url(../images/quick-query-rep.png) top left repeat;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.9;
	opacity: 5;
	float:left;
	width:202px;
	padding:16px 12px 7px 16px;
	-moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; 
	-webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px;
}
.formrow{
	padding:5px 0;
	position:relative;
}
.input{
	border:1px solid #6e6e6e;
	width:187px;
	color:#000000;
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	padding:5px 5px 5px 8px;
	-moz-border-radius:8px;-webkit-border-radius:8px;
}
.input2{
	width:240px;
	padding:4px 5px 4px 8px;
	border:1px solid #6e6e6e;
	color:#000000;
	background:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius:8px;-webkit-border-radius:8px;	
}
.textarea{
	height:47px;
}
.submit{
	-moz-border-radius:8px;-webkit-border-radius:8px;
	color:#fff;
	border:1px solid #000000;
	background:url(../images/btnbg.gif) top left repeat-x;
	padding:4px 20px 3px 20px;
	cursor:pointer;
	outline:none;
}
a.submit{
	padding:5px 20px 6px 20px;
}
.submit:hover, .submit:focus{
	color:#979797;
}
#testimonial{
	float:left;
	background:url(../images/quick-query-rep.png) top left repeat;
	float:left;
	width:390px;
	min-height:287px;
    height:auto !important;
    height:287px;
	margin-left:20px;
	padding:16px 12px 17px 16px;
	-moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; 
	-webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px;
}
#testimonial p{
	padding:10px 0 0 7px;
	color:#fff;
}
#testimonial p.clientnm, p.clientnm{
	background:url(../images/testi-icon.png) left 11px no-repeat;
	padding:8px 0 14px 30px;
	color:#000000;
}
#contact-details{
	float:right;
	width:295px;
	padding:16px 0px 0px 0px;
}
#contact-details p{
	padding:8px 0 0 0px;
	color:#000000;
}
#tags{
	float:left;
	width:988px;
	padding:15px 0 12px 0;	
	background:url(../images/dotted-border.gif) bottom left repeat-x;
}
#tags .btmhd{
	background:url(../images/tags-bg.png) left 2px no-repeat;
	padding-left:42px;
	color:#000000;
}
.footerlink{
	float:left;
	width:988px;
	padding:15px 0 20px 0;
	color:#000000;	
}
.footerlink a{
	color:#000000;
}
.footerlink a:hover{
	color:#771d04;
}


#jFlowSlide{width:988px; }
#myController {padding:0px 0;  width:988px; height:303px; }
.bg1{
	background:url(../images/slidebg1.png) top left no-repeat;
}
.jFlowSlideContainer{
	overflow: auto; position: relative; width: 988px; height: 303px; float: left;
}
#myController span.jFlowSelected { background:#43A0D5;margin-right:0px; }

.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:300px; float:left; }
.slide-thumbnail img {max-width:300px; }
.slide-details { width:290px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; }
