﻿html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
}

.image-container {
    margin: 0px; 
    padding: 0px; 
    border: none;
}

.image {
    border: none;
}

#banner {
    width: 739px; 
    float: left;
}

.row{
    display: table-row;
}

.col{
    display: table-cell;
}

#logo {
    float: left; 
    height: 150px; 
    border: none;
    margin-left: 290px;
}

.facebook {
    float: right; 
    margin-left: 10px; 
    margin-top: 2px;
}

#body-t{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    display: table;
    box-shadow: 1px 1px 2px 2px #888888;
    background-color: #fff;
}

#left-t {
    width: 160px;  
    height: 100%;
    margin: 0;
    float: left;
    display: table;
}

.left-t-col {
    height: 150px;
}

#secure {
    text-align: center; 
    margin-top: 50px;
}

.pay-margin {
    margin-left: 5px;
}

#right-t {
    width: 800px;
    height: 100%;
    margin: 0;
    float: right;
    display: table;
}

#left-top {
    height: 150px;
    width: 160px;
}

#left-bottom {
    width: 160px;
}

#left-nav {
    margin-top: 50px;
}

.label-category {
    width: 159px;
    height: 30px;
    margin-top: 10px; 
    text-decoration: none;
    text-align: center;
    background-image: url("../Content/Images/aggressivelabel_category5.png");
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
}

.label-category-inner {
    padding-top: 4px;
}

.label-category a{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.label-category a:hover{
    color: #000;
}

#header {
    width: 300px;
    height: 110px;
    margin: 0px;
}

#header-msg {
    height: 20px;
    width: 400px;
    padding-top: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: underline;
}

#header-msg a:hover {
    color: #000;
}

.header-font {
    font-family: 'Microsoft Sans Serif';
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

#header-phone {
    font-family: 'Microsoft Sans Serif';
    float: right;
    margin-right: 30px; 
    margin-top: 2px; 
    font-size: 20px; 
    color: #333333
}

#top-nav {
    width: 800px;
    height: 40px;
    margin: 0px;
    /*background-color: #1b5acb;*/
    background-image: url("../Content/Images/aggressivelabel_bg_test.jpg");
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    -webkit-user-drag: none;
}

#top-nav-menu {
    padding-top: 10px;
    margin-left: 20px;
}

#top-nav-menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#top-nav-menu ul li { 
    display: inline; 
}

#top-nav-menu ul li a{
    text-decoration: none;
    margin-left: 10px;
    padding: .2em 1em;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
}

#top-nav-menu ul li a:hover{
    color: #000;
    cursor: pointer;
    background-color: none;
}

#content {
    width: 799px;
    border-left: 1px solid #888888;
    background-color: #fff;
}

#footer {
    width: 799px;
    height: 25px;
    text-align: center;
    border-top: 1px solid #888888;
    /*background-color: #1b5acb;*/
    background-image: url("../Content/Images/aggressivelabel_bg_test.jpg");
}

#footer a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}

.content-page {
    margin-left: 30px;
    margin-right: 30px;
    font-family: Verdana;
    font-size: 14px;
}

.text-item {
    float: left;
}

.text-item-description {
    width: 419px;
    float: left;
}

.text-item-description-wide {
    width: 739px;
    float: left;
}

.text-contact {
    width: 419px;
    float: left;
}

.text-item-image {
    width: 300px;
    float: left; 
    margin-left: 20px;
    text-align: center;
}

.text-item-image-right {
    float: right; 
    margin-left: 20px;
}

.no-list-style {
    list-style: none;
}

.hidden {
    display: none;
}

.show {
    display: initial;
}

.content-text {
    width: 469px; 
    float: left;
}

#right-img {
    float: left; 
    margin-left: 20px; 
    margin-top: 10px;
}

#left-img {
    float: left; 
    margin-right: 20px; 
    margin-top: 20px;
}

#copy {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pay-button {
    margin: 10px 0
}

.float-left {
    float: left;
}

.confirmation-btn {
    text-align: center; 
    margin-top: 40px;
}