@import "curvedbx.css";
@import "form.css";

html,body{
	color:#000;
	margin:0;
	padding:0;
	height:100%;
	background:#1a1a1a;
}

/*DEFAULT ELEMENT*/
*{padding:0;margin:0}
* :focus{
	outline:0;
}

/*DISPLAY*/
.block{display:block}
.inline{display:inline}
.inblock{display:inline-block}
.fullwidth{width:100%}

/*FLOAT*/
.fl{
	float:left;
}
.fr{
	float:right;
	padding-top: 10px;
}
.cl{clear:both}

/*CURSOR*/
.pointer{cursor:pointer}

/*ALIGN*/
.alignlft{
	text-align:left;
}
.alignrgt{text-align:right}
.alignjus{text-align:justify}
.aligncen{
	text-align:center
}
.vertmid{vertical-align:middle}

/*BORDER*/
.bordercae{border:3px solid #cae7dc}

/*SPACER*/
.spacer0{font-size:0;line-height:0}
.spacer2{font-size:2px;line-height:2px}
.spacer3{font-size:3px;line-height:3px}
.spacer4{font-size:4px;line-height:4px}
.spacer5{font-size:5px;line-height:5px}
.spacer6{font-size:6px;line-height:6px}
.spacer7{font-size:7px;line-height:7px}
.spacer8{font-size:8px;line-height:8px}
.spacer10{font-size:10px;line-height:10px}
.spacer12{font-size:12px;line-height:12px}
.spacer15{font-size:15px;line-height:15px}
.spacer18{font-size:18px;line-height:18px}
.spacer19{font-size:19px;line-height:19px}
.spacer20{font-size:20px;line-height:20px}
.spacer23{font-size:23px;line-height:23px}
.spacer30{font-size:30px;line-height:30px}
.spacer35{font-size:35px;line-height:35px}
.spacer65{font-size:65px;line-height:65px}

/*LINKS*/
a:link,a:visited{
	color:#BA3838;
	text-decoration:none
}
a:hover{
	text-decoration:none;
	color: #990000;
}

/*COLORS*/
.b_000,a.b_000:link,a.b_000:visited{color:#000}
.b_333,a.b_333:link,a.b_333:visited{color:#333}
.w_fff,a.w_fff:link,a.w_fff:visited{color:#fff}
.g_666,a.g_666:link,a.g_666:visited{color:#666}
.g_999,a.g_999:link,a.g_999:visited{color:#999}
.lgreen,a.lgreen:link,a.lgreen:visited{color:#38b404}
.g_a3,a.g_a3:link,a.g_a3:visited{color:#a3a3a3}

/*FONT*/
.bold{font-weight:bold}
.normal{font-weight:normal}
.italic{font-weight:italic}
.fnt8{font-size:7px}
.fnt9{font-size:9px}
.fnt10{font-size:10px}
.fnt12{font-size:12px}
.fnt14{font-size:14px}
.fnt16{
	font-size:12px
}
.fnt18{font-size:18px}
.fnt20{font-size:20px}
.fnt22{font-size:22px}
.fnt24{font-size:24px}
.fnt26{font-size:26px}
.fnt28{font-size:28px}
.fnt30{font-size:30px}
.fnt32{font-size:32px}
h3{font-size:18px}
h2{font-size:20px}
h1{font-size:22px}

/*MARGIN*/
.ma3{margin:3px}.ma5{margin:5px}.ma7{margin:7px}.ma10{margin:10px}.ma15{margin:15px}.ma20{margin:20px}.ma25{margin:25px}
.mt3{margin-top:3px}.mt5{margin-top:5px}.mt7{margin-top:7px}.mt10{margin-top:10px}.mt16{margin-top:16px;*margin-top:12px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}
.mb3{margin-bottom:3px}.mb5{margin-bottom:5px}.mb6{margin-bottom:6px}.mb7{margin-bottom:7px}.mb8{margin-bottom:8px}.mb9{margin-bottom:9px}.mb10{margin-bottom:10px}.mb12{margin-bottom:12px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}
.mr3{margin-right:3px}.mr4{margin-right:4px}.mr5{margin-right:5px}.mr7{margin-right:7px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}
.ml3{margin-left:3px}.ml5{margin-left:5px}.ml7{margin-left:7px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}

/*PADDING*/
.pa2{padding:2px}.pa3{padding:3px}.pa4{padding:4px}.pa5{padding:5px}.pa7{padding:7px}.pa10{padding:10px}.pa15{padding:15px}.pa20{padding:20px}.pa25{padding:25px}
.pt2{padding-top:2px}.pt3{padding-top:3px}.pt4{padding-top:4px}.pt5{
	padding-top:5px;
	left: 322px;
	top: 26px;
}.pt7{padding-top:7px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt19{padding-top:19px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt50{
	padding-top:50px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pb1{padding-bottom:1px}.pb3{padding-bottom:3px}.pb4{padding-bottom:4px}.pb5{padding-bottom:5px}.pb7{padding-bottom:7px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}
.pr2{padding-right:2px}.pr3{padding-right:3px}.pr4{padding-right:4px}.pr5{padding-right:5px}.pr7{padding-right:7px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr16{padding-right:16px}.pr20{padding-right:20px}.pr25{padding-right:25px}
.pl3{padding-left:3px}.pl5{padding-left:5px}.pl7{padding-left:7px}.pl10{padding-left:10px}.pl12{padding-left:12px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}

/*MAIN ID's*/
.ctntwidth{width:935px;padding-left:9px}


/*HEADER*/
#header{background:#000600 url('../images/bg_hd.gif') repeat-x top center}
#header .ctntwidth{background:url('../images/bg_header.jpg') no-repeat top center}

/*TOP NAVIGATION*/
#header .topnav{width:677px;margin:19px 0 1px;padding:5px 0px 0;}
#header .topnav a, .topnav span{display:inline-block;height:63px; margin-right:1px;background-image:url('../images/nav_sprit.jpg');background-repeat:no-repeat;}

#header .topnav a.home{width:84px;background-position:0 0;}
#header .topnav a.home:hover{background-position:-124px 0}
#header .topnav span.home{width:84px;background-position:-124px 0}

#header .topnav a.product{width:117px;background-position:0 -63px}
#header .topnav a.product:hover{background-position:-124px -63px}
#header .topnav span.product{width:117px;background-position:-124px -63px}

#header .topnav a.support{width:106px;background-position:0 -126px}
#header .topnav a.support:hover{background-position:-124px -126px}
#header .topnav span.support{width:106px;background-position:-124px -126px}

#header .topnav a.aboutus{width:112px;background-position:0 -189px}
#header .topnav a.aboutus:hover{background-position:-124px -189px}
#header .topnav span.aboutus{width:112px;background-position:-124px -189px}

#header .topnav a.contactus{width:124px;background-position:0 -252px}
#header .topnav a.contactus:hover{background-position:-124px -252px}
#header .topnav span.contactus{width:124px;background-position:-124px -252px}

#header .topnav a.dealrs{width:115px;background-position:0 -315px}
#header .topnav a.dealrs:hover{background-position:-124px -315px}
#header .topnav span.dealrs{width:115px;background-position:-124px -315px}



/*CONTENT*/
#ctnt{background:#061300 url('../images/bg_ctnt.jpg') repeat-x top center;padding-bottom:1px}
#ctnt .aboutus{background:#1e1e1e url('../images/bg_homeabtus.gif') repeat-x top center;padding:20px;margin-top:20px}

/*FOOTER*/
#ft{background:#1a1a1a url('../images/bg_ft.gif') repeat-x top center;padding-bottom:15px}
#ft a{color:#fff !important}
#ft a:hover{text-decoration:underline}

/*WIDTH*/
.width200{
	width:200px;
	font-size: 12px;
}
.width216{width:216px}
.width300{
	width:360px
}
.width450{width:450px}
.width430{width:430px}
.width280{width:280px}
.width655{width:655px}

/*TABS
UL.tabNavigation {list-style: none; xmargin: 10px 0 0 0;padding: 0;}
UL.tabNavigation LI {display: inline; padding-top:50px; *padding-top:0px; padding-bottom:10px; *padding-bottom:0px; margin-right:1px;}
UL.tabNavigation LI A {padding:10px 35px;color:#000;text-decoration: none;}
UL.tabNavigation LI A.selected,UL.tabNavigation LI A:hover{xbackground:url('../images/first_tab_bt_bg.gif') repeat-x bottom center;color:#32a103; width:309px; padding-top:60px;  *padding-top:8px; border:1px solid red}
UL.tabNavigation LI A:focus {outline: 0;}
div.tabs div {padding:20px 50px 20px 50px; margin-top: 3px;border-top: 1px solid #fff;background:#d4d4d4 url('../images/bg_tabctnt.gif') repeat-x top center}
div.tabs div h2 {margin-top:0;}

.first_tab{background:url('../images/dot.gif') repeat-y right top; width:1px; height:79px; border:1px solid;}
*/


div.tabs div {padding:20px 0 19px 50px; margin-top:3px; border-top: 1px solid #fff; background:#d4d4d4 url('../images/bg_tabctnt.gif') repeat-x top center;}
div.tabs div h2 {margin-top:0; border:1px solid}

.first_tab{background:url('../images/dot.gif') repeat-y right top; width:1px; height:79px; border:1px solid;}

/*ASHWINI 26/10/2009 */
.content{background:#cecece url('../images/contentBg.gif') repeat-x top center; padding:48px;}
.abt_ctn{background:url('../images/abtusImg.gif') no-repeat top center; width:838px; height:130px; margin-top:9px;}
.contact_ctn{background:url('../images/contctusImg.gif') no-repeat top center; width:838px; height:130px; margin-top:9px;}
.support_ctn{background:url('../images/supportImg.gif') no-repeat top center; width:838px; height:130px; margin-top:9px;}
.fnt11{
	font-size:11px;
	line-height: 20px;
}
.hgt214{ height:214px}
.hgt90{ height:90px}


/*ASHWINI 03/11/2009 */

UL.tabNavigation {list-style:none;padding: 0;}
UL.tabNavigation LI {display:inline; height:80px;}
UL.tabNavigation LI a.ft_tab{text-decoration: none; background:url('../images/tab1.gif') no-repeat top; width:309px; padding:69px 0 40px 0; *padding:0;}
UL.tabNavigation LI a.ft_tab:hover{background:url('../images/tab1_hover.gif') no-repeat top; width:309px; height:80px;}

UL.tabNavigation LI a.sc_tab{text-decoration: none; background:url('../images/tab2.gif') no-repeat top; width:309px; padding:69px 0 40px 0; *padding:0;}
UL.tabNavigation LI a.sc_tab:hover{background:url('../images/tab2_hover.gif') no-repeat top; width:309px; height:80px;}

UL.tabNavigation LI a.thd_tab{text-decoration: none; background:url('../images/tab3.gif') no-repeat top; width:314px; padding:69px 0 40px 0; *padding:0; margin-left:2px;}
UL.tabNavigation LI a.thd_tab:hover{background:url('../images/tab3_hover.gif') no-repeat top; width:314px; height:80px; margin-left:2px;}


/*ASHWINI 04/11/2009 */
.nowinindia{position:absolute;margin:-3px 0 -75px -10px;*margin:-6px 0 -75px -10px;_margin:5px 0 -75px -10px;}


.ft_tab{display:inline-block;width:309px;height:80px;text-decoration: none; background:url('../images/tab1.gif') no-repeat top;cursor:pointer}
.ft_tab:hover{background:url('../images/tab1_hover.gif') no-repeat top;}
.ft_tabact{
	display:inline-block;
	width:309px;
	height:80px;
	text-decoration: none;
	background:url('../images/tab1_hover.gif') no-repeat top;
	float: right;
}

.st_tab{
	display:inline-block;
	width:307px;
	height:80px;
	text-decoration: none;
	background:url('../images/tab2.gif') no-repeat top;
	cursor:pointer
}
.st_tab:hover{background:url('../images/tab2_hover.gif') no-repeat top;}
.st_tabact{display:inline-block;width:307px;height:80px;text-decoration: none;background:url('../images/tab2_hover.gif') no-repeat top;}


.tt_tab{
	display:inline-block;
	width:308px;
	height:80px;
	text-decoration: none;
	background:url('../images/tab3.gif') no-repeat top;
	cursor:pointer;
	margin-left: -1px;
	_margin-left: 1px;
}
.tt_tab:hover{background:url('../images/tab3_hover.gif') no-repeat top;}
.tt_tabact{display:inline-block;width:309px;height:80px;text-decoration: none;background:url('../images/tab3_hover.gif') no-repeat top;
margin-left:-2px;_margin-left:-1px;}

.product_ctn{background:url('../images/product_img.gif') no-repeat top center; width:838px; height:130px; margin-top:9px;}

#lftpanal{ width:195px; float:left;}
#rgtpanal{ width:635px; float:right;}

.ttl{
	padding:5px 86px 5px 17px;
	font:bold 14px tahoma;
	color:#fff;
	background:url('../images/pr_ttl_lft.gif') no-repeat top left;
	text-shadow:0.01em 0.01em 0.01em 0.01em #99cc99;
	margin-left: 1px;
}

.lft_nv{background:url('../images/pr_rgt_bg.gif') repeat-y top center; width:179px; padding:10px 0 0 15px; color:#424242;}
.lft_nv ul dt{
	margin-bottom:8px;
	font-size:13px;
	line-height:20px;
	text-transform: capitalize;
	
}
.lft_nv ul dt ww{
	font-size:11.5px;
	margin-left:-7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	padding:0px 0 0 7px;
	text-transform: capitalize;
	margin-top: 10px;
	font-weight: bold;
	text-decoration:underline;
}
.lft_nv ul dt ul{ margin-bottom:20px;
margin-left:30px;}
.lft_nv ul li{
	margin-left:5px;
/*	background:url('../images/pr_arw_icon.gif') center left no-repeat;*/
	padding:0 0 0 15px;
	vertical-align:middle;
	margin-bottom:10px;
	list-style:none;
	}
.lft_nv ul li a{
	color:#003300 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 10px;
}

.lft_nv ul li a:hover{
	color:#006600 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	text-shadow:0.1em 0.01em #99cc99;
	text-decoration:underline;
}

.lft_nv dl dd a p{
	color:#006600 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.pr_rgt_bx{width:100%; border:1px solid #989898;}
.pr_rgt_bx .top {
	line-height:7px;
	font-size:7px;
	margin:0;
	padding:0;
}
.pr_rgt_bx .bottom {line-height:7px;font-size:7px;margin:0;padding:0}
.pr_rgt_bx .bxpad {margin:0px; color:#fff;background:#cecece; padding:2px 9px 2px 9px;}
.pr_rgt_bx p br{line-height:7px;font-size:7px;margin:0}
.pr_rgt_bx p.tlc{float:left;width:7px;background:url('../images/pr_lft_tp_crv.jpg') top left no-repeat;margin:-1px 0 0 -1px;position:relative}
.pr_rgt_bx p.trc{float:right;width:7px;background:url('../images/pr_rgt_tp_crv.jpg') top right no-repeat;margin:-1px -1px 0 0;position:relative}
.pr_rgt_bx p.blc{
	float:left;
	width:7px;
	background:url('../images/pr_lft_bt_crv.jpg') bottom left no-repeat;
	margin:1px 0 -1px -1px;
	position:relative;
	padding-top: 10px;
}	
.pr_rgt_bx p.brc{
	float:right;
	width:7px;
	background:url('../images/pr_rgt_bt_crv.jpg') bottom right no-repeat;
	margin:1px -1px -1px 0;
	position:relative;
	padding-top: 10px;
}
.vid_1{
	padding:20px 20px 0px 20px;
	float:left;
	width: 480px;
}


.pr_ctn_bx{
	width:100%;
	background:#ffffff;
}
.pr_ctn_bx .top {
	line-height:7px;
	font-size:7px;
	margin:0;
	padding:0;
}
.pr_ctn_bx .bottom {line-height:7px;font-size:7px;margin:0;padding:0}
.pr_ctn_bx .bxpad {
	color:#424242;
	background:#ffffff;
	padding:11px 10px 10px 16px;
	margin-left: 10px;
	font-size:10px;
}
.pr_ctn_bx p br{line-height:7px;font-size:7px;margin:0}
.pr_ctn_bx p.tlc{float:left;width:7px;background:url('../images/pr_top_lft_crv.gif') top left no-repeat;margin:0px 0 0 0px;position:relative}
.pr_ctn_bx p.trc{float:right;width:7px;background:url('../images/pr_top_rgt_crv.gif') top right no-repeat;margin:0px 0px 0 0;position:relative}
.pr_ctn_bx p.blc{
	float:left;
	width:7px;
	background:url('../images/pr_btm_lft_crv.gif') bottom left no-repeat;
	margin:2px 0 0px 0px;
	position:relative
}	
.pr_ctn_bx p.brc{float:right;width:7px;background:url('../images/pr_btm_rgt_crv.gif') bottom right no-repeat;margin:1px 0px 0px 0;position:relative}

.thum{
	width:590px;
	margin:29px 0 0 -5px;
	text-align:left;
	float:left
}
.thum a img{ border:4px solid #fff; margin-bottom:10px;}
.thum a{color:#424242 !important; font-weight:bold}

.ft17{ font-size:17px;}

.sprt_link{ margin:17px 0 0 0;}
.sprt_link dt{ margin-top:30px; margin-bottom:10px; font-size:12px;}
.sprt_link dd{ margin-bottom:15px; background:url('../images/pr_arw_icon.gif') center left no-repeat; padding:0 0 0 16px; vertical-align:middle;}
.sprt_link a{color:#424242 !important; }

.head{
	font-size:24px;
	color:#666;
	padding-left: 10px;
}

.safelink a{
	padding:4px 6px 4px 6px;
	color:#990000!important;
	float:left;
	margin-right:5px;
	text-decoration: none;
	font-weight: bold;
} 
.linnh16{ line-height:16px;}
.linnh20{ line-height:20px;}

.ctn_dtl{
	background: url('../images/dot-x.gif') bottom repeat-x;
	padding:0 10px 10px 10px;
	width:530px;
	margin:0 10px 0 10px;
}
.model_list dt{
	font-size:14px;
	color:#BA3838;
	font-weight:bold
}
.model_list dt span{font-size:14px; color:#f8a30f; font-weight:bold}
.model_list dd{
	font-size:10px;
	background:url('../images/arw.png')left no-repeat;
	padding-left:10px;
}

.mr40{margin-right:40px;}

.yestlist dt{ font-size:14px; color:#518a2a; font-weight:bold}
.yestlist dd{font-size:12px; line-height:21px;}
.yestlist dd span{font-size:14px; color:#f8a30f; font-weight:bold}


.borderTable{border-left: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC; text-align:center; font-size:12px;}

.borderTable .thead{ border-right: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; font-size:14px; font-weight:bold; text-align:center; line-height:22px}

.borderTable td{ border-right: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; height:30px;}

.borderTable th{ border-right: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; font-weight:bold;height:30px;}

.tendaList {padding-bottom: 30px; list-style-type:decimal; padding-left:30px;}
.tendaList li{ margin-bottom:10px;}

.introul { margin-left:20px;}
.introul li{ padding-left:5px; font-size:12px; margin-right:20px; margin-bottom:10px;}

.hametechList{ margin:20px 0 0 20px;}
.hametechList li{ margin-bottom:10px; font-size:12px;}

.mt40{margin-top:30px}
.mt60{margin-top:60px}
.ml80{margin-left:80px;}


/* 4/12/2009*/
.mt50{margin-top:50px}
.ml50{margin-left:90px; *margin-left:50px}



/*Height*/
.lheight40{
	line-height:30px;
	font-size:10px;
	font-weight:normal;
	color:#990000;
}

.lheight20{
	font-size:10px;
	font-weight:bold;
	color:#990000;
	margin-top:3px;
}

.flash{
	margin:0px;
	padding:0px;
	float:left;
	height:120px;
	width:935px;
}

.fl_001{
	width:250px;
	height:70px;
	float:left;
	padding:0px;
	padding-top: 50px;
	margin-left: 20px;
}
#internal-tree{
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:500px;
	height:14px;
	}
#internal-tree a{
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:14px;
	text-decoration:none;
	
	}
#internal-tree a:hover{
text-decoration:underline;
	
	}

