html, body {
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

#temp {
    position: absolute;
    top: 75px;
    z-index: 3;
    color: #ccc;
    display: none;
}

a img {
    border: none;
}

h1,h2,h3 {
    color: #002c53;
    text-transform: uppercase;
}

body {
    padding: 0px;
    color: #444;
    background-color: white;
    font-family: 'Arial';/*Open Sans',sans-serif;*/
    font-size: 0.8em;
}

.body_content {
    margin: 0px auto;
    position: relative;
    padding: 100px 0px;
}

a { color: #002c53;  }
a:link {color:#002c53; text-decoration: none;}      /* unvisited link */
a:visited {color:#002c53; text-decoration: none;}  /* visited link */
a:hover {color:#002c53; text-decoration: underline; cursor: pointer}  /* mouse over link */
a:active {color:#002c53;}  /* selected link */

a.btn:link,
a.btn:visited {
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    padding: 5px;
    color: black;
    position: relative;
    left: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    display:inline-block;
    margin-bottom: 20px;

    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);

}      /* unvisited link */

a.btn:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #aaa,  #fff); /* for firefox 3.6+ */
    text-decoration: none;
    behavior: url(./PIE.htc);

}  /* mouse over link */

#sidebar a.dl {
    font-size:13px;
    color: white;
    display: block;
    padding-top: 20px;
    font-style: italic;
    position: relative;
    padding-left: 38px;
}

#sidebar a.dl img {
    width: 30px;
    position: absolute;
    left: 0px;
    top: 22px;
}

#sidebar #toll {
    text-align: center;
    margin-bottom: 50px;
}

#sidebar #dl {
    font-size: 16px;
    border-bottom: 1px solid white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}


a span.o {
    color: orangered;
}

a.u:link { text-decoration: underline; }      /* unvisited link */
a.u:visited {}  /* visited link */
a.u:hover { text-decoration: none; cursor: pointer; }  /* mouse over link */
a.u:active {}  /* selected link */

a.pdf:link, a.pdf:visited { /* unvisited link, visited link */
    text-decoration: underline;
    background: url(../images/pdfbtn.png) no-repeat 0 11px transparent;
    padding: 20px 42px 10px;
}
a.pdf:hover { text-decoration: none; cursor: pointer; }  /* mouse over link */
a.pdf:active {}  /* selected link */

#nav li.selected {
    background-color: #D6DBCE;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6DBCE', endColorstr='white'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D6DBCE), to(white)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #D6DBCE,  white); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);
}

.body_content, #banner_ctr, #footer_ctr{
    width: 1000px;
    position: relative;
}

.content {
    height: 100%;
    padding: 0px 10px;
}

.subcontent {
    padding-top: 45px;
    position: relative;
}

div.subcontent.pp {
    padding-top: 116px;
    padding-left: 30px;
}


/************* BANNER *****************/
#banner{
    background: url(../images/headerslice.png) repeat-x 0 0 white;
    height: 88px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

#banner_ctr {
    background: url(../images/siteheader.png) no-repeat 0 0 white;
    margin: 0px auto;
    height: 76px;
    z-index: 3;
}

#num {
    position: absolute;
    right: 35px;
    top: 80px;
    font-size: 90%;
}

#logo {
    height: 60px;
    width: 215px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#nav {
    position: absolute;
    right: 20px;
    top: 28px;
}

#nav li {
    border-right: 1px solid orangered;
    padding: 5px 20px;
}

/******  Sidebar *********/

#sidebar {
    position: absolute;
    height: 100%;
    top:79px;
    color: white;
    background-color:white;
/*    filter:alpha(opacity=60);  for IE
    opacity:0.6;  CSS3 standard */
    width: 150px;
    right: -5px;
    padding: 10px;
    padding-left: 0px;
    z-index: 1;


}

#sidebar_content {
/*    #002c53*/
    height: 100%;
    width: 130px;
    padding: 10px;
    padding-top: 45px;
    position: fixed;

    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#738BA1', endColorstr='#ffffff', GradientType=0); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,44,83,0.6)), color-stop(80%, rgba(0,0,0,0)));
    background: -moz-linear-gradient(top,  #738BA1,  #ffffff); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);

}

/************* FOOTER ******************/
#footer {
    background: url(../images/footerslice.png) repeat-x 0 0 white;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    height: 70px;
    left: 0px;
}

#footer_ctr {
    background: url(../images/sitefooter.png) no-repeat 0 0 white;
    margin: 0px auto;
    height: 70px;
}

#footer div {
    white-space: nowrap;
    font-size: 93%;
}

#footer div.right, #footer div.left
{
    position: absolute;
    bottom: 20px;
}

#footer div.left {
    left: 10px;
}

#footer div.right {
    right: 10px;
    text-align: right;
}

#footer div a {
    padding: 2px 10px;
    border-right: 1px solid gray;
}

#footer div a.no_right {
    border-right: none;
    padding-right: 0px;
}

/*********  INLINE MENUS *************/

ul {
    list-style-type: none;
}

ul.inline {
    list-style-type: none;
}

ul.inline li {
    float: left;
    text-align: center;
}


td {
    padding: 10px;
}

td span {
    color: red;
}

textarea {
    height: 100px;
    width: 500px;
    margin-bottom: 30px;
    margin-left: 72px;
}


.fl {
    float: left;
}

#product_buttons {
    height: 50px;
    margin: 0px auto;
    width: 600px;
    position: fixed;
    background: white;
    z-index:3;
    width: 810px;
    top: 85px;
    padding-left: 23px;
    padding-top: 10px;
}

#product_buttons a.button:link,
#product_buttons a.button:visited {
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    padding: 5px 20px;
    color: #888;
    margin-right: 7px;
    position: relative;
    top: 7px;
    display:inline-block;

    background: #999; /* for non-css3 browsers */
    background-color: white;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
        behavior: url(./PIE.htc);

}      /* unvisited link */

#product_buttons a.button:hover {
    cursor: pointer;
    color: #666;
    border-color: #aaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff)); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#ffffff', GradientType=0); /* for IE */
    background: -moz-linear-gradient(top,  #aaa,  #fff); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);
    text-decoration: none;

}  /* mouse over link */
#product_buttons a.button:active {}  /* selected link */

#product_buttons a.button.checked:link,
#product_buttons a.button.checked:visited,
#product_buttons a.button.checked:hover {
    font-weight: bold;
    color: white;

    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c53', endColorstr='#90A0AD'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#002c53), to(#90A0AD)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #002c53,  #90A0AD); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);
}      /* unvisited link */

#pilotpro_models {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 16px 0px 5px;
    margin-top: 37px;
    position: fixed;
    z-index: 3;
}

#pilotpro_models a.button:link,
#pilotpro_models a.button:visited{
    padding: 5px 36px;
    background-color: white;
    color: #777;
    font-style: italic;
}      /* unvisited link */

#pilotpro_models a.button.checked:link,
#pilotpro_models a.button.checked:visited {
    font-size: 14px;
    font-weight: bold;
    color: #DE7929;
    font-style: normal;
    border: 1px solid #ddd;
    border-bottom: none;
     padding-bottom: 6px;
     z-index: 4;
     background-color: white;
}      /* unvisited link */

#pilotpro_models a.button.checked:hover {
    cursor: pointer;
}  /* mouse over link */
#pilotpro_models a.button.checked:active {}  /* selected link */


.subheader {
    font-size: 190%;
    color: #444;
    margin-top: 20px;
    text-align: center;
}

ul.kf {
    list-style: disc outside url(../images/orange_arrow.png);
    margin-left: 20px;
}

ul.kf li {
    padding: 5px 0px;
}


#terms .content, #website_terms .content, #privacy .content {

}

#terms h4, #website_terms h4, #privacy h4 {
    margin: 20px 0px 10px;
    text-transform: uppercase;
}

#terms .last, #website_terms .last, #privace .last {
    padding-bottom: 100px;
}

#specifications table {
    width: 760px;
}
#specifications table td {
    vertical-align: middle;
    border-bottom: 1px dotted #ccc;
}

#specifications	.table_title {
    font-style: italic;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
}


#specifications td.left {
    text-align: left;
    white-space: nowrap;
}

#specifications td.right {
    text-align: right;
}

#specifications div.table_title {
    font-weight: bold;
}

#specifications td {
    padding: 5px;
}

#specifications {
    text-align: center;
    padding-top: 20px;
}

#specifications h3 {
    border-bottom: 1px solid #CCC;
    width:760px;
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
}

#specifications table {
    font-size: 12px;
}


#submit {
    padding: 5px;
}


