/*@import 'Base.css';*/
html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
background:transparent
}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
html{height:100%;}
body,input,textarea{font:12px Arial,sans-serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:1.5833em;color: #FFAE35;}
h2{font-size:1.3333em;}
h3{font-size:1.1666em;}
h5,h6{font-size:.8333em;}
dt{font-weight:bold;}

a:link{cursor: pointer; color: #2970a6; text-decoration: none; }
a:visited{cursor: pointer; color: #2970a6; text-decoration: none; }
a:hover{cursor: pointer; color: #2970a6; text-decoration: underline; }
a:active{cursor: pointer; color: #2970a6; text-decoration: none; }


input[type='text'],input.text 
{
xxxborder: 1px solid #ccc;
border:0;
xxxcolor: #999999;
xxxxheight: 16px;
text-align: left;
cursor: text;
}
input[type='file'],input.file 
{
border: 1px solid #ccc;
color: #999999;
height: 16px;
text-align: left;
cursor:pointer;
}

input[type='password'],input.password
{
border: 1px solid #ccc;
color: #999999;
height: 16px;
text-align: left;
}

input.checkbox
{
border: 1px solid #ccc;
}
input.checkbox
{
outline: 1px solid #ccc;
}
span
{
}
button
{
background-color: lightgrey;
}
ol
{
margin-top: 0px;
padding-left: 0px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}


/*
ol   li{ list-style-type: decimal; }
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }

ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
li
{
margin-top: 2px;
padding-left: 3px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
*/


select
{
border: 1px solid #ccc;
text-align: left;
color:#999999;
}

textarea
{
border: 1px solid #ccc;
text-align: left;
color:#999999;
}
p
{
padding-top:10px;
}
b
{
font-weight: bold;
}
img
{
border: none;
}




.clearboth { clear: both; }

#clear{
clear:both;
}



/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  
  
   .subMenuSelected
    {
        height:24px;
        background-color:#414244;
    }

}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}



/* ########################################################################################################## */
/* ########################################     Site      ################################################### */
/* ########################################################################################################## */

html
{
    height:100%; 
}

body
{ 
    font-family: Arial, Helvetica, sans-serif;
    
    margin:0;
    margin-top:20px;
    padding:0;
    background:#444 url(../Images/bg.jpg);
    background-position:bottom ;
    background-repeat:repeat-x;
    background-attachment:fixed;
}


h1,h2,h3 span {
    display:none;
}

h1 {
    height:30px;
    margin:0;
    padding:0;
    display:block;
}
h2 {
    height:13px;
    margin:0;
    padding:0;
}
h3 {
    height:39px;
    margin:0;
    padding:0;
}
h4 {
    height:30px;
    margin:0;
    padding:0;
}
h5 {
    height:15px;
    margin:0;
    padding:0;
}
marquee
{
xxxborder: 1px solid #ccc;
text-align: left;
color:#fff;
}

#container
{
    clear: both;
    width:769px;
    margin: 0 auto;
    background-color:Transparent;
    z-index:-1;
    text-align: left;
    /*position: relative;*/
}

#logo{
height:78px;
z-index:-1;

}

#logo p
{
    margin-top: -45px;
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    color: #C1C1C1;
    clear: both;
    z-index: 100;
}
#logo p b
{
    font-size: 12px;
    font-weight: bold;
    color: #CCCCCC;
    clear: both;
}


#content
{   
    clear: both;
    min-height: 400px;
    height: 100%;
    background-color:Transparent;
    z-index: -1;
}

#contentHeader
{
    height:107px;
    width:769px;
    background-image: url(../Images/contentHeader.png);
    background-repeat:no-repeat;
    background-color: Transparent;
    margin-bottom:15px;
}
#contentHeader img
{
    padding-top:5px;
}

#contentLeftNav
{
    width: 198px;
    height:250px;
    overflow: hidden;
    background-color:#262626; 
    background-image: url(../Images/contentHeaderMiddle.png);
    background-repeat:repeat-y;
    z-index:-10;
    
    
}
.subMenu
{
    background-color:Transparent;
    padding-left:25px;
    padding-top:5px;
    height:30px;  
    display:block;
    z-index: 1;
    font-size: 1em;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
    xxxborder :1px solid #fff;


}
 a.subMenu:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenu:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenu:hover{cursor: pointer; color: #fff; text-decoration: underline;}
 a.subMenu:active{cursor: pointer; color: #fff; text-decoration: none;}


.subMenuSelected
{
    background-image: url(../Images/contentNavSelected.png);
    background-position:top left;
    background-repeat:no-repeat;  
    padding-left:25px;
    padding-top:5px;
    height:34px;  
    display:block;
    z-index: 1;
    font-size: 1em;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
    xxxborder :1px solid #fff;

}
 a.subMenuSelected:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenuSelected:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenuSelected:hover{cursor: pointer; color: #fff; text-decoration: underline;}
 a.subMenuSelected:active{cursor: pointer; color: #fff; text-decoration: none;}


.subSubMenu
{
    background-color:Transparent;
    color: #F18d20;
    padding-left:35px;
    padding-top:5px;
    height:15px;  
    display:block;
    z-index: 1;
    font-size: 12px;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
    xxxborder :1px solid #fff;
    
    line-height:1.4em;    
}
 a.subSubMenu:link{cursor: pointer; color: #F18d20; text-decoration: none;}
 a.subSubMenu:visited{cursor: pointer; color: #F18d20; text-decoration: none;}
 a.subSubMenu:hover{cursor: pointer; color: #F18d20; text-decoration: underline;}
 a.subSubMenu:active{cursor: pointer; color: #F18d20; text-decoration: none;}
 
 
.subSubMenuSelected
{
    background-color:Transparent;
    color: #F18d20;
    padding-left:35px;    
    padding-top:5px;
    height:15px;  
    display:block;
    z-index: 1;
    font-size: 12px;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
    xxxborder :1px solid #fff;


}
 a.subSubMenuSelected:link{cursor: pointer; color: #F18d20; text-decoration: none;}
 a.subSubMenuSelected:visited{cursor: pointer; color: #F18d20; text-decoration: none;}
 a.subSubMenuSelected:hover{cursor: pointer; color: #F18d20; text-decoration: underline;}
 a.subSubMenuSelected:active{cursor: pointer; color: #F18d20; text-decoration: none;}

 
 

#contentLeftNav p
{
    background-color:#262626;    
    display:block;
}



#contentLeftNavHeader
{
    margin-top: 0px; 
    background : url(../Images/contentNavTop.png) no-repeat; 
    width:198px;
    height:35px;
}


#contentLeftNavFoot
{
    margin-top: 0px; 
    background : url(../Images/contentNavBottom.png) no-repeat; 
    width:198px;
    height:15px;
}
	
#contentLeft
{
    background-color: Transparent;
    float: left;
    width: 198px;
    left:0px;
    position:relative;
}

#contentMain
{
    position:relative;
    float: left;
    width: 571px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
}
#main
{
    float: left;
    left:0px;
    width:370px;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}




#contentExtra 
{
    float: left;
	padding-left:10px;
	width: 145px;
	top:-0px;
	text-align: left;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}



/*#etgar {background-image:url(../images/img_preamble.jpg);background-position:right bottom;}*/

#content-center
{
    padding: 0 20px 10px 0px;
    color: #fff;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
    z-index:100;
    overflow: hidden;
    height:100%;
}
#content-center a:link{ cursor: pointer; color: #5ab7fa;text-decoration: none;  }
#content-center a:visited{cursor: pointer; color: #5ab7fa; text-decoration: none; }
#content-center a:hover{cursor: pointer; color: #5ab7fa; text-decoration: underline; }
#content-center a:active{cursor: pointer; color: #5ab7fa; text-decoration: none; }


#contactLeft
{
    background-color: Transparent;
    margin-left:10px;
    float: left;
    width: 330px;
    left:0px;
    position:relative;
    display:block;
    color:#fff;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;     
}


#contactMain
{
    position:relative;
    float: left;
    width: 400px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    margin-left:25px;
}









/*#etgar h3 {background:url(../images/title_preamble.gif) no-repeat;}*/
#main h1
{
    padding:0px 50px 0px 15px;
    text-align: left;
    font-size: 1.5em;
    color: #F18d20;
/*   	'Sub Title'	: { Element : '', Styles : { 'color' : 'Orange', 'font-size' : '1em', 'font-weight' : 'bold','background-image':'url(../images/bulletSub.png) no-repeat','background-position':'top left'} }*/
    background-image:url(../images/bulletHeader.png);
    background-position:top left;
    background-repeat: no-repeat; 
    vertical-align: top;
    xxxborder:1px solid #bbb;
}

#main p span  
{
    text-align: left;
    color:#fff; 
    font-size: 1em;
}
#main p span  b
{
    text-align: left;
    color:red; 
    font-size: 2.3em;
    font-weight:bold;
}



#contentMainProduct
{
    margin-top:-2px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    
    width: 769px;
    background-image:url(../images/products_back_Up.png);
    background-position:top left;
    background-repeat: no-repeat;  
       
    xxxbackground-color: #000;
    z-index:-1;
}
#contentMainProductBottom
{
    margin-top:0px;
    width: 769px;
    height:30px;
    background-image:url(../images/Products_back_Bottom.png);
    background-position:bottom  center;
    background-repeat: no-repeat; 
    z-index:-1;
}
#contentMainProductBG
{
    margin-top:10px;
    width: 769px;
    xxxheight:100%;
    xxxheight:1000px;
    background-image:url(../images/Products_back_Middle.png);
    background-position:bottom left ;
    background-repeat:  repeat-y; 
    xxxrepeat-y: 100%; 
    z-index:-10;
}

#mainProduct
{
    float: left;
    left:0px;
    width:514px;
    background-color:Transparent;
    margin-top:25px;
    margin-left:35px;
    
    padding:0;
    overflow: hidden;
    z-index:-1;
    xxxborder:1px solid #fff;
    
}

#mainProductHeader
{
    margin-top:1px;
    margin-left:35px;
    xxxheight:42px;
    xxxwidth:355px;
    overflow: hidden;
    vertical-align: top;
    
    xxxborder:1px dotted #bbb;
    
    xxxbackground-image: url(../Images/dot_line.gif); 
    xxxbackground-position:bottom right;
    xxxbackground-repeat:repeat-x;     
}


#mainProductHeader h1 span
{
    padding-top:20px;
    xxxheight:30px;
    text-align: left;
    color: #F18d20;
    vertical-align: top;
    xxxborder:1px solid #bbbccc;
}

#mainProduct h3
{
    text-align: left;
    color: #fff;
    vertical-align: top;
}

#contentExtraProduct 
{
    float: left;
	padding-left:10px;
    margin-top:30px;
	
	width: 210px;
	height:100%;
	top:-0px;
	text-align: left;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
	xxxborder:1px solid #fff;
}
#contentExtraProduct Img
{
	margin-top:0px;
	padding-left:10px;

    background-color: Transparent;
    color:#bbb; 
    xxxborder:1px solid #fff;
    
}





#docsMain-Product
{
    
    float: left;
    margin-top:20px;
	padding-left:30px;
	width: 165px;
	top:-0px;
	text-align: left;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}
#docsMain-Product h3
{
    padding:3px 0px 0px 15px;
    text-align: left;
    font-size: 1.2em;
    white-space:nowrap;
    color: #F18d20;
    background-image:url(../images/bulletHeader.png);
    background-position:top left;
    background-repeat: no-repeat; 
    vertical-align: top;
    xxxborder:1px solid #bbb;
    xxxline-height:1.3em;
}

#docsMain-Product h4
{
    height:30px;
    margin:0;
    padding:0;
    font-size: ;
    padding: 0 3px 3px 15px;
    color: #fff;
    z-index:100;
    overflow: hidden;
    xxxborder:1px solid #bbb;
        xxxxline-height:10px;
}
#docsMain-Product h4 a:link{ cursor: pointer; color: #fff;text-decoration: none;  }
#docsMain-Product h4 a:visited{cursor: pointer; color: #fff; text-decoration: none; }
#docsMain-Product h4 a:hover{cursor: pointer; color: #fff; text-decoration: underline; }
#docsMain-Product h4 a:active{cursor: pointer; color: #fff; text-decoration: none; }




#mainTabs
{
    float: left;
    left:0px;
    width:724px;
    background-color:Transparent;
    margin-top:25px;
    margin-left:15px;
    
    padding:0;
    overflow: hidden;
    z-index:-1;
    xxxborder:1px solid #fff;
    
}


.productTab
{
    color: #fff;
    display:block;
    padding-top:5px;
    z-index:-1;
}
 a.productTab:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTab:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTab:hover{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTab:active{cursor: pointer; color: #fff; text-decoration: none;}

.productTabOn
{
    xxxcolor: #ff6633;
    color: #fff;
    display:block;
    padding-top:5px;
    z-index:-1;
}
 a.productTabOn:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTabOn:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTabOn:hover{cursor: pointer; color: #fff; text-decoration: none;}
 a.productTabOn:active{cursor: pointer; color: #fff; text-decoration: none;}

.weblet
{
    margin-top: 10px;
    font-weight:normal;
    font-size: 11px;
    float: left;
    background-image: url(../Images/Products_Button.png);
    width:97px;
    height:26px;
    margin-right: 1px;
    padding-top: 2px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align:middle;
}
.webletOn
{
    margin-top: 8px;
    font-weight:normal;
    font-size: 11px;
    float: left;
    background-image: url(../Images/Products_Button_On.png);
    width:97px;
    height:26px;
    margin-right: 1px;
    padding-top: 4px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align:middle;
}

#main-wide
{
    float: left;
    left:0px;
    width:100%;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
#main-wide h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #F18d20;
    background-image: url(../images/bulletHeader.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}

#content-wide
{
    padding: 0 10px 5px 17px;
    color: #fff;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
    z-index:100;
    overflow: hidden;
    height:100%;
}
#content-wide a:link{ cursor: pointer; color: #fff;text-decoration: none;  }
#content-wide a:visited{cursor: pointer; color: #fff; text-decoration: none; }
#content-wide a:hover{cursor: pointer; color: #fff; text-decoration: underline; }
#content-wide a:active{cursor: pointer; color: #fff; text-decoration: none; }

#content-wide h3
{
    height:1em;
}

.SearchResults-text
{
    color: #fff;
}

.SearchResults-search
{
    color: #F18d20;
}





.subTitle
{
    height:24px;
    background-image: url(../Images/contentNavSelected.png);
    background-position:top left;
    background-repeat:no-repeat;    
    background-color:#414244;
    color:Red;
    margin-left:10px;
    padding-left:12px;
    display:block;
    z-index: 1;
    font-size: 1em;
    vertical-align :  bottom;
}





#banner{
    height:40px;
    width:769px;
    xxxbackground-image: url(../Images/topHeader.gif);
    xxxbackground-repeat:no-repeat;
    clear: both;
}
.topHeaderBG
{
    color:#bbb;
    background-image: url(../Images/menuBG.gif);
    background-repeat: repeat-x;
}
.MenuItem
{
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
}


.SearchTxt
{
    cursor: text;
    margin-top: 5px;
    background-color: #D8D8D8;
    border: 0px;
    color: #fff;
    height: 15px;
    text-align: left;
    z-index: 100;
    width: 100px;
}



#navigate
{   
    float: left;
    left:0px;
    white-space :nowrap;
    min-height: 30px;
    height: 30px;
    width: 100%;
    z-index:10;
}



#search
{
    float: left;
    margin-top: -30px;
    margin-left: 580px;
    width: 150px;
    left: 0px;
    z-index:10;
    white-space: nowrap;
}

#search span
{
   color:#fff;
   padding-right:4px;
}


#search .SearchTxt
{
    cursor: text;
    margin-top: 5px;
    xxxbackground-color:#5ab7fa;
    vertical-align:middle;
    border:  0px;
    color: #fff;
    height: 17px;
    text-align: left;
    z-index: 100;
    width: 100px;
}

.SearchBG
{
    xxxbackground-color:#5ab7fa;
}

/* Forms */

label{
float: left;
width: 120px;
font-weight: bold;
color:#ddd;
}

.emailmessage{
text-align: left;
width: 420px;
font-weight: bold;
color:#ddd;
}
input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
/* End Forms */



#news
{
    clear:both;
    width:769px;
    height:30px;
    margin-top:10px;
    text-align:right;
    background-color: Transparent;
    z-index:100;
}
#news2
{
    clear:both;
    float:right;
    width:135px;
    height:100px;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
    vertical-align:top;
    background-color: Transparent;
    display:inline-block;
}
 a.news:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.news:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.news:hover{cursor: pointer; color: #fff; text-decoration: none;}
 a.news:active{cursor: pointer; color: #fff; text-decoration: none;}
 
.newsBG
{
    color:#bbb;
    background-image: url(../Images/newsBG.png);
    background-repeat: repeat-x;
}

#footerarea
{
    clear:both;
    width:769px;
    height:30px;
    margin-bottom:20px;
    background-image: url(../Images/footerBG.png);
    background-repeat:no-repeat;
}

#footermenu
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 90%;
    float: right;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 5px;
}
#footermenu UL
{
    padding-left: 0px;
    font-weight: normal;
    float: left;
    margin: 0px;
}
#footermenu UL LI
{
    DISPLAY: inline;
}
#footermenu UL LI A
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: normal;
    float: left;
    padding-bottom: 4px;
    color: gray;
    padding-top: 2px;
    text-decoration: none;
    color: #fff;
}
#footermenu UL LI A:hover
{
    padding-bottom: 0px;
    color: #565656;
    xxborder-bottom: gray 4px solid;
    background-color: #f3f3f3;
}



.footer
{
    border-right:solid 1px #fff;
}
.footerLast
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    float: left;
    padding-bottom: 4px;
    color: #fff;
    padding-top: 2px;

}

#linksMain
{
    height:100%;
    width:569px;
    clear: both;
}


#links
{
    padding: 0 10px 10px 0px;
    margin-top: 10px;
    color: #fff;
    z-index:100;
    overflow: hidden;
    height:100%;
    border:1px solid #bbb;
}
#links a:link{ cursor: pointer; color: #5ab7fa;text-decoration: none;  }
#links a:visited{cursor: pointer; color: #5ab7fa; text-decoration: none; }
#links a:hover{cursor: pointer; color: #5ab7fa; text-decoration: underline; }
#links a:active{cursor: pointer; color: #5ab7fa; text-decoration: none; }


#links h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#links img
{
position:relative;
float:right;
}

#flash-center
{
margin-top:10px;
z-index:-100;
display: inline;
xxxborder:1px solid #bbb;
}






#docsMain
{
    float: left;
	padding-left:10px;
	width: 145px;
	top:-0px;
	text-align: left;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}
#docsMain h3
{
    padding:3px 0px 0px 15px;
    text-align: left;
    font-size: 1.2em;
    white-space:nowrap;
    color: #F18d20;
    background-image:url(../images/bulletHeader.png);
    background-position:top left;
    background-repeat: no-repeat; 
    vertical-align: top;
    xxxborder:1px solid #bbb;
    xxxline-height:1.3em;
}

#docsMain h4
{
    height:100%;
    margin:0;
    padding:0;
    font-size: ;
    padding: 0 3px 3px 15px;
    color: #fff;
    z-index:100;
    overflow: hidden;
    xxxborder:1px solid #bbb;
        xxxxline-height:10px;
}
#docsMain h4 a:link{ cursor: pointer; color: #fff;text-decoration: none;  }
#docsMain h4 a:visited{cursor: pointer; color: #fff; text-decoration: none; }
#docsMain h4 a:hover{cursor: pointer; color: #fff; text-decoration: underline; }
#docsMain h4 a:active{cursor: pointer; color: #fff; text-decoration: none; }


#docs h1
{
    padding: 0 5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#docs span
{
    padding: 0  5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #fff;
    vertical-align: top;

}

.SearchTxt
{
    text-align: left;
    background-image:url(../images/search_Back.png);
    background-position:top left;
    background-repeat:  repeat-x; 
    vertical-align: middle;
    font-size: 1em;
    color:#fff;
}


#contentDefault
{
    width: 769px;
    margin-top: 10px;
    background-color: Transparent;
    overflow: hidden;
}

#contentDefault2
{
    float:left;
    width: 620px;
    height:100%;
    margin-top: 10px;
    background-color: Transparent;
    overflow: hidden;
    display:inline-block;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
}

#default-table
{
    
    xxxborder:1px solid #fff;
    width: 100%;
}

#contentDefault h1
{
    padding: 0px 0px 0px 10px;
    text-align: left;
    font-size: 1.2em;
    color: #F18d20;
    background-image: url(../images/bulletDefault.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    xxxborder: 1px solid #bbb;
}


#contentDefault span  
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    color:#fff; 
    font-size: 1em;
}
#contentDefault a:link{ cursor: pointer; color: #fff;text-decoration: none;  }
#contentDefault a:visited{cursor: pointer; color: #fff; text-decoration: none; }
#contentDefault a:hover{cursor: pointer; color: #fff; text-decoration: underline; }
#contentDefault a:active{cursor: pointer; color: #fff; text-decoration: none; }



#contentDefault-center
{
    padding: 0px 10px 20px 10px;
    color: #fff;
    z-index:100;
    overflow: hidden;
    height:100%;
}
#contentDefault-center a:link{ cursor: pointer; color: #5ab7fa;text-decoration: none;  }
#contentDefault-center a:visited{cursor: pointer; color: #5ab7fa; text-decoration: none; }
#contentDefault-center a:hover{cursor: pointer; color: #5ab7fa; text-decoration: underline; }
#contentDefault-center a:active{cursor: pointer; color: #5ab7fa; text-decoration: none; }




#content-center ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
#content-center li
{
margin-top: 2px;
padding-left: 15px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type:   none;
text-align: left;
text-decoration: none;
background-image: url(../images/bullet.png);
background-position: center left;
background-repeat: no-repeat;

}

#content-center-Product ul
{
margin-top: 2px;
xxxpadding-left: 5px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}

#content-center-Product li
{
margin-top: 10px;
xxpadding-left: 15px;
margin-bottom: 0px;
xxmargin-left: 9px;
line-height: 120%;
list-style-type:   none;
list-style-image: url(../images/bullet.png);
text-align: left;
text-decoration: none;


}

#content-center-Product
{
    padding: 0 20px 10px 0px;
    color: #fff;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
    z-index:100;
    overflow: hidden;
    height:100%;
    xxxborder: 1px solid #bbb;
}
#content-center-Product a:link{ cursor: pointer; color: #5ab7fa;text-decoration: none;  }
#content-center-Product a:visited{cursor: pointer; color: #5ab7fa; text-decoration: none; }
#content-center-Product a:hover{cursor: pointer; color: #5ab7fa; text-decoration: underline; }
#content-center-Product a:active{cursor: pointer; color: #5ab7fa; text-decoration: none; }

#tabAboutImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabFeaturesImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabHardwareImg
{
clear:both;
float: right;
margin-top: 10px; 
margin-left: 10px;
margin-right: 0;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabCoverageImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabSolutionsImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabNewImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}
#tabSpecialImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
xxxborder: 1px solid #bbb;
display: inline-block;
}