BODY {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 18px;
	font-weight: normal;
	color: #EF7A32;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}
H2 {
	font-size: 13px;
	color: #EF7A32;
	font-weight: normal;
	padding-top: 5px;
}
#headerSection {
	height: 70px;
	width: 760px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#languageSection {
	position: absolute;
	top: 16px;
	left: 0px;
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 760px;
}
#languageSection A {
	color: #AD4137;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#languageSection A:hover {
	color: #F6B539;
}
#searchBlock {
	position: absolute;
	top: 50px;
	left: 586px;
}
#mainMenuSection {	
	height: 27px;
	width: 760px;
	background: url(../gfx/menu-back.png) no-repeat;
	margin-top: 5px;
	margin-left: 10px;
}
#contentStart {
	margin-left: 10px;
	margin-top: 5px;
}
#contentMiddle {
	margin-left: 10px;
	background: url(../gfx/content-back.png) repeat-y;
	width: 760px;
}
#contentEnd {
	margin-left: 10px;
	margin-bottom: 5px;
}
#frontPageSplit {
	width: 100%;
	margin-bottom: 5px;
}
#leftSplit {
	width: 250px;
}
#rightSplit {
	border-left: 1px solid #EFEFEF;
}
#contactBlockFront {
	background: url(../gfx/contact-back.png) no-repeat;
	width: 225px;
	margin-left: 14px;
	height: 69px;
}
#contactBlockSub {
	background: url(../gfx/contact-back.png) no-repeat;
	width: 225px;
	margin-left: 530px;
	margin-top: -60px;
	height: 69px;
	position: relative;
	z-index: 6;
}
#contactContent {
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 10px;
}
#contactContent A {
	text-decoration: none;
	color: #9F3128;
}
.articleBody {
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.articleBody A {
	color: #9F3128;
	text-decoration: none;
}
.articleBody A:hover {
	color: #000;
}
.articleBody LI {
	font-size: 10px;
	color: #333;
}
.articleBody LI A,
.articleBody TD A,
.articleBody TH A {
	color: #9F3128;
	text-decoration: none;
}
.articleBody TABLE {
	margin: 10px 0;
}
.articleBody TABLE.realEstate {
	width: 100%;
	background: url(../gfx/table-header.png) no-repeat;
	margin: 10px 0;
}
.articleBody TABLE.realEstateDetails {
	border-top: 1px solid #efefef;
	width: 100%;
}
.articleBody TABLE.realEstateDetails td.images a {
	padding-right: 15px;
}
.articleBody TABLE.realEstateDetails TD,
.articleBody TABLE.realEstateDetails TH {
	border-bottom: 1px solid #f7f7f7;
	padding: 5px 8px;
	vertical-align: top;
	line-height: 16px;
}
.articleBody TABLE.realEstateDetails TD {
	font-weight: bold;
	text-align: left;
}
.articleBody TABLE.realEstateDetails TH {
	font-weight: normal;
	text-align: right;
}
.articleBody TD,
.articleBody TH {
	vertical-align: bottom;
}
.articleBody TD {
	font-size: 11px;
	color: #333;
	padding: 5px 8px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}
.articleBody TH {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 0 8px 10px 8px;
	height: 27px;
	white-space: nowrap;
}
P {
	font-size: 11px;
	color: #333;
	text-align: justify;
	line-height: 16px;
}
P A {
	color: #9F3128;
	text-decoration: none;
}
P A:hover {
	color: #000;
}
UL {
	list-style: url(../gfx/bullet.png) outside;
	margin-left: 10px;
	padding-left: 8px;
}
TABLE {
	border-spacing: 0;
	border-collapse: collapse;
}
#mainMenuLinks {
	width: 760px;
	height: 27px;
}
#mainMenuTable {
	height: 24px;
}
.secondLevelBlock {
	display: none;
	position: absolute;
	z-index: 5;
	top: 100px;
	width: 150px;
	margin-left: 5px;
	padding-top: 7px;
}
A.firstLevel {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 9px;
	font-size: 10px;
	color: #9F3128;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
A.firstLevel:hover {
	color: #FFD389;
	text-decoration: none;
}
.secondLevelBlockContent {
	background: url(../gfx/dropdown-menu-back.png) repeat-y;
}
A.secondLevel {
	font-weight: bold;
	font-size: 10px;
	color: #333;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 15px;
}
A.secondLevel:hover {
	color: #9F3128;
}
A.thirdLevel {
	display: block;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	background: url(../gfx/bullet-menu-lvl3.png) no-repeat 15px 7px;
}
A.thirdLevel:hover {
	padding-left: 25px;
	color: #9F3128;
	
}
#contentMenu {
	width: 175px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 4px;
	background: url(../gfx/contentmenu-back.png) repeat-y;
}
#contentBack {
	background-image: url(../gfx/cont-back.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 17px;
	padding-top: 3px;
	padding-bottom: 8px;
}
.blockIcon {
	margin-left: 5px;
	margin-bottom: 3px;
}
.imageInText {
	margin: 5px;
}
.searchField {
	font-family: Tahoma, sans-serif;
	width: 122px;
	border: none;
	height: 18px;
	font-size: 10px;
	color: #000;
	padding: 4px;
	background: url(../gfx/field-search.png) no-repeat;
}
.searchButton {
	font-family: Tahoma, sans-serif;
	color: #F4A82A;
	font-size: 10px;
	font-weight: bold;
	background: url(../gfx/button-search-back.png) no-repeat;
	border: none;
	height: 18px;
	width: 50px;
}
.textField {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 19px;
	border: 1px solid #DDD;
}
.dropDown {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
.textArea{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #DDD;
}
.submitButton {
	color: #F9B62A;
	border: 1px solid #DDD;
	background: #FFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	
}
.frontTable {
	margin-bottom: 10px;
}
.formula {
	border-left: 1px solid #507EA8;
	margin: 5px;
	margin-left: 20px;
}
.imagesInText {
	border: 1px solid #DDEEF4;
	cursor: pointer;
}
.localError {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #D20000;
	border: 1px dashed #D20000;
	margin-bottom: 15px;
	margin-top: 15px;
}
.usefulLink {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.commTable TD {
	color: #FFF;
	font-size: 10px;
	border-right: 0px;
}
.commTable TH {
	background: #333;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	border-right: 0px;
	border-bottom: 0px;
}
.backAndTop {
	margin-top: 15px;
	padding-left: 11px;
	padding-bottom: 8px;
}
.rowHighLight {
	background: #EFEFEF;
	cursor: pointer;
}