#overview{
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}
#overview #header{
    height: 131px;
    background-color: #0D6397;
    background-image: url(/public/images/misc/overview-background.gif);
    background-position: top;
    background-repeat: repeat-x;
}
#overview #header #icon{
    float: left;
    position: relative;
    padding-top: 10px;
    padding-right: 20px;
}
#overview #header #ill-1{
    float: left;
    position: relative;
}
#overview #header #tag-1{
    float: left;
    position: relative;
    padding-top: 38px;
    padding-left: 38px;
}
#overview #header #title {
    float: left;
    position: relative;
    padding-left: 20px;
    width: 70%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: white;
    padding-top: 36px;
}
#overview #header #title h1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}
#overview #header #title p{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}
#overview #header #flash-intro{
    float: right;
    position: relative;
}
#overview #main{
    width: 100%;
    float: left;
    position: relative;
}
#overview #main #content{
    width: 73%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 25px 35px;
    border-right: 4px solid #EBEBEB;
}
#overview #main #content p{
    font-size: 12px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
#overview #main #content h1{
    font-size: 20px;
    font-weight: normal;
    color: #0471C1;
}
#overview #main #content h2{
    font-size: 13px;
    font-weight: bold;
    color: #519E3A;
    margin: 0px;
    padding: 0px;
}
#overview #main #content h3{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
.no-padding{
    margin: 0px;
    padding: 5px 0px 0px 0px;
}
#overview #main #content #details{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
}
#overview #main #content #details #major-components{
    width: 50%;
    border-left: 1px solid #E0E0E0;
    padding-left: 25px;
}
#overview #main #content #details #why-swdesk{
    width: 50%;
    padding-right: 17px;
}
#overview #main #content #details #why-swdesk p{
    font-size: 11px;
    line-height: 150%;
}
#bullet{
    float: left;
    position: relative;
    width: 5%;
    padding-top: 6px;
}
#bullet-item{
    float: left;
    position: relative;
    width: 95%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding-bottom: 8px;
}
#overview #main #content #details #major-components #buttons{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#overview #main #content #areas{
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
}
#overview #main #content #areas * h1{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#overview #main #content #areas * p{
    padding: 0px;
    margin-top: 5px;
    font-size: 11px;
}
#overview #main #content #areas * ul{
    padding: 0px 17px 0px 17px;
}
#overview #main #content #areas * li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#overview #main #content #areas * .description{
    font-size: 11px;
}
#overview #main #content #areas #clients{
    width: 31%;
    border-top: 1px solid #C0C0C0;
    background-color: #F0F0F0;
    padding: 17px;
}
#overview #main #content #areas #staff{
    width: 31%;
    border-top: 1px solid #C0C0C0;
    background-color: #F8F8F8;
    padding: 17px;
}
#overview #main #content #areas #admin{
    width: 29%;
    border-top: 1px solid #C0C0C0;
    background-color: #F0F0F0;
    padding: 17px;
}

#overview #main #content #thumbnail {
    width: 33%;
}
#overview #main #content #thumbnail p{
    margin: 0px;
    padding: 0px;
}
#overview #main #content th{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #F0F0F0;
    border-bottom: 2px solid #CCCCCC;
}
#overview #main #content .price-col{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #CCCCCC;
}
#overview #main #content .price-col-desc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    border-bottom: 1px solid #CCCCCC;
}