﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
body {
    background: #f5f5f5;
    margin: 0;
    color: #999999;
    line-height: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url('body_bg.jpg') no-repeat;
}

#main {
    background: #fff;
    margin: 20px;
    min-height: 300px;
}

.clearall {
    width: auto;
    display: block;
    clear: both;
}

.marg20 {
    padding: 20px;
}

#header {
    width: 100%;
    height: 113px;
}

.head1 {
    float: left;
    width: 260px;
    height: 88px;
    padding-top: 25px;
    padding-left: 28px;
}

.head2 {
    float: left;
    width: 650px;
    height: 113px;
    text-align: right;
}

.logo {
    width: 258px;
    height: 60px;
}

.nav {
    /*width: 660px;*/
    padding: 64px 0px 0px 0px;
    text-align: right;
}

.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menu li {
        display: inline;
    }

        .menu li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 12pt;
            margin-left: 18px;
            font-family: 'Source Sans Pro', sans-serif;
            text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
        }

            .menu li a:hover {
                color: #ffff00;
                text-decoration: none;
            }

#footer {
    background: #555 url('shade.png') no-repeat;
    color: #dcdcdc;
    height: 80px;
    padding: 20px;
    width: auto;
}

    #footer a {
        color: #fff;
    }

h1, h2 {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-size: 18pt;
    color: #252525;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

h2 {
    font-size: 14pt;
    color: #006699;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

h3 {
    font-size: 12pt;
    color: #494949;
    margin: 0px 0px 10px 0px;
}

    h3 a {
        color: #232c33;
    }

p, td, li, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #999999;
}

hr {
    height: 0;
    border-top: 1px dotted #006600;
}

a {
    text-decoration: none;
    color: #0099ff;
}

    a:hover {
        text-decoration: underline;
        color: #0099ff;
    }

    a img {
        border: 0px;
    }

strong {
    color: #808080;
}

.lineb {
    border-bottom: 1px solid #c4c4c4;
}

.linet {
    border-top: 1px solid #c4c4c4;
}

.dvrow {
    background: #ededed;
    padding: 10px;
}

.dvalt {
    padding: 10px;
}

.ctltext {
    padding: 5px;
    margin-bottom: 3px;
}

.ctlbtn {
    padding: 5px 8px 5px 8px;
    background: #494949;
    color: #fff;
    border: 1px solid #2f2f2f;
}

label {
    padding-bottom: 3px;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    padding-top: 3px;
}

.colthird {
    float: left;
    width: 266px;
    margin: 20px;
}

    .colthird label {
        display: inline-block;
        width: 60px;
    }

.col2third {
    float: left;
    width: 572px;
    margin: 20px;
}

.brdgreen {
    border-bottom: 3px solid #51c4d4;
    padding-bottom: 16px;
}

.colmid {
    float: left;
    margin: 20px;
    width: 420px;
}

.colcat {
    float: left;
    margin: 20px;
}

.colwide {
    float: left;
    margin: 20px;
}

.icofeat {
    float: left;
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

.btreg {
    width: 152px;
    height: 62px;
}

.featurebar {
    width: auto;
    padding: 30px 40px 5px 40px;
}

    .featurebar span {
        font-family: 'Times News Roman';
        color: #555;
        font-size: 16pt;
        font-style: italic;
        display: inline-block;
        margin-top: 6px;
    }

.btreg2 {
    width: 240px;
    height: 29px;
    float: right;
    vertical-align: text-bottom;
}

/* Price List */
.prcItem {
    float: left;
    width: 180px;
    height: 80px;
    background: #006666;
    margin: 0px 10px 10px 0px;
    color: #fff;
    padding: 10px;
}

.prcTitle {
    font-size: 10pt;
}

.prcValue {
    font-size: 18pt;
}

.prcTable { width: 100%; border-collapse: collapse; /*border: 1px solid #b8b8b8;*/ }
.prcHeader { background-color: #004B73; height: 28px; color: #fff; font-weight: bold; }  
.prcTable td { height: 22px; }      
.prcRowAlt { background-color: #F5F5F5; }
.prcCol1 { width: 120px; }
.prcCol2 { width: 300px; }
.prcCol3 { width: 100px; }
.prcCol4 { width: 100px; }
.prcCent { text-align: center; }
.prcRgt { text-align: right; }
.prcBot1 { background-color: #237EAE; color: #fff; }
.prcBot2 { background-color: #329AD1; color: #fff; }

.button {
    min-width: 100px;
    padding: 15px 20px;
    background-color: #ccc;
    color: #333;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
    .button.yellow {
        background-color: #ffcc00;
        color: #fff;
        font-size: 12pt;
    }
