﻿
/* Elements */
html
{
    border: 0;
    padding: 0;
}
body
{
    border: 0;
    padding: 0;
    font-family: Verdana, Sans-Serif;
    color: #000000;
    font-size: 12px;
}
h3
{
    font-size: 12px;
    font-weight: bold;
}
h4
{
    font-weight: bold;
    font-size: 14px;
}
h5
{
    text-decoration: underline;
    font-size: 12px;
}
p a:link, a:visited
{
    text-decoration: none;
    color: #033a96;
}
p a:hover
{
    text-decoration: underline;
}

.smltxt
{
    margin-left: 15px;
    font-size: 10px;
    font-weight: bold;
}

/*  */
#holder
{
    margin: 0;
    padding: 0;
    width: 750px; /* height: 694px;*/
    border: 1px solid black;
    margin: 0px auto;
    background-image: url(        "../images/back_bar.jpg" );
}
#header
{
    border: 0;
    padding: 0;
    background-image: url(        "../images/top.jpg" );
    height: 68px;
}
#menu
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 750px;
    background-image: url(           "../images/bar.jpg" );
}
#menu a:link, a:visited
{
    text-decoration: none;
    color: #033a96;
}
#menu a:hover
{
    text-decoration: underline;
}
#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li
{
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    line-height: 24px;
}
#left
{
    /*height: 600px;*/
    width: 550px;
    display: inline;
}
#right
{
    width: 175px;
    display: inline;
    float: right;
    height: 100%;
    background-image: url(           "../images/right_back.jpg" );
    background-repeat: repeat-y;
}
.centered
{
    margin: 0px auto;
    width: 200px;
    padding-top: 15px;
    clear: both;
}
.bold
{
    font-weight: bold;
}
.frontImageHolder
{
    margin-left: 30px;
    height: 275px;
    width: 550px;
}
.frontImageHolder img
{
    margin: 5px;
    vertical-align: middle;
    border: 1px solid black;
}

.textblock
{
    padding: 10px;
    width: 550px;
}
.awardImg
{
    border: 1px solid black;
    margin: 0px auto;
    width: 400px;
}
.awardCenter
{
    margin: 0px auto;
    width: 400px;
}


/* Contact Us */

.addressHolder
{
    display: block;
    position: relative;
    width: 575px;
}
.addressHolder a:link, a:visited
{
    text-decoration: none;
    color: #033a96;
}
.addressHolder a:hover
{
    text-decoration: underline;
}

.addressHolderwMap
{
    padding-top: 5px;
    position: relative;
    width: 550px;
    height: 260px;
}
.addressBlock
{
    padding-left: 20px;
    width: 275px;
}
.map
{
    position: absolute;
    top: 0px;
    margin-left: 225px;
    height: 260px;
    width: 300px;
}
/* Products Page Style */
.products
{
    float: left;
    width: 265px;
    height: 450px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.products ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.products ul li
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
    cursor: pointer;
    color: #033A96;
    line-height: 20px;
    padding-left: 5px;
}
.products ul li:hover
{
    background-color: #d0d0d0;
    border: 1px solid #808080;
}
.products_right
{
    width: 265px;
    height: 500px;
    margin-left: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.products_right_hidden
{
    display: none;
}
.products_right_hidden ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.products_right_hidden
{
}
.products_right_hidden ul li
{
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
    cursor: pointer;
    color: #033A96;
    line-height: 20px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}
.products_right_hidden ul li ul li
{
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    border: 1px solid #d0d0d0;
    background-color: #FFF;
    cursor: pointer;
    color: #033A96;
    line-height: 20px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.products_right_hidden ul li li:hover
{
    background-color: #d0d0d0;
    border: 1px solid #808080;
}

.AccordionMenuHeader
{
    border: 1px solid #d0d0d0;
    background-color: #f1f1f1;
    color: black;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 1px;
    text-align: left;
    cursor: pointer;
    height: 10px;
    line-height: 10px;
}

.AccordionMenuContent
{
    padding: 5px;
    padding-top: 10px; /*border: 1px dashed 1px solid #325C74;*/
    text-align: left;
    line-height: 12px;
}
div.AccordionMenuContent
{
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
}
div.AccordionMenuContent a:link, a:visited
{
    text-decoration: none;
}
div.AccordionMenuContent a:hover
{
    text-decoration: none;
}
.AccordionLink
{
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana, Sans-Serif;
}
/* Individual Product Page */
.prod_back
{
    width: 32px;
    height: 32px;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    background-image: url(    "../images/leftarrowblue.png" );
}
.prod_back:hover
{
    background-image: url(    "../images/leftarrowblue_hover.png" );
}
.prod_image
{
    width: 300px;
    height: auto;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px black solid;
    z-index: 0;
}
.prod_image2
{
    width: 300px;
    height: auto;
    position: absolute;
    float: left;
    margin-left: 15px;
    margin-top: 250px;
    border: 1px black solid;
    z-index: 0;
}
.prod_info
{
    width: 200px;
    height: 225px;
    display: block;
    margin-left: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.prod_info_left
{
    width: 200px;
    height: 175px;
    display: block;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.prod_downloads
{
    width: 535px;
    height: 50px;
    margin-left: 15px;
}
.prod_left
{
    display: inline-block;
    width: 75px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: underline;
}
.prod_right
{
    width: 200px;
}

.prod_downloads ul
{
    padding: 0;
    margin: 0;
}
.prod_downloads ul li
{
    list-style: none;
    width: 285px;
    line-height: 20px;
    background-color: #F1F1F1;
    border: 1px solid #D0D0D0;
    color: #033A96;
    cursor: pointer;
    font-family: Verdana,Sans-Serif;
    font-size: 12px;
    padding-left: 15px;
}
.prod_downloads ul li:hover
{
    background-color: #d0d0d0;
    border: 1px solid #808080;
}
.prod_downloads a:link
{
    text-decoration: none;
    color: #033A96;
    font-size: 12px;
}
.prod_downloads a:hover
{
    color: #120A8F;
}
.smalltxt
{
    font-size: 10px;
}
.border
{
    border: 1px solid black;
}
.magfloat
{
    height: 25px;
    width: 25px;
    z-index: 2;
    margin-top: -25px;
    margin-left: 5px;
}

.mag
{
}

/* Spare Parts */

.tblholder
{
    margin-left: 15px;
    margin-top: 15px;
    top: 240px;
    display: block;
    display: inline-table;
}
.sptable
{
    width: 520px;
    border: 1px solid black;
}
.sptable th
{
    font-weight: bold;
    background-color: #DDD;
}
.sptable tr
{
    line-height: 12px;
    background-color: #EEE;
}
.sptable tr td
{
}

/* Movie Page */

.media
{
    margin: 0;
    margin-left: 140px;
    width: 320px;
    height: 400px;
    margin-top: 20px;
}


/* Query Page */

.queryHolder
{
    margin-top: 25px;
    margin-left: 140px;
    width: 355px;
}
.queryLable
{
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: Verdana, Sans-Serif;
    color: #000000;
    font-size: 12px;
    width: 140px;
    vertical-align: top;
}
.queryInput
{
    margin-top: 3px;
    margin-bottom: 3px;
    width: 180px;
}
.queryInput input
{
    border: 1px solid #cdcfce;
    background-color: #eaeceb;
    font-size: 12px;
    line-height: 12px;
    font-family: Verdana, Sans-Serif;
    color: #000000;
    padding: 1px;
    height: 14px;
    line-height: 14px;
}
.queryButton
{
    width: 320px;
    margin-left: 110px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.queryButton input
{
    font-family: Verdana, Sans-Serif;
    width: 100px;
}
#CompletePanel
{
    display: none;
    height: 500px;
    text-align: center;
}
#FormPanel
{
    display: none;
}

/* Image Cauresel */
.stepcarousel
{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 270px; /*Width of Carousel Viewer itself*/
    height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 10px; /*margin around each panel*/
    width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.menuLink a:link, a:visited
{
    text-decoration: none;
    font-family: Verdana,Sans-Serif;
    font-size: 11px;
    cursor: pointer;
    color: #033a96;
    line-height: 20px;
}
.jobText
{
    
}
.jobImageLeft
{
    float: left;
    margin-right: 10px;
    border: 1px solid;
}
.jobImageRight
{
    float: right;
    
}
.jobImageLong
{
    border: 1px solid;
    margin-bottom: 10px;
}
.menuNew
{
    color: Red;
    font-size: x-small;
}
