﻿html {
    height:100%;
    background: transparent url('./images/background.jpg') no-repeat bottom left;
}

body 
{
    padding:0;
    margin:0;
    font-family:Arial;
    width:100%;
    height:100%;
}

h1, h2 
{
    padding:0;
    margin:0;
    color:#4667A4;
}

h1 a 
{
    font-size:.4em;
    color:#000000;
    text-decoration:none;
}

h3 
{
    color:#4667A4;
}

img 
{
    border-style:none;
}

img.ImageRight 
{
    float:right; 
    margin-left: 5px;
    border: solid 10px #ececec;
}

.PricingHeader
{
    height:35px;
}

.PricingHeaderTitle 
{
    float:left;
}

.PDFLink 
{
    float:right;
}

.Property 
{
    height:25px;
}

input 
{
    border:solid 1px #000000;
}

.Property .PropertyName 
{
    float:left;
    width: 125px;
}

.Property .PropertyValue 
{
    float:left;
    width: 150px;
}

/* Table for price lists. */
table 
{
    width:100%;
    border: solid 1px #000000;
    border-collapse:collapse;
}

td
{
    padding:3px;
    border: solid 1px #000000;
}

thead 
{
    background-color: #000000;
    color: #FFFFFF; 
    font-weight:bold;
}

#container 
{
    padding-top:50px;
    margin:0 auto;
    width:800px;
    height:100%;
}

#logo 
{
    float:left;
    width:200px;
}

#main 
{
    margin-left:15px;
    float:left;
    width:585px;
}

#content 
{
    padding-top:15px;
}

/* Contact Section */
#contact 
{
    font-size:.7em;
}

#contact ul 
{
    margin:0;
    padding:0 15px;
    list-style-type:square;
}

#contact ul li 
{
    float:left;
    padding-right:20px;
}

/* Navigation Section */
#navigation 
{
    height: 20px;
    background-color:#000000;
}

#navigation ul 
{
    margin:0;
    list-style-type:none;   
}

#navigation ul li 
{
    padding-right:15px;
    float:right;
}

#navigation ul li a
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}