body {
    background: #000000;
    color: #ffffff;
    margin: 0px;
    background-image: url('images/body_bg.jpg');
    background-repeat: repeat-x;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
}

#header {
    background: #121212;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 125px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #000000;
    background-image: url('images/imagestrip_new.png');
    background-repeat: no-repeat;
    background-position: center;
}

#headerbg {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 120px;
    background-repeat: no-repeat;
    z-index: 0;
}

#spacer {
    height: 165px;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
    
#navigation {
    background: #424242;
    background-image: url('images/nav_bg.png');
    background-repeat: repeat-x;
    position: relative;
    top: 165px;
    height: 25px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    z-index: 998;
}

#navlink {
    position: relative;
    margin: 0px;
    color: #999999;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
    text-decoration: none;
    border-right: 1px solid #000000;
    border-bottom: none;
}

#navlink:hover {
    position: relative;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
    text-decoration: none;
    background-image: url('images/nav_bg_hot.png');
    background-repeat: repeat-x;
}

#content {
    clear: both;
    background: #000000;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    width: 798px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    height: 25px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#footer_left {
    float: left;
}

#footer_right {
    float: right;
}

#lp {
    float: left;
    width: 190px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 8px;
    position: relative;
    right: 205px;
}

#lpcontainer {
    float: left;
    width: 100%;
    background: #121212;
    overflow: hidden;
}

#rp {
    float: right;
    width: 570px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 5px;
    position: relative;
    right: 205px;
}

#rpcontainer {
    float: right;
    width: 100%;
    background: #000000;
    position: relative;
    left: 210px;
    border-left: 1px dotted #424242;
}

#title {
    font-size: 14pt;
    color: #afac00;
    margin-top: 20px;
    margin-right: 8px;
    border-bottom: 1px solid #afac00;
}

#contentend {
    clear: both;
}

a {
    color: #b0ac41;
    text-decoration: none;
    border-bottom: 1px dashed #b0ac41;
}

a:hover {
    color: #7077cb;
    text-decoration: none;
    border-bottom: 1px dashed #7077cb;
}

#catalogpdf {
    width: 540px;
    height: 780px;
    background-color: #121212;
}    

th, label {
    text-align: left;
    font-size: 8pt;
    color: #b0ac41; 
}

td {
    padding-bottom: 10px;
}

#w420 {
    width: 420px;
}    

#w410 {
    width: 410px;
}    

#w200 {
    width: 197px;
}

#w210 {
    width: 210px;
}

#w250{
    width: 250px;
}

#w260 {
    width: 260px;
}

#w100 {
    width: 100px;
}

#w85 {
    width: 85px;
}

#w95 {
    width: 95px;
}

.center {
    text-align: center;
}

.right {
    float: right;
}


input, select, textarea {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
}    

input[disabled]{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    background: #000000;
    color: #b0ac41;
}    

li { 
    font-size: 9pt;
    margin-left: 15px; 
}
