@CHARSET "UTF-8";

html, body {
	background-color: #ebe9ea;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

html, body, h1, h2, h3, p, a, form, ul, li, img {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	line-height: 130%;
}

h1 {
	color: #ff8b00;
	font: bold 14pt Arial,sans-serif;
	width: 50%;
	float: left;
	padding: 30px 0 10px 30px;
}

h2 {
	color: #ff8b00;
	font: bold 11pt Arial,sans-serif;
	padding: 5px 0 10px 0;
}

h3 {
	width: 50%;
	font: bold 12pt Arial,sans-serif;
	float: left;
	height: 18px;
}

h3.price {
	text-align: right;
	color: #199dc8;	
}

h3:first-letter {
	text-transform: capitalize;
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 350px;
	background: #fff url("../images/site_bg.jpg") repeat-x;
}

#header_content {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background: url("../images/header.jpg");	
}

#langs {
	float: right;
	margin: 10px 20px 0;
	display: inline;	
}

#langs a {
	color: #fff;
	display: block;
	float: left;
	margin-left: 10px; 	
}

#langs a img {
	float: left;
	margin: 2px 5px 0;	
}

#menu {
	list-style: none;
	width: 560px;
	margin: 83px 0 0 10px;
	float: left;
}

#menu li {
	float: left;	
}

#menu li a {
	display: block;
	width: 140px;
	height: 36px;
	color: #0fa5c6;
	text-align: center;	
	font: bold 9pt Arial,sans-serif;
	line-height: 36px;
}

#menu li a:hover, #menu li a.selected {
	text-decoration: none;
	color: #fff;
	background: url("../images/menu_bg.jpg");	
}

#header_text {
	float: left;
	width: 45%;
	height: 110px;
	padding-left: 30px; 	
}

#sub_menu {
	list-style: none;
	width: 558px;
	margin: 8px 0 0 30px;
	float: left;
	display: inline;	
}

#sub_menu li {
	float: left;
}

#sub_menu li a {
	display: block;
	width: 150px;
	height: 27px;
	font: bold 10pt Arial,sans-serif;
	color: #444;
	background: url("../images/arrow.gif") no-repeat;
	line-height: 27px;
	padding-left: 36px;
}

/*///////////////////////// content //////////////////////*/
#container {
	width: 100%;
	background: #fff url("../images/container_bg.jpg") 0 100% repeat-x;
}

#content {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 20px 10px;
	background: url("../images/content_bg.jpg") 0 100% no-repeat;
}

/*//// index /////*/
#content_list {
	width: 970px;
	list-style: none;
	margin-left: 6px;
	float: left;
	display: inline;
}

#content_list li {
	float: left;
	padding: 0 15px 0 15px;	
}

#content_list li img {
	border: 2px solid #eaeaea;
	margin-bottom: 10px;	
}

#content_list li  p a {
	color: #06a5cc;	
}

.index li, .apartment li {
	width: 286px;
}

.sh {
	padding: 0 0 6px 0;
}

.sh img {
	border: 0 !important;
	margin: 0 !important;
}

.floor div {
	border-bottom:1px solid #ddd;
	height: 350px;	
}

.floor div h3 img {
	float: left;
	border: none !important;
}

.floor div p {
	margin-bottom: 5px;	
}

.floor div.block_a {
	background: url("../images/block_a.gif") 50% 50% no-repeat;
}

.floor div.block_b {
	background: url("../images/block_b.gif") 50% 50% no-repeat;
}

.floor h2 {
	margin-top: 10px;
}

.blocks {
	background: #008eb0;
	color: #fff;
	padding: 4px 0 4px 10px;
}

.hide {
	visibility: hidden;	
}

/*//// complex /////*/
.left {
	width: 610px;
}

.right {
	width: 290px;
	border-left:1px solid #ddd;
}

/*//// status /////*/
.title {
	margin-left: 22px;	 
}

.title:first-letter {
	text-transform: capitalize;	
}

/*////// contact form /////*/
#contact_form {
	width: 100%;
	float: left;
	margin-top: 16px;	
}

#contact_form p {
	margin-bottom: 10px;
	float: left;
	width: 280px;	
}

label {
	float: left;
	width: 75px;	
}

label span, #output p.error {
	color: #ff0000;	
}

label.error {
	display: block;
	width: 220px;
	margin-left: 100px;
	color: #ff0000;		
}

input, textarea {
	border: 1px solid #d8d6d3;	
}

textarea {
	width: 100%;
	overflow: hidden;	
}

input[type=text] {
	width: 200px;
	float: right;	
}

input[type=submit], input[type=reset] {
	background: #0081a0;
	color: #fff;
}

/*/////////////////////// footer ////////////////////////*/
#footer {
	width: 980px;
	margin: 0 auto;
	height: 44px;
}

#footer a, #footer p {
	color: #06a5cc;	
} 

#copyright {
	margin: 20px 0 0 25px;
	float: left;
	display: inline;
}

#webdesign {
	margin: 20px 25px 0 0;
	float: right;
	display: inline;
}