﻿#container
{
    background-image: url(images/homepage-background.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 580px;
    position: relative;
}

#menu-container
{
    float: left;
    width: 206px;
}

#search-container
{
    float: left;
    margin-left: 25px;
    padding: 20px 0px 0px 1px;
}

#caption
{
    width: 250px;
    float: left;
    margin-top: 10px;
	font-family: Verdana;
}

#caption, #caption a
{
    color: #fff;
}

#banner-container
{
   position: absolute;
   left: 0;
   bottom: 0;
}

#products-promo
{
    position: absolute;
    left: 10px;
    top: 10px;
}

#products-promo img
{
    margin-right: 10px;
}

#products-promo a
{
    font-weight: bold;
    color: #fff;
}

#content-container
{
    float: right;
    width: 463px;
    margin-top: 50px;
}

#news-events
{
    width: 302px;
    margin-right: 15px;
    float: left;
}

#news-events a
{
    font-weight: bold;
}

#products
{
    float: left;
    width: 146px;
}

a.column-header
{
    display: block;
    background-image: url(images/bar-background.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #57a3bf;
    height: 22px;
    margin-bottom: 6px;
}

.product a
{
    font-weight: bold;
}

#content-footer
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 463px;
}

.footer-bar
{
    position: absolute;
    right: 0;
    bottom: 0;
}

