html {
	background: #ffffff;
	color: #000000;
}

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: Left;
}

/*layout*/

#header {
	display: none;
	}
#flashcontent {
	display: none;
	}

#title_header {
	width: 830px;
	height: 51px;
	}

#content_holder {
	width: 100%;
	height: 100%;
	}
	
#content_holder_home {
	width: 100%;
	height: 100%;
	}

#content_holder_elounda {
	width: 100%;
	}

#content_holder_enquiry {
	width: 830px;
	height: 300px;
	background: url(images/content_enquiry_bg.jpg) no-repeat;
	float: left;
	}

#content {
	width: 100%;
	height: 100%;
	}

#content_home_main {
	width: 70%;
	float: left;
	}

#content_home_prices {
	width: 30%;
	float: right;
	content: "text for prices";
	}

#content_villa_main {
	width: 70%;
	float: left;
	}
#content_villa_facs {
	width: 26%;
	margin: 0% 2%;
	float: right;
	}

#content_villa_pics1 {
	width: 300px;
	margin: 0px 75px;
	}

#content_villa_pics2 {
	width: 300px;
	margin: 0px 75px;
	}

#content_elounda_pics {
	width: 150px;
	display: none;
	}

#content_elounda_main {
	width: 100%;
	}

/*
#content_crete_main {
	width: 100%;
	float: left;
	}
*/
#content_crete_pics {
	display: none;
	}

#crete_spinalonga {
	display: inline;
	}

#footer {
	font-size: 8pt;
	width: 100%;
	}

#footer_text {
	color: #000000;
	}
	
}

/*General Style*/

p {
	margin: 8px 3px;
}

h1,h2,h3 {
	margin: 0 auto;
}

h1 {
	font-size: 10pt;
}

caption {
	font-weight: bolder;
}

ul {
	margin-left: 10px;
	padding-left: 5px;
	list-style: disc outside;
	}


a:link {color: #464234; text-decoration: underline; font-weight: bold;}
a:visited {color: #464234; text-decoration: underline; font-weight: bold;}
a:active {color: #464234; text-decoration: underline; font-weight: bold;}
a:hover {color: #464234; text-decoration: underline; font-weight: bold;}

a.footer:link {color: #CBC1AF; text-decoration: underline; font-weight: bold;}
a.footer:visited {color: #CBC1AF; text-decoration: underline; font-weight: bold;}
a.footer:active {color: #CBC1AF; text-decoration: underline; font-weight: bold;}
a.footer:hover {color: #CBC1AF; text-decoration: underline; font-weight: bold;}

img {
	border: 0px none;
	margin: 0px;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 450px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-style: none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 3px 0 0 0;
  padding: 1px 3px;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 90%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: 50px;
  padding: 0;
  margin: 0;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}