/* CSS DOCUMENT */

/*--------------------------- GENERAL ---------------------------*/
body{
	padding:30px 0 20px;
	margin:0;
	background-color:#fff;
	color:#40403D;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	}
td, th, div, img, p, a, ul, h1, h2, h3, h4, h5, h6, form, label, input, select, textarea, object{
	padding:0;
	margin:0;
	}
img{ border:none;}
a{ text-decoration:none;
	outline:none;
	}
ul{ list-style-type:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

/*--------------------------- MAIN ---------------------------*/
div#main{
	width:940px;
	background:url(../images/main-bg.gif) 0 0 repeat-y;
	margin:0 auto;
	}
div#main div.mainTopBg{
	background:url(../images/main-end-bg.gif) 0 0 no-repeat;
	}
div#main div.mainTopBg div.mainBotBg{
	background:url(../images/main-end-bg.gif) 100% 100% no-repeat;
	padding:16px 1px 12px;
	}

/*--------------------------- HEADER ---------------------------*/
div#header{
	height:66px;
	width:918px;
	margin:0 auto;
	}
div#header img.logo{
	display:block;
	float:left;
	cursor:pointer;
	}
div#header ul.headerList{
	width:500px;
	padding-top:18px;
	height:40px;
	font:normal 13px/24px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#102E7B;
	float:right;
	}
div#header ul.headerList li{
	float:right;
	width:auto;
	margin-left:23px;
	padding-left:34px;
	height:40px;
	}
div#header ul.headerList li.mailIcon{
	background:url(../images/mail-icon.jpg) 0 0 no-repeat;
	}
div#header ul.headerList li.contactIcon{
	background:url(../images/contact-icon.jpg) 0 0 no-repeat;
	}
div#header ul.headerList li a{
	background-color:inherit;
	color:#102E7B;
	}
div#header ul.headerList li a:hover{
	text-decoration:underline;
	}

/*--------------------------- MAIN NAVIGATION AREA ---------------------------*/
div#mainNavArea{
	height:33px;
	background:url(../images/main-nav-bg.gif) 0 0 repeat-x;
	}
div#mainNavArea ul{
	height:29px;
	width:918px;
	font:normal 12px/28px Arial, Helvetica, sans-serif;
	margin:0 auto;
	}
div#mainNavArea ul li{
	float:left;
	padding-right:1px;
	background:url(../images/main-nav-divider.gif) 100% 2px no-repeat;
	}
div#mainNavArea ul li a{
	display:block;
	width:auto;
	height:29px;
	background-color:inherit;
	color:#666;
	float:left;
	}
div#mainNavArea ul li a span{
	display:block;
	height:29px;
	float:left;
	width:auto;
	cursor:pointer;
	}
div#mainNavArea ul li a span span{
	padding:0 18px;
	}
div#mainNavArea ul li a:hover,
div#mainNavArea ul li a.active{
	color:#fff;
	background-color:#102E7B;
	}
div#mainNavArea ul li a:hover span,
div#mainNavArea ul li a.active span{
	background:url(../images/main-nav-h-left-bg.gif) 0 0 no-repeat;
	}
div#mainNavArea ul li a:hover span span,
div#mainNavArea ul li a.active span span{
	background:url(../images/main-nav-h-right-bg.gif) 100% 0 no-repeat;
	}

/*--------------------------- MAIN CONTAINER ---------------------------*/
div#mainContainer{
	width:918px;
	margin:0 auto;
	padding-top:10px;
	}

/*--------------------------- MAIN CONTENT AREA ---------------------------*/
div#mainContentArea{
	height:100%;
	overflow:hidden;
	padding-bottom:10px;
	}

/*--------------------------- MAIN CONTENT AREA - LEFT PANEL ---------------------------*/
div#leftPanel{
	width:716px;
	float:left;
	}
div#leftPanel div.homeFlashBannerArea{
	height:287px;
	}
div#leftPanel div.homeFlashBannerArea img{
	display:block;
	}

/*--------------------------- MAIN CONTENT AREA - LEFT PANEL (INNER PAGES CONTENT) ---------------------------*/
div#leftPanel img.innerBanners{
	display:block;
	margin-bottom:28px;
	}
div#leftPanel h2{
	font-size:24px;
	line-height:28px;
	padding-bottom:15px;
	font-weight:bold;
	background-color:inherit;
	color:#C60104;
	}
div#leftPanel h3{
	font-size:12px;
	line-height:14px;
	padding-bottom:12px;
	font-weight:bold;
	background-color:inherit;
	color:#313131;
	}
div#leftPanel h4{
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
	font-weight:bold;
	background-color:inherit;
	color:#0B49A5;
	}
div#leftPanel h4.bigSize{
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	padding-bottom:5px;
	background-color:inherit;
	color:#0B49A5;
	}
div#leftPanel h4 span{
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	background-color:inherit;
	color:#353535;
	}
div#leftPanel h5{
	font-size:12px;
	line-height:16px;
	padding:0 0 9px 17px;
	font-weight:normal;
	background-color:inherit;
	color:#0B49A5;
	background:url(../images/bull1.gif) 0 3px no-repeat;
	}
div#leftPanel p{
	padding-bottom:30px;
	color:#6C6C6C;
	background-color:inherit;
	}
div#leftPanel p span{
	background-color:inherit;
	color:#323232;
	}
div#leftPanel p a{
	background-color:inherit;
	color:#BF0505;
	font-weight:bold;
	text-decoration:underline;
	}
div#leftPanel p a:hover{
	text-decoration:none;
	}
div#leftPanel ul.bodyList1{
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#0D4AA3;
	padding:0 0 25px 15px;
	}
div#leftPanel ul.bodyList1 li{
	padding:0 0 6px 9px;
	background:url(../images/bull2.gif) 0 5px no-repeat;
	}
div#leftPanel ul.bodyList2{
	font:bold 13px/15px Arial, Helvetica, sans-serif;
	color:#0B2A7C;
	background-color:inherit;
	padding:0 0 25px 15px;
	}
div#leftPanel ul.bodyList2 li{
	padding:0 0 12px 19px;
	background:url(../images/bull1.gif) 0 2px no-repeat;
	}
div#leftPanel ul.bodyList2 li a{
	background-color:inherit;
	color:#0D4AA3;
	}
div#leftPanel ul.bodyList2 li a:hover,
div#leftPanel ul.bodyList2 li ul li a:hover{
	text-decoration:underline;
	}
div#leftPanel ul.bodyList2 li ul{
	padding:10px 0 10px 7px;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#555;
	background-color:inherit;
	}
div#leftPanel ul.bodyList2 li ul li{
	padding:0 0 6px 8px;
	background:url(../images/bull3.gif) 0 5px no-repeat;
	}
div#leftPanel ul.bodyList2 li ul li a{
	color:#555;
	background-color:inherit;
	}
div#leftPanel div.testimonialsTextArea{
	padding:20px 0;
	border-bottom:1px solid #E7E7E7;
	}
div#leftPanel div.testimonialsTextArea p{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:14px;
	}
div#leftPanel div.testimonialsTextArea strong.authorName{
	font-size:13px;
	line-height:17px;
	color:#0B2A7C;
	background-color:inherit;
	}
div#leftPanel div.testimonialsTextArea strong.authorName span{
	font-size:11px;
	line-height:17px;
	color:#888;
	background-color:inherit;
	font-weight:normal;
	}

/*--------------------------- MAIN CONTENT AREA - RIGHT PANEL ---------------------------*/
div#rightPanel{
	width:192px;
	float:right;
	}
div#rightPanel ul.rightLinkList{
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	}
div#rightPanel ul.rightLinkList li{
	padding-top:10px;
	_padding-top:9px;
	}
*+html div#rightPanel ul.rightLinkList li{
	padding-top:9px;
	}
div#rightPanel ul.rightLinkList li a{
	display:block;
	padding-left:12px;
	background-color:inherit;
	color:#fff;
	text-transform:uppercase;
	width:180px;
	}
div#rightPanel ul.rightLinkList li a span{
	cursor:pointer;
	font-size:13px;
	line-height:17px;
	font-weight:normal;
	display:block;
	text-transform:capitalize;
	width:115px;
	}
div#rightPanel ul.rightLinkList li a.whylink{
	background:url(../images/why-link-bg.jpg) 0 0 no-repeat;
	height:63px;
	padding-top:26px;
	}
div#rightPanel ul.rightLinkList li a.freelink{
	background:url(../images/free-link-bg.jpg) 0 0 no-repeat;
	height:73px;
	padding-top:16px;
	}
div#rightPanel ul.rightLinkList li a.recommendlink{
	background:url(../images/recommend-link-bg.jpg) 0 0 no-repeat;
	height:63px;
	padding-top:26px;
	}
div#rightPanel ul.rightLinkList li a:hover{
	background-position:0 100%;
	}

/*--------------------------- HOME BODY PANEL ---------------------------*/
div#homeBodyPanel{
	background:url(../images/home-body-panel-end-bg.gif) 0 0 no-repeat #FFF027;
	color:#40403D;
	margin-bottom:10px;
	}
div#homeBodyPanel div.homeBodyPanelBotBg{
	background:url(../images/home-body-panel-end-bg.gif) 100% 100% no-repeat;
	padding:35px 0 25px;
	}
div#homeBodyPanel div.homeBodyPanelBotBg div#homeBodyContainer{
	width:880px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	background:url(../images/ver-dot1.gif) 255px 0 repeat-y;
	}

/*--------------------------- HOME BODY PANEL - LEFT PANEL ---------------------------*/
div#homeLeftPanel{
	width:225px;
	float:left;
	}
div#homeLeftPanel div.leftBlock{
	background:url(../images/home-left-block-bg.gif) 0 0 repeat-y;
	margin-bottom:17px;
	width:225px;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg{
	background:url(../images/home-left-block-end-bg.gif) 0 0 no-repeat;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg{
	background:url(../images/home-left-block-end-bg.gif) 100% 100% no-repeat;
	padding:10px 0 13px;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg h2{
	height:44px;
	width:190px;
	font-size:22px;
	line-height:44px;
	font-weight:bold;
	background-color:inherit;
	color:#0B2A7C;
	background:146px 100% no-repeat;
	margin:0 auto;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg h2.testiIcon{
	background-image:url(../images/testi-icon.jpg);
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg h2.toureIcon{
	background-image:url(../images/toure-icon.jpg);
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock{
	width:201px;
	margin:0 auto;
	background:url(../images/home-left-innre-block-end-b.gif) 0 0 no-repeat #fff;
	color:#4D4D4D;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg{
	background:url(../images/home-left-innre-block-end-b.gif) 100% 100% no-repeat;
	padding:16px 0;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent{
	width:184px;
	margin:0 auto;
	color:#C60104;
	background-color:inherit;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent h3{
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	background-color:inherit;
	color:#313131;
	padding-bottom:7px;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent h3 a{
	background-color:inherit;
	color:#313131;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent h3 a:hover{
	text-decoration:underline;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent h3 span{
	display:block;
	font-size:10px;
	line-height:12px;
	background-color:inherit;
	color:#0B2A7C;
	font-weight:normal;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent p{
	padding-bottom:16px;
	font-size:11px;
	line-height:15px;
	color:#4D4D4D;
	background-color:inherit;
	}
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent a.morelink{
	font-size:11px;
	line-height:13px;
	text-decoration:underline;
	background-color:inherit;
	color:#C60104;
	}

/*--------------------------- HOME BODY PANEL - RIGHT PANEL ---------------------------*/
div#homeRightPanel{
	width:595px;
	float:right;
	}
div#homeRightPanel h2{
	font-size:24px;
	line-height:28px;
	color:#C60104;
	background-color:inherit;
	font-weight:bold;
	padding-bottom:15px;
	}
div#homeRightPanel p{
	padding-bottom:20px;
	}
div#homeRightPanel p a{
	color:#C60104;
	background-color:inherit;
	text-decoration:underline;
	}
div#homeRightPanel div.homeBodyListArea{
	padding-bottom:12px;
	height:100%;
	overflow:hidden;
	}
div#homeRightPanel div.homeBodyListArea h3{
	width:165px;
	height:55px;
	padding-right:5px;
	float:left;
	background-color:inherit;
	background:url(../images/home-hdr-bg.gif) 100% 0 no-repeat;
	font-size:22px;
	line-height:24px;
	color:#C60104;
	font-weight:bold;
	}
div#homeRightPanel div.homeBodyListArea h3 span{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#0B2A7C;
	background-color:inherit;
	text-transform:lowercase;
	font-weight:normal;
	}
div#homeRightPanel div.homeBodyListArea ul{
	font:bold 13px/15px Arial, Helvetica, sans-serif;
	color:#0B2A7C;
	background-color:inherit;
	padding:0 0 0 15px;
	width:370px;
	float:left;
	}
div#homeRightPanel div.homeBodyListArea ul li{
	padding:0 0 8px 19px;
	background:url(../images/bull1.gif) 0 2px no-repeat;
	}

/*--------------------------- FOOTER AREA ---------------------------*/
div#footerArea{
	background:url(../images/footer-bg.gif) 0 0 repeat-x #9C0606;
	color:#fff;
	}
div#footerArea div.footerLeftBg{
	background:url(../images/footer-side-bg.gif) 0 0 no-repeat;
	}
div#footerArea div.footerLeftBg div.footerRightBg{
	height:74px;
	padding:20px 20px 0;
	background:url(../images/footer-side-bg.gif) 100% 100% no-repeat;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent{
	width:550px;
	float:left;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent h6{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:4px;
	color:#FDFFCA;
	background-color:inherit;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent p{
	font-size:11px;
	line-height:17px;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent p span{
	color:#FDFFCA;
	background-color:inherit;
	padding-right:5px;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent p span a{
	color:#FDFFCA;
	background-color:inherit;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerLeftContent p span a:hover,
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent ul li a:hover,
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent ul li a.active{
	color:#fff;
	background-color:inherit;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent{
	width:300px;
	float:right;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent ul{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#B65141;
	padding-bottom:7px;
	text-align:right;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent ul li{
	display:inline;
	padding-left:5px;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent ul li a{
	background-color:inherit;
	color:#FDFFCA;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent p{
	font-size:10px;
	line-height:18px;
	background-color:inherit;
	color:#fff;
	text-align:right;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent p a{
	background-color:inherit;
	color:#fff;
	text-decoration:underline;
	}
div#footerArea div.footerLeftBg div.footerRightBg div.footerRightContent p a:hover,
div#homeRightPanel p a:hover,
div#homeLeftPanel div.leftBlock div.leftBlockTopBg div.leftBlockBotBg div.innerLeftBlock div.innerLeftBlockBotBg div.leftBlockContent a.morelink:hover{
	text-decoration:none;
	}

/*--------------------------- EXTRAS ---------------------------*/
.noBg{
	background:none !important;
	}
.noTopPad{
	padding-top:0 !important;
	}
.noBotMar{
	margin-bottom:0 !important;
	}
.noBotPad{
	padding-bottom:0 !important;
	}
.noBdr{
	border-bottom:none !important;
	}
.botPad30{
	padding-bottom:30px !important;
	}
.botPad20{
	padding-bottom:20px !important;
	}
.botPad10{
	padding-bottom:10px !important;
	}
.botMar10{
	margin-bottom:10px !important;
	}
.priceData{
	margin-bottom:25px;
	}
.priceData td{
	font-size:13px;
	}
.priceData td.red{
	color:#D20000;
	background-color:inherit;
	font-weight:bold;
	}
div.contactDtl{
	float:left;
	width:332px;
	}
div.contactForm{
	float:right;
	width:268px;
	padding-right:48px;
	}
div.contactFormLeft{
	float:left;
	width:268px;
	}
.blue{
	color:#102D7B;
	background-color:inherit;
	}
div.contactDtl a.info{
	color:#40403D;
	background-color:inherit;
	}
div.contactDtl a:hover.info{
	color:#D20000;
	background-color:inherit;
	}
input.txtBox{
	background:url(../images/txtbox-bg.gif) 100% 0 no-repeat;
	border:none;
	width:256px;
	height:19px;
	/*padding:5px 0 2px 12px;
	*padding:2px 0 2px 12px;
	_padding:2px 0 2px 12px;*/
	padding:6px 0 2px 12px;
	color:#6A6A6A;
	font:normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	}
textarea.conSub{
	/*background:url(../images/txtarea-bg.gif) 0 0 no-repeat;*/
	width:245px;
	height:44px;
	border:none;
	border-color:#fff;
	padding:3px 0 2px 8px;
	color:#6A6A6A;
	font:normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	/*margin:0 auto;*/
	margin-left:5px;
	}
select.where{
	width:268px;
	line-height:25px;
	margin-bottom:12px;
	color:#6A6A6A;
	font:normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	}
div.contactForm p.mandatory{
	font:normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#C60104 !important;
	background-color:inherit;
	float:left;
	width:175px;
	padding-top:5px;
	}
div.contactForm input.submitBtn{
	float:right;
	margin:0;
	}
div.txtarea{
	background:url(../images/txtarea-bg.gif) 0 0 repeat-y;
	/*width:268px;*/
	margin-bottom:11px;
	overflow:hidden;
	}
div.txtareatop{
	background:url(../images/textarea-top.gif) 0 0 no-repeat;
	width:268px;
	padding-top:7px;
	}
div.txtareabot{
	background:url(../images/textarea-bot.gif) 0 100% no-repeat;
	width:268px;
	padding-bottom:7px;
	}
	


