﻿#body
{
    background-color: Transparent;
}

#content-wrapper
{
    padding-top: 0;
    background-color: Transparent;
    color: #4d4a4a;
}

#content-top
{
    background: #fff;
    margin-bottom: 0 0 10px 0;
    height: 1%; /* IE fix */
}

#content-top img
{
    display: block;
    width: 420px;
    float: left;
}

#content-top div.site-intro
{
    width: 470px;
    float: left;
    padding: 20px 20px 0 20px;
}

#content-top div.site-intro h2
{
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    color: #424241;
}

#content-top div.site-intro p
{
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

#content-bottom
{
    margin: 10px 0 0 0;
    height: 1%;
}

#content-bottom div.promo-left
{
    width: 482px;
    padding: 6px;
    background: #fff;
    float: left;
}

#content-bottom div.promo-left h4
{
    font-size: 1.4em;
    margin: 0.5em 0 0.2em 0;
}

#content-bottom div.promo-left p
{
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-left h4,
#content-bottom div.promo-left p
{
    padding-left: 10px;
}

#content-bottom div.promo-right
{
    width: 427px;
    float: right;
    
}

#content-bottom div.promo-right div.block
{
    margin-bottom: 8px;
    padding: 5px;
    background: #fff;
    height: 1%; /* IE fix */
}

#content-bottom div.promo-right img
{
    display: block;
    float: left;
    width: 141px;
    height: 111px;
}

#content-bottom div.promo-right h4
{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0.1em 0 0.2em 0;
}

#content-bottom div.promo-right p
{
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-right div.block-text
{
    float: left;
    width: 235px;
    padding: 0  0 0 25px;
}

/* added by Scott special for Storefront button */

#content-bottom div.promo-right div.storefront a
{
	display: block;
	margin-left: 13px;
	margin-right: 8px;
    float: left;
    width: 125px;
	height: 29px;
	background: url(../art/button-storefront.gif) no-repeat;
	overflow: hidden;
	text-indent: -5000px;
}

#content-bottom div.promo-right div.storefront a:hover {
	background-position: 0px -29px;
}

#content-bottom div.promo-right div.storefront div.block-text p
{
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}

.clear {
    clear: both;
}