/* main css */
body {
margin: 0px;
padding: 0px;
background: white;
}
table.main_table {
width: 944px;
height: auto;
}
td.header_td {
width: 944px;
height: 217px;
background: url(../img/header_background.png) no-repeat;
}
td.main_menu_td {
width: 944px;
height: 30px;
background: url(../img/main_menu_background.png) no-repeat;
}
td.left_menu_td {
width: 242px;
height: auto;
background: url(../img/left_menu_background.png) repeat-y;
}
td.main_content_td {
width: 702px;
height: auto;
background: url(../img/main_content_background.png) repeat-y;
font: normal 8pt Verdana;
color: #FFFFCC;
}
td.footer_td {
width: 944px;
height: 80px;
background: url(../img/footer_background.png) no-repeat;
}
div.footer_div_container {
width: 800px;
color: #FFFFCC;
font: normal 9pt Verdana;
text-align: center;
margin-top: 10px;
}
/* main menu css */
table.menu_table {
width: 800px;
height: auto;
}
td.menu_item {
text-align: center;
vertical-align: top;
font: bold 8pt Verdana;
width: 105px;
height: auto;
background: orange;
border: 1px solid white;
padding-bottom: 2px;
padding-top: 2px;
}
td.menu_item div.menu_item_div {
color: white;
}
td.menu_over {
text-align: center;
vertical-align: top;
font: bold 8pt Verdana;
width: 105px;
height: auto;
background: transparent;
border: 1px solid #FE9900;
border-bottom: 2px solid #FFFFCC;
padding-bottom: 2px;
padding-top: 1px;
}
td.menu_over div.menu_item_div {
color: #FFFFCC;
}
a.menu_link {
color: white;
text-decoration: none;
}
a.menu_link:hover {
color: #F7E3D8;
text-decoration: none;
}
div.menu_item_div {
width: 105px;
height: auto;
cursor: pointer;
display: table-cell;
}
/* left menu item css */
table.left_menu_table {
width: 242px;
height: 100px;
margin-top: 2px;
margin-bottom: 2px;
background: url(../img/left_menu_item_background.png) no-repeat;
}
td.left_menu_caption {
text-align: center;
vertical-align: middle;
font: bold 9pt Verdana;
width: 242px;
height: 50px;
color: #FF7315;
}
td.left_menu_items {
text-align: center;
vertical-align: middle;
font: normal 8pt Verdana;
width: 242px;
height: 46px;
padding-bottom: 3px;
padding-top: 3px;
color: white;
}
a.left_menu_link {
font: normal 9pt Verdana;
color: white;
text-decoration: none;
}
a.left_menu_link:hover {
font: normal 9pt Verdana;
color: white;
text-decoration: underline;
}
/* entry item css */
table.entry_item_table {
width: 622px;
height: auto;
margin-left: 5px;
margin-top: 2px;
margin-bottom: 2px;
}
td.entry_header_td {
width: 607px;
height: 50px;
background: url(../img/entry_item_header_background.png) no-repeat;
font: bold 9pt Verdana;
color: white;
padding-left: 15px;
}
td.entry_content_td {
width: 602px;
height: auto;
background: url(../img/entry_item_content_background.png) repeat-y;
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
font: normal 9pt Verdana;
color: #FFFFCC;
}
td.entry_content_td img {
border: 1px solid #FFFFCC;
margin: 5px;
margin-top: 0px;
}
td.entry_content_td img.apartment_scheme_image,img.apartment_panorama_image {
border: 1px solid #FFFFCC;
margin: 0px;
}
td.entry_content_td div {
margin: 5px;
}
td.entry_content_td a {
font: bold 9pt Verdana;
color: white;
text-decoration: none;
}
td.entry_content_td a:hover {
font: bold 9pt Verdana;
color: white;
text-decoration: underline;
}
td.entry_footer_td {
width: 622px;
height: 30px;
background: url(../img/entry_item_footer_background.png) no-repeat;
font: normal 8pt Verdana;
color: white;
}
td.entry_footer_td a {
text-decoration: none;
font: normal 9pt Verdana;
color: white;
}
td.entry_footer_td a:hover {
text-decoration: underline;
font: normal 9pt Verdana;
color: white;
}
span.apartament_title_span {
color: #FFFFCC;
}
table.apartment_visuals_table {
float: left;
}
td.apartment_scheme_td {
padding: 5px;
padding-bottom: 0px;
}
td.apartment_panorama_td {
padding: 5px;
padding-bottom: 0px;
padding-left: 0px;
}
div.gallery_container {
width: 600px;
padding-left: 20px;
}
div.gallery_item {
float: left;
margin: 2px;
display: table-cell;
}
div.gallery_item img {
border: 1px solid white;
float: left;
margin: 0px;
}
/* overlay css */
div.query_overlay {
background-image: url(../img/form.png);
width:400px;
height:300px;
display:none;
padding:55px;
}
div.query_overlay div.close {
background-image: url(../img/close.png);
position:absolute;
right:5px;
top:5px;
cursor:pointer;
height:35px;
width:35px;
}
div.query_wrap {
height: 290px;
overflow: auto;
}
div.panorama_overlay {
background-image: url(../img/panorama.png);
width:500px;
height:400px;
display:none;
padding:55px;
}
div.panorama_overlay div.close {
background-image: url(../img/close.png);
position:absolute;
right:5px;
top:5px;
cursor:pointer;
height:35px;
width:35px;
}
div.panorama_wrap {
height: 390px;
overflow: auto;
border: 1px solid white;
}
/* ajaxify loading css */
div#AjaxifyLoading {
margin-right: 100px;
}
/* left menu css */
span.complex_price {
display: none;
}
div.complex_title_price {
width: auto;
cursor: help;
}
/* contact form css */
td.label_td {
width: 140px;
display: block;
vertical-align: top;
padding-left: 10px;
font: normal 9pt Verdana;
}
form#client_query_form {
padding-bottom: 0px;
margin-bottom: 0px;
}
input#subject_query {
color: #5C5C5C;
font: normal 8pt Verdana;
background: #FFE7C1;
width: 18em;
border: 1px solid white;
margin-bottom: 5px;
}
input#customer_name {
color: #5C5C5C;
font: normal 8pt Verdana;
background: #FFE7C1;
width: 18em;
border: 1px solid white;
margin-bottom: 5px;
}
input#customer_phone {
color: #5C5C5C;
font: normal 8pt Verdana;
background: #FFE7C1;
width: 18em;
border: 1px solid white;
margin-bottom: 5px;
}
input#customer_email {
color: #5C5C5C;
font: normal 8pt Verdana;
background: #FFE7C1;
width: 18em;
border: 1px solid white;
margin-bottom: 5px;
}
textarea#customer_message {
color: #5C5C5C;
font: normal 8pt Verdana;
background: #FFE7C1;
width: 21em;
max-width: 21em;
height: 155px;
max-height: 155px;
border: 1px solid white;
}
input#submit_button {
background: #FF9C07;
font: bold 8pt Verdana;
border: 1px solid white;
color: white;
cursor: pointer;
height: 30px;
width: 12em;
margin-top: 2px;
padding-bottom: 5px;
* padding-bottom: 0px;
}
/* header items css */
table.header_items_table {
height: 197px;
width: 944px;
}
td.header_slogan_td {
height: 67px;
width: 944px;
}
div.slogan_div {
font: bold 9pt Verdana;
color: #FF6A06;
margin-top: 40px;
}
td.header_carousel_td {
height: 130px;
width: 697px;
}
td.header_version_menu_td {
height: 130px;
width: 238px;
}
div.special_link_container {
color: white;
font: normal 9pt Verdana;
margin-top: 80px;
margin-left: 75px;
}
div.special_link_container a {
color: #FFFFCC;
text-decoration: none;
font-weight: bold;
}
div.special_link_container a:hover {
color: #FFFFCC;
text-decoration: underline;
font-weight: bold;
}
/* gallery css */
div.gallery_container {
border: 1px solid white;
width: 570px;
height: 450px;
}
/* about us css */
div.div_map_container iframe {
border: 1px solid white;
}
/* video css */
div#video_player {
border: 1px solid #FFAE79;
padding: 0px;
width: 590px;
}