{!-- css --}
/*
    AcroMetrix CSS v2.8
    Ross A. Reyman
    April 2006

    colors
    AMX Dark Purple:        #464396
    AMX Light Purple:       #8E87BF

/* =================== redefine  */


body {
    background-color: #e7e7e7;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;*/
    /*font-size: 62.5%;*/
    font-size: 58%;
    /*font-size: 10px;*/
    color: #555;
}

h1, h2, h3, h4, h4, h6 {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
    /*font-family: Helvetica, Arial, Verdana, sans-serif;*/
    font-weight: bold;
    letter-spacing: -0.005em;
}

h1 {
    font-size: 2.1em;
}

h1.highlight {
    font-size: 1.9em;
    color: #464396;
    margin-bottom: 0.3em;
}

h2 {
    font-size: 1.9em;
    margin: 0.25em 0;
}

h3 {
    font-size: 1.6em;
    margin: 0.5em 0;
}

h4 {
    font-size: 1.1em;
    margin: 0.25em 0;
}

p {
    font-size: 1.3em;
    line-height: 1.55em;
    /*letter-spacing: 0.025em;*/
    margin: 0 0 0.8em 0;
}

ul, li { list-style-type: none; margin: 0; padding: 0.1em 0 0; }

ul { margin-bottom: 0.5em; }

a {
    font-weight: bold;
    text-decoration: none;
    color: #464396;
}

a:link {}
a:visited {}
a:hover { text-decoration: underline; }

/* to fix mozilla dotted line issue */

a:active {
    color: #aaa;
    outline: none;
}

:focus { -moz-outline-style: none; }

a img, img { border: 0; }

address {
    font-size: 1.1em;
    font-style: normal;
    margin-bottom: 0.9em;
}

input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.4em;
}

select {
    font-size: 1.1em;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* =================== layout blocks  */

#wrap {
    background: url('./css/images/bg-wrap.jpg');
    width: 832px;
    margin: 0 auto;
}

#header {
    position: relative;
    background: url('./css/images/bg-header.png');
    height: 80px;
}

#header img {
    position: absolute;
    bottom: 12px;
    left: 52px;
}

#main {  }

#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {
    width: 422px;
    margin: 1.0em 0 0 0;
    padding: 0 0 0 68px;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#contentWide, #contentJob, #content-product {
    margin: 1.0em 0 0 0;
    padding: 0 68px 0 68px;
}

#content-product:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#navbarTop {
    background: url('./css/images/bg-navbarTop.jpg');
    font-size: 1.0em;
    padding: 0 0 0 60px;
}

#navbarTop:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#navbarBottom {
    background: url('./css/images/bg-navbarBottom.jpg');
    font-size: 1.0em;
    padding: 0 0 0 60px;
}

#navbarBottom:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#footer {
    position: relative;
    background: url('./css/images/bg-footer.jpg') no-repeat;
    background-position: bottom left;
    font-size: 0.9em;
    color: #888;
    height: 132px;
    padding: 8px 16px 8px 64px;        
}

/* =================== navigation bars   */

#navbarTop ul, #navbarBottom ul {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.2em;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navbarTop li, #navbarBottom li {
    float: left;
}

#navbarTop li:first-child, #navbarBottom li:first-child {
    border-left: 1px none #ddd;
}

#navbarTop li a, #navbarBottom a {
    display: block;
    color: #eee;
    padding: 8px 12px 8px 12px;
}

#navbarTop a:hover, #navbarBottom a:hover {
    color: #464396;
    background-image: url('./css/images/bg-navbar-ro.jpg');
    text-decoration: none;
    margin: -1px 0;
    padding: 9px 12px;
}

#navbarTop li.selectedTab, #navbarBottom li.selectedTab {
    font-weight: bold;
    color: #555;
    background-image: url('./css/images/bg-navbar-ro.jpg');
    margin: 0;
    padding: 9px 12px 9px 12px;

}

/* =================== image classes  */

.imgRight {
    float: right;
    margin-right: 48px;
}

.mainBanner {
    margin-left: -16px;
}

/* =================== detail blocks  */

h2.highlight, h2.stretch { /* for stretch javascript */
    background: #ddd;
    margin: 0.25em -16px 6px -20px;
    padding: 0.25em 18px;
}

h2.stretch {
    margin-bottom: 0;
    cursor: pointer; 
}

h2.stretch:hover{ background: #ccc; }

ul.points, ul.home_points {
    font-size: 1.1em;
    line-height: 1.5em;
    list-style-type: disc;
    border-bottom: 1px solid #ddd;
    margin: 0 12px 24px 12px;
    padding: 0 0 12px 0;
}

ul.points li, ul.home_points li {
    padding: 0.25em 0;
}

ul.home_points {
    color: #111;
    font-size: 1.3em;
    list-style-type: none;
    list-style-image: none;
    border-bottom: none;
    margin: 0;
}

ul.home_points li {
    background-image: url('./css/images/bullet_4.gif');
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding: 0 0 0.5em 16px;
}

span.registered_trademark { /* fix the large registered trademark */
    font-size: 66%;
    vertical-align: super;
    display: inline;
}

span.location {
    display: block;
    font-size: 0.7em;
    color: #aaa;
    margin: 2px 0 2px 20px;
    padding: 0;
}

.callout_quote {
/*    text-indent: -1000em;
    width: 454px;
    height: 128px;
    margin-left: -20px;
    border: 1px solid #eee;
    background-image: url('images/callout_quote_bg.gif');
*/}

.callout_quote span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #eee;
    color: #777;
    padding: 4px 0;
    
}

table.ordering {
    width: 100%;
    font-size: 10px;
    border: 0;
}

table.ordering th { text-align: left; border-bottom: 2px solid #eee; }
table.ordering tr {  }
table.ordering td { vertical-align: top; border-bottom: 1px solid #ddd; }

table.ordering .colB { background-color: #eee; padding: 6px; width: 33%; }

table.ordering p { font-size: 11px; }


div.download_box{
    background-color: #ddd;
    background-image: url('./css/images/download_box_icon.jpg');
    background-position: 0% 30%;
    background-repeat: no-repeat;
    width: 346px; /*422*/
    height: 28px;
    /*border: 1px solid #464396;*/
    margin: 12px 0;
    padding: 16px 8px 8px 64px;
}

.footnotes { font-size: 0.9em; color: #666;  }

div.address_cutout {
    background-color: #eee;
    border: 1px dotted #ddd;
    padding: 6px;
}

ul.pr_nav {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 28px -20px;
    padding-left: 20px;
}

ul.pr_nav li {
    /*    background: url('./css/images/bg-tease_h3.jpg') #464396; */
    float: left;
    margin-right: 1px;
    padding: 6px 12px 6px 0;
} 

ul.pr_nav li span { font-size: 0.8em; }

ul.pr_nav li.selected {  }

ul.pr_nav li a {
    color: #bbb;
}

ul.pr_nav li a:hover {
    color: #464396 ;
}

.teaseBlock {
    position: relative;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 0.5em -20px;
    padding: 0 0 8px 0;
}

.teaseBlock div {
    margin-left: 16px;
}

.teaseBlock:last-child { border-bottom: none; }


.teaseBlock h3 {
    font-size: 1.4em;
    color: #aaa;
    margin: 1.0em 0 0 0;
    padding: 0 8px 0 20px;
}

.teaseBlock h4 {
    font-size: 1.3em;
    letter-spacing: -0.005em;
    margin: 0.3em 0 0 0;
    padding: 0 8px 0 20px;
}

.teaseBlock p {
    font-size: 1.1em;
    width: 324px;
    margin: 0 0 1em 0;
    padding: 0 0 0 20px;
}

.teaseBlock p.publication { /* quote indented */
    text-indent: -2em;
    margin-top: 1em;
    margin-left: 2em;
    
}

.productBlurb {
    float: left;
    width: 46%;
    padding-right: 8px;
    padding-bottom: 24px;
}

.productBlurb ul {
    font-size:  1.2em;
}

.productBlurb ul li {
    padding-left: 18px;
    margin-bottom: 8px;
}

.goMore {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: 0 8px 0 0;
}

.teaseBlock select, #productNavBox select {
    border: 1px solid #ddd;
    padding: 3px 0;
}

.teaseBlock p.meta {
    font-size: 0.9em;
    color: #888;
    background-color: #ddd;
    margin: 0 0 0 0;
    padding: 0.2em 0 0.2em 20px;
}

.phoneList {
    font-size: 1.1em;
}

.directions {
    list-style-type: disc;
    margin: 0 0 24px 24px;
}

.directions li {
    list-style-image: url('./css/images/bullet_arrow.png');
    padding: 2px 0;
}

/* =================== product finder  */

h2.product_menu {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 8px 8px 8px;
}

.finderKey {
    position: absolute;
    top: 172px;
}

.finderKeyInstructions {
    background-color: #eee;
    color: #888;
    width: 156px; /* 168 - 12 */
    padding: 2px 6px;
}

.finderKeyInstructions h2 { font-size: 1.2em; }
.finderKeyInstructions p {  font-size: 1.1em; }

.demo_tease {
    border: 1px solid #eee;
    margin: 24px 138px 0 0;
    padding: 12px;
}

.domenabled #finderParent {
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    background-image: url('./css/images/finderParent-bg.jpg');
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 16px 0 0 -8px;
    width: 680px;
    height: 424px;
}

.domenabled ul#finder {
    font-size: 1.2em;
    position: absolute;
    top: 32px;
    left: 0;
    border-right: 1px dotted #ddd;
    padding-left: 0;
}

.domenabled ul#finder, .domenabled ul#finder ul {
    width: 140px; /* check wifth of ul.shown below */
    list-style-type: none;
    margin: 0;
}

.domenabled ul#finder ul.hidden, .domenabled ul#finder ul.hiddenThin {
    position: absolute;
    top: 0px;
    left: -2000px;
}

.domenabled ul#finder ul.shown, .domenabled ul#finder ul.shownThin {
    position: absolute;
    top: 0px;
    left: 141px; /* check width of the ul#finder ul above */
    border-right: 1px dotted #ddd;
    padding-left: 0;
}

/* experimental */

.domenabled ul#finder ul.thin {
    width:  88px;
}

.domenabled ul#finder ul.shownThin {
    left: 90px; /* check width of the ul#finder ul above */
}

.domenabled ul#finder li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 4px; /* controls size of each clickable item */
    background: url('./css/images/finder-bg-a.gif') no-repeat 100% 50%;
}

.domenabled ul#finder a.open {
    display: block;
    font-weight: bold;
    color: #fff;
    background: url('./css/images/finder-bg-a-open.gif') no-repeat 100% 50%;
    background-color: #8E87BF;
}

.domenabled ul#finder li a:hover {
    background: url('./css/images/finder-bg-a-open.gif') no-repeat 100% 50%;
    background-color: #eee;
}

.domenabled ul#finder a.open:hover {
    background-color: #8E87BF;
}

.domenabled ul#finder a.parent{
    /*background: url(arrow.gif) no-repeat #fff 100% 50%;*/
    /*padding: 4px 16px 4px 4px;*/
}

.domenabled ul#finder li a.direct_link {
    background: url('./css/images/none.gif') no-repeat 95% 50%;
    font-weight: bold;
    margin: 0;
}

.domenabled ul#finder li a.direct_link:hover {
    background-color: #eee;
    text-decoration: underline;
}

.prodGroup {
    border-bottom: 1px solid #ddd;
}

.prodGroup:last-child {
    border-bottom: 1px none #ddd;
}

.prodGroup h3 { margin-bottom: 0.2em; }

.prodGroup li {
    padding: 0.15em 0;
}

/* 768px - 16px = 752px */
#productDetail {
    float: left;
    width: 420px;
    padding-right: 16px; 
}

.imageShadow { /* unused image class? */
    float: right;
    background: url('product_images/shadowAlpha.png') no-repeat bottom right !important;
    background: url(shadow.gif) no-repeat bottom right;
    margin: 10px -32px 0 16px !important;
    margin: 10px -32px 0 8px;
    /*padding: 4px 0 8px 8px;*/
}

.imageShadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    margin: -6px 6px 6px -6px;
    padding: 2px;        
}

#productBox, #productNavBox {
    float: right;
    background-color: #eee;
    width: 238px;
    border: 1px solid #ddd;
    margin-right: 47px;
    padding: 8px 16px;
}

#productBox table {
    font-size: 1.0em;
    margin: 0 -8px 8px -8px;
}

#productBox th {
    text-align: left;
    padding: 0 6px;        
}

#productBox td {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 7px;
}

#productBox p {
    font-size: 1.0em;
}

/* job opps */

#contentJob ul {
    font-size: 1.1em;
}

#contentJob li {
    list-style-type: disc;
    margin: 0 0 0 2.0em;
    padding: 0.2em 0;
}

dl#jobBox {
    border: 1px none #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.8em -16px;
    padding: 0.8em 0.8em 0.8em 16px;
}

dl#jobBox dt {
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0 0;
}

dl#jobBox dt + dd {
    display: inline;
    font-size: 1.2em;
    border-right: 1px solid #ddd;
    margin: 0 8px 0 0;
    padding: 4px 16px 4px 8px;
}

#footer img.flushRight { position: absolute; top: 0px; right: 48px; z-index: 900 }

#footer img.flushRight2 { position: absolute; top: 24px; right: 148px; z-index: 1000; }

#footer p, #footer address { font-size: 1em; margin: 0; } 
#footer address span { font-weight: bold; color: #888;  }


#sidebar{
    float: right;
    width: 232px;
    height: 412px;
    background-image: url('./css/images/bg-main_feedback.jpg');
    background-repeat:  no-repeat;
    margin-right:  16px;
    padding: 0 64px 0 16px;
}

ul.regLinks {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

ul.regLinks li {
    margin: 0 0 12px 0;
    padding: 0 0 0 32px;
}

/* =================== fixes to career postings  */

body#career ul {
  font-size: 1.2em;
  width: 500px;
}

body#career ul li {
  line-height: 1.45em;
}

object#swfObject { margin-left: -6px;}