
/* reset */
html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img 
{
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100.01%;
}

ul, li, blockquote, cite
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

/* HTML Styles ---------------------------------------------------------- */
body
{
    background-color: #4b4b4b;
    margin: 0px;
    padding: 0px;
    font-family: verdana, tahoma, helvetica, sans-serif;
}

p
{
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 80%;
    color: #4B4B4B;
    line-height: 160%;
    margin-bottom: 1em;
}

h1
{
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 120%;
    color: #333;
    margin-top: -5px;
    padding-top: 0px;
    margin-bottom: 15px;
}

h2
{
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 100%;
    color: #333;
    padding-top: 0px;
    padding-bottom: 5px;
}

h3
{
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 80%;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

blockquote
{
    font-size: 70%;
    line-height: 130%;
    text-align: justify;
    color: #999999;
    font-weight: bolder;
    background-color: #FFFFFF;
    background-image: url(/images/blockquote.gif);
    background-repeat: no-repeat;
    padding: 10px;
    width: 80%;
}

cite
{
   
    color: #999999;
    font-weight: normal;
}

img
{
    /* turns off gaps around images */
    border:	0px;
}

a
{
    text-decoration: none;
    font-weight: bold;
}

a:link
{
    color: #178FB7;
    background-color: transparent;
}

a:visited
{
    color: #178FB7;
    background-color: transparent;
}

a:hover
{
    color: #CCDFE8;
    background-color: transparent;
    text-decoration: underline;
}

a:active
{
    color: #A6C8D7;
    background-color: transparent;
}

/* Custom Styles ------------------------------------------------------------------------- */

/* stuff to make the main navigation work ------------------------------- */


td.navCell
{
    background-image: url("../images/mainNavBG.gif");
    background-repeat: repeat-x;
    height: 18px;
}

td.navShadow
{
    background-image: url("../images/mainNavBGShadow.gif");
    background-repeat: repeat-x;
    height: 5px;
}

/* stuff to make the left hand navigation work -------------------------- */

td.leftNavColumn
{
    padding-top: 0px;
    padding-right: 20px;
    width: 119px; 
}


/* Holly Hack to fix nav position on Windows IE */

* html td.leftNavColumn
{
padding-top: 20px;
}

ul.leftNav
{
    color: #178FB7;
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-weight: 900;
    font-size: 70%;
    list-style-type: none;
    line-height: 100%;
}

ul li
{
    padding-bottom: 8px;
}

ul li.leftNavOn
{
    color:  #A6C8D7;
    list-style-image: url(../images/leftNavArrow.gif);
    list-style-type: square;
}

ul li.leftNavSubNav
{
    font-size: 80%;
    margin-left: 10px;
}

ul li.leftNavSubNavOn
{
    color:  #8f8f8f;
    list-style-image: url(../images/leftSubNavArrow.gif);
    list-style-type: square;
    font-size: 80%;
    margin-left: 10px;
}


a.leftSubNavLinks
{
    color: #4b4b4b;
    background-color: transparent;
}

a.leftSubNavLinks:link
{
    color: #4b4b4b;
    background-color: transparent;
}

a.leftSubNavLinks:visited
{
    color: #4b4b4b;
    background-color: transparent;
}
a.leftNavLinks
{
    color: #178FB7;
    background-color: transparent;
}

a.leftNavLinks:link
{
    color: #178FB7;
    background-color: transparent;
}

a.leftNavLinks:visited
{
    color: #178FB7;
    background-color: transparent;
}

a.leftNavLinks:hover
{
    color: #CCDFE8;
    background-color: transparent;
    text-decoration: underline;
}

a.leftNavLinks:active
{
    color: #999999;
    background-color: transparent;
}

/* main layout of page -------------------------------------------------- */

#companyLogo
{
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#strapline
{
    position:absolute;
    top: 25px;
    left: 542px;
    z-index: 2;
}

#container
{
    background-color: #000000;
    background-image: url(/images/whirl.jpg);
    background-repeat: no-repeat;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 455px;
    z-index: 0;
}

#mainContent
{
    position:absolute;
    top: 90px;
    left: 0px;
    z-index: 1;
}

table.vader
{
    background-color: #ffffff;
    background-image: url(/images/mainBG.gif);
    background-repeat: no-repeat;
}

#content
{
    padding: 20px 30px 20px 10px;

}

#content img
{
    /* adds one pixel border to selected images */
    border: solid 1px #4b4b4b;
    margin: 10px;
    float: right;
    clear: right;
}

#content ul
{
    border: solid 1px #CECECE;
    padding: 6px 6px 0px 6px; 
    background-color: #F5F5F5;
    list-style-image: url(../images/ulCirc.gif);
    list-style-type: circle;
    width: 310px;
}

#content ul li
{
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    color: #333333;
    margin-left: 18px;
}

.caption
{
    /* image caption */
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 60%;
    font-style: italic;
    color: #4B4B4B;
    width: 175px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: -5px;
    text-align: right;
    float: right;
    clear: right;
}

#contentLine
{
    border-left: solid 1px #4b4b4b;
    padding-left: 10px;
}

#contentImageColumn
{
    padding-top: 78px;
    padding-left: 10px;
    padding-right: 10px;
    width: 400px; 
}

/* sales email links ---------------------------------------------------- */

.sales
{
    color: #C41E01;
}

a.sales:link
{
    color: #C41E01;
}

a.sales:visited
{
    color: #C41E01;
}

a.sales:hover
{
    color: #C41E01;
    text-decoration: underline;
}

a.sales:active
{
    color: #C41E01;
}

a.adobe
{
    font-size: 80%;
}

/* table download bits -------------------------------------------------- */

table#download
{
    border: solid 1px #4b4b4b;
    padding: 0px;
    font-family: verdana, tahoma, helvetica, sans-serif;
    font-size: 60%;
    color: #4B4B4B;
}

table#download a
{
    color: #178FB7;
}

table#download img
{
    border: 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    clear: none;
}

table#download td
{
    padding: 6px;
}

table#download tr.A
{
    background-color: #DAD9D9;
    
}

table#download tr.B
{
    background-color: #EDEBEB;
}

table#download tr.B td
{
    border-top: solid 1px #4b4b4b;
    border-bottom: solid 1px #4b4b4b;
}


/* footer bits ---------------------------------------------------------- */

#footer
{
    background-color: #000000;
    background-image: url(/images/footerBack.jpg);
    background-repeat: no-repeat;
    width: auto;
    height: 60px;
    font-size: 0.6em;
    line-height: 1.8em;
    color: #A6C8D7;
    z-index: 7;
    padding: 10px 10px 10px 10px;
}

#footer a:link
{
     color: #A6C8D7;
}

#footer a:visited
{
     color: #A6C8D7;
}

#e-scape
{
margin-top: 5px;
float: right;
clear: none;
color: #A6C8D7;
font-size: 1em;
}
