@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

input{
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	background-image:url(../images/bodyBG.jpg);
	background-repeat:repeat;
}

.displaynone{
	display:none;
}

.clear{
	clear:both;
}

.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

.left{
	float:left;
	width:auto;
}

.right{
	float:right;
	width:auto;
}

.maincenter{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.maincenter2{
	width:972px;
	margin-left:auto;
	margin-right:auto;
}

.maindivouter{
	width:984px;
	float:left;
	border-left:3px solid #6b81a6;
	border-right:3px solid #6b81a6;
	border-bottom:0px solid #6b81a6;
	border-top:0px solid #6b81a6;
}

.maindiv{
	width:100%;
	float:left;
}

#header{
	height:103px;
}

.logo{
	left:16px;
	top:6px;
}

.provided{
	top:67px;
	left:198px;
}

.providedtxt{
	top:84px;
	left:238px;
}

.txthelpline{
	top:56px;
	right:387px;
}

.helplineno{
	font-size:20px;
	top:50px;
	right:240px;
	font-weight:bold;
	color:#000000;
}

.txtemail{
	top:79px;
	right:408px;
}

.emailno{
	font-size:20px;
	top:73px;
	right:208px;
	font-weight:bold;
	color:#000000;
}

.emailno a{
	color:#000000;
	text-decoration:none;
}

.emailno a:hover{
	color:#000000;
	text-decoration:none;
}

.myadslogin{
	bottom:0px;
	right:10px;
}

.search{
	top:9px;
	right:8px;
	width:231px;
	background:url(../images/tfbg.jpg) no-repeat left top;
}

.searchinput{
	width:154px;
	height:13px;
	background:none;
	padding-left:13px;
	color:#bababa;
	font-size:11px;
	margin-top:2px;
}

.menuleft{
	width:6px;
	float:left;
	height:32px;
	background:url(../images/menuleft.jpg);
}

.menucenter{
	width:960px;
	float:left;
	height:32px;
	background:url(../images/menucenter.jpg) repeat-x;
}

.menucenter ul,
.menucenter ul ul,
{
 list-style: none;
}

.menucenter ul {
 position: relative;
 float: left;
 z-index:100;
}

.menucenter ul li {
 float: left;
 list-style-type:none;
}

.menucenter ul li.hover,
.menucenter ul li:hover {
 position: relative;
 cursor: default;
}

.menucenter ul ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 font-size:11px;
 text-align:left;
 font-weight:normal;
 z-index:100;
}

.menucenter ul ul li {
 float: left;
 width:auto;
 padding:0px;
 height:auto;
 border-top:1px solid #FFFFFF;
 background-image:url(../images/arrow-on.gif);
 background-repeat:no-repeat;
 background-color:#bc3112;
}

.menucenter ul ul li:hover{
 background-color:#243a74;
}

.menucenter ul ul li a{
 color:#ffffff;
 text-decoration:none;
 width:auto;
 height:auto;
 margin:0px;
 padding:5px 5px 5px 10px;
 width:133px;
}

.menucenter ul ul li a:hover{
 color:#ffffff;
 text-decoration:none;
 width:auto;
 height:auto;
 margin:0px;
 padding:5px 5px 5px 10px;
 width:133px;
}

.menucenter li:hover ul ul, .menucenter li li:hover ul ul{
 visibility: hidden;
}

.menucenter li:hover ul, .menucenter li li:hover ul{
 visibility: visible;
}

.menuright{
	width:6px;
	float:left;
	height:32px;
	background:url(../images/menuright.jpg);
}

.seperator{
	width:1px;
	height:32px;
	float:left;
	background:url(../images/seperator.jpg);
}

.menu{
	width:auto;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.menu a{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	float:left;
	height:23px;
	padding-top:9px;
	text-decoration:none;
	color:#FFFFFF;
}

.menu a:hover{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	float:left;
	height:23px;
	padding-top:9px;
	text-decoration:none;
	color:#243a74;
}

.menuS{
	width:auto;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.menuS a{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	float:left;
	height:23px;
	padding-top:9px;
	text-decoration:none;
	color:#243a74;
}

.menuS a:hover{
	width:auto;
	padding-left:30px;
	padding-right:30px;
	float:left;
	height:23px;
	padding-top:9px;
	text-decoration:none;
	color:#243a74;
}

.leftpanel{
	width:302px;
	float:left;
	padding-left:6px;
	padding-right:15px;

}

.leftpanel h2{
	padding-bottom:10px;
	margin-top:10px;
}

.centerpanel{
	width:401px;
	float:left;
}

.rightpanel{
	width:236px;
	float:right;
	background-color:#e5fffc;
	padding-top:2px;
}

.partnermain{
	background-image:url(../images/partnertopbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:21px;
	padding-top:9px;
}

.leftpanelmain{
	width:730px;
	float:left;
}

.footer{
	height:20px;
	background-color:#be3015;
	font-size:12px;
	color:#FFFFFF;
	padding-top:3px;
	margin-top:16px;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.rightpanel h3{
	font-weight:bold;
	color:#000000;
	font-size:11px;
	font-family:Verdana;
	background-color:#d2dedc;
	padding:3px 6px 3px 10px;
	width:auto;
	float:left;
}

.rightpanel h4{
	font-weight:normal;
	color:#5f767e;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-transform:uppercase;
	padding-bottom:6px;
}

.rightpanel h4 a{
	font-weight:normal;
	color:#5f767e;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-transform:uppercase;
	padding-bottom:6px;
	text-decoration:none;
}
.rightpanel h4 a:hover{
	font-weight:normal;
	color:#5f767e;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	text-transform:uppercase;
	padding-bottom:6px;
	text-decoration:underline;
}
.rightpanel h1{
	padding-left:10px;
}

.content{
	width:94%;
	padding:3%;
	float:left;
	padding:10px;
	/*min-height:687px;*/
	height:auto !important;
	height:687px;
}

.content h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:21px;
	padding-bottom:15px;
}

.content ul{
	margin-top:14px;
	margin-bottom:14px;
	margin-left:43px;
}

.content ol{
	margin-top:14px;
	margin-bottom:14px;
	list-style-position:inside;
}

.content ol li{
	list-style-type:none;
	list-style-type:decimal;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
}

.content ul li{
	list-style-type:none;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 9px;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
}

.content ul ul{
	margin-top:10px;
}

.content ol ol{
	margin-top:10px;
}

.content ul ul li{
	list-style-type:disc;
	padding-left:3px;
	background-image:none;
}

.more{
	color:#840013;
	font-weight:bold;
	font-size:12px;
	background:url(../images/arrow.gif) no-repeat;
	background-position:0px 5px;
	padding-left:16px;
	float:left;
	padding-right:12px;
	padding-bottom:6px;
}
.more1{
	color:#840013;
	font-weight:bold;
	font-size:12px;
	background:url(../images/arrow.gif) no-repeat;
	background-position:0px 5px;
	float:right;
	padding-left:16px;


}
.back
{
	color:#840013;
	font-weight:bold;
	font-size:12px;
	background:url(../images/backarrow.gif) no-repeat;
	background-position:0px 5px;
	padding-left:16px;
	float:left;
	padding-right:12px;
	padding-bottom:6px;
	
}
.back a{
	color:#840013;
	text-decoration:none;
}

.back a:hover{
	color:#840013;
	text-decoration:none;
}

.more2{
	float:right;
}

.more a{
	color:#840013;
	text-decoration:none;
}

.more a:hover{
	color:#840013;
	text-decoration:none;
}

.more1 a{
	color:#840013;
	text-decoration:none;
}

.more1 a:hover{
	color:#840013;
	text-decoration:none;
}

.font21{
	font-size:21px;
}

.fontcenter{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.fonttimes{
	font-family:"Times New Roman", Times, serif;
}

.faqs{
	padding-bottom:10px;
	border-bottom:1px dashed #666666;
	margin-bottom:20px;
}

.faqs h1{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

.faqs h2{
	font-size:12px;
	font-weight:normal;
}

.newstop{
	width:301px;
	height:5px;
	background:url(../images/newstop.jpg);
	float:left;
}

.newsmiddle{
	width:301px;
	height:5px;
	background:url(../images/newsmiddle.jpg) repeat-x;
	height:303px;
	float:left;
	background-color:#c4d5ff;
}

.newsmiddle h1{
	margin-left:10px;
}

.newsmiddle h2{
	font-weight:bold;
	color:#445990;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

.newsmiddle h3{
	font-weight:bold;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#bbc6dc;
	padding:6px 6px 6px 10px;
	width:auto;
	float:left;
}

.newsmiddle h4{
	font-size:11px;
	color:#000000;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}

.newsbottom{
	width:301px;
	height:5px;
	background:url(../images/newsbottom.jpg);
	float:left;
}

.banner{
	width:100%;
	height:159px;
	padding-bottom:10px;
}

.bannerleft{
	height:159px;
	padding-bottom:10px;
}

.partner{
	border:3px solid #253a6f;
	clear:both;
	margin-left:12px;
	margin-bottom:11px;
}

.partner1{
	border:3px solid #253a6f;
}

/*-------------------------------Contact us css-------------------------------------------*/

.contactUsLeft{
	width:96%;
	padding-right:2%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px dashed #666666;
	margin-bottom:20px;
}

.contactUsRight{
	width:100%;
	float:left;
}

.contactUsTxt{
	width:100%;
	margin-bottom:10px;
	text-align:justify;
}

.contactUsTxt a{
	color:#000000;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

.contactUsTxt a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.contactUsFormTxt{
	width:110px;
	float:left;
	text-align:right;
}

.contactTFDiv{
	width:210px;
	height:35px;
	float:left;
}

.contactEnd{
	width:200px;
	height:30px;
	float:left;
}

.contactTADiv{
	width:210px;
	height:70px;
	float:left;
	margin-bottom:10px;
}

.contactTF{
	width:198px;
	height:16px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:11px;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.contactTF1{
	width:151px;
	float:left;
	background:#E5FFFC;
	border:1px solid #666666;
}

.contactTA{
	width:198px;
	height:50px;
	border:1px solid #000000;
	background-color:#ffffff;
	overflow:auto;
	font-size:11px;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.errorTFDiv{
	color:#ff0000;
	vertical-align:top;
	width:220px;
	float:left;
}

.div100_1{
	width:100%;
	float:left;
}

.mandatory{
	font-size:12px;
	color:#ff0000;
	font-weight:normal;
	float:left;
	width:11px;
}

.mandatory1{
	font-size:12px;
	color:#ff0000;
	font-weight:normal;
	width:11px;
}

.formValidation
{
	font-size:11px;
	/*color:red;*/
}

.formValidation label
{
	float:left;
	width: auto;
	display:block;
}

.formValidation label.error
{ 
	color:#ff0000;
	display:block;
	/*min-width:210px;
	width:auto !important;
	width:210px;*/
}

.formValidation input.submit
{
	margin-left:0px;
}

/*-------------------------------End of Contact us css-------------------------------------------*/

/*--------------------------------Registration CSS---------------------------------*/

.tdcartTitle {
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color: #253b74;
	border-bottom: 1px solid #666666;
}

.borderaccount{
	background:url(../images/accountsepBG.jpg) no-repeat left;
	background-position:-30px 25px;
	height:5px;
	padding-top:25px;
	margin-bottom:25px;
}

.textbox{
	background-color:#ffffff;
	border:1px solid #666666;
	color:#666666;
	float:left;
	font-size:13px;
	width:152px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.textbox1{
	background-color:#ffffff;
	border:1px solid #666666;
	color:#666666;
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:154px;
	.width:154px;
}

.registration td{
	height:35px;
}

.securitycode{
	width:173px;
	height:50px;
	float:left;
	background-color:#ffffff;
	border:1px solid #000000;
}

/*--------------------------------End of Registration CSS---------------------------------*/

/*----------------------------------basket css------------------------*/

.paddingbottom10{
	padding-bottom:10px;
}

.paragraph{
	padding:10px;
	border:1px solid #e4e4e4;
}

.divFullBorderNoPad{
	width:100%;
	float:left;
	border-bottom:1px dashed #999999;
	padding-top:5px;
	padding-bottom:5px;
}

.divSmallBorderHeading{
	width:9%;
	float:left;
	/*border-left:2px dotted #CCCCCC;*/
	text-align:center;
}

.divLongAutoHeight{
	width:33%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}

.divSmallBorder{
	width:9%;
	float:left;
	/*border-left:2px dotted #CCCCCC;*/
	text-align:center;
}

.toppadding{
	padding-top:18px;
	width:100%;
	float:left;
	text-align:center;
}

.divLong{
	width:33%;
	padding-left:1%;
	padding-right:1%;
	float:left;
}

.divLong img{
	width:55px;
	height:55px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

.padtop{
	padding-top:5px;
}

.tf50{
	width:40px;
	background-color:#ffffff;
	border:1px solid #000000;
	color:#ffffff;
	font-size:11px;
}
/*-----------------------------------end of basket css-----------------*/

.arrows{
	float:left;
	padding-top:8px;
}

.paging{
	width:100%;
	float:left;
	margin-top:10px;
}

.pagingtxt{
	width:auto;
	float:left;
}

.pagingtxt a{
	padding:4px;
	float:left;
	margin-right:2px;
	color:#000000;
	text-decoration:none;
}

.pagingtxt a:hover{
	padding:4px;
	background-color:#2c1c66;
	float:left;
	margin-right:2px;
	color:#FFFFFF;
	text-decoration:none;
}

.pagingtxtS{
	width:auto;
	float:left;
	padding:4px;
	background-color:#2c1c66;
	margin-right:2px;
	color:#ffffff;
}

.pagingtxtS a{
	padding:4px;
	float:left;
	background-color:#2c1c66;
	margin-right:2px;
	color:#ffffff;
	text-decoration:none;
}

.pagingtxtS a:hover{
	padding:4px;
	background-color:#2c1c66;
	float:left;
	margin-right:2px;
	color:#FFFFFF;
	text-decoration:none;
}

.news{
	width:95%;
	padding:2%;
	border:1px solid #666666;
	height:150px;
	float:left;
	background-color:#def1f7;
	margin-bottom:10px;
}

.news h6{
	font-size:12px;
	font-weight:bold;
	padding:1%;
	background-color:#2c1c66;
	float:left;
	width:98%;
	color:#FFFFFF;
}

.news .maindiv{
	margin-top:10px;
	min-height:95px;
}

.notextdecoration a{
	color:#000000;
	text-decoration:none;
}

.notextdecoration a:hover{
	color:#000000;
	text-decoration:none;
}
.div155{
	width:155px; 
	float:left;
}

.bapiotxttop{
	width:100%;
	float:left;
	height:9px;
	background:url(../images/bapiotxttop.jpg);
}

.bapiotxtbottom{
	width:100%;
	float:left;
	height:9px;
	background:url(../images/bapiotxtbottom.jpg);
}

.bapiotxtmiddle{
	width:381px;
	padding-left:10px;
	padding-right:10px;
	height:295px;
	float:left;
	background-color:#ffecf5;
}

.packages{
	height:auto;
}

.packages .maindiv{
	height:auto;
	min-height:inherit;
}

.packagesimg{
	width:150px;
	height:130px;
	border:1px solid #000000;
}

.packagesleft{
	width:24%;
	float:left;
}

.packagesright{
	width:73%;
	float:right;
}

.supp .maindiv{
	padding-bottom:10px;
}

.supp .left{
	width:79%;
}

.left2{
	width:10%;
	float:left;
	text-align:center;
}

.supp .right{
	width:10%;
	text-align:center;
}

#slider {
	width: 410px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 410px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 11px/15px Verdana;
	padding: 10px 13px;
	width: 375px;
	font-weight:bold;
	background-color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	color: #000;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul {
	list-style-type: none;
}.formValidation
{
	font-size:11px;
	/*color:red;*/
}

.formValidation label
{
	float:left;
	width: auto;
	display:block;
}

.formValidation label.error
{ 
	color:#FF0000;
	display:block;
	min-width:210px;
	width:auto !important;
	width:210px;
	
}

.formValidation input.submit
{
	margin-left:0px;
}

