/* CSS Document */

/* BODY */
body {
	margin: 0px;
	background-image: url(images/common/bg.jpg);
	background-position: top;
}

/*MAIN NAV */
ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul#nav a {
	display: block;
	text-decoration: none;
	background: #D1DADE;
	color: #567;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: -0.1em;
	}
	ul#nav a:hover {
		background: #B0B8BC;
	}
	ul#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
/* SUB NAV */
ul#sub {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul#sub a {
	display: block;
	text-decoration: none;
	background: #E8ECEE;
	color: #567;
	padding: 5px 20px;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	letter-spacing: -0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	ul#sub a:hover {
		background: #DAE5EA;
	}
	ul#sub li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
/* TIERTIARY NAV */
ul#third {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul#third a {
	display: block;
	text-decoration: none;
	background: #FFFFFF url(images/common/arrow.gif);
	color: #567;
	padding: 5px 20px 5px 35px;
	width: 143px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	letter-spacing: -0.1em;
	}
	ul#third a:hover {
	color: #345;
	background: #FFFFFF url(images/common/arrow_on.gif);
	}
	ul#third li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
/* LEFT COLUMN */

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.top_left_col {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	height: 118px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B6BE;
}
.left_col {
	margin-left: 0;
	padding-left: 0;
	width: 199px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B6BE;
	padding-top: 1px;
	float: left;
}
.header {
	width: 580px;
	background-image: url(images/header_imgs/home.jpg);
	margin: 0px 0px 5px;
	padding: 0px;
	height: 125px;
	position:relative;
}
.container {
	width: 780px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B6BE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B6BE;
	margin: 0;
	padding: 0;
	background-image: url(images/common/line.gif);
}
.nav_col {
	width: 199px;
	float: left;
	padding-top: 1px;
	padding-left: 0px;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
}
.main_col {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 580px;
}
H1#home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #106;
	letter-spacing: -0.08em;
	font-weight: normal;
	padding-left: 10px;
	font-size: 160%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position:absolute;
	bottom:0;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #678;
	letter-spacing: -0.08em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}
.content {
	width: 560px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #456;
	font-size: 80%;
}
.footer{
	clear: both;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #567;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: -0.08em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4B6BE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B6BE;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 200px;
}
#search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	width: 180px;
	margin-left: 10px;
}
.header_drumlaken {

	width: 580px;
	background-image: url(images/header_imgs/drumlaken.jpg);
	margin: 0px 0px 5px;
	padding: 0px;
	height: 125px;
	position:relative;
}
.header_trochry {

	width: 580px;
	background-image: url(images/header_imgs/trochry.jpg);
	margin: 0px 0px 5px;
	padding: 0px;
	height: 125px;
	position:relative;
}
a {
 color: #07C;
 font-weight: bold;
 text-decoration: none;
 }
a:hover {
 text-decoration: underline;
 }
 
 /* PROPERTY STUFF */
 /* CSS Document */

.property_link {
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	color: #106;
	text-decoration: none;
}
#property_text {
	padding: 10px;
	margin: 0px;
	width: 300px;
	float: left;
	color: #106;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#property_text H2{
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	color: #106;
}
#property_text p{
	margin: 0px;
	padding: 0px;
}
#property_text a{
	color: #106;
	text-decoration: none;
	font-weight: bold;
}
#property_text a:hover{
	font-weight: bold;
	text-decoration: underline;
}
.property_image {
	float: right;
	width: 231px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}
#property1 {
	float: left;
	width: 560px;
	background-color: #EED;
	margin: 0px 0px 10px;
	padding: 0px;
}
#property2 {
	float: left;
	width: 560px;
	background-color: #DFEDCD;
	margin: 0px 0px 10px;
	padding: 0px;
}
#property3 {
	float: left;
	width: 560px;
	background-color: #E8ECEE;
	margin: 0px 0px 10px;
	padding: 0px;
}
.propmain_imgs {
	float: left;
	width: 385px;
	margin: 10px 0px;
	padding: 0px;
}
.propmain_text {
	float: left;
	width: 155px;
	height: 155px;
	background-color: #EED;
	margin: 10px 0px;
	padding: 10px;
	font-weight: bold;
	color: #106;
	letter-spacing: -0.1em;
}
.property_text {
	width: 560px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: normal;
	color: #456;
	
}
.property_ads {
	float: left;
	width: 155px;
	margin: 0;
	padding: 10;
}

.property_content {
	width: 560px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.particulars_text {
	float: left;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.particulars_image {
	float: right;
	width: 200px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.bullets {
	margin: 0px 0px 0px 20px;
	list-style-type: square;
	}
.bullets li{
	padding: 0px;
	margin: 0 10 5 0;
	font-weight: bold;
	}
.underoffer{
	font-weight: bold;
	color: #CC0000;
	font-size: 120%;
	}
.propmain_textTroch {

	float: left;
	width: 155px;
	height: 155px;
	background-color: #DFEDCD;
	margin: 10px 0px;
	padding: 10px;
	font-weight: bold;
	color: #106;
	letter-spacing: -0.1em;
}

