﻿ /*----------how we're different----------------------------*/
.tsandcs
{
    text-align: right;
    font-size: 7pt;
}
/*-----------pricestable------------*/
#pricestable
{
    padding: 0px 100px 0px 100px;
    font-size: 8pt;
    color: #009ed9;
    font-weight: bold;
    margin-top: 20px;
}
#pricestable TABLE
{
    border: 1px solid #009ed9;
    width: 410px;
    background-color: #F8F8F8;
    border-collapse: collapse;
}
#pricestable TD
{
    border: 1px solid #009ed9;
    padding: 5px;
}
/*----------pricestable end-------------*/

#findoutmore
{
    width: 610px; 
    height: 214px;  
    background-image: url(../images/villa.jpg);
    margin: -5px 0px 0px 0px;
}
#findoutmore ul
{
    margin: 0px;
    padding: 0px;
}
#findoutmore li
{
    list-style-type: none;
    background: transparent url(../images/othericons/footer_separator.gif) no-repeat scroll right center;
    display: inline;
    padding: 0px 6px 0px 6px;    
}
#findoutmore a
{
    color: #ffffff;
    padding-left: 0.5em;
    text-decoration: underline;
    font-weight: bold;
    font-size: 9pt;
}
#findoutmore a:hover
{
    color: #ff2c00;
}




