﻿*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%; /* needed for container min-height */
    font-family:Arial;
    text-align: center;
    font-size: 14px;
    font-weight:500;
}

body
{
    background: url(Images/bcgr_body.gif) repeat-y center;
}

a
{
    font-size: 1.4em;
    color: #F00;
}

a:hover
{
    text-decoration: none;
}

#container
{
    position: relative; /* needed for footer positioning*/
    width:1002px;
    margin: 0 auto; /* center, not in IE5 */
    height: auto !important; /* real browsers */
    height: 950px; /* IE6: treaded as min-height*/
    min-height: 950px; /* real browsers */
    background: url(Images/bcgr_main.gif) no-repeat bottom center;
}

#header
{
    background: url(Images/bcgr_header-main.gif) repeat-x center;
    overflow: hidden;
    padding: 2em 5em 0 5em;
    height: 89px;
}

#header h1
{
    float: left;
    background: url(Images/logo_min.png) no-repeat top left;
    height: 39px;
    width: 240px;
    text-indent: -9000px;
}

#header ul.menu
{
    float: right;
    list-style: none;
    margin-top: 10px;
}

#mainContent
{
    padding-bottom: 2em;
    margin: 0 auto;
    width: 630px;
    text-align: left;
}

#mainContent h2
{
    font-size:1.3em;
    font-weight:normal;
    text-align:center;
    margin-bottom:1em;
}

#mainContent h3
{
    margin: 1em 0 0.5em 0;
    background:url(Images/heading_bcgr.png) no-repeat left top;
    color:#fff;
    margin-left:0 !important;
    font-size:1.4em;
}

#mainContent p
{
    margin: 1.5em 0;
}

#mainContent p.carLabels
{
    padding-bottom:60px;
    background:url(Images/carLabels.png) no-repeat center bottom;
    margin-bottom:1em;
}

#mainContent ul.services{
    list-style:none;
    margin-left:3em;
}

#mainContent ul.services li
{
    background:url(Images/bullet.png) no-repeat left center;
    padding:0.3em 0 0.3em 25px;
}

#mainContent p.slogan
{
    text-align:center;
    font-size:1.4em;
    margin-top:2em;
}

#mainContent div.contact
{
    text-align:center;
}

#mainContent div.contact address
{
    font-size:1.8em;
    font-style:normal;
    font-weight:bold;
}

#mainContent div.contact p
{
    margin:0;
}

#footer
{
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    margin-left: 0;
    color: #F00;
    font-size:0.9em;
}

#footer p{
    font-size:0.6em; 
    color:#666;
    margin:0 auto;
    width:650px;
    margin-bottom:0.8em;
}

#footer p a{
    color:#666;
}

/*IE 7 and lower*/
*:first-child+html #footer{margin-left: -50%;}
* html #footer{margin-left: -50%;}
