/* 
    Document   : ffplite
    Created on : 02-Nov-2009, 16:06:17
    Author     : matt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html {}

#container {
    background-color: #FFF;
    width: 780px;
}

#headimages {
    margin: 0;
    padding: 0;
    width: 780px;
    height: 60px;
}

#headimages img {border: none;}

.right {float: right;}

.left {float: left;}

#topmenu {
    width: 780px;
    height: 30px;
    border-bottom: solid 2px #aaa;
    clear: right;
}

#topmenu ul {
    margin: 30px 0 0 280px;
}

#topmenu li {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    margin: 0 4px;
}

#topmenu li a {
    display: block;
    width: 80px;
    height: 28px;
    font-size: 10pt;
    text-decoration: none;
    background: #ccc;
    border: solid 2px #aaa;
    color: #444;
}

#topmenu li a.active {
    border-bottom: solid 2px #eee;
    background: #eee;
    color: #a00;
}

#topmenu li a:hover {
    background: #ffa;
    border: solid 2px #888;
}

#topmenu li a.active:hover {
    background: #ffa;
    border-top: solid 2px #888;
    border-left: solid 2px #888;
    border-right: solid 2px #888;
    border-bottom: solid 2px #eee;
}

#footer {
    clear: both;
    font-size: 8pt;
    font-style: italic;
    background: #eee;
    padding: 5px 20px;
}

#carousel{
    /*background-color:#fff;*/
    background-image: url(../assets/track.gif);
    width:780px;
    height:300px;
    position:relative;
    border:1px solid #FFFFFF;
}

#carousel img{
    width:100%;
    height:auto;
    border:1px solid #fff;
    display:block;
}

#breadcrumbs {
    text-align: left;
    font-size: 8pt;
    margin: 10px 0 20px 10px;
    color: #bbb;
}

#breadcrumbs a {
    text-decoration: none;
    color: #888;
}

#breadcrumbs a:hover {
    color: #222;
}

.details table {
    border-collapse: collapse;
}

.brt {border-top: solid 2px #aaccff; padding: 5px 10px;}
.brl {border-left: solid 2px #aaccff; padding: 5px 10px;}
.brtl {border-top: solid 2px #aaccff; border-left: solid 2px #aaccff; padding: 5px 10px;}

#content{
    text-align: left;
    padding: 0 10px;
    font-size: 11pt;
}

#content h1 {
    font-size: 15pt;
}

#content h2 {
    font-size: 13pt;
    margin: 20px 0 0 0;
}

#content h3 {
    font-size: 12pt;
    font-style: italic;
    margin: 20px 0 0 0;
    padding: 0;
}

#content p {
    margin: 5px 0 10px 0;
}

.propertydetails img {
    float: left;
    border: solid 1px #888;
    margin: 0 10px 0 0;
}

.details h1 {
    font-size: 14pt;
    text-align: center;
    margin: 5px;
}