﻿.QuickButtons
{
    float:left;
    clear:both;
    width:640px;
}

.QuickButtons ul
{
    display:block;
    float:left;
    width:640px;
    min-height:87px;
    height:87px;    
    margin:0;
    padding:0;
    font-family:Trebuchet MS;
    border-bottom:solid 1px #5885C4;    
    background:#FFF;
}

.QuickButtons ul li
{
    width:160px;
    float:left;
    list-style:none;
    min-height:87px;
    height:87px;
}

.QuickButtons ul h2
{
    color:#5885C4;
    margin:0px;
    padding:6px 20px 0 20px;
    font-size:18px;
    font-weight:normal;
    float:left;
    clear:both;
    width:120px;
}

.QuickButtons a
{
    color:#CC6600;
    text-decoration:none;
}

.QuickButtons p
{    
    color:#768497;
    font-size:10px;
    padding:0px 20px;
    margin:0;    
    float:left;
    clear:both;
    width:120px;
    line-height: 12px;
}

.QuickButtons li.first
{
    background:url(images/bg-quickButtons-first.gif) no-repeat left bottom;
}

.QuickButtons li.second
{
    background:url(images/bg-quickButtons-second.gif) no-repeat left bottom;
}

.QuickButtons li.third
{
    background:url(images/bg-quickButtons-third.gif) no-repeat left bottom;
}

.QuickButtons li.fourth
{
    background:url(images/bg-quickButtons-fourth.gif) no-repeat left bottom;
}

.QuickButtons .hBar
{
    float:left;
    clear:both;
    width:158px;
    min-height:8px;
    height:8px;
    font-size:0;
    line-height:0;
}

.QuickButtons .first .hBar
{
    background-color:#FFD65D;       
}

.QuickButtons .second .hBar
{
    background-color:#5885C4;
}

.QuickButtons .third .hBar
{
    background-color:#B40360;
}

.QuickButtons .fourth .hBar
{
    width:160px;
    background:#153868 url(images/bg-header-right-corn.gif) no-repeat top right;
}