@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #360602;
	background-image: url(images/bodybgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#preload {
	position: absolute;
	height: 100px;
	width: 100px;
	top: -2000px;
}
#container {
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	min-width: 950px;
}
#header {
	height: 360px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar {
	float: right;
	width: 430px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#flags {
	width: 413px;
	height: 40px;
	float: right;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#flags a {
	float: right;
	margin-left: 40px;
}
#flags img {
	border:none;
	
}
.bg {
	background-image: url(images/flagbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 24px;
	width: 36px;
	margin: 0px;
	padding: 0px;
}
.bg:hover {
	background-image: url(images/flagbg-on.jpg);
}
.ru {
	background-image: url(images/flagru.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 24px;
	width: 36px;
	margin: 0px;
	padding: 0px;
}
.ru:hover {
	background-image: url(images/flagru-on.jpg);
}
.en {
	background-image: url(images/flagen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 24px;
	width: 36px;
	margin: 0px;
	padding: 0px;
}
.en:hover {
	background-image: url(images/flagen-on.jpg);
}
#sidebar1 {
	width: 427px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 48px;
	padding-left: 0;
	float: right;
	background-image: url(images/search-b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FF6600;
}
#sidebar1-t {
	float: left;
	height: 54px;
	width: 297px;
	background-image: url(images/search-t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 55px;
	padding-left: 130px;
	margin: 0px;
}
#sidebar1-m {
	float: left;
	width: 357px;
	background-image: url(images/search-m.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
}

#sidebar2 {
	float: right;
	width: 175px;
	padding: 0px;
	margin-right: 7px;
}
#topoffheading {
	font-size: 16px;
	color: #FF6600;
	text-align: center;
	background-image: url(images/topoff.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
	width: 143px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 28px;
	padding-bottom: 0px;
	font-weight: bold;
	display: block;
}
#sidebar3 {
	float: right;
	width: 240px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar4 {
	width: 420px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar4 img {
	border:none;
	margin-bottom: 5px;
	float: right;
	margin-left: 5px;
}
#sidebar4 object {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 430px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
}
#mainContent a {
	color: #F90;
	text-decoration:underline;
}
#mainContent a:hover {
	color: #FFF;
	text-decoration:none;
}
#maintexts {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maintexts h1 {
	clear:left;
}

#propertytext {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size:12px;
}
#footer a {
	color: #FFFFCC;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
}
#footer a span {
	color: #FFF !important;
}
#footer a:hover {
	text-decoration: underline;
}
p.sound {
	color:#FC0;
	font-weight:bold;
	text-align: center;
}
p.sound a, p.sound img {
	border: none;
}
p.sound a {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
#menu li a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FF3300;
	margin: 0px;
	padding-left: 25px;
	padding-right: 20px;
	width: 192px;
	outline: none;
}
#menu li a:hover {
	color: #FFFFFF;
}
.menut {
	background-image: url(images/menut.jpg);
	height: 28px;
	padding-top: 30px;
	padding-bottom: 0px;
}
.menut:hover {
	background-image: url(images/menut-on.jpg);
}
.menum {
	background-image: url(images/menum.jpg);
	height: 28px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.menum:hover {
	background-image: url(images/menum-on.jpg);
}
.menub {
	background-image: url(images/menub.jpg);
	height: 46px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.menub:hover {
	background-image: url(images/menub-on.jpg);
}
#menu li a span {
	color: #FFF;
}
#logo a, #logo img {
	border:none;
}
.sidebox {
	background-image: url(images/sideboxb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	width: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 53px;
	padding-left: 0px;
	color: #FF3300;
}
.sideboxm {
	background-image: url(images/sideboxm.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 195px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.sideboxm  ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	list-style-type: none;
}
.sideboxm li span a {
	color: #CC00FF;
}
.sideboxm li a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/star.gif);
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	background-repeat: no-repeat;
}
.sideboxm li a:hover {
	background-image: url(images/star-on.gif);
	color: #CC0000;
}
.sideboxt {
	background-image: url(images/sideboxt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 21px;
}
.sideboxt h3 {
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#estates {
	text-align: center;
	float: right;
	width: 100%;
}

.box {
	background-repeat: no-repeat;
	background-position: left top;
	height: 148px;
	width: 302px;
	padding-top: 49px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
	float: left;
	margin: 0px;
	background-image: url(images/box.jpg);
}
.box:hover {
	background-image: url(images/box-on.jpg);
}
.box a, .box img {
	border:none;
}
.box img {
	float: left;
	margin-right: 3px;
}
.box h3, .box h4, .box h5, .box p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.box h3 {
	color: #000000;
}
.box h4 {
	color: #FF3300;
}
.box h5 {
	color: #FF0000;
}
.box p {
	color: #000000;
}
table.estateinfotop {
	width: 300px;
	line-height: 20px;
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 3px double #F90;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table.estateinfotop th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	background-color: #FFF;
	background-image: url(images/tablebgr.jpg);
	background-repeat: repeat-x;

}
table.estateinfo {
	width: 300px;
	line-height: 20px;
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 3px double #F90;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table.estateinfo th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	background-color: #FFC370;
}
table.estateinfo td {
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FC0;
	border-right-color: #FFD18B;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC0;
	background-image: url(images/tablebgr.jpg);
	background-repeat: repeat-x;
}
.estateprice {
	color: #F00;
	font-weight: bold;
}
.centered {
	text-align: center !important;
}
#mainContent #photogallery h2 {
	text-align: center;
}
p.pages {
	clear: left;
	color: #F60;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
}
p.pages a {
	margin-right: 5px;
	background-color: #000;
	text-decoration: none !important;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
p.pages a:hover {
}
p.pages span a {
	background-color: #B30000 !important;
}
.vwalk {
	font-size: 14px !important;
	color: #F60 !important;
}
#photogallery ul li {
	display: inline;
}
#photogallery ul {
	text-align:center;
}
.btnslide {
	color: #FF6600;
	text-decoration: none;
	background: url(images/white-arrow.gif) no-repeat right -50px;
	display:block;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: auto;
	outline:none;
}
.btnslide:hover {
	color: #F30;
}
.activesearch {
	color: #F6C;	
	text-decoration: none;
	background-position: right 12px;
}
#panel {
	display:none;
}
#panel p {
	margin: 2px;
}
#panel1 {
	display:none;
}

alignr {
	text-align:right;
}
