﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.8em;
}

h3 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}

h3.box-title 
{
    margin: 0;
    padding: 0;
    background: #0200A1;
    color: #DDFFFF;
    line-height: 36px;
    height: 36px;
}

h3.search-title 
{
    padding: 0 20px 0 20px;
}

h1 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: solid 1px #FE6601;
    color: #0200A1;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 1.8em;
}
h2 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a 
{
    color: #0200A1;
}
a:hover 
{
    color: #FE6601;
}
a img 
{
    border: none;
}

#page 
{
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}
.content 
{
    padding: 20px;   
}
#header 
{
    background-color: #0200a1;
    padding: 15px 20px 15px 20px;
    margin: 0;
    position: relative;
}
#head-links 
{
    position: absolute;
    right: 20px;
    top: 50px;
    margin-right: 15px;
    font-size: 0.9em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#head-links ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#head-links ul li 
{
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
}

#head-links ul li a 
{
    color: #fff;
    text-decoration: none;
}
#head-links ul li a:hover 
{
    color: #FF9900;
}

#head-links ul li a img 
{
    vertical-align: middle;
}

#slideshow {
    position:relative;
	height: 125px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#navbar 
{
    margin: 3px 0 3px 0;
    padding: 0;
    text-align: center;
    background-color: #fe6601;
    height: 34px;
}

#navbar table 
{
    margin: 0 10px 0 10px;
    width: 945px;
}
#navbar table td 
{
    height: 34px;
    background-image: url(../Images/nav-seperator.gif);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 2px;
}
#navbar table td.last 
{
    background: none;
}

/* Forms */
.form-intro 
{
    background-color: #c5e0f8;
    color: #0200A1;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}
.form 
{
    margin: 0;
    padding: 0;
}
.form-success 
{
    padding: 10px 20px 10px 20px;
}

.form fieldset 
{
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 2px solid #0200A1;
}
.form fieldset.last 
{
    border-bottom: none;
}
.form ul.fields 
{
    margin: 0;
    padding: 20px;
    list-style: none;
}
.form ul.fields li
{
    margin: 0 0 10px 0;
    padding: 0;
}

.form label
{
    color: #0200A1;
    width: 120px;
    font-weight: bold;
    float: left;
}

.form ul.fields li.send-copy, .form ul.fields li.buttons 
{
        margin-left: 120px;
}
.form ul.fields li.send-copy label
{
    width: auto;
    float: none;
}

.form input.textbox, .form textarea.textbox
{
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.form textarea.textbox 
{
    height: 80px;
}

.form select 
{
    width: 255px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form .list-control label, .form .list-control input
{
    float: none;
    width: auto;
}

.button
{
    background-color: #0200A1;
    color: #fff;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    margin-top: 3px;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    cursor: pointer;
	cursor: hand;

}
.button:hover 
{
    background-color: #0603da;
    color: #fff;
}


.validation-summary 
{
    font-size: 0.9em;
    background-color: #FFB3B3;
    border: solid 1px #FF3333;
    padding: 10px;
    margin-top: 10px;
    color: #FF3333;
    margin-bottom: 10px;
}
.validation-summary ul
{
    margin-left: 20px;
    color: #000;
}





/* Search */

#search label 
{
    width: 100px;
}
#search 
{
    background-color: #c5e0f8;
    height: 290px;
}
#search li 
{
    margin-bottom: 7px;
}

#search select.price 
{
   /* width: 70px;*/
}
#search input.textbox 
{
    width: 140px;
}
#search select 
{
    width: 145px;
}
#search input.textbox, #search select 
{
    margin: 0;
    padding: 2px 1px 2px 1px;
    font-size: 11px;
}
#search li.buttons 
{
    margin: 0;
    text-align: center;
}

/* Home page */

div#home-boxes img 
{
    border: none;
}
div#home-boxes h4 
{
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
div#home-boxes-container 
{
    margin: 0 0 3px 3px;
}
div#home-boxes .left-col 
{
    float: left;
    width: 70%;
}

div#home-boxes .right-col 
{
    width: 30%;
    float: left;
}
div#home-boxes h3.box-title 
{
    text-align: center;
}
div#home-boxes div.description 
{
    padding: 10px;
    text-align: center;
    font-size: 0.95em;
    
}
div#home-boxes .box 
{
    position: relative;
}
div#home-boxes .read-more 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
}
div#home-boxes .blue-box .read-more 
{
    background-color: #0200A1;
}
div#home-boxes .blue-box .read-more:hover 
{
    background-color: #0603da;
}
div#home-boxes .yellow-box .read-more 
{
    background-color: #FF9900;
}
div#home-boxes .yellow-box .read-more:hover 
{
    background-color: #FE6601;
}

div#special-box h3.box-title 
{
    margin-left: 232px;
}
div#special-box div.description 
{
    margin-left: 232px;
}
div#home-boxes .blue-box 
{
    border: solid 1px #0200A1;
}
div#special-box 
{
    margin-right: 3px;
    height: 220px;
}
div#special-box  img
{
    float: left;
}
div#gozo-box 
{
    height: 522px;
}
div#gozo-box img 
{
}

div#yellow-boxes .yellow-box 
{
    float: left;
    width: 50%;
    height: 300px;
}
div#yellow-boxes .yellow-box-container 
{
    border: solid 1px #FF9900;
}
div#yellow-boxes .yellow-box h3.box-title 
{
    background-color: #FF9900;
}
div#yellow-boxes .yellow-box img 
{
}
div#yellow-boxes .yellow-box .yellow-box-container 
{
    margin-right: 3px;
    margin-top: 3px;
    height: 297px;
}

/* Side Bar */
div.box-banner 
{
    height: 75px;
    margin-top: 3px;
}

div#side-bar 
{
    width: 290px;
    float: left;
}

div.side-box 
{
    margin-top: 3px;
    background-color: #FF9900;
    padding-bottom: 5px;
    min-height: 243px;
}

div.side-box h3.box-title 
{
    background-color: #FE6601;
    padding-left: 20px;
}

div.side-box ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
div.side-box li 
{
    margin: 10px 10px 10px 20px;
}
div.side-box li a
{
    color: #fff;
    text-decoration: none;
}
div.side-box li a:hover 
{
    color: #000;
}

#main-content 
{
    width: 675px;
    margin: 0 0 0 290px;
    padding: 0;
}
#main-content-container 
{
    padding: 10px 0 0 20px;
}
#footer 
{
    background-color: #FE6601;
    line-height: 34px;
    color: #fff;
    padding: 0 20px 0 20px;
    margin-top: 3px;
    position: relative;
    font-size: 0.9em;
    line-height: 34px;
    height: 34px;
}

#footer .pirronedesign 
{
    position: absolute;
    right: 20px;
    top: 10px;
}

#footer a 
{
    margin: 0 5px 0 5px;
    text-decoration: none;
    color: #0200A1;
}

#footer a:hover 
{
    color: #0200A1;
    text-decoration: underline;
}

/* Property Search */

div.propertysearch .col
{
    float: left;
}
div.propertysearch .leftcol
{
    width: 35%;
}
div.propertysearch .rightcol 
{
    width: 65%;
}
div.propertysearch .col p 
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div.propertysearch .col ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
div.propertysearch .col ul li 
{
    margin-bottom: 3px;
}
div.propertysearch .col .doublecolumn tr
{
    width: 50%;
    float: left;
}
div.propertysearch .formbtns 
{
    margin-top: 20px;
    clear: both;
}

div.propertysearch .col input[type=checkbox], div.propertysearch .col input[type=radio] 
{
    margin-right: 5px;
}

div.propertysearch h3 
{
    margin-top: 20px;
    margin-bottom: 5px;
}
div.propertysearch h3.first 
{
    margin-top: 10px;
}
.consultant-contact 
{
    margin-top: 5px;
    text-align: center;
}

div.propertylist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sold-image 
{
    width: 164px;
    height: 164px;
    position: absolute;
    left: 1;
    right: 1;
}

div.search-item 
{
    border-bottom: solid 3px #0200A1;
    margin-top: 3px;
    padding-bottom: 10px;
    min-height: 227px;
}

table.search-details-table {
	background-color: #C5E0F8;
	padding: 5px 10px 5px 10px;
	color: #0200A1;
}
.search-description {
	padding: 5px;
	text-align: justify;
	
}
.search-description .img {
	float: left;
	text-align: center;
	position: relative;
}

.search-description .text {
	margin-left: 174px;
}

#content-description 
{
    margin-bottom: 10px;
    text-align: justify;
}

ul.gallery 
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.gallery li 
{
    float: left;
    margin-right: 11px;
    margin-bottom: 9px;
}
ul.gallery li.right 
{
    margin-right: 0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formview 
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.formview tr, .formview td 
{
    margin: 0;
    padding: 0;
}



.pager 
{
    float: right;
    margin: 10px 0 10px 0;
}
.pager div 
{
    float: left;
}
.pager div.text 
{
    margin: 0 5px 0 5px;
}

.search-results 
{
    position: relative;
}

.top-pager 
{
    position: absolute;
    right: 0;
    top: 10px;
}

/* Property page */
ul.property-details 
{
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    color: #0300BF;
}

ul.property-details li 
{
    padding: 3px 10px 3px 10px;
    margin-bottom: 2px;
    background-color: #C5E0F8;
}

ul.property-details li label 
{
    width: 150px;
    float: left;
    font-weight: bold;
}
.property-description 
{
    text-align: justify;
    margin: 10px 0 10px 0;
}

ul.property-features 
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.property-features li 
{
    width: 50%;
    float: left;
    padding: 3px 0 3px 0;
}

ul.property-features li label 
{
    width: 170px;
    float: left;
    font-weight: bold;
}

.property-gallery 
{
    margin-top: 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}