@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 167px;
}

/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


/* main */
body {
	background: url('../img/int/bg.png');
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 62.5%;
	color: #777777;	
}

#all{
	background: url('../img/int/all-bg.png') repeat-x;
}

img {
	border: 0px;
}

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

a {
	color: #777777;
	font-family: Tahoma, Verdana, Geneva, arial;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

/* footer */
#footer{
	background: url('../img/int/footer-bg.png') repeat-x;
	font-size: 1.1em;
	color: #777777;
}

#footer small{
	font-size: 9px;
}

#footer span{
	color: #777777;
	font-size: 1.545em;
	font-weight: normal;
}

#footer a{
	font-size: 0.818em;
	text-decoration: none;
}

#footer a span{
	color: #ebebeb;
	font-size: 1em;
}

/* main menu */
#main_menu{
	text-align: left;
	padding-left: 248px;
}

#main_menu a{
	font-size: 1.4em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ebebeb;
	padding: 3px 35px 12px 35px;
	display: inline-block;
}

#main_menu a:hover, #main_menu a.active{
	color: #f0dbfe;
	background: url('../img/int/menu-hl.gif') center bottom no-repeat;
}

/* submenu */
#submenu h1{
	font-size: 14px;
	display: block;
	margin: 0px;
	background: url('../img/int/submenu-bg.gif') no-repeat;
	line-height: 35px;
	padding-left: 22px;
	color: #bdbdbd;
	font-weight: normal;
}

#submenu h1.active{
	color: #d7bde8;
}

#submenu a{
	color: #ebebeb;
	text-decoration: underline;
	font-size: 1.1em;
	line-height: 17px;
	margin-left: 22px;
}

#submenu a:hover, #submenu a.active{
	color: #d9baff;
	text-decoration: underline;
}

/* internal pages styles */
#top_logo{
	text-align: right;
	height: 121px;
}

/* content */
#content_td{
	background: #ffffff;
	vertical-align: top;
}

#content{
	padding: 15px;
}

#content img{
	border: 5px solid #a8a9a9;
}

#way{
	font-size: 1.2em;
	font-weight: bold;
}

#way a{
	color: #848484;
	text-decoration: none;
}

#way a.active{
	color: #848484;	
}

#way a:hover{
	color: #9f9f9f;
}

#content h1{
	color: #733f93;
	font-size: 1.7em;
	font-weight: normal;
}

#cat_list_item{
	_width: 350px;
	height: 130px;
	float: left;
	margin-bottom: 40px;
	width: 45%;
	max-width: 500px;
	min-width: 350px;
}

#cat_list_item h1{
	color: #000000;
}

#cat_list_item p{
	font-size: 1.2em;
}

#cat_list_item span{
	font-size: 1.4em;
	color: #733f93;
}

#cat_list_item img{
	margin-right: 20px;
	border: none;
}

#cat_item{
	text-align: left;
	color: #838383;
	font-size: 1.2em;
	padding-left: 20px;
}

#cat_item div.property, #short_list a{
	font-size: 13px;
	color: #323232;
	font-weight: bold;
}

#cat_item div.price{
	font-size: 14px;
	font-weight: normal;
	color; #707070;
}

#cat_item div.price span{
	color: #733f93;
	font-size: 1.286em;
}

#cat_item h1{
	color: #000000;
	font-size: 1.5em;
}

#cat_item img{
	border: none;
}

