
/* Override default stuff */

#page_body {
    background-color: white;
    padding: 30px 25px 0px 25px;
}

#page_body p {
    margin-left: 0px;
    margin-right: 0px;
}

p#footer {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 8pt;
}

#cheap_hack {
    background-color: white;
    text-align: center;
}

/* Secondary Navigation Styles */

#nav_top_second {
    width: 751px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#nav_home, #nav_literaturerequest, #nav_tradeshows, #nav_directions, #nav_industrylinks, #nav_employmentopportunities {
    position: absolute;
    top: 5px;
    height: 12px;
    background-position: right center;
    background-repeat: no-repeat;
}

#nav_home {
    background-image: url("../images/nav_home.gif");
    width: 47px;
    left: 52px;
}

#nav_home:hover {
    background-image: url("../images/nav_home_arrow.gif");
}


#nav_literaturerequest {
    left: 105px;
}

#nav_tradeshows {
    left: 222px;
}

#nav_directions {
    left: 310px;
}

#nav_industrylinks {
    left: 429px;
}

#nav_employmentopportunities {
    left: 524px;
}

/* Third Level Navigation Styles */

#nav_top_third {
    width: 751px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#nav_requestquote, #nav_replaceparts, #nav_distribop, #nav_testimonials, #nav_indpartners {
    position: absolute;
    top: 5px;
    height: 12px;
    background-position: right center;
    background-repeat: no-repeat;
}

#nav_requestquote {
    left: 103px;
}

#nav_replaceparts {
    left: 211px;
}

#nav_distribop {
    left: 331px;
}

#nav_testimonials {
    left: 487px;
}

#nav_indpartners {
    left: 573px;
}

/* Other Things */

#page_body h1 {
    font-size: 12pt;
    text-transform: uppercase;
}

#page_body h2 {
    font-size: 10pt;
}

#page_body h3 {
    margin-top: 30px;
    font-size: 10pt;
    font-style: italic;
}

#page_body h1, #page_body h2 {
    margin-bottom: 0.5em;
}

#page_body p a {
    color: black;
}

#page_body div {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#page_body li {
    margin-bottom: 0.5em;
}

/* Sales Rep Table */

#page_body table.sales {
    width: 100%;
}

#page_body table.sales tr {
    border-bottom: 1px solid black;
}

#page_body table.sales td {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid black;
}

#page_body table.sales td.salesrepemail {
    width: 110px;
}

#page_body table.sales td.salesrepcontact {
    width: 200px;
}

#page_body table.sales td.salesrepemail a {
    color: #bb0000;
}

/* Tradeshow Table */

#page_body table.tradeshow {
    /*width: 235px;*/
    border-collapse: collapse;
    border-bottom: 1px solid black;
}

.tradeshow caption {
    font-weight: bold;
}

.tradeshow tr {
    border-bottom: 1px solid black;
}

.tradeshow td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 8pt;
    border-bottom: 1px solid black;
}

/* Customer Base Table*/

#customerbase {
    width: 450px;
}

#customerbase td {
    font-weight: bold;
}


/* New navigation code 7/26/200 -- Jordan */

#nav_top_second_v2 {
  padding-left: 0;
}

#nav_top_second_v2 #home_link {
  display: inline;
}
