/* Global Styles */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, san-serif;
	font-size:12px;
	background:#E2E2E2;
}
body * {
	line-height:1.22em;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font:normal 100% Verdana, Arial, san-serif;
	font-family: Verdana, Arial, san-serif
}
.clear {
	clear:both;
}
ul {
	list-style:square inside;
}
a {
	color:#000000;
	outline:none;
	text-decoration:none;
}
img {
	border:none;
	bottom:0px;
}
/* Template Rules */
body#home a#homenav, 
body#advantage a#advantagenav, 
body#solution a#solutionnav, 
body#about a#aboutnav, 
body#faqs a#faqnav, 
body#tc a#tcnav, 
body#contact a#contactnav, 
body#privacy a#privacynav, 
body#sitemap a#sitemapnav {
	color:#b91518;
}
#header {
	width:100%;
	/*background:#FFFFFF url(../images/header_bg.gif) repeat-x scroll 0 27px;*/
	padding-top:0px;
}

#hm_lnk {
	height:60px;
	margin-left:57px;
	margin-top:30px;
	position:fixed;
	width:165px;
}

#banner {
	background:url(../images/header.gif) center no-repeat;
	width:1003px;
	height:120px;
	position:relative;
	margin:0px auto;
}

#logo {
	height:58px;
	left:61px;
	position:absolute;
	top:30px;
	width:161px;
}

#page_wrap {
	min-width:1003px;
	

	
}
#content_wrap {
	background:#870d10 url(../images/body_bg.jpg) center top repeat-x;
	width:975px;
	margin:0px auto;
	border: 14px solid #ffffff;
	border-bottom:0px;
	border-top:0px;

}
#nav {
	height:31px;
	width:750px;
	position:relative;
	top:51px;
	left:250px;
}
.nav_menu {
	font-family:Verdana, Arial, san-serif;
	font-size:12px;
	color:#000;
	height:35px;
	text-transform:uppercase;
	margin:0px auto;
	color:#ccc;
}
.nav_menu ul {
	font-size:12px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-indent:15px;
	padding-top:12px;
}
.nav_menu ul li {
	line-height:35px;
	display:inline;
	margin:0px 7px;
}
.nav_menu ul li a {
	color:#ccc;
}
.nav_menu ul li a:hover {
	color:#b91518;
}
#container {
	width:975px;
}
#footer {
	
	min-width:975px;
	height:50px;
	margin:0px auto;
	font-size:10px;
	color:#fff;
	/*background:#000000 url(../images/footer_bg.gif) center repeat-x;*/
	
	
/*	bottom:0;
	position:fixed;
	width:100%;
	z-index:9999;*/


}
#footer a {
	color:#fff;
	
}
.footer_nav {
	width:975px;
	margin:0px auto;
	background:#000000 url(../images/footer_bg.gif) center repeat-x;
	border: 14px solid #ffffff;
	
	border-top:0px;
}
#footer .copy {
	height:50px;
	line-height:50px;
	color:#fff;
	margin-left:20px;
}
.footer_l {
	padding-left:35px;
	height:50px;
	line-height:50px;
	float:left;
	width:auto;
}
.footer_nav_l, .footer_nav_l a {
	color:#fff;
	font-size:10px;
	height:50px;
	line-height:50px;
}
.footer_nav_l a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer_r {
	color:#fff;
	float:right;
	width:auto;
	text-align:right;
	padding-right:35px;
}
.mandatory {
	color:#B91518;
}
/* Template Rules Ended */

/* Global styles ended */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox Started <<<------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font:11px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#000;
}
#TB_secondLine {
	font:10px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#000;
}
#TB_window a { /*color:#ffa800;*/ }
#TB_window a:hover { /*color:#ffa800;*/ text-decoration:underline; }
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
#TB_window {
	position:fixed;
	background:#ffffff;
	z-index:102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) - (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:3px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	height:27px;
	border-bottom:1px solid #d0d0d0;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position:absolute;
 margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position:absolute;
 height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox Ended <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> slimbox started <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}
#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background:url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background:url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family:Verdana, Arial, san-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:url(closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}
#lbCaption, #lbNumber {
	margin-right:71px;
}
#lbCaption {
	font-weight:bold;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> slimbox Ended <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* index.html */
.tab_container_bot {
	width:961px;
	margin:22px auto 0px;
	padding-bottom:45px;
}
/*Tag cloud*/
.tag_c {
	color:#FDFBF9;
	width:233px;
/*	font-weight:bold;*/
	font-weight:normal;
	text-align:center;
	float:right;
	margin:11px 0px 0px 0px;
}
.tag_c a {
	color:#fff;
}
.tag_c a:hover {
	text-decoration:underline;
}
.tag_c .h1 {
	font-size:20px;
}
.tag_c .h2 {
	font-size:12px;
}
.tag_c .h3 {
	font-size:12px;
	font-weight:bold;
}
.tag_c .h4 {
	font-size:10px;
	font-weight:normal;
}
.tag_c .h5 {
	font-size:14px;
	font-weight:normal;
}

.tag_c .h6 {
	font-size:16px;
	font-weight:bold;
}


/* Slide tabs */
.slide {
	width:345px;
	float:left;
	margin-left:2px;
}
.slide_top {
	width:345px;
	height:10px;
	background-color:#000;
}
.slide_mid {
	background:#FFFFFF;
	width:345px;
	height:95px;
}
.slide_mid p {
	width:330px;
	text-align:center;
	margin:0px auto;
}
.slide_mid .txt {
	font-size:15px;
	color:#333333;
	font-family:Verdana, Arial, san-serif;
	position:relative;
	top:33px;
}
.slide_mid .txt1 {
	font-size:20px;
	position:relative;
	top:5px;
	text-align:left;
}
.slide_bot {
	background:url(../images/slide_bot.png) repeat-x;
	width:345px;
}
.slide_bot ul {
	float:left;
	list-style:none;
	padding:0px 0px 0px;
}
.slide_bot ul li {
	float:left;
	text-align:center;
	height:45px;
}
.slide_bot ul li.sep {
	width:auto;
	color:#fff;
	border-left:1px solid #666;
	margin-top:20px;
	height:15px;
}
#content-holder {
	margin:0px auto;
	width:956px;
}
.content-bg {
	width:956px;
	padding:0px;
}
#content {
	background:#fff repeat-x 0px 100%;
	width:707px;
	position:relative;
	height:324px;
}
.home #content {
	background:url(../images/content_bg.png) center right no-repeat;
}
#content .tabset {
	right:-25px;
	_right:-203px;
	*right:-10px;
	width:35px;
	position:absolute;
	top:0px
}
#content .tabset a {
	display:block;
	overflow:hidden;
	width:270px;
	position:relative;
	color:#666666;
	background-image:url(images/center_tab.png);
}
#content .tabset a span {
	font-family:Verdana, Arial, san-serif;
	position:relative;
	top:20px;
	left:22px;
	font-size:12px;
	font-weight:normal;

}
#content .tab-holder {
	margin:0px auto;
	overflow:hidden;
	width:690px;
	position:relative;
	height:330px;
}
#content div.tab {
	left:0px;
	width:665px;
	position:absolute;
	height:310px
}
#content .tab-content {
	overflow:hidden;
	width:693px;
	position:relative;
	height:315px
}
#content .tab-content-box {
	width:99999px;
	position:absolute;
	height:310px
}
#content .tab-item.fish {
    background:url(../images/marketing_toolbox_2.gif) no-repeat scroll 107px 204px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:330px;
}

#content .tab-item.fishfirst {
    background:url(../images/RunningHot.jpg)  no-repeat scroll 272px 110px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:349px;
	height:330px;
}
#content .tab-item.fish1 {
    background:url(../images/Customer-Loyalty_tab1.jpg)  no-repeat scroll 42px 142px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:310px;
}
#content .tab-item.fish2 {
    background:url(../images/ToolBox-212F.jpg) no-repeat scroll 78px 153px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:310px;
}
#content .tab-item.fish3 {
    background:url(../images/New-Customer.jpg) no-repeat scroll 83px 143px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:310px;
}
#content .tab-item.fish4 {
    background:url(../images/Share-of-Wallet.jpg) no-repeat scroll 61px 157px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:310px;
}
#content .tab-item.fish5 {
    background:url(../images/Return-On-Investment.jpg) no-repeat scroll 84px 133px;
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-14px;
	width:330px;
	height:310px;
}
#content .tab-item.gift1 {
 /*background:url(../images/learn_more_1.gif) no-repeat scroll 2px 219px;*/
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:-9px;
	width:360px;
	height:256px;
}

#content .tab-item.gift {
 /*background:url(../images/learn_more_1.gif) no-repeat scroll 2px 219px;*/
	padding:10px 0px 0px;
	float:left;
	position:relative;
	left:10px;
	width:360px;
	height:310px;
}
#content .tab-item h3 {
	margin:0px 0px 12px;
	padding:0px;
	font:bold 18px Verdana, Arial, san-serif ;
	font-family:Verdana, Arial, san-serif;
	color:#000;
}
#content .tab-item h4 {
	margin:0px;
	padding:0px;
	font:bold 12px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	text-transform:uppercase;
	color:#b91518;
	letter-spacing:-.02em;
}
#content .tab-item .info {
	padding:10px 28px 0px 28px;
	width:320px;
}
#content .tab-item .cta {
	position:relative;
	top:105px;
	left:20px;
}
#content .tab-item p {
	font-weight:normal;
	font-size:12px;
	margin:0px;
	color:#333333;
	line-height:20px;
	font-style:normal;
	letter-spacing:normal;
	font-family:Verdana, Arial, san-serif;
	width:306px;
	/*text-align:justify;*/
	text-align:left;
	/*padding-bottom:7px;*/
}
#content .tab-item p a.orng-arrow {
	display:inline-block;
	padding:0px 0px 0px 10px;
}

.tab-item p b{
color:#B91518;
font-size:14px;

}

.tab-item ul {
padding-left:0px;
padding-bottom:5px;
padding-top:3px;

}

.tab-item ul li {
line-height:20px;
list-style-image:url(../images/home_arrow.jpg);

}

.tab-item .list1 {
padding-left:0px;
padding-top:5px;

}



#content li.ui-tabs-nav-item a {
	display:block;
}
/*        MIDDLE TABS          */
#content ul.ui-tabs-nav a.tabs {
	background:url('../images/center_tab.png') no-repeat;
	width:259px;
	height:54px;
	color:#666666;
	z-index:auto;
}
#content ul.ui-tabs-nav a.tabs:hover {
/*	background:url('../images/center_tab_h.png') no-repeat;*/
	background:url('../images/center_tab.png') no-repeat;
	width:259px;
	height:54px;
	color:#fff;
}
#content ul.ui-tabs-nav li.ui-tabs-selected a.tabs {
	/*background:url('../images/center_tab_sel.png') no-repeat;*/
	background:url('../images/center_tab_white.png') no-repeat;
	width:259px;
	height:54px;
	color:#b91518;
}
#content .ui-tabs-hide {
	display:none;
}
#tblist {
	list-style:none;
	display:block;
}
/*======================================
         SEGMENTATION BOX SLIDERS 
 =======================================
*/


/* Mouse over CSS */

.boxgrid {
	width:348px;
	height:108px;
	margin:0px;
	overflow:hidden;
	position:relative;
	top:-52px;
	z-index:200;
}
.boxgrid p {
	padding:3px 10px 0px;
	color:#000;
	background-color:#fff;
	font-size:12px;
	z-index:200;
}
.boxcaption p {
	font-family: Verdana, Arial, san-serif;
	margin-top:25px;
	width:323px;
	text-align:left;
	z-index:200;
}

.boxcaption p.info_box {
	font-family: Verdana, Arial, san-serif;
	margin-top:0px;
	width:323px;
	text-align:left;
	z-index:200;
}



.boxcaption a {
color:#B91518;
}

.boxcaption a:hover {
color:#666666;
}



.caption .boxcaption {
	background:#fff;
	top:15px;
	left:0;
	z-index:200;
}
a.poplinks {
	font-size:14px;
	font-weight:bold;
	color:#b91518;
	
}


a.poplinks:hover {
	color:#fff;
}
#grid {
	position:absolute;
	width:340px;
	top:100px;
	z-index:200;
}
#grid1 {
	position:absolute;
	width:340px;
	top:100px;
	z-index:200;
}
.boxcaption {
	position:absolute;
	background:#000;
	height:110px;
	width:345px;
	/*opacity:0.85;*/
	opacity: 1;
	z-index:200;
}
.button {
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
	color:#666666;
	font: normal 12px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	display:inline-table;
	margin:0px;
	height:45px;
}
div.go_hover {
	color:#B91518;
	background:url(../images/arrow_bg.jpg) top center no-repeat;
	height:45px;
}
div.go_hover1 {
	color:#ffffff;
	
	height:45px;
}
#go1 span {
	display:block;
	padding:20px 10px 10px;
}
#go2 span {
	display:block;
	padding:20px 10px 10px;
}
#go3 span {
	display:block;
	padding:20px 9px 10px;
}
#go4 span {
	display:block;
	padding:20px 15px 10px;
}
#go5 span {
	display:block;
	padding:20px 15px 10px;
}
#go6 span {
	display:block;
	padding:20px 15px 10px;
}
#bx1 {
	top:-49px;
	height:107px;
	z-index:200;
}
.poplinks {
	position:absolute;	
	left:270px;
}
.orng-arrow a {
	background:url(../images/orng-arrow.png) no-repeat scroll right bottom;
	color:#b91518;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:0 15px 0px 0;
	position:relative;
	top:10px;
	left:0px;
	width:285px;
	text-align:right;
	
}
.orng-arrow a:hover {
	background:url(../images/pro_grey_icon.png) no-repeat right bottom;
	padding:0 15px 0px 0;
	color:#666;
}

/* Slide tabs css ended*/
/* index.html ended */

/*===ajax popup============contact_us.aspx===============*/

/*Fade in div*/
#message1 {
	text-align:center;
	position:relative;
	top:50px;
}

#cont_head {
	font-size:14px;
	line-height:30px;
}

#cu {
	margin:0px auto;
	color:#000051;
}
.cu_img {
	margin-top:10px;
	margin-bottom:10px;
}
.cu_left {
	float:left;
	/*width:290px;*/
	width:329px;
	padding-right:10px;
}
.cu_right {
	float:right;
	width:190px;
}
.cu_right label {
	color:#000051;
	font-size:11px;
	line-height:20px;
}
.cu_lbl {
	float:left;
	/*width:140px;*/
	width:169px;
	text-align:right;
	color:#666666;
}
.cu_input {
	float:right;
	margin-bottom:4px;
	
}
textarea.cutxt {
	width:390px;
	color:#000051;
	font-size:12px;
	height:42px;
}
.cu_query {
	color:#B91518;
	text-transform:uppercase;
	font-weight:bold;
}
hr {
	margin:5px 0px;
}
.contact_heading {
	/*background:url(../images/contact_heading.png) no-repeat center center;*/
	height:53px;
	margin:14px 0 0px 13px;
	width:710px;
}
.punch {
	font-size:10px;
	padding-bottom:10px;
	/*padding-left:10px;*/
	text-align:left;
}
.punch1 {
	font-size:11px;
	padding-bottom:10px;
	padding-left:29px;
	text-align:left;
}




.contact_heading h1 {
	font:bold 24px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#fff;
	line-height:38px;
	padding-left:10px;
}
.contact_heading span {
	font-size:11px;
	color:#fff;
	line-height:0px;
	padding-left:10px;
}
.left_side {
	background:url(../images/contact_bg_left.png) no-repeat;
	float:left;
	height:463px;
	width:736px;
}
.left_side h6 {
	color:#666666;
	font-size:12px;
	margin-bottom:15px;
}
#frm_cont {
	/*padding-left:20px;*/
}
.input {
	width:200px;
	height:18px;
	background:url(../images/input.png) no-repeat;
	border:0px;
	margin-bottom:18px;
	margin-top:4px;
}

.input_0 {
	width:23px;
	height:17px;
	/*background:url(../images/input.png) no-repeat;*/
	border:1px #CCCCCC solid;
	/*border:0px;*/
	margin-bottom:10px;
	margin-top:4px;
	
	font-size:12px;
	
}
.input_1 {
	width:30px;
	height:17px;
	/*background:url(../images/input.png) no-repeat;*/
	border:1px #CCCCCC solid;
	/*border:0px;*/
	margin-bottom:10px;
	margin-top:4px;
	
	font-size:12px;
	
}
.input_2 {
	width:93px;
	height:17px;
	/*background:url(../images/input.png) no-repeat;*/
	border:1px #CCCCCC solid;
	margin-bottom:10px;
	margin-top:3px;
	font-size:12px;
	
}
label {
	color:#666666;
	font-size:13px;
}
label span {
	color:#990000;
	font-size:13px;
}
select.contact {
	width:200px;
	border:1px solid #cccccc;
	margin-bottom:19px;
	margin-top:4px;
	height:18px;
	color:#666666;
	font-size:11px;
}
.popupcontact {
	width:202px;
	border:1px solid #cccccc;
	margin-bottom:2px;
	color:#000000;
	font-size:12px;
	margin-top:4px;
	height:18px;
}
textarea {
	width:200px;
	/*height:64px;*/
	height:45px;
	margin-bottom:10px;
	border:1px solid #cccccc;
	margin-top:4px;
	color:#666666;
}
.reset_button {
	background:url(../images/reset.png) no-repeat;
	border:0 none;
	cursor:pointer;
	float:right;
	height:31px;
	mmargin-left:5px;
	margin-right:37px;
	width:80px;
	margin-top:40px;
}

.reset_button_pop {
	background:url(../images/reset.png) no-repeat;
	border:0 none;
	cursor:pointer;
	float:right;
	height:31px;
	mmargin-left:5px;
	margin-right:37px;
	width:80px;
	margin-top:70px;
}
.reset_button1 {
	background:url(../images/reset.png) no-repeat;
	border:0 none;
	cursor:pointer;
	float:right;
	height:31px;
	margin-left:5px;
	margin-right:125px;
	width:80px;
	margin-top:30px;
}
.submit_button {
	background:url(../images/submit.png) no-repeat;
	width:80px;
	height:31px;
	cursor:pointer;
	border:0px;
	float:right;
	margin-left:5px;
	margin-right:35px;
	margin-top:18px;
}
.submit_button1 {
	background:url(../images/submit.png) no-repeat;
	width:80px;
	height:31px;
	cursor:pointer;
	border:0px;
	float:right;
	margin-left:5px;
	margin-right:35px;
	/*margin-top:13px;*/
}
#right_side {
	background:url(../images/contac_bg_right.png) no-repeat;
	float:left;
	width:224px;
	height:463px;
}
#content-container {
	padding:0px 21px 0px;
	margin:0px auto;
	overflow:hidden;
	margin-bottom:45px;
}
#content-main {
	margin:0px auto;
}
#right_side .grey_bg_con h4 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
#right_side .grey_bg_con a {
	color:#fff;
	font-size:10px;
	position:relative;
	top:2px;
}
#right_side .email_icon {
	background:url(../images/email_icon.png) no-repeat;
	width:25px;
	height:17px;
	position:relative;
	left:10px;
	top:15px;
}
#right_side .contact_icon {
	background:url(../images/contact_icon.png) no-repeat;
	width:25px;
	height:27px;
	position:relative;
	left:10px;
	top:10px;
}
.contact_body {
	width:961px;
	height:auto;
}
.contact_body h1 {
	font:bold 22px Verdana, Arial, san-serif;
	font-family: Verdana, Arial, san-serif;
	color:#000;
	padding-left:16px;
	line-height:61px;
}
.contact_body #right_side .grey_bg_con {
	width:197px;
	height:350px;
	background:url(../images/contact_bg.jpg) no-repeat;
	overflow:hidden;
	padding-top:20px;
	margin:13px auto;
	margin-left:14px;
}
#right_side .grey_bg_con h4 {
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:8px;
}
#right_side p {
	color:#ffffff;
	margin-left:15px;
}
#right_side p span {
	color:#ff1f1f;
	margin-left:5px;
}
#right_side h5 {
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	margin-left:40px;
	margin-top:2px;
}
#right_side a {
	color:#ffffff;
	font-weight:normal;
	margin-left:40px;
}
#right_side a:hover {
	color:#B91518;
	
}
.email_txt {
	position:relative;
	top:-7px;
}
.phone_txt {
	position:relative;
	top:-22px;
}
/*===ajax popup============contact_us.aspx css ends===============*/

/* Product.html */

.prod_tab_div {
	width:160px;
	position:relative;
	float:left;
	height:82px;
	margin:0;
	padding:0;
}

.final_images_top {
	outline:none;
	margin-right:-4px;
}
.productpage {
	width:959px;
	margin:0px auto;
	height:600px;
}
.productpage1 {
	width:959px;
	margin:0px auto;
	height:542px;
}
.productbanner {
	background:url(../images/pri_top.png) no-repeat top center;
	width:959px;
	height:77px;
	padding-top:0px;
}
.productbanner h1 {
	font:bold 22px/88px Verdana, Arial, san-serif  ;
	font-family:Verdana, Arial, san-serif;
	color:#000000;
	padding-left:25px;
}
.tabproduct {
	width:964px;
	height:67px;
}
.contaner {
	width:941px;
	height:445px;
	background-color:#fff;
	padding-top:20px;
	margin-top:15px;
	margin-bottom:45px;
	overflow:hidden;
	border-left:9px solid #d8d8d8;
	border-top:9px solid #d8d8d8;
	border-right:9px solid #d8d8d8;
	border-bottom:9px solid #d8d8d8;
}
.contaner p {
	padding-bottom:5px;
}
#text_showhide {
	overflow:hidden;
	height:442px;
}
#text_showhide01 {
	overflow:hidden;
	height:442px;
}
#text_showhide02 {
	overflow:hidden;
	height:442px;
}
/*product page left section*/
.leftdiv {
	float:left;
	width:283px;
	height:415px;
	padding:0px 15px 0px 15px;
	font:normal 12px/19px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	
	color:#333;
	/*text-align:justify;*/
	text-align:left;
}
.leftdiv p {
	line-height:18px;
	padding-bottom:5px;
}
.leftdiv h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-bottom:9px;
}
/*middle section*/
.middaldiv {
	float:left;
	height:405px;
	padding-right:10px;
	font-size:12px;
	color:#333333;
	width:312px;
}

.contaner .footnote {
font-size:10px;
font-style:italic;
font-weight:bold;
text-align:center;
}

.middaldiv h3, .rightdiv h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
}
.middaldiv h4 {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;
}
.middaldiv p {
	font-size:11px;
	color:#333333;
	line-height:16px;
	text-align:left;
}
/* right section */
.rightdiv {
	float:left;
	width:299px;
	height:415px;
}
.rightdiv p {
	font-size:11px;
	color:#333333;
	line-height:15px;
	text-align:left;
}
.rightdiv .left1 {
	float:left;
	left:13px;
	position:relative;
	top:5px;
	width:270px;
}
.rightdiv .left2 {
	float:right;
	margin-right:-5px;
	padding-top:5px;
	width:107px;
}
.rightdiv h5 {
	color:#B91518;
	font-size:13px;
	font-weight:bold;
	padding-bottom:12px;
}
.rightdiv h6 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px 0px;
	color:#333333;
}
.rightdiv .add {
	padding-top:5px;
}
.greybottom {
	background:url(../images/pri_bottom.png) no-repeat;
	width:959px;
	height:35px;
	overflow:hidden;
	padding-bottom:45px;
	float:left;
	margin:0px auto;
}
.abt_link {
	float:right;
	padding-bottom:5px;
	position:relative;
	text-align:left;
}
.abt_link a {
	color:#ffa800;
	font:bold 12px/18px Verdana, Arial, san-serif ;
	font-family:Verdana, Arial, san-serif;
	background:url(../images/pro_grey_icon_grey.png) no-repeat center right;
	color:#666666;
	padding-right:15px;
}
.abt_link a:hover {
	color:#b91518;
	background:url(../images/pro_icon_grey.png) no-repeat center right;
	padding-right:15px;
}
.box1 {
	position:relative;
	left:-2px;
}
.box1_top {
	background:url(../images/box-1_top.png) no-repeat center top;
	width:296px;
	height:10px;
	overflow:hidden;
}
.box1_middle {
	background:url(../images/box-1_mid.png) repeat-y center top;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	width:294px;
	height:47px;
	overflow:hidden;
}
.box1_bottom {
	background:url(../images/box-1_bot.png) no-repeat center top;
	width:296px;
	height:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.box2 {
	height:365px;
	overflow:hidden;
}
.box2_top {
	float:left;
	background:url(../images/box-2_left.jpg) no-repeat;
	height:362px;
	width:8px;
	overflow:hidden;
}
.box2_middle {
	float:left;
	background:url(../images/box-2_mid.jpg) repeat-x;
	height:362px;
	width:276px;
	overflow:hidden;
}
.box2_bottom {
	float:left;
	background:url(../images/box-2_right.jpg) no-repeat;
	height:362px;
	width:9px;
	overflow:hidden;
}
/* product.html ended */

/* advantage.html CSS started */

.tb_pain {
	line-height:20px;
	position:relative;
	top:8px;
}

.hd_pain {
	line-height:30px;

}



#content_box_middle {
	margin:0px auto;
	padding:0px 0px 42px;
	width:959px;
	overflow:hidden;
}
#content_box_middle .top {
	margin:0;
	overflow:hidden;
	padding:15px 0px 0px 0px;
	height:75px;
	text-align:left;
}
.left_box {
	float:left;
	width:713px;
}
.right_box {
	float:left;
	width:245px;
	height:496px;
	background:url(../images/tabpanel_right_bg.png) no-repeat;
}
.tabbox {
	position:relative;
	top:0;
	left:0;
	width:734px;
	text-align:left;
	height:496px;
	font-family:Verdana, Arial, san-serif;
	font-size:18px;
}
.tabbox h2 {
	position:relative;
	top:20px;
	left:-2px;
	margin:0;
	width:234px;
	z-index:2;
	text-transform:uppercase;
	font-size:18px;
	color:#12adc1;
}
.tabbox h2 a.first {
	background:url(../images/tabbox_mid.png) top left no-repeat;
}
.tabbox .selected h2 a.first {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
}
.tabbox h2 a.first:hover {
	/*background:url(../images/tabbox_mid_h.png) top left no-repeat;*/
}
.tabbox .selected h2 a.first:hover {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
}
.tabbox h2 a.last {
	background:url(../images/tabbox_mid.png) top left no-repeat;
	height:47px;
}
.tabbox .selected h2 a.last {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
	height:47px;
}
.tabbox h2 a.last:hover {
	/*background:url(../images/tabbox_mid_h.png) top left no-repeat;*/
	height:47px;
}
.tabbox .selected h2 a.last:hover {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
	height:47px;
}
.tabbox h2 a {
	display:block;
	margin:0px;
	font-size:13px;
	color:#6FC2E2;
	text-decoration:none;
	height:47px;
	background:url(../images/tabbox_mid.png) no-repeat;
	padding-left:20px;
	text-align:left;
	line-height:47px;
}
.tabbox h2 a:hover {
	/*background:url(../images/tabbox_mid_h.png) no-repeat;*/
	height:47px;
	color:#fff;
	text-decoration:none;
}
.tabbox .tabpanel {
	position:absolute;
	top:0px;
	left:219px;
	width:521px;
	height:496px;
	background:url(../images/tabpanel_bg.png) no-repeat;
	z-index:1;
	display:none;
	font-size:12px;
}
.tabbox .selected .tabpanel {
	display:block;
	overflow:auto;
}



.tph {
	background:transparent url(../images/tph1.png) no-repeat scroll center center;
	height:61px;
	margin:8px 0 0 9px;
	text-transform:capitalize;
	width:476px;

}
.tph span {
	font:bold 22px/30px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#ffffff;
	padding-left:23px;	
	text-transform:capitalize;
	position:relative;
	text-transform:capitalize;
	top:14px;
}


.tph_adv {
	background:transparent url(../images/tph1.png) no-repeat scroll center center;
	height:61px;
	margin:8px 0 0 9px;
	text-transform:capitalize;
/*	width:487px;*/
	width:476px;

}
.tph_adv span {
	font:bold 22px/30px Verdana, Arial, san-serif ;
	font-family:Verdana, Arial, san-serif;
	color:#FFFFFF;
	padding-left:23px;	
	text-transform:capitalize;
	position:relative;
	text-transform:capitalize;
	top:14px;
}

.tph_pain {
	background:transparent url(../images/tph1.png) no-repeat scroll center center;
	height:61px;
	/*margin:2px 0 0 3px;*/
	margin:8px 0 0 9px;
	text-transform:capitalize;
	/*width:487px;*/
	width:476px;

}
.tph_pain span {
	font:bold 22px/30px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#FFFFFF;
	padding-left:23px;	
	text-transform:capitalize;
	position:relative;
	text-transform:capitalize;
	top:14px;
}

.tph2 {
	font-size:18px;
	padding:10px 31px 0px;
	color:#1F1F1F;
	text-transform:capitalize;
}
.tabpanel p {
	line-height:20px;
}
.tabpanel h3 {
	font-size:1.3em;
}
.tabbox .selected h2 a:hover {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	color:#032E5B;
}
.tabbox .selected h2 a {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	width:232px;
	height:47px;
	margin:0;
	cursor:default;
	color:#032E5B;
	outline:none;
}
.tabbox_1 {
	position:relative;
	top:0;
	left:0;
	width:679px;
	text-align:left;
	height:320px;
	font:normal 18px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
}
.tabbox_1 h2 {
	position:relative;
	left:-2px;
	top:20px;
	margin:0;
	width:232px;	
	z-index:2;
	text-transform:uppercase;
	font-size:18px;
}

.tabbox_1 h2 a.first {
	background:url(../images/tabbox_top_n_1.png) top left no-repeat;
	height:75px;
	line-height:75px;
}
.tabbox_1 .selected h2 a.first {
	background:url(../images/tabbox_top_o_1.png) top left no-repeat;
	height:75px;
	color:#b91518;
}
.tabbox_1 h2 a.first:hover {
	/*background:url(../images/tabbox_top_h_1.png) top left no-repeat;*/
	background:url(../images/tabbox_top_n_1.png) top left no-repeat;
	height:75px;
}
.tabbox_1 .selected h2 a.first:hover {
	background:url(../images/tabbox_top_o_1.png) top left no-repeat;
	height:75px;
	color:#b91518;
}
.tabbox_1 h2 a.last {
	background:url(../images/tabbox_mid_2.png) top left no-repeat;
	height:60px;
}
.tabbox_1 .selected h2 a.last {
	background:url(../images/tabbox_mid_2_over.png) top left no-repeat;
	height:60px;
}
.tabbox_1 h2 a.last:hover {
	/*background:url(../images/tabbox_mid_h1.png) top left no-repeat;*/
	
	height:60px;
}
.tabbox_1 .selected h2 a.last:hover {

/*	background:url(../images/tabbox_mid_o.png) top left no-repeat;*/
	background:url(../images/tabbox_mid_2_over.png) top left no-repeat;
	height:60px;
}
.tabbox_1 h3 {
	font-size:12px;
	font-weight:bold;
	/*margin-bottom:10px;*/
}
.tabbox_1 h2 a {
	display:block;
	margin:0px;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	height:54px;
	background:url(../images/tabbox_mid.png) no-repeat;
	padding-left:15px;
	text-align:left;
	line-height:54px;
}
.tabbox_1 h2 a:hover {
	/*background:url(../images/tabbox_mid_h.png) no-repeat;*/
	height:54px;
	width:232px;
	color:#fff;
	text-decoration:none;
}
.tabbox_1 .tabpanel {
	position:absolute;
	top:0px;
	left:222px;
	width:515px;
	height:494px;
	background:url(../images/tabpanel_bg.png) no-repeat;
	z-index:1;
	display:none;
	font-size:12px;
}
.tabbox_1 .selected .tabpanel {
	display:block;
	overflow:auto;
}
.tabpanel p {
	line-height:20px;
}
.tabpanel h3 {
	font-size:1.3em;
}
.tabbox_1 .selected h2 a:hover {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	color:#b91518;
}
.tabbox_1 .selected h2 a {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	width:232px;
	height:54px;
	margin:0;
	cursor:default;
	color:#b91518;
	outline:none;
}
.tabpanel_content {
	/*padding:10px 30px 20px;*/
	padding:3px 30px 20px;
	display:block;
}
.tabpanel_l {
	border-right:1px solid #B91518;
	float:left;
	height:300px;
	line-height:20px;
	padding:0 3px 0 0;
	width:47%;
}
.tabpanel_r {
	float:right;
	width:46%;
	padding:0px 0px 0px 10px;
	line-height:20px;
}

.tabpanel_l_adv {
	border-right:1px solid #B91518;
	float:left;
	height:300px;
	line-height:20px;
	padding:0 5px 0 0;
	width:49%;
}

.tabpanel_r_adv {
	float:right;
	line-height:20px;
	padding:0 0 0 13px;
	width:45%;
}


.tabpanel_r ul {
	padding-left:20px;
}
.tabpanel_r ul li {
	line-height:20px;
	list-style:disc;
}
.punchline {
	bottom:60px;
	color:#b91518;
	font-style:italic;
	font-weight:normal;
	position:absolute;
	text-align:center;
	font-size:11px;
	width:434px;
}
/* advantage.html CSS ends */


/*===============privacy.html css start===============*/
#pri_container {
	height:auto;
	padding-bottom:50px;
	padding-top:20px;
	overflow:hidden;
	background-color:#fff;
}
#prvc {
	width:939px;
	height:412px;
	border-left:10px solid #d8d8d8;
	border-right:10px solid #d8d8d8;
	background-color:#FFFFFF;
}
#pri {
 margin:0px auto;
}
#pri p {
	padding:5px 20px;
	line-height:20px;
	text-align:left;
}
#pri ul {
	padding:10px 40px;
}
#pri ul li {
	list-style:disc;
	list-style-position:inside;
	line-height:20px;
}
/*===============privacy.html css ends===============*/
/*===============Begin t-c.html===============*/
#t_c_container {
	width:900px;
	height:auto;
	padding-top:20px;
	overflow:hidden;
}
#t_c {
	font-family:Verdana, Arial, san-serif;
	margin:0px auto;
	padding-left:20px;
}
#t_c ul {
	padding-left:20px;
	line-height:20px;
}
#t_c ul li {
	list-style:disc;
	margin:15px 0px;
	text-align:left;
}
#t_c ul li ul li {
	list-style:circle;
}
#t_c h2 {
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:20px;
}
strong em table {
	margin-left:100px;
}
.lgn_title {
	font:bold 22px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif; 
	color:#666666;
	margin:0px 0px;
}
/*===============End t-c.html css===============*/

/*===============site-map.html===============*/
#s_m {
	background:#FFFFFF none repeat scroll 0 0;
	height:330px;
	margin:0 0 5px 10px;
	padding-top:14px;
	top:0;
	width:600px;
}
#s_m h2 {
	font:bold 20px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	color:#666666;
	margin:10px 0px;
}
#s_m ul {
	padding-left:20px;
}
#s_m ul li {
	list-style:disc;
	line-height:20px;
}
#s_m ul li a {
	color:#333333;
}
#s_m .left {
	float:left;
	width:300px;
}
#s_m ul.main {
	font-size:13px;
	font-weight:bold;
}
#s_m ul.main li {
	list-style:none;
	line-height:26px;
}
#s_m ul.main li a {
	color:#333333;
}
#s_m ul.inner {
	padding-left:40px;
	font-size:13px;
	font-weight:normal;
}
#s_m ul.inner li {
	list-style:disc;
}
#s_m ul.inner li a {
	color:#BC141C;
}
#prvc_sm {
	background-color:#FFFFFF;
	border-left:10px solid #D8D8D8;
	border-right:10px solid #D8D8D8;
	height:357px;
	width:939px;
}
/*===============site-map.html css ends===============*/

/*===========About Us===========*/
.right_box .cta1 {
	color:#fff;
	width:198px;
	height:142px;
	margin-left:29px;
	position:relative;
	margin-top:5px;
}
.right_box .cta1 .disp {
	position:absolute;
	top:40%;
	height:146px;
	width:204px;
	margin-top:-18%;
}
.right_box .cta1 p {
	font:normal 18px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	text-align:center;
	width:165px;
	margin:0px auto;
	line-height:22px;
}
.right_box .cta1 .ab {
	width:102px;
	margin:10px auto;
}
/*==========End about us=============*/
/*---advantage.html - new */
.r_impact_adv {
	margin:12px 0px 0px 0px;
}
.r_impact_adv .r_impact {
	text-align:center;
}
.r_impact_adv .r_impact h1 {
	font-size:25px;
	font-weight:bold;
}

.r_impact_adv h5 {
	color:#B91518;
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:50px;
}
.r_impact_adv h4 {
	color:#B91518;
	font-size:13px;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:27px;
	padding-left:10px;
}
.r_impact_adv h4 a {
color:#666666;
}
.r_impact_adv h4 a:hover {
color:#B91518;
}


.r_impact_adv .client a {
	font-size:15px;
	color:#666666;
	padding-left:15px;
	background:url(../images/pro_grey_icon.png) no-repeat left center;
}
.r_impact_adv .client a:hover {
	color:#B91518;
	background:url(../images/pro_icon.png) no-repeat left center;
}
.brand a {
	color:#999;
	font-weight:normal;
	line-height:15px;
}
.brand a:hover {
	color:#ffa800;
	font-weight:normal;
}
.right_box .cta {
	background:url(../images/real_impact.png) center repeat-x;
	color:#fff;
	width:215px;
	height:150px;
	margin:85px auto 0 21px;
	position:relative;
}
.right_box .cta .disp {
	position:absolute;
	top:40%;
	height:135px;
	width:214px;
	margin-top:-38px;
}
.right_box .cta p {
	font:normal 18px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	text-align:center;
	width:165px;
	margin:0px auto;
	line-height:22px;
}
.right_box .cta .ab {
	width:102px;
	margin:10px auto 0px;
}
.right_box .ctavisa {
	background:url(../images/real_impact.png) center repeat-x;
	color:#fff;
	width:215px;
	height:150px;
	margin:21px auto 0 21px;
	position:relative;
}
.right_box .ctavisa .disp {
	position:absolute;
	top:40%;
	height:135px;
	width:214px;
	margin-top:-38px;
}
.right_box .ctavisa p {
	font:normal 18px Verdana, Arial, san-serif;
	font-family:Verdana, Arial, san-serif;
	text-align:center;
	width:165px;
	margin:0px auto;
	line-height:22px;
}
.right_box .ctavisa .ab {
	width:102px;
	margin:10px auto 0px;
}

.tabbox {
	position:relative;
	top:0;
	left:0;
	width:679px;
	text-align:left;
	height:291px;
	font-size:10px;
}
.tabbox h2 {
	position:relative;
	top:20px;
	left:-2px;
	margin:0;
	width:224px;
	z-index:2;
	color:#12adc1;
	font-size:10px;
}
.tabbox h2 a.first {
	background:url(../images/tabbox_mid.png) top left no-repeat;
	width:224px;
}
.tabbox .selected h2 a.first {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
	width:224px;
}
.tabbox h2 a.first:hover {
	/*background:url(../images/tabbox_mid_h.png) top left no-repeat;*/
	width:224px;
}
.tabbox .selected h2 a.first:hover {
	background:url(../images/tabbox_mid_o.png) top left no-repeat;
	width:224px;
}
.tabbox h2 a.last {
	background:url(../images/tabbox_mid_2.png) top left no-repeat;
	height:60px;
}
.tabbox .selected h2 a.last {
/*	background:url(../images/tabbox_mid_o.png) top left no-repeat;*/
	background:url(../images/tabbox_mid_2_over.png) top left no-repeat;
	height:60px;
}
.tabbox h2 a.last:hover {
	/*background:url(../images/tabbox_mid_h1.png) top left no-repeat;*/
	height:60px;
}
.tabbox .selected h2 a.last:hover {
	/*background:url(../images/tabbox_mid_o.png) top left no-repeat;*/
	background:url(../images/tabbox_mid_2_over.png) top left no-repeat;
	height:60px;
}


.tabbox h3 {
	font-size:12px;
	font-weight:bold;
}
.tabbox h2 a {
	background:url(../images/tabbox_mid.png) no-repeat;
	color:#666666;
	padding-left:20px;
	line-height:55px;
	display:block;
	font-family:Verdana, Arial, san-serif;
	font-size:13px;
	height:54px;
	margin:0px;
	padding-left:20px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
.tabbox h2 a:hover {
	/*background:url(../images/tabbox_mid_h.png) no-repeat;*/
	height:54px;
	color:#fff;
	text-decoration:none;
}
.tabbox .tabpanel {
	position:absolute;
	top:0px;
	left:222px;
	/*width:494px;*/
	width:515px;
	height:496px;
	background:url(../images/tabpanel_bg.png) no-repeat;
	z-index:1;
	display:none;
	font-size:12px;
}
.tabbox .selected .tabpanel {
	display:block;
	overflow:auto;
}
/*====End advantage.html tabs====*/
.tabpanel p {
	font-size:12px;
	line-height:18px;
	padding-bottom:5px;
	padding-right:17px;
	
	text-align:left;	
}

.tabpanel_l p, .tabpanel_r p {
	padding-bottom:8px;
}
.tabpanel_l p.second, .tabpanel_r p.second {
	padding-top:12px;
}
.tabpanel_l p span, .tabpanel_r p span {
	color:#2971A7;
	line-height:15px;
}
.tabpanel h1 {
	font:bold 18px/25px Verdana, Arial, san-serif ;
	font-family:Verdana, Arial, san-serif;
	text-align:left;
	text-transform:none;
	margin-bottom:3px;
	color:#333;
}
.tabpanel h3 {
	font-size:14px;
	/*padding:4px 20px 12px 0;*/
	padding:4px 20px 8px 0;
	line-height:16px;
	font-weight:bold;
	font-family:Verdana, Arial, san-serif;
	color:#B91518;
}
.tabpanel h3.second {
	padding:7px 0px 12px;
}
.tabbox .selected h2 a:hover {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	color:#b91518;
	width:224px;
}
.tabbox .selected h2 a {
	background:url(../images/tabbox_mid_o.png) no-repeat;
	height:54px;
	margin:0;
	cursor:default;
	color:#b91518;
	outline:none;
	width:224px;
}

#chilli_img {
	background:url(../images/chillies.jpg) no-repeat;
	position:absolute;
	height:140px;
	width:221px;
	top:320px;
	left:0px;
}

.tab_other {
	line-height:20px;
	position:relative;
	top:17px;
}

.tab_other1 {
	line-height:20px;
	position:relative;
	top:27px;
}
/* advantage.html new page */

.home_banner_2 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:0px 
}

.home_banner_3 {
width:335px; 
height:42px;
margin-left:150px;
margin-top:0px 
}
.home_banner_4 {
width:335px; 
height:42px;
margin-left:112px;
margin-top:11px 
}
.home_banner_5 {
width:335px; 
height:42px;
margin-left:21px;
margin-top:59px 
}

.learnmore {
width:335px; 
height:42px;
margin-left:14px;

margin-top:116px 

}
.learnmore1 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:96px 

}
.learnmore2 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:85px 

}
.learnmore3 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:76px 

}
.learnmore4 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:35px 

}

.learnmore5 {
width:335px; 
height:42px;
margin-left:14px;
margin-top:151px 

}

.colse_icon
{width:14px;
height:14px;
background:url(../images/close_icon_25nov_2.png) no-repeat;
position:absolute;
left:322px;
top:7px;
cursor:pointer;

}

/*===ajax popup============rounded corners===============*/
#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  margin: auto;
  border-collapse: collapse;
}
#facebox .body {
  background: #fff;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#div55
{ width:100%;
 height:252px; 
 margin-left:auto; 
 margin-right:auto; }
 .Problem{
 font-size:22px;
 font-family:Verdana, Arial, san-serif;
 color:#333333;
 font-weight:bold;
 padding-top:10px;
 margin-bottom:10px;
 padding:0px;

 }
#div55 p{
 float:left;
 font-family:Verdana, Arial, san-serif;
 font-size:13px;
 font-weight:normal;
 line-height:22px;
 padding:0px;
 margin:0px;
 text-align:left;
 color:#666666;
 }


#message {
	position:relative;
	left:217px;
	top:50px;
	width:300px;
	height:150px;
	text-align:center;	
}
#cont_head {
	color:#B91518;
	font-weight:bold;
	font-size:16px;
}
#cont_p {
	line-height:20px;
}


/*===ajax popup============rounded corners ends===============*/
.tabpanel a:hover {
color:#B91518;
}
.home_bold {
	color:#B91518;
	font-size:14px;
}

/*Style for popup container*/
.please_specify
{
    position:absolute;
    height:42px;
    top:377px;
    margin-left:480px;
}

.rfv_error
{
    color:Red;
    font-size:11px;
}
