﻿* 
{
    margin:0;
    padding:0;
    border:none;
    text-decoration:none;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    text-align:justify;
    color:#666666;
}

h1, h2
{
    color:#4EAFD0;
    text-align:center;
    font-size:16px;
    line-height:20px;
    margin:5px 0 20px 0;
    padding:5px 10px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

h3
{
    color:#2BB673;
    text-align:left;
    font-size:16px;
    line-height:20px;
    margin:5px 0 20px 0;
    padding:5px 0;
}

h4
{
    color:#2BB673;
    text-align:left;
    font-size:13px;
    line-height:20px;
    margin:10px 0 0 0;
    padding:5px 0;
}

.tiny
{
    font-size: 11px;
    line-height:11px;
    color:#999999;
    display:block;
    margin:0 0 5px 10px;
}

p
{
    color:#666666;
    padding:0 15px 15px;
}

.dark 
{
    background-color:#EEFBF5;
}

.pale
{
    background-color:#FFFFFF;
}

.blue
{
    background-color:#DFF1F6;
}

body
{
    background-color:#E8F8FF;
}

.container
{
    position:relative;
    margin:0 auto;
    width:960px;
    border-left:1px solid #CDF3E1;
    border-right:1px solid #CDF3E1;
}

.content_full
{
    width:920px;
    padding:15px 20px;
}

.content_half
{
    float:left;
    width:420px;
    margin:0 19px 0 0;
    padding:0 15px;
    border:1px hidden #FFFFFF;
}

.content_half:last-child
{
    margin-right:0px;
}

.content_third
{
    float:left;
    width:276px;
    margin:0 14px;
    border:1px hidden #FFFFFF;
}

.content_third:last-child
{
    margin-right:0px;
}

.content_quarter
{
    float:left;
    width:207px;
    margin:0 14px;
    padding-bottom:20px;
    border:1px hidden #FFFFFF;
}

.content_quarter:last-child
{
    margin-right:0px;
}

.item
{
    float:left;
    width:276px;
    margin:0 14px;
    border:1px solid #CDF3E1;
    background-color:#FFFFFF;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    overflow:hidden;
}

.item:last-child
{
    margin-right:0px;
}

.clear_float
{
    clear:both;
}

.align_right
{
    text-align:right;
}
.align_center
{
    text-align:center;
}

#header_container
{
    height:80px;
}

#header_content
{
    padding:10px 0 0 20px;
}

#header_content span
{
    color:#2BB673;
    font-size:12px;
}

#extra_content, #details_content, #description_content
{
    margin:0px;
}

#language_select
{
    position:absolute;
    top:5px;
    right:20px;
}

#language_select img
{
    zoom: 1;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

#language_select img:hover, #language_select img.selected
{
	zoom: 1;
	filter: alpha(opacity=1);
	opacity: 1;
}

.info
{
    padding:5px 10px;
    text-align:right;
}

.item table
{
    width:100%;
}

.item table td:first-child
{
    width:60%;
}
.item table td:last-child
{
    width:40%;
    text-align:right;
}

a
{
    color:#2BB673;
}

a:hover
{
    zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#map_canvas
{
    width:920px;
    height:460px;
    background-color:#CCCCCC;
}

input
{
    width:100%;
    border:#CDF3E1 solid 1px;
    height:30px;
    padding:0 2%;
    line-height:30px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

input[type=submit]
{
    text-align:center;
    width:30%;
    float:right;
    border-radius: 10px; 
    line-height:20px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    background-color:#83A3A3;
    color:#FFFFFF;
}

input[type=submit]:hover {
    cursor:pointer;
    zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

textarea
{
    width:100%;
    border:#CDF3E1 solid 1px;
    resize: none;
    height:120px;
    line-height:20px;
    padding:0 2%;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

.copyright
{
    padding-top: 60px;
    color: #999999;
    font-size:11px;
}

#footer_content
{
    color:#888888;
    font-size:11px;
}

#slideshow_content img
{
    float: left;
}

#slideshow_container
{
    overflow: hidden;
    position: relative;
    height: 460px;
}

#slideshow_content
{
    width: 28800px;
    height: 460px;
    position: absolute;
}

#price_table_container
{
    padding:0 0 20px 0;
}

#price_table
{
    margin:0 5%;
    width:90%;
    background-color:#DFF1F6;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    overflow:hidden;
}

#price_table tr:last-child
{
    height: 40px;
}

#price_table td, #price_table th
{
    text-align:center;
}

.table_tiny
{
    font-size: 11px;
    line-height:11px;
    color:#999999;
}

#overlay_background
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFFFFF;
    padding: 10px;
    zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    width:220px;
    height:55px;
}

#overlay_table
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 240px;
    padding: 10px;
}

#overlay_table td
{
    color: #2BB673;
    font-size: 13px;
    font-weight:bold;
}

#navigation_left
{
    position: absolute;
    bottom: 10px;
    right: 72px;
    width: 30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius: 15px 0 0 15px; 
    -moz-border-radius: 15px 0 0 15px; 
    -webkit-border-radius: 15px 0 0 15px;
    background-color:#FFFFFF;
    color:#2BB673;
    border:1px solid #DFF1F6;
    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

#navigation_right
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius: 0 15px 15px 0; 
    -moz-border-radius: 0 15px 15px 0; 
    -webkit-border-radius: 0 15px 15px 0;
    background-color:#FFFFFF;
    color:#2BB673;
    border:1px solid #DFF1F6;
    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;-webkit-user-select: none;      
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#navigation_middle
{
    position: absolute;
    bottom: 10px;
    right: 41px;
    width: 30px;
    height:30px;
    line-height:29px;
    text-align:center;
    font-size:11px;
    border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0;
    background-color:#FFFFFF;
    color:#2BB673;
    border:1px solid #DFF1F6;
    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;
	opacity: 0.90;-webkit-user-select: none;      
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#navigation_left:hover, #navigation_right:hover
{
    cursor: pointer;
    zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}