/* Standard style */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	text-align: center;
	background: #EEE;
	color: #357695;
}

table {
	size: 100%;
}

a {
	color: #3F7486;
	font-weight: bold;
}

a:hover {
	color: #333;
}

input, textarea {
	border: 1px groove #978768;
	background: #FAF7ED;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: 2px solid #c33;
	background: #fcc;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0px auto 10px;
	text-align: left;
	border: 1px dashed #CCC;
}


/* Specific style */


.bold_span {
	font-weight: bold;
}

#index_price_box {
	margin: 0px 0px 5px 15px;
	width: 140px;
	background: url(../images/index_price_bg.gif);
	text-align: center;
	border: 1px solid #733A3A;
}


/* Index style */


#header {
	width: 760px;
	height: 163px;
}

#header_top {
	height: 103px;
	width: 760px;
	background: url(../images/header_t.jpg) top left no-repeat;
}

#header_content {
	height: 60px;
	width: 760px;
	background: url(../images/header_b.jpg) top left no-repeat;
	text-align: left;
}

#header_content div {
	padding: 2px 3px;

}



#footer {
	width: 760px;
	margin: 0px auto;
	text-align: left;

}

#footer a {

}

#footer a:hover {

}

#footer_links {
	text-align: center;
}

#footer_contact {
	margin-top: 10px;
}

#footer_contact div {
	margin: 3px 15px;
	clear: both;
	
}


#main {
	background: #FFF url(../images/content_bg.gif) repeat-y top left;
	width: 760px;
}

#main_content {
	line-height: 180%;
}

#main_content_tariff {
	line-height: 180%;
	display: block;
	width: 77%;
	float: right;
}

#main_content_tariff table {
	width: 95%;
	border: 1px solid #666;
	margin: 0 auto 20px auto; 
}

#main_content_tariff table th {
        border: 1px solid #666;
        text-align: center; 
}

#main_content_tariff table td {
        border: 1px solid #ccc;
	padding: 3px 5px; 
}
#main_content_tariff .flats {
	text-align: right; 
}

#main_content_tariff .prices {
	text-align: center; 
}

#main_content_tariff p { width: 90%; margin: 0 auto 20px auto; }

.center { text-align: center; }



/* Menu style */


#menu {
	width: 170px;
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	border-top: 1px dashed #D9D9D9;
	padding: 3px 0px;
}

#menu a {
	text-decoration: none;
	font-weight: normal;
	color: #2B6C8E;
}

#menu a:hover {
	color: #333;
}

#menu #menu_top {
	border-top: 0px;
} 

#main_content {
	width: 570px;
	float: left;
	padding: 10px;
	display: block;
}


/* Tariff style */


.tariff_wrapper {
	width: 359px;
	margin: 10px auto;
}

.tariff_header {
	border: 1px solid #A58282;
	background: #D1B2B2;
	padding: 2px 0px;
	text-align: center;
	font-weight: bold;
	margin: 2px 0px 0px;
	width: 357px;
	color: #573D3D;
}

.tariff_row {
	float: left;
	width: 359px;
	margin-top: 2px;
}

.tariff_period {
	width: 137px;
	float: left;
	background: #FBF2D9;
	border: 1px solid #D1C7AB;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.tariff_period_alt {
	width: 354px;
	background: #FBF2D9;
	border: 1px solid #D1C7AB;
	padding: 2px;
	font-weight: bold;
	margin-top: 2px;
}

.tariff_price {
	border: 1px solid #D8C5A9;
}

.tariff_flat {
	border: 1px solid #D8C5A9;
	background: #B74444;
	color: #FFF;
}


/* Location style */


#location_directions {

}


#location_directions ul {
	margin-left: 10px;
	margin-bottom: 0px;
}


/* Contact style */

#contact_form_wrapper {
	float: left;
	width: 300px;
	margin-left: 10px;
	background: #F9F9F9;
}



#contact_form {
	text-align: center;
	border: 1px solid #6AB8D2;
	border-top: 0px;
	padding: 10px 10px;
}

.contact_form_div {
	margin: 0px 0px;
	text-align: left;
	float: left;
	width: 110px;
}

.contact_form_input {
	text-align: left;
}

.contact_details {
	width: 220px;
	padding: 5px 0px 5px 20px;
	float: right;
	margin-bottom: 20px;

}

.contact_details a {

}

.contact_details a:hover {

}

.contact_details_head {
	border: 1px solid #8C4747;
	background: #F9F9F9;
	font-weight: bold;
	padding: 2px;
}

.contact_details_content {
	border: 1px solid #6AB8D2;
	border-top: 0px;
	padding: 10px 10px;
	background: #F9F9F9;
}

#apartment_fac p {
	margin: 8px 0px;
}


.index_facilities {
	width: 47%;
	float: left;
	margin: 0px 5px;
	border: 1px solid #4495B5;
}

.index_facilities div {
	padding-left: 10px;
}

.dining_menu {
	width: 47%;
	margin: 5px auto;
	border: 1px solid #4495B5;
}

.dining_menu div {
	padding-left: 10px;
	text-align: center;
}

.apartment_list ul {
	list-style-image: url(../images/li_arrow.gif);
	list-style-type: circle;
	margin-bottom: 0px;
}

.apartment_list li {
	margin-top: 3px;
}

.attractions_container {
	width: 48%;
	text-align: center;
	float: left;
}

.attractions_container a {
	text-decoration: none;
}

.attractions_container img {
	border: 1px solid #ACD3EC;
}

#flats_list p {
	margin: 5px 0px 0px;
}

#flats_list div {
	font-size: 90%;
}

table.tariff th { font-weight: bold; text-align: center; background: #fcc; border: 1px solid #c33; }
table.tariff td { text-align: center; }
table.tariff td { border: 1px solid #c33; }