@import "map.css";

html {	
	background: url('../images/pinstripe.png') white repeat;
	color: #333;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;	
	font-size: 90%;
}

#header {	
	background: url('../images/header-bg.png') #a11e57 no-repeat;	
	height: 131px;
	padding: 1px;
}
	
#header h1 {	
	font-size: 100%;
	height: 90px;
	width: 210px;
	margin: 20px auto 20px 35px;
	position: relative;
}

#header h1 a {
	display: block;
	height: 90px;
	overflow: hidden;
}

#header h1 span {
	position: absolute;
	top: -100px;
}

#page {	
	width:842px;	
	background-color:white;	
	border:2px solid black;	
	position:relative;	
	margin:0 auto;

	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
}

#content {	
	background-color:white;	
	margin:0;	
	padding:0;
}

#header .details {	
	position:absolute;	
	right:10px;	
	top:41px;	
	color:white;	
	line-height: 1.5em;
}

#header .details p {	
	margin:0 10px 5px 0;
	text-align:right;
}

#header ul {	
	margin:0;	
	padding:4px 0;	
	background: url('../images/bar.png') no-repeat;
}

#header ul li {	
	display:inline;	
	font-size:9px;	
	font-weight:bold;	
	margin:0 19px;	
}	

#header a {	
	color:white;	
	text-decoration:none;
}

#footbar {
	clear:both;	
	background: url('../images/bar.png') no-repeat top center;
	height: 22px;
}

#footer {	
	clear:both;	
	background: url('../images/grad.jpg') #1e2d74 repeat-x top left;	
	height:6em;
	margin:0;
	padding: 1px;
	text-align:center;	
}

#footer p {	
	color:white;	
	font-size:15px;		
	text-align:center;	
	font-weight:bold;
	margin:10px 0 5px 0;
}

#footer .links {
	font-weight: normal;
}

#footer a {
	color:white;
	padding:0 10px;
	font-size:87%;
}

.footbar {
	display: block;
}


h3 {	
	color:#CC6600;	
	padding:0;	
	margin-bottom: -0.4em;	
}

h4 {	
	margin:0;	
	padding:0;	
}

.price {	
	color: #C60;	
	font-size:14px;	
	font-weight:bold;
}

.main {
	padding: 1px 20px;
}


#main-image {
	display: block;
	margin: 0 -20px;
}

* html #main-image {
	margin: 0;
	position: relative;
	left: -20px;
	margin-right: -20px;
}

.full-image {
	display: block;
	position: relative;
	left: -20px;
	margin: 20px 0;
}

ul li {	
	list-style-image: url('../images/bullet-small.png');	
	line-height: 1.25em;
}

ul {	
	margin: 1em 0;	
	padding:0px 0 0 17px;
}

/* styles for pages with right-hand content frame */

.main-right {
	margin:0 20px 0 342px;
	width:480px;
}



.main-right a {	
	color:#333;
}


.main-right h2 {	
	color:black;	
	
}

.main-right a {
	color:#333;
}

.main-right p {	
	text-align:justify;
}

.left {	
	float:left;	
	padding:0;
	position:relative;
	z-index:1;
	width:322px;
	text-align: center;
}

.left p {
	padding:0 20px;
}

.left a {
	color:#333;
}

/* styles for pages with left-hand content frame */
.main-left {
	margin:0 0px 0 20px;
	width: 480px;
}

.main-left h2 {	
	color:black;	
}

.main-left img {	
	border:none;
}

.main-left .signature {	
	margin:5px 0 0 14px;
}

.main-left p {	
	text-align:justify;
}



.main-left h3 {	
	color:#CC6600;	
}

.main-left ul {	
	padding-left:25px;
}

.main a {
	color:#333;
}

.right {	
	float:right;	
	position:relative;
	z-index:1;
	width:322px;
	text-align: center;
	border:none;
}

.right img {
	border:none;
}

.right .floor {
	margin:20px 0;
}



.small-float {	
	float:right; 	
	margin: 0 0 10px 15px;
}

.main-left .over {	
	margin:10px 20px 10px 20px;
}

map {
	margin:0;
	padding:0;
	}
	
.request input {
	border:1px solid #CC6600;
	margin-left:100px;
	height:18px;
	width:157px;
	}

#address {
	margin-bottom:10px;
}

label {
	position:absolute;
	}
	
.request-check label {
	position:absolute;
	left:50px;
}

.request-check input {
	margin:0;
	width:14px;
	padding:0;
	border:none;
	}
	
.request {
	position:relative;
	margin:10px 0;
	width:300px;

}

.request-check {
	position:relative;
	margin:10px 0;
	}

#content .whole {
	padding: 5px 30px;
}
	
form p {
	margin: 0 0 0.8em 150px;
	position: relative;
}

form p label {
	position: absolute;
	left: -150px;
	width: 140px;
	top: 0.2em;
}

form p label.required {
	font-weight: bold;
}

.invest {
	float: right;
	width: 47%;
	position:relative;
	z-index: 3;
	margin-left: 20px;
}

.invest textarea {
	width: 360px;
}
	
form p.note,
form p.flow {
	margin-left: 0;
}

form p.flow label {
	position: static;
}

form p.flow input {
	vertical-align: -2px;
}

form h3 {
	margin: 1em 0 0.5em;
}

.higher {
	margin-top:30px;
	}
	
/* Property plans */
	
.plans {
	float:right;
	margin: 1em 0;
	width: 302px;
	padding: 0 10px;
}

.plan-img {
	margin: 10px 0;
	text-align: center;
}

.wrap .plan-img {
	float: left;
	width: 230px;
}

.plans p {
	padding: 0;
	text-align:center;
	margin: 0;
}

.plan-img p {
	font-size:80%;
	margin:0;
	text-align: center;
}

.plan-img .caption {
	font-weight: bold;
}

.plan-img.right {
	float:right;
}

.main-left a {
	color:#333;
}

.wrap {
	margin: 1em 0;
}

#menubar {
	width: auto;
	background: url('../images/bar.png') repeat-x;
	height: 20px;
	border-bottom: solid black 1px;
	border-right-style: none;
	z-index: 80;
}

#menubar a {
	color: white;
	padding-top: 2px;
	border-left-style: none;
}

#menubar ul {
	background-color: black;
	top: 20px;
}

.graph {
	float:right;
	margin:30px 10px 0 10px;
	width:290px;
	height:465px;
	position:relative;
}

.graph p {
	margin:30px 0;
	font-size:10px;
	line-height:13px;
}

.graph img {
	border:none;
}
.breadcrumb {
	background: url('../images/bar-grey.png') no-repeat;
	height:18px;
	padding:2px 0 1px 19px;
	margin:0;
	font-size:85%;
}

.breadcrumb li {
	display:inline;
	font-weight:bold;
	padding-left:7px;

}

.breadcrumb a {
	font-weight:normal;
	text-decoration:none;
	color:black;
	background: url('../images/breadcrumb.png') no-repeat center right;
	padding:0 19px 0 0;
}

#sitemap li {
	list-style-image: url('../images/bullet.png');
}

#sitemap li ul {
	margin:5px 0;
}

#sitemap .plain {
	list-style:none;
}	

#sitemap a {
	text-decoration:none;
	color:gray;
}

dl {
	margin-bottom:30px;
}

dt {
	float:left;
	font-weight: bold;
	width: 12em;
}

dd a {
	color:#333;
}

#bookmark {
	position:absolute;
	right:15px;
	text-decoration:none;
	color:black;
	font-size:85%;
	padding: 2px;
	top: 155px;
}

.address {
	margin-left: 13em;
}

dd {
	margin-left: 13em;
	margin-bottom: 0.5em;
}

.contact a {
	color:#333;
}

.contact {
	padding:30px 20px 0;
	text-align:center;
	clear:both;
}

.calltoaction {
	position: relative;
	width: 450px;	
	background-color: #EE681F;
	padding: 5px 15px;
	color: white;
	margin: 1em 0 0.8em;
}

.calltoaction a {
	color: white;
}

.calltoaction .box_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 11px;
	background: url('../images/orange-top-sm.png') no-repeat top left;
}

.calltoaction .box_btm {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 480px;
	height: 11px;
	background: url('../images/orange-bottom-sm.png') no-repeat bottom left;
}

.calltoaction p {
	margin: 0.5em 0;
}

.fullsize a img {
	background-color: white;
	vertical-align: middle;
}

#more-properties a {
	display: block;
	font-size: 150%;
	text-align: center;
	background-color: #A11E57;
	color: white;
	text-decoration: none;
	padding: 5px 15px;
}

#more-properties a:hover {
	background-color: #B12E67;
}

#menubar ul ul {
	width: 150px;
}

ul ul {
	margin-top: 0;
}

#summary {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;

	border: solid silver 1px;
	padding: 5px 10px 5px 25px;
}

object.inset,
img.inset {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.sections .contact {
	margin: 0.3em 0 1em;
	padding: 0;
	text-align: left;
	clear: none;
}

.sections h4 {
	clear: right;
/*	border-top: dotted #A11E57 1px; */
	margin-top: 2em;
}

#famagusta {
	clear: right;
}

.left img,
.right img {
	vertical-align: top;
}

.cta a {
	display: block;
	padding: 5px 15px;
	color: white;
	text-decoration: none;
	font-size: 110%;;
	background-color: #A11E57;
}

* html .cta a {
	position: relative;
}

.right .spaced {
	margin-top: 1px;
}

.cta a:hover {
	background-color: #B12E67;
}

.main p,
.main dd,
.main li {
	text-align: justify;
}

.main ol li {
	margin-bottom: 0.5em;
}

.guide img {
	display: block;
	margin: 1em auto;
}

#sitemap ul li {
	list-style: disc;
}

#sitemap ul ul li {
	list-style: circle;
}

.smallprint {
	width: 800px;
	margin: 0.5em auto;

	text-align: center;
	font-size: 85%;
	font-weight: normal;
	color: #888;
}

.smallprint a {
	color: #888;
}

.buttons {
	text-align: right;
	margin: 1em 0;
}

img.icon {
	vertical-align: -3px;
}

@media print {
	/* Make title visible */
	#header h1 a {
		overflow: visible;
	}
	#header h1 span {
		top: 25px;
	}
	/* hide call to action links */
	#bookmark, .cta {
		display: none;
	}
}

.sold {
	color: #A11E57;
	text-transform: uppercase;
}

.right #sold {
	position: absolute;
	top: 0;
	right: 0;
}
