@charset "utf-8";
/* CSS Document */

body { margin:0px; font-family:"Trebuchet MS"; }
.bodyTag {background:#ebf5f7 url(images/bodybg.jpg) left top repeat-x ; #background:#ebf5f7 url(images/bodybg.jpg) 0px 0px repeat-x }
.maintable {background:url(images/mainbg.jpg) center top repeat-y;}
.menumain {background: url(images/menumain.jpg) center top no-repeat; }
.midmain {background: url(images/midmain.jpg)  center top repeat-y;}

a{color:#717073;text-decoration:none;}
a:link, a:visited{color:#717073;text-decoration:underline;}
a:hover{color:#f25821;text-decoration:none;}

td, p, span, div{color:#717073; font-size:14px;font-family:"Trebuchet MS";line-height:22px;}


hr {padding-right: 5px; padding-left: 5px;}
form {margin:0px; padding:0px;}
select {color:#424242; font-size:11px; border:1px solid #49635c;}

/*H Tags*/ /*default font-size for each H tag is 32,24,18,16,13,9 respectively*/

H1 {font-size:20px; color:#003c70;margin:0px;padding-bottom:8px;line-height:20px;text-transform:none;font-family:"Trebuchet MS"; border-bottom:#fa6932 1px dotted; }
H1 a:link {font-size:20px; color:#003c70;  }
H1 a:visited {font-size:20px; color:#003c70;}
H1 a:hover {font-size:20px; color:#000; }
/*use this for header (page title)*/


H2 {font-size: 16px; font-weight:bold; color: #085db5; margin:0px; font-family:sans-serif;}
H2 a:link {font-size: 16px; font-weight:bold; color: #085db5; text-decoration:none;}
H2 a:visited {font-size: 16px; font-weight:bold; color: #085db5; text-decoration:none;}
H2 a:hover {font-size: 16px; font-weight:bold; color: #858585; text-decoration: underline;}
/*use this for sub-header (you can say sub title), for ex. I used it in Glossary page*/

H3 {font-size:14px; font-weight:bold; color:#575757; margin:0px;padding:0px; font-family:sans-serif;}
H3 a:link {font-size:14px; font-weight:bold; color:#575757; text-decoration:none; }
H3 a:visited {font-size:14px; font-weight:bold; color:#575757; text-decoration:none;}
H3 a:hover {font-size:14px; font-weight:bold; color:#858585; text-decoration:underline;}
/*use this for small-title */

H4 {font-size:12px; font-weight:bold; color:#085db5; text-transform:uppercase; margin:0px; font-family:sans-serif;}
h4 a:link {font-size:12px; font-weight:bold; color:#085db5; text-transform:uppercase;}
h4 a:visited {font-size:12px; font-weight:bold; color:#085db5; text-transform:uppercase;}
h4 a:hover {font-size:12px; font-weight:bold; color:#858585; text-transform:uppercase;}
/*use this for bold text with special identification for ex. I used it in glossary word*/

H5 {font-size:11px; font-weight:bold; margin:0px; color:#085db5; font-family:sans-serif;}
h5 a:link {font-size:11px; font-weight:bold; text-decoration:none; color:#085db5;}
h5 a:visited {font-size:11px; font-weight:bold; text-decoration:none; color:#085db5}
h5 a:hover {font-size:11px; font-weight:bold; text-decoration:none; color:#001711;}

/*use this for bold small title (no special identification)*/


H6 {font-size:9px; font-weight:normal; font-style:normal; color:#001711; margin:0px; font-family:sans-serif;}
h6 a:link {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:underline}
h6 a:visited {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:underline}
h6 a:hover {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:none}

/* here I used it for small italic or very small notes*/

/*------------------------------------------------------------------------------------*/

/* These classes will apply at several standard places (like error message, in case if you don't want border (image link) information block etc.) default classes in each CSS*/

.error {color:#ff0000; font-weight:bold;}
.error a:link{color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:visited {color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:hover {color:#ff0000; font-weight:bold; text-decoration:none;}

.button {background-color:#f64607;height:21px; border:1px solid #b12f00; color:#FFFFFF; font-size:11px; font-weight:bold;}

.noborder {border:0px;}
.noborder a:link{border:0px;}
.noborder a:visited {border:0px;}
.noborder a:hover {border:0px;}

.information {background-color:#ffffff; border:0px solid #76b8c9; padding:3px;}

.breadcrumb {color:#00b6ce;font-size:11px;padding-bottom:8px;} 
.breadcrumb a:link {color:#717073; text-decoration:underline; font-weight:normal;}
.breadcrumb a:visited {color:#717073; text-decoration:underline; font-weight:normal;}
.breadcrumb a:hover {color:#99989a; text-decoration:none; font-weight:normal;}

.highlighted-row {background-color:#afd6df; padding: 4px;}
.highlighted-row table {border:1px solid #76b8c9; background-color:#afd6df; padding: 4px; }
.highlighted-row table td table{border:0px solid #000000; background-color:#afd6df; padding: 4px;}
.highlighted-row a:link {color:#001711; text-decoration:none; font-weight:normal;}
.highlighted-row a:visited {color:#001711; text-decoration:none; font-weight:normal;}
.highlighted-row a:hover {color:#001711; text-decoration:underline; font-weight:normal;}

.highlighted-row1 {background-color:#afd6df; padding: 4px; color:#454545;}
.highlighted-row1 table {border:1px solid #76b8c9 ;background-color:#afd6df; padding: 4px;}
.highlighted-row1 table td table{border:0px solid #000000;background-color:#afd6df;  padding: 4px;}
.highlighted-row1 a:link {color:#454545; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:visited {color:#454545; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:hover {color:#cdcece; text-decoration:underline; font-weight:normal;}

.highlighted-row2 {background-color:#afd6df; padding: 4px;}
.highlighted-row2 {border:1px solid #76b8c9 ;background-color:#afd6df; padding: 4px;}
.highlighted-row2 table td table{border:0px solid #000000; background-color:#afd6df; padding: 4px;}
.highlighted-row2 a:link {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:visited {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:hover {color:#001711; text-decoration:underline; font-weight:normal;}

.highlighted-row3 {background-color: #023281; padding: 4px;}
.highlighted-row3 {border:1px solid #76b8c9; background-color: #023281; padding: 4px; color:#ffffff;}
.highlighted-row3 table td table{border:0px solid #000000; background-color: #023281; padding: 4px;}
.highlighted-row3 a:link {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:visited {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:hover {color:#efefef; text-decoration:underline; font-weight:normal;}

/*special table with header or alter effect*/

img.productimage {border:1px solid #001711; padding:3px;}

/*.price {background-color: #085db5; padding:2px; font-weight:bold;}*/
.price {background-color:#00cde8; font-weight:bold; color:#000;}

.pagelist {color:#001711}
.pagelist table {padding:3px;}
.pagelist table td {padding:3px; padding-left:6px; padding-right:6px;  }
.pagelist table td a:link {color:#085db5; text-decoration:none; font-weight:bold;}
.pagelist table td a:visited {color:#085db5; text-decoration:none; font-weight:bold;}
.pagelist table td a:hover {color:#454545; text-decoration:none; font-weight:bold;}

.pagelist p {color:#000000}
.pagelist p a:link {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:active {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:hover {color:#085db5; text-decoration:none; font-weight:bold;}

table .alt-lines {border:1px solid #001711; border-collapse:collapse; background-color:#231c56;}
table .alt-lines .alt-lineschange1 {background-color:#ffffff; padding:2px; border:1px solid #ffffff; }
table .alt-lines {background-color:#F7F7F7; padding:2px; font-weight:bold;  }
table .alt-lines .alt-linechange2 {background-color:#eaf7ff; color:#000000; font-weight:normal;  }

table.tablewithheader  {border:1px solid #76b8c9; border-collapse:collapse; padding:3px;}
.tablewithheader td {border:1px solid #76b8c9; border-collapse:collapse; padding:3px;}
.tablewithheader th{border:1px solid #76b8c9; border-collapse:collapse; padding:3px; background-color:#afd6df; color:#001711;}
.tablewithheader a:link {color:#001711; font-weight:normal;}
.tablewithheader a:visited{color:#001711; font-weight:normal;}
.tablewithheader a:hover {color:#085db5; font-weight:normal;}

.imgna {background-color:#eaf7ff; text-align:center; width:100px; height:100px; text-transform:uppercase}
.imgna td a:link {color:#000000; text-decoration:underline}
.imgna td a:visited {color:#000000; text-decoration:underline}
.imgna td a:hover {color:#001711; text-decoration:none}

.textbold { font-size: 11px; font-weight: bolder;}
.textsmall {font-size: 10px;}
.txtprice {	color: #CC0000;font-size: 11px; font-weight:bold;}

.logintab {background-color:#AFD6DF; padding: 4px; border:1px solid #76b8c9 ;}
.logintab table {border:0px solid #76b8c9 ;background-color:none; padding: 4px;}
.logintab th {background-color:#AFD6DF;}
.logintab table td table{background-color: #eaf7ff;  padding: 4px; }
.logintab a:link {color:#001711; text-decoration:none; font-weight:bold;}
.logintab a:visited {color:#001711; text-decoration:none; font-weight:bold;}
.logintab a:hover {color:#001711; text-decoration:underline; font-weight:bold;}

.fntwhitebold { font-size: 11px; font-weight: bold;	color: #FFFFFF; }

table.invocetab  {border:1px solid #76b8c9; border-collapse:collapse; padding:3px;}
.invocetab td {border:1px solid #76b8c9; border-collapse:collapse; padding:3px;}

table.bluetable  {border:1px solid #76b8c9; border-collapse:collapse; padding:3px;}
.bluetable td {border:1px solid #76b8c9; border-collapse:collapse; padding:2px;}
.bluetable td.cap {border:1px solid #76b8c9; color:#085db5; border-collapse:collapse; padding:2px; text-transform:uppercase;}
.bluetable th{border:1px solid #76b8c9; border-collapse:collapse; padding:2px; height:20px; background-color:#afd6df; color:#000000; font-size:11px; text-transform:uppercase;}
.bluetable a:link {color:#001711; font-weight:normal;}
.bluetable a:visited{color:#001711; font-weight:normal;}
.bluetable a:hover {color:#000000; font-weight:normal;}

.mid {padding:10px 5px 5px 10px;line-height:18px;}

.titlefont {font-size: 18px; color: #434343; margin:0px;  }

.fontwhite {color:#FFFFFF;}

input,textarea{color:#424242; border:1px solid #242424; font-size:11px}

.bdrmain { background-color:#FFFFFF;}

table.footer {background:url(images/footerbg.jpg) repeat-x top left;}
.footer th{color:#424242;padding:5px;text-align:center;font-weight:normal;font-size:11px; background-color:#f25821;}
.footer td{color:#424242;padding:0px 10px;font-size:11px;}
.footer td table td{ color:#424242;padding:0px 10px 10px 10px;border-right:1px solid #f25821;font-size:11px;}
.footer td.ftitle{color:#424242;padding:10px 0px 0px 10px;font-size:16px;font-weight:bold;font-family:"Trebuchet MS"}
.footer td.ftitle a:link,.footer td.ftitle a:visited{color:#424242;font-size:16px;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;}
.footer td.ftitle a:hover{color:#424242;text-decoration:underline;}
.footer td ul{margin:0px;padding:2px}
.footer td li{margin:0px;padding:0px;list-style:none;background:url(images/greenbullet.gif) no-repeat 0px 6px; padding-left:12px;line-height:18px;font-size:11px;}

.ftitle1{color:#424242;padding:10px 0px 0px 0px;font-size:16px;font-weight:bold;font-family:"Trebuchet MS"}

.fline{border-top:1px solid #787b7e; }
.fcolor {background-color:#0372c1; }
.ftext {color:#ffffff;padding:0px 10px;font-size:11px;}
.ftext a:link, .ftext a:visited {color:#ffffff; font-weight:400;text-decoration:none;}
.ftext a:hover{color:#f25821; font-weight:400;text-decoration:underline;}

.footer a {color:#424242; font-weight:400;text-decoration:none;}
.footer a:visited{color:#424242; font-weight:400;text-decoration:none;}
.footer a:hover{color:#000000; font-weight:400;text-decoration:underline;}

.sitetitlefont {font-size:18px; font-weight:bold; color: #000000; padding-left:20px; padding-top:10px}

table.topicons { padding:2px;}
.topicons td{ text-align:center; padding:5px; }
.topicons td.last{ text-align:center; padding:5px;}

table.linkmenu {margin:0px;}
.linkmenu td{font-family:"Trebuchet MS";font-weight:bold; color:#FFFFFF;text-align:center;font-size:16px;background:url(images/menusupport.jpg) no-repeat top left;}
.linkmenu a:link, .linkmenu a:visited {font-family:"Trebuchet MS";font-weight:bold; color:#FFFFFF;text-align:center;font-size:16px;text-decoration:none;padding:7px 0px 8px 0px;display:block;margin-left:4px; #padding:7px 0px 7px 0px;}
.linkmenu a:hover {text-decoration:none;color:#000000;}

.overmenu {background:#f8551a;}
.overmenu a:link, .overmenu a:visited{text-decoration:none;background:#00aec5;border-bottom:1px solid #cdcece; padding:3px 5px 3px 5px; display:block;color:#FFFFFF;height:20px;font-family:"Trebuchet MS";font-size:13px;font-weight:500;}
.overmenu a:hover{text-decoration:none;color:#000000;background:#afd6df;font-weight:500;font-size:13px;}


table.leftmenu {}
.leftmenu td{ padding-left:40px; height:30px;}
.leftmenu a:link {font-weight:bold; color:#000000;height:30px;}
.leftmenu a:visited{ font-weight:bold; color:#000000;height:30px;}
.leftmenu a:hover { font-weight:bold;  color:#ffffff;height:30px;}


.slogantext { font-size: 18px;	font-weight: 200; color: #ffffff; padding-bottom:7px; padding-right:5px; }

.leftbase {background-color:#8cb9d3; border-right:#FFFFFF solid 1px;}

.leftback {background:url(images/leftback_bg.jpg) repeat-y top left; width:216px;padding:11px 8px;}
.leftback td{}
.leftback a:link {color:#001711; text-decoration:none; font-weight:bold;}
.leftback a:visited{color:#001711; text-decoration:none; font-weight:bold;}
.leftback a:hover {color:#001711; text-decoration:none;}

.rightback {padding:0px;width:140px;}
.rightback td{ }
.rightback a:link {color:#001711; text-decoration:none; font-weight:bold;}
.rightback a:visited{color:#001711; text-decoration:none; font-weight:bold;}
.rightback a:hover {color:#001711; text-decoration:none;}


table.box { }
.box th{ color:#f36e3a; font-size:12px; font-weight:600; border-bottom:solid 1px #001711; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.box td{ padding:3px;}
.box a:link{ color:#001711; }
.box a:visited{ color:#001711; }
.box a:hover{ color:#001711; }

table.boxright { }
.boxright th{ color:#424242; border-bottom:solid 1px #001711; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.boxright td{ padding:3px; }
.boxright a:link{ color:#001711; }
.boxright a:visited{ color:#001711; }
.boxright a:hover{ color:#001711; }

table.checkbox td input{ background-color:transparent; border:0px;}

.copyrights {color:#000; font-size:11px;}
.copyrights a:link{color:#000; font-size:11px;}
.copyrights a:visited{color:#000; font-size:11px;}
.copyrights a:hover{color:#017685; font-size:11px;}

.required { color:#FF0000;}

.graybase { background-color:#e8e8e8;}
/*general css end*/
.toplink{background:url(images/toplinkbg.jpg) no-repeat top left;width:163px;}
.toplink td{height:30px;padding-top:5px;}
.logo{padding:35px 12px 0px 18px;}
.logo a:link, .logo a:visited{display:block;text-indent:-999999px; background:url(images/logo.jpg) left top no-repeat;width:251px;height:77px;}
.logobtmtext{font-size:12px;color:#666666;font-family:"Trebuchet MS";padding:7px 10px 5px 20px;font-weight:bold;line-height:16px;}

.menubg{background:url(images/menubg.jpg) repeat-x top left;border:1px solid #f15922;}

.readmore{font-weight:bold;float:right;padding-top:5px;}
.readmore a:link, .readmore a:visited{text-decoration:none;color:#424242;}
.readmore a:hover{text-decoration:underline;color:#424242;}

.productboxleft{background:url(images/productbox_left_shadow.jpg) repeat-y top right;width:5px;}
.productboxright{background:url(images/productbox_right_shadow.jpg) repeat-y top left;width:5px;}
.productboxbtm{background:url(images/productbox_btm_shadow.jpg) repeat-x top left;height:5px;}
.productboxbg{background:#ebebeb url(images/productbox_bg.jpg) repeat-x top left;height:5px;padding:8px;border-top:1px solid #bdbcbd;height:200px;}
.productboxbg1{background:#ebebeb url(images/productbox_bg.jpg) repeat-x top left;height:5px;padding:5px;border-top:1px solid #bdbcbd;}

.thereeboxtitlebg{background:#0067ab url(images/thereebox_bg.jpg) repeat-x top left;border:1px solid #004075;border-bottom:0px;font-size:14px;color:#FFFFFF;padding:8px;font-weight:bold;}

.producttitlebg{background:url(images/productbox_bluebg.jpg) repeat-x bottom left;font-size:13px;color:#FFFFFF;padding:5px 0px 0px 4px;font-weight:bold;height:30px;line-height:14px;}

.line{background:url(images/line.jpg) repeat-x bottom left;}

.leftbluebox {background:#00aec6 url(images/leftbox.jpg) repeat-x bottom left; width:216px; padding:8px 5px 8px 5px;color:#FFFFFF;font-weight:normal;}
.leftbluebox1{background:#01d3ee;padding:0px;color:#FFFFFF;font-weight:normal;text-align:left;}
.leftbluebox a:link, .leftbluebox a:visited{color:#f25821;text-decoration:underline;}
.leftbluebox a:hover{color:#f25821;text-decoration:none;}

.leftgreybox{background:url(images/videobg1.jpg) no-repeat center;display:block;height:169px; padding-top:8px;}
leftgreybox th{ color:#000000;font-size:14px;padding:4px 5px;font-weight:bold;text-transform:none;}
leftgreybox th span{color:#f3542a;font-size:14px;}
leftgreybox td{padding:5px 8px 8px 8px;color:#000;}
leftgreybox td a:link, .leftgreybox td a:visited{color:#FFFFFF;text-decoration:underline;}
leftgreybox td a:hover{color:#FFFFFF;text-decoration:none;}

.lefttitlebox{background:url(images/leftboxtop.jpg) no-repeat top left;}
.lefttitlebox td{color:#000000;font-size:14px;padding:4px; font-weight:bold;text-transform:none;}
.lefttitlebox td span{color:#f3542a;font-size:14px;}


.boxbg{background:#FFFFFF url(images/productbox_bg.jpg) repeat-x bottom left;height:5px;padding:10px;border-top:1px solid #bdbcbd;height:450px;}

ul{margin:10px 0px;padding:0px 0px 0px 20px}
li{margin:0px;padding:0px;list-style:none;background:url(images/black_bullet.gif) no-repeat 0px 9px; padding-left:15px;line-height:22px;}

.leftlink {margin:0px;padding:10px 0px 10px 0px;}
.leftlink li{margin:0px;padding:2px 0px;list-style:none;background:url(images/black_bullet.gif) no-repeat 0px 8px; padding-left:10px;line-height:18px;}
.leftlink li a:link, .leftlink li a:visited{font-family:"Trebuchet MS";font-size:12px;font-weight:normal;text-decoration:none;color:#FFFFFF;}
.leftlink li a:hover {color:#000000;}

.boxtitlebg{background:#0065a9 url(images/boxtitle_bg.jpg) repeat-x top left;font-size:14px;color:#FFFFFF;padding:5px;font-weight:bold;}
.boxtitlebg a:link, .boxtitlebg a:visited{font-size:14px;color:#FFFFFF;font-weight:bold;text-decoration:none;}
.boxtitlebg a:hover{color:#01c5df;text-decoration:none;}

.boxtitleleft{background:url(images/boxtitle_leftbg.jpg) repeat-y top right; }
.boxtitleright{background:url(images/boxtitle_rightbg.jpg) repeat-y top left; }

.topbg{background:url(images/topbg.jpg) repeat-x top left;}
.leftbg{background:url(images/leftbg.jpg) repeat-y top left;}
.rightbg{background:url(images/rightbg.jpg) repeat-y top right;}
.btmbg{background:url(images/btmbg.jpg) repeat-x top left;}
.boxcontentbg{background:#EEEEEE url(images/boxbg.jpg) repeat-x top left; padding:5px 10px 10px 10px;height:220px;}
.boxcontentbg ul{margin:10px 0px;padding:0px}
.boxcontentbg li{margin:0px;padding:0px;list-style:none;background:url(images/black_bullet.gif) no-repeat 0px 6px; padding-left:15px;line-height:18px;font-size:11px;}

.boxcontentbg1{background:#EEEEEE url(images/boxbg.jpg) repeat-x top left;padding:5px 10px 10px 10px;height:240px;}
.boxcontentbg1 ul{margin:10px 0px;padding:0px}
.boxcontentbg1 li{margin:0px;padding:0px;list-style:none;background:url(images/black_bullet.gif) no-repeat 0px 6px; padding-left:15px;line-height:18px;font-size:11px;}

.boxcontentbg2{background:#EEEEEE url(images/boxbg.jpg) repeat-x top left;padding:5px 10px 10px 10px;height:220px;}
.boxcontentbg2 ul{margin:10px 0px;padding:0px}
.boxcontentbg2 li{margin:0px;padding:0px;list-style:none;background:url(images/black_bullet.gif) no-repeat 0px 6px; padding-left:15px;line-height:18px;font-size:11px;}


.filag{font-family:Tahoma;font-size:11px;padding-right:10px;}
.filimstrip{position:relative;width:200px;float:right;margin-left:8px; margin-bottom:10px;}

ol { margin:0px ; padding:0px;    }
ol li { background:none; list-style:decimal; padding:0px; margin:0px 0px 0px 30px;}

.bookmark {background:url(images/followus_bg.jpg) no-repeat top left; width:206px; height:105px; padding-top:0px; padding-left:10px;}

table.midbox{ padding:0px; margin:0px; width:699px;}
.midbox th{ background:url(images/midbx_top.jpg) no-repeat top left;height:6px; width:699px;}
.midbox td{padding:0px 1px;color:#000;  background:url(images/midbx_bg.jpg) top left repeat-y; height:133px;  }
.midbox td div{padding:10px 8px;color:#000;  background: #eeeeee url(images/midbx_gradint.jpg) top left repeat-x;width:681px;  }
.midbox .bttm{ background:url(images/midbx_bttm.jpg) top left no-repeat; height:9px;}
TABLE.chkgrp TD INPUT
{
	border: Transparent 0px solid;
	background-color: Transparent;
}
SPAN.chkgrp INPUT
{
	border: Transparent 0px solid;
	background-color: Transparent;
}
.chkgrp
{
	border:Transparent 0px solid;
	background-color: Transparent;
}


.socialpage {background:#000 url(images/social-bg.jpg) top left no-repeat; padding:8px;}
	.socialpage h2 {font-size: 16px; font-weight:bold; color: #f86031; margin:0px; font-family:sans-serif;}