/*
    Document   : footerMenu
    Created on : 28/06/2013, 1:48:49 PM
    Author     : peter
    Description:
        Purpose of the stylesheet follows.
*/

.footer-links li{
    float:left;
    color:white;
    font-family: arial;

    padding-left: 10px;
    padding-right: 10px;
    font-size:12px;
}

.part1 li
{
    border-left: 2px solid #50c647;
}
.part2 li
{
    border-left: 2px solid #7B5592;
}
.footer-links li:first-child
{
    border-left: none;
    padding-left: 0px;
}
.footer-links li a
{
    color:white;
    text-transform: capitalize;
    font-family: arial;
    text-decoration: none;
    font-size: 13px;
}
.footer-links
{



}
.address_bar li
{
    color:white;
    font-family: arial;
    margin-bottom: 5px;

}
.contact_footer
{
    width: 250px;
    float: left;
}
.design_detail {
    float: right;
    text-align: right;
    padding-bottom: 20px;
    margin-top: 20px;
}
.design_detail li
{
    color:white;
    font-family: arial;
    margin-top:30px;
    margin-bottom: -23px;
    font-size: 11px;


}

.design_detail li a {
    color: #7B5592;
    text-decoration: none;
}
.green-block
{
    background: #50c647;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;

}
.red-block
{

    background: #ff5d58;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
.footer-links
{
    margin-bottom: 0px;

}
.footer-one-indicate,.footer-two-indicate
{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 16px;
    padding: 0px 0px 13px 0px;


}
.rental-right a,.rental-left a
{
    font-family: 'Roboto';
    font-size: 14px;

    color: white;
    text-decoration: none;

}
.footer-one-indicate
{
    border-bottom: 3px solid #7B5592;

}
.footer-two-indicate
{
    border-bottom: 3px solid #50c647;

}
.map-icon
{
    background: url("images/GoogleMapPin.png") no-repeat;

}
.email-icon
{
    background: url("images/EmailGraphic.png") no-repeat;
    background-position: 0px 5px;

}
#map
{
    padding: 10px;
    background: white;

}
.rental-right
{
    float: left;
    width: 48%;

}
.rental-left
{
    float: right;
    width: 48%;

}
.address_bar
{ float: left;


}
.rightparts
{float: right;

 width: 48%;

}
