@charset "utf-8";
html {
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
body {
	margin:0px;
	padding:0px;
	background: url(images/background-gradient.jpg) repeat-x #CCC;
	text-align: center;
}

div {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px 10px;
	color: #AE0B0C;
	font-size: 11px;
}

h1 {
	margin: 32px 10px 0px 10px;
	padding: 0px;
	font-size: 18px;
	color: #830A0A;
}

h2 {
	margin: 0px 10px 32px 10px;
}

h6 {
	color: #333;
}

img {
	margin: 16px 10px;
	border: 1px solid #AE0B0C;
	border-right: 1px solid #830A0A;
	border-bottom: 1px solid #830A0A;
}

p {
	margin: 16px 10px;
	padding: 0px;
}

table {
	margin: 11px 7px;
}
table table {
	margin: 0px;
}
tr {
	margin: 0px;
}
td {
	margin: 5px;
}

ul {
	padding: 0px;
	margin: 16px 10px 16px 16px;
}
ul li {
	padding: 0px 0px 0px 18px;
	background: url(images/ul-dot.gif) no-repeat 5px 6px;
	list-style: none;
}
ol {
	padding: 0px;
	margin: 16px 10px 16px 34px;
}
ol li {
	padding: 0px 0px 0px 0px;
}

strong {
	color: #AE0B0C;
	font-weight: bold;
}

a {
	color: #830A0A;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #DD0000;
}

a img {
	margin: 0px;
	padding: 0px;
}

#header, #content, #footer {
	margin: auto;
	width: 1000px;
	text-align: left;
	cursor: default;
}

#header {
	margin: 3px auto 0px auto;
	height:173px;
	background: url(images/background-header.jpg) no-repeat;
}
#content {
	background: url(images/background-content.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
	overflow: auto;
}
#footer {
	padding: 20px 0px;
	text-align: center;
	background: url(images/background-footer.gif) no-repeat;
	color: #666;
	font-weight: bold;
}

#languages {
	float: right;
	padding: 0px;
	margin: 0px;
	
	position: relative;
	left: -10px;
	top: 3px;
}
#languages li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	cursor: default;
	display: inline;
}
#languages a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#languages a:hover {
	text-decoration: underline;
} 
#languages a.selected {
	font-weight: bold;
	text-decoration: underline;
}


#navigation {
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
	
	position: relative;
	left: 10px;
	top: 24px;
}
#navigation li {
	list-style: none;
	padding: 0px;
	margin: 3px 0px;
}
#navigation ol {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#navigation ol li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #830A0A;
	
	padding: 0px 0px 0px 10px;
	background: url(images/navigation-menu.gif) no-repeat 0px 5px;
}
#navigation ol li a  {
	background: url(images/navigation-submenu.gif) no-repeat 0px 5px;
}
#navigation ol li:first-child a {
	background: url(images/navigation-submenu-first.gif) no-repeat 0px 5px;
}
#navigation ol a {
	font-weight: normal;
}
#navigation a:hover, #navigation a.selected {
	text-decoration: underline;
}

#bg-clock {
	background: url(images/bulgaria.jpg) no-repeat;
	width: 151px;
	height: 32px;
	padding: 30px 20px 30px 0px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 18px 8px;
}

.thumbs2rows {
	height: 176px;
}
.thumbs1row {
	height: 80px;
}
.estatesThumbs {
	margin: 0px 10px;
}
.halfRow {
	height: 32px;
}

.thumb {
	margin: 0px;
	padding: 0px;
}

.c3of5, .c1of5, .c2of5, .c4of5, .c1of1, .c1of2 {
	float: left;
	padding: 0px;
	overflow: auto;
}
.c4of5 {
	width: 800px;
}
.c2of5 {
	width: 400px;
}
.c3of5 {
	width: 600px;
}
.c1of5 {
	width: 200px;
}
.c1of1 {
	width: 1000px;
}
.c1of2 {
	width: 500px;
}

.pageImage {
	float: right;
	border: 1px solid #AE0B0C;
	margin: 16px 8px;
}

.property h2 {
	font-size: 16px;
	font-weight: bold;
	
}

.property {
	margin-top: 50px;
}

.investmentLinks {
	margin-left: 50px; width: 350px;
}

.banner {
	border: none;
}

input.contacts {
	width: 200px;
}
textarea.contacts {
	width: 350px;
}

.warning {
	font-weight: bold;
	color: #AE0B0C;
}


