
/* GENERAL */

body {
	background: #394743 url('/images/background.gif');
	margin-top: 20px;
	margin-bottom: 20px;
	font: normal normal 12px/12px 'Trebuchet MS',arial,sans-serif;
	color: #292727;
}

a {
	color: #942408;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}

img.image-border {
	border: 1px solid #93788d;
	padding: 2px;
	background-color: #fff;
}


#frame {
	margin: 0px auto 0px auto;
	width:986px;
	background: transparent url('/images/common-border-sides.gif') repeat-y 0px 0px;
}


#frame-top, #frame-bottom {
	margin: 0px auto;
	width: 986px;
	height: 3px;
}

#frame-top { background: transparent url('/images/common-border-top.gif') no-repeat; }
#frame-bottom {
	background: transparent url('/images/common-border-bottom.gif') no-repeat;
}

#content-holder {
	width: 980px;
	margin-left: 3px;
	min-height: 588px;
	height: auto !important;
	height: 588px;
}

#content-holder.interior {
	background: transparent url('/images/properties-panel-background.gif') repeat-y 0px 0px;
	padding-bottom: 20px;
}

#left-navigation {
	width: 350px;
	float: left;
}

#right-content {
	width: 630px;
	position: relative;
	float: left;
}

.home-gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 588px;
	background: transparent url('/images/home-gradient.png') repeat-y 0px 0px;
	z-index: 200;
}

* html .home-gradient {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home-gradient.png', sizingMethod='scale');
}

.cycle {
	width: 630px;
	height: 588px;
	overflow: hidden;
}


/* LEFT TITLE AND NAVIGATION */

.title {
	height: 95px;
	background-color: #b8a6b6;
}

.subtitle {
	height: 24px;
	background-color: #962408;
}

.top-nav {
	height: 26px;
	background: #b6aab5 url('/images/common-top-nav-bg.gif') repeat-x;
}

.top-nav ul {
	list-style-type: none;
	padding: 6px 8px 0px 0px;
}

.top-nav ul li {
	font: normal bold 12px/12px 'Trebuchet MS';
	float: right;
	background: #b6aab5 url('/images/common-top-nav-bullet.gif') no-repeat center left;		
	padding: 0px 11px 0px 15px;
}

.top-nav ul li a:hover, .top-nav ul li.active a {
	color: #ffedcc;
	text-decoration: none;
}

.top-nav ul li.first {
	background-image: none;
}

.properties-title {
	height: 61px;
	background: #93788d url('/images/common-main-nav-title-bg.gif') repeat-x;
}

.properties-title h1 {
	font: normal bold 13px/13px georgia, serif;
	color: #fff;
	padding-top: 25px;
	padding-left: 10px;
}

.properties {
	border-top: 1px solid #fff;
}

.property {
	padding:2px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
}

.property-pic {
	float: left;
	width: 115px;
}

.property-info {
	float: left;
	width: 224px;
	padding: 6px 3px 0px 4px;
}

.property-info a {
	color: #fff;
}

.property-info a:hover {
	color: #fff;
	text-decoration: none;
}

.property-info h2 {
	font: normal bold 14px/14px georgia, serif;
	padding-bottom: 3px;
	padding-left: 4px;
}

.property-info h3 {
	font: normal bold 11px/11px georgia, serif;
	padding-bottom: 8px;
	padding-left: 4px;
}



p.property-availability {
	padding: 0px;
	margin: 0px;
	background: transparent url('/images/common-main-nav-bullet-odd.png') no-repeat center left;		
	font: normal bold 11px/11px 'Trebuchet MS';
	padding-left: 22px;
	height: 20px;
	line-height: 20px;
}

p.property-availability.odd {
	background: transparent url('/images/common-main-nav-bullet-odd.png') no-repeat center left;		
}

* html p.property-availability.odd {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common-main-nav-bullet-odd.png', sizingMethod='crop');
}

p.property-availability.even {
	background: transparent url('/images/common-main-nav-bullet-even.png') no-repeat center left;		
}

* html p.property-availability.even {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common-main-nav-bullet-even.png', sizingMethod='crop');
}

.property-01 { background-color: #7e6f7a; background-image: url('/images/common-main-nav-prop-01-bg.gif');}
.property-02 { background-color: #b8b0b6; background-image: url('/images/common-main-nav-prop-02-bg.gif');}
.property-03 { background-color: #8b898a; background-image: url('/images/common-main-nav-prop-03-bg.gif');}
.property-04 { background-color: #c1c1c1; background-image: url('/images/common-main-nav-prop-04-bg.gif');}

.property-01 p.property-availability a { color: #ffedcc; }
.property-02 p.property-availability a { color: #565281; }
.property-03 p.property-availability a { color: #ffedcc; }
.property-04 p.property-availability a { color: #565281; }

.property-02 h2 a, .property-04 h2 a  { color: #474747; }

.propertyOn {
	background-image: none;
}

.propertyOn a, .propertyOn a:hover {
	color: #973232;
}

.propertyOn p.property-availability a { color: #565281; }

.active {
	background-image: none;
	background-color: #942408;
}

.active h2 a, .active h3 a {
	color: #fff;
}

.active p.property-availability a {
	color: #ffedcc;
}

.property-pointer {
	background: transparent url('/images/property-active-arrow.png') no-repeat 0px 0px;
	width: 7px;
	height: 15px;
	position: absolute;
	left: 0px;
}

.ferranino .property-pointer { top: 239px; }
.main-villa .property-pointer { top: 319px; }
.ferranone-farm-house .property-pointer { top: 399px; }
.ferranone-guest-house .property-pointer { top: 479px; }


* html property-pointer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/property-active-arrow.png', sizingMethod='crop');
}

.footer {
	padding: 16px 5px 16px 10px;
	font-size: 11px;
}

/* INTERIOR PAGE STYLES */



/* INTERIOR PAGE STYLES */

#right-content.interior {
	width: 618px;
	padding-left: 12px;
	float: left;
	background: transparent url('/images/interior-top-bg.jpg') no-repeat 0px 0px;
	min-height: 258px;
	height: auto !important;
	height: 258px;
	position: relative;
}

.property-header {
	height: 146px;
	margin-bottom: 0px;
	padding-left: 1px;
}

.property-title {
	position: relative;
	height: 92px;
}

.property-header h1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font: normal bold 30px/30px Georgia;
	color: #786574;
	margin: 0px;
	padding: 0px;
}

.static-header {
	height: 118px;
	margin-bottom: 0px;
	padding-left: 1px;
}

.static-title {
	position: relative;
	height: 92px;
}

.static-header h1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font: normal bold 30px/30px Georgia;
	color: #786574;
	margin: 0px;
	padding: 0px;
}

.property-header ul {
	list-style-type: none;
	padding: 6px 8px 0px 0px;
}

.property-header ul li {
	font: normal bold 15px/15px Georgia;
	float: left;
	background: transparent url('/images/common-top-bullet.gif') no-repeat center left;		
	padding: 1px 11px 1px 15px;
}

.property-header ul li a:hover {
	color: #776473;
	text-decoration: none;
}

.property-header ul li.first {
	padding-left: 2px;
	background-image: none;
}

.property-section {
	padding: 16px 12px 0px 5px;
}

.property-section h2 {
	color: #474b4a;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #b2b1b2;
	margin-bottom: 12px;
}

.property-section h2.no-rule {
	border-top: 0px;
}

.property-section h3 {
	color: #942408;
	font: normal bold 14px/17px Georgia;
	padding-bottom: 5px;
}

.property-section h4 {
	font-weight: bold;	
	font-size: 12px;
	line-height: 12px;
	padding-top: 12px;
}

.property-section p {
	font-size: 13px;
	line-height: 17px;
	padding: 0px 0px 12px 0px;
}

p.attribute {
	text-align: right;
	padding-right: 50px ! important;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

.static-section p.attribute {
	padding-bottom: 30px;
	font-size: 12px;
}




.static-section {
	padding: 0px 12px 0px 5px;
}

.static-section h2 {
	color: #474b4a;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #b2b1b2;
	margin-bottom: 12px;
}

.static-section h2.no-rule {
	border-top: 0px;
}

.static-section h3 {
	color: #942408;
	font: normal bold 14px/17px Georgia;
}

.static-section p {
	font-size: 13px;
	line-height: 17px;
	padding: 0px 0px 12px 0px;
}

/* CLEARING */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	z-index: 100;
	
}

.clearfix {
	zoom: 1;
}

