/********/
/* html */
/********/
body {
	background: url(../img/bg/body.gif) no-repeat center top ;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	font-size:13px;
	color:#96bbd9;
	margin:0 0 10px 0;
	padding:0;
}

h2 {
	font-size:15px;
	color:#96bbd9;
	margin:0 0 10px 0;
	padding:0;
}

h3 {
	font-size:12px;
	color:#11415a;
	margin:0 0 10px 0;
	padding:0;
}

h4 {
	font-size:13px;
	color:#11415a;
	margin:0 0 10px 0;
	padding:0;
}

h5 {
	font-size:18px;
	color:#315a70;
	margin:0 0 10px 0;
	padding:0;
}

h6 {
	font-size:12px;
	color:#96bbd9;
	margin:0 0 10px 0;
	padding:0;
}

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

a {
	text-decoration:underline;
	color:#71a3cc;
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	color:#696560;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
}

th,
td {
	color:#696560;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	padding:0 5px 0 0;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:921px;
	position:relative;
}

/* header */
#header {
	height:88px;
}

#logo {
	width:260px;
	height:88px;
	float:left;
}

#logo img {
	
}

/* menu */
#menu {
	height:30px;
	margin:0px;
	position:absolute;
	top:20px;
	left:268px
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

#menu li {
	float:left;
	position:relative;
	margin-right:5px;
	height:30px;
}

#menu a:hover span {
	background: url(../img/bg/menu_hover_right.gif) right no-repeat;
}

#menu a:hover span span {
	background: url(../img/bg/menu_hover_center.gif) repeat-x;
}

#menu span span {
	padding:0 3px 0 3px;
	height:30px;
	float:left;
}

#menu span {
	padding-right:4px;
	height:30px;
	float:left;
}

#menu li a {
	text-decoration:none;
	color:#696560;
	float:left;
	height:30px;
	line-height:30px;
	padding:0 4px 0 4px;
	cursor:pointer;
}

#menu li a:hover {
	background: url(../img/bg/menu_hover_left.gif) left top no-repeat;
	color:#71a3cc
}

#menu li a.active,
#menu li a.active:hover {
	background: url(../img/bg/menu_active_left.gif) left top no-repeat;
	color:#11415a
}

#menu a.active span,
#menu a.active:hover span {
	background: url(../img/bg/menu_active_right.gif) right top no-repeat;
}

#menu a.active span span,
#menu a.active:hover span span {
	background:url(../img/bg/menu_active_center.gif) repeat-x;
}

#action_menu {
	height:30px;
	float:right;
	margin-top:2px;
}

#action_menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
}

#action_menu li {
	float:left;
	position:relative;
}

#action_menu li a {
	text-decoration:none;
	color:#696560;
	height:22px;
	line-height:22px;
	padding:0 10px 0 10px;
	background: url(../img/bg/streep.gif) left center no-repeat;
	float:left;
}

#action_menu li a:hover {
	text-decoration:underline;	
}

#submenu {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	width:220px;
}

#submenu a:hover {
	background:url(../img/bg/submenu_item.gif) 0 -25px;
}

#submenu li {
	width:220px;
	float:left;
	margin-bottom:1px;
	height:25px;
}

#submenu ul {
	margin:0;
	width:220px;
	float:left;
	list-style:none;
	padding:0;
}

#submenu a {
	background:url(../img/bg/submenu_item.gif) 0 0;
	width:196px;
	float:left;
	height:25px;
	line-height:25px;
	padding:0 0 0 24px;
	text-decoration:none;
	color:#11415a;
	font-size:12px;
}

#submenu a.active {
	color:#71a3cc;
	font-weight:bold;
}

.object_type_row {
	width:200px;
	height :20px;
	float:left;
	color:#71a3cc;
}

.object_type_input {
	float:left;
	width:20px;
	height:20px;
	padding:0; 
	margin:0 3px 0 0;
	display:inline;
}

.object_type_input input {
	display:inline;
	float:left;
	height:14px;
	width:14px;
	padding:0;
	margin:3px 0 0 4px;
}

.object_type_label {
	width:177px;
	height:20px;
	float:left;
	font-size:12px;
	line-height:19px;
}

.object_type_label span {
	margin-left:2px;
	display:inline;
}

.object_type_label .header {
	color:#11415a;
	font-weight:bold;
}

.object_type_label label {
	cursor:pointer;
}

#check_box .object_type_label .active {
	font-weight:bold;
}

.object_type_label .active span {
	font-weight:bold;
}

#check_radio .object_type_label .active {
	color:#11415a;
	font-weight:bold;
}

.object_type_label .active span {
	font-weight:bold;
}

.object_type_label .filter_name span {
	color:#71a3cc;
}

.filter_name:hover {
	text-decoration:underline;
}

.amount {
	color:#c5a470;
}

/* content */
#leftbox {
	display:inline;
	width:245px;
	float:left;
	margin-left:10px;
}

#leftbox_home {
	display:inline;
	width:245px;
	float:left;
	margin-left:10px;
}

#leftbox h1 {
	color:#11415a;
	margin:8px 0 10px 24px;
}

#check_radio {
	border-bottom:1px solid #e8e7e7;
	margin:10px 20px 0 20px;
	padding:0 0 7px 0;
	float:left;
	display:inline;
}

#check_box {
	margin:10px 20px 0 20px;
	padding:0 0 7px 0;
	float:left;
	display:inline;
}

#center_box,
#center_box_contact {
	width:481px;
	float:left;
}

#center_box_contact {
	margin:-31px 0 0 0;
	display:inline;
	color:#696560;
}

#center_box_contact h1,
#center_box_contact h2 {
	font-size:15px;
	color:#96bbd9;
	margin:7px 0 2px 19px;
	float:left;
	display:inline;
}

#center_box_contact .textbox{
	padding:17px 20px 0 20px;
}

#center_box_contact .content{
	margin-bottom:10px;
}

#header_box {
	width:665px;
	float:left;
}

#tourbox,
#description  {
	width:656px;
	float:left;
	display:inline;
}

#content_text {
	width:300px;
	float:left;
	margin:10px 0 0 0;
	padding:0 10px 0 10px;
	color:#b4b2af;
	line-height:14px;
}

#content_text p {
	margin:0 0 18px 0;
}

#content_text h4 {
	font-size:15px;
	color:#315a70;
	margin:7px 0 10px 0;
	font-weight:normal;
	visibility:visible;
}

#content_text h6 {
	font-size:11px;
	color:#315a70;
	margin:0;
	font-weight:bold;
	visibility:visible;
}

#content_text a.arrow {
	margin:0 0 5px 0;
}

#right_box {
	width:175px;
	float:left;
	margin-top:-40px;
	padding-top:22px; 
}

#rightbox_home {
	width:336px;
	float:left;
	padding-top:10px;
}

#title_box {
	width:456px;
	height:37px;
	float:left;
	margin:-37px 0 0 0;
	display:inline;
	position:relative;
}

#title_box h5 {
	margin:8px 0 8px 10px;
	font-weight:normal
}

#title_box a.arrow_left {
	background:url(../img/bg/arrow_left_blue.gif) no-repeat left center;
	color:#71a3cc;
	font-weight:normal;
	text-decoration:underline;
	position:absolute;
	top:15px;
	left:10px;
}

#title_box span {
	color:#b4b2af;
	position:absolute;
	top:15px;
	left:10px;
}

#title_box span b {
	color:#696560;
}

#center_box h2 {
	margin:7px 0 5px 19px;
	font-size:15px;
}

.content,
.content_news {
	background:url(../img/bg/content_bg.gif);
	width:481px;
	margin:0px 0 0 0px;
	float:left;
	line-height:16px;
	color:#696560;
}

.content_news {
	margin-bottom:10px;
}

.content_news h3 {
	margin:-9px 0 20px 0px;
}

.content_top{
	height:6px;
	background:url(../img/bg/content_top.gif);
}

.content_bottom{
	height:6px;
	background:url(../img/bg/content_bottom.gif);
}

.content_bottom span,
.content_top span{
	display:none;
}

.textbox{
	color:#696560;
	padding:17px 54px 0 20px;
	position:relative;
}

.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox h5,
.textbox h6{
	visibility:visible;
}

.house,
.house_detail {
	background:url(../img/bg/content_hover_item.gif) 0 0;
	width:481px;
	height:118px;
	margin:0 0 10px 0px;
	float:left;
	line-height:16px;
	color:#696560;
	cursor:pointer;
}

.house_detail {
	background:url(../img/bg/content_item.gif) 0 0;
	cursor:default;
}

.house:hover {
	background:url(../img/bg/content_hover_item.gif) 0 -118px;
}

.house_image{
	background:url(../img/bg/object_thumbnail.gif) no-repeat;
	width:138px;
	float:left;
	margin:10px 0 0 10px;
	display:inline;
	height:98px;
}

.house_image img{
	width:132px;
	margin:3px 0 0 3px;
	height:92px;
}

.house_header {
	width:332px;
	height:20px;
	float:left;
	margin:10px 0 0 0;
	display:inline
}

.house_header h1{
	float:left;
	margin:0 0 0 10px;
	display:inline;
	visibility:visible;
}

.house_header h4 {
	float:right;
	margin:0 9px 0 0;
	display:inline
}

.intro_text {
	color:#b4b2af;
	width:320px;
	height:74px;
	float:left;
	padding:0 0 4px 10px;
}

.intro_text p {
	margin:0;
}

.intro_text .short_description {
	width:260px;
}

.icons {
	width:159px;
	padding:0 0 0 15px;
	float:left;
}

.icons #button {
	width:150px;
	height:23px;
	float:left;
	margin:0 0 13px 0;
}

.icons #button span {
	display:none;
}

.icons #button a {
	background:url(../img/button_react.gif);
	width:150px;
	height:23px;
	float:left;
}

.icons #button a:hover {
	background:url(../img/button_react.gif) 0 -23px;
}

.intro_text p.green {
	color:#8dc605;
	margin:0 0 10px 0;
}

.intro_text p.orange {
	color:#de6300;
	margin:0 0 10px 0;
}

.gold_number {
	color:#c5a470;
	margin-left:2px;
	text-decoration:none;
	display:inline;
}

.intro_text p.bold {
	color:#696560;
	margin:0;
	padding:0;
}


/* triggers */

/* news_trigger */

.news_trigger {
	width:160px;
	float:right;
	margin:0 0 10px 0;
}

.news_trigger_home {
	width:160px;
	margin:0px 0 0 6px;
	float:left;
	display:inline
}

.news_trigger_search {
	width:160px;
	margin:0 0 10px 0;
	float:right
}

.news_trigger h1,
.news_trigger_home h1,
.news_trigger_search h1 {
	margin:4px 0 7px 10px;
}

.news_trigger_top{
	height:6px;
	background:url(../img/bg/news_top.gif);
}

.news_trigger_center{
	background: url(../img/bg/news_bg.gif);
	width:160px;
	float:left;
	display:inline
}

.news_trigger_bottom{
	height:6px;
	background:url(../img/bg/news_bottom.gif);
}

.news_trigger_bottom span,
.news_trigger_top span{
	display:none;
}

.news_trigger .textbox_news,
.news_trigger .textbox_search{
	position:relative;
}

.news_trigger .textbox_news ul,
.news_trigger_home .textbox_news ul {
	margin:0;
	list-style:none;
	padding:1px 0 0 0;
	background:url(../img/bg/news_border.gif) no-repeat left top;
}

.news_trigger .textbox_news li,
.news_trigger_home .textbox_news li {
	background:url(../img/bg/news_border.gif) no-repeat left bottom;
	padding-bottom:1px;
}

.news_trigger .textbox_news li a,
.news_trigger_home .textbox_news li a {
	text-decoration:none;
	display:block;
	padding:4px 10px;
	line-height:14px;
	color:#c5a470;
}

.news_trigger_search .textbox_news p,
.news_trigger_search .textbox_search p{
	padding:0 10px 0 10px;
	color:#b4b2af;
	margin:0 0 10px 0;
}

.news_trigger .textbox_news li a:hover,
.news_trigger_home .textbox_news li a:hover{
	background:#fff;
	color:#71a3cc;
}

.textbox_news_more {
	clear:both;
	margin:10px;
}

/* arrows and icons*/
a.arrow,
a.arrow_left {
	padding-left:10px;
	background:url(../img/bg/arrow.gif) no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	color:#c5a470;
}

a.arrow:hover {
	color:#71a3cc;
	background:url(../img/bg/arrow_blue.gif) no-repeat left center;
}

a.arrow_left:hover {
	background:url(../img/bg/arrow_left_blue.gif) no-repeat left center;
	color:#71a3cc;
}

a.print, 
a.pdf {
	padding-left:23px;
	margin:0px 0 10px 0;
	background:url(../img/bg/print.gif) no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	color:#71a3cc;
	float:left;
	width:150px;
	height:16px;
}

a.pdf {
	background:url(../img/bg/pdf.gif) no-repeat left center;
}

a.pdf:hover,
a.print:hover {
	text-decoration:underline;
}

/* contact_trigger */
.contact_trigger {
	background:url(../img/bg/contact_bg.gif);
	width:160px;
	margin:10px 10px 0 0;
	margin:0;
	float:right;
}

.contact_trigger h1 {
	margin:0 0 0 10px;
}

.contact_trigger_home {
	background:url(../img/bg/contact_bg.gif);
	width:160px;
	margin:10px 10px 0 0;
	float:right;
	display:inline;
}

.contact_trigger_home h1 {
	margin-left:0;
}

.contact_trigger_top{
	height:6px;
	background:url(../img/bg/contact_top.gif);
}

.contact_trigger_bottom{
	height:6px;
	background:url(../img/bg/contact_bottom.gif);
}

.contact_trigger_bottom span,
.contact_trigger_top span{
	display:none;
}

.textbox_contact {
	color:#b4b2af;
	padding:3px 10px 0 10px;
	line-height:14px;
	position:relative;
}

.textbox_contact p {
	margin:0 0 10px 0;
}

.contact_trigger_home a,
.contact_trigger a {
	text-decoration:underline;
	color:#b4b2af;
}

.contact_trigger_home a.arrow,
.contact_trigger a.arrow {
	text-decoration:none;
	color:#c5a470;
}

.contact_trigger_home a.arrow:hover,
.contact_trigger a.arrow:hover {
	color:#71a3cc;
}

.textbox_contact h1 {
	margin:0 0 14px 0;
}

/* banner_trigger */
.banner_trigger {
	width:210px;
	float:left;
	margin:0 0 0 25px;
	display:inline;
	position:relative;
}

.banner_trigger_top{
	height:6px;
	width:210px;
	background: url(../img/bg/banner_top.gif);
	float:left;
}

.banner_trigger_bottom{
	height:6px;
	width:210px;
	background: url(../img/bg/banner_bottom.gif) left no-repeat;
	float:left;
}

.banner_trigger_center{
	background: url(../img/bg/banner_bg.gif);
	width:210px;
	float:left;
	display:inline;
	padding-bottom:0px;

}

.banner_trigger_bottom span,
.banner_trigger_top span{
	display:none;
}

.banner_textbox {
	color:#b3b2ad;
	width:190px;
	padding:0 10px;
}

.banner_textbox img {
	margin:4px 0 0 0;
}

.banner_textbox h6 {
	margin:7px 0 3px 0px;
}

.banner_textbox p {
	font-size:11px;
	line-height:16px;
	margin:0 0 10px 0;
}

/* tour_trigger */
#tour_trigger {
	background:#E2EBF3;
	width:656px;
	height:248px;
	float:left;
	position:relative;
}

#brands,
#brands_home {
	width:160px;
	float:right;
	margin:10px 0 0 0;
}

/* footer */
#footer {
	background:url(../img/bg/footer_bg.gif) no-repeat;
	display:inline;
	width:656px;
	height:38px;
	float:right;
	margin:10px 10px 20px 0;
}

#footer img{
	width:125px;
	height:20px;
	margin:9px 0px 0 9px;
	float:left;
}

#footer_menu {
	margin:8px 0 0 10px;
	font-size:12px;
	float:right;
	width:500px;
}

#footer_menu  ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
}

#footer_menu  li {
	float:left;
}

#footer_menu li a {
	text-decoration:none;
	color:#696560;
	height:22px;
	line-height:22px;
	padding:0 9px 0 9px;
	background: url(../img/bg/streep.gif) left center no-repeat;
	font-size:11px;
}

#footer_menu li a:hover,
#footer_menu li a.active{
	text-decoration:underline;
}


/*********/
/* pages */
/*********/
/* home */
#object_list_link {
	position:absolute;
	right:20px;
	top:65px;
}

/* flaton */
.carrousel_top,
.carrousel_bottom {
	height:15px;
	left:0;
	position:absolute;
	width:656px;
	z-index:20;
}

.carrousel_top {
	background:url(../img/bg/carrousel_top.png) no-repeat;
	top:0;
}

.carrousel_bottom {
	background:url(../img/bg/carrousel_bottom.png) no-repeat;
	bottom:0;
}

.cs_carrousel_wrapper {
	background:#11415a;
	height:228px;
	left:10px;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:636px;
	z-index:10;
}

.cs_carrousel_main_wrapper {
	height:228px;
	width:458px;
}

.cs_carrousel_main_image_wrapper {
	height:228px;
	width:458px;
}

.cs_carrousel_main_image_wrapper img {
	height:228px;
	width:458px;
}

.cs_carrousel_main_text_wrapper {
	background:url(../img/bg/carrousel_main_text.png) no-repeat;
	color:#FFF;
	font-size:11px;
	height:50px;
	line-height:12px;
	overflow:hidden;
	padding:7px 90px 0 15px;
	width:353px;
}

.cs_carrousel_main_text_wrapper .header {
	color:#71a3cc;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin:0 0 3px 0;
	padding:0;
}

.cs_carrousel_main_text_wrapper .header span {
	color:#FFF;
}

.cs_carrousel_main_label_wrapper {
	height:45px;
	top:10px;
	width:120px;
}

.cs_carrousel_items_wrapper {
	height:228px;
	width:178px;
}

.cs_carrousel_item_wrapper {
	height:57px;
	width:178px;
}

.cs_carrousel_item {
	background:#11415a;
}

.cs_carrousel_item_hover {
	background:#376888;
}

.cs_carrousel_item_info_wrapper {
	border-bottom:1px solid #437496;
	height:56px;
	filter:alpha(opacity=50);
	opacity:0.5;
	overflow:hidden;
	position:relative;
	width:178px;
}

.cs_carrousel_item_hover .cs_carrousel_item_info_wrapper {
	filter:alpha(opacity=100);
	opacity:1;
}

.cs_carrousel_item_address {
	color:#FFF;
	font-size:10px;
	height:44px;
	left:0;
	line-height:11px;
	padding:6px;
	position:absolute;
	text-align:right;
	top:0;
	width:92px;
}

.cs_carrousel_item_address .header {
	color:#71a3cc;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:right;
}

.cs_carrousel_item_address p {
	margin:0;
	padding:0;
}

.cs_carrousel_item_thumbnail {
	height:56px;
	position:absolute;
	right:0;
	top:0;
	width:74px;
}

.cs_carrousel_item_thumbnail img {
	border:1px solid #11415a;
	height:46px;
	margin:4px 0 0 0;
	width:66px;
}

/* detail */
.object_tabs_wrapper {
	background:url(../img/bg/object_tabs_center.gif) repeat-y;
}

.object_tabs {
	background:url(../img/bg/object_tabs_bottom.gif) no-repeat left bottom;
}

.object_tabs ul {
	background:#FFF url(../img/bg/object_tabs_top.gif) no-repeat left bottom;
	list-style:none;
	margin:0;
	padding:0;
	height:32px;
}

.object_tabs li {
	float:left;
	height:27px;
	margin:0 2px 0 0;
}

.object_tabs li a,
.object_tabs li a span {
	color:#A09E9B;
	cursor:pointer;
	float:left;
	font-size:11px;
	height:27px;
	line-height:26px;
	text-decoration:none;
}

.object_tabs li a {
	background:url(../img/bg/object_tab_center.gif) repeat-x 0 0;
}

.object_tabs li a span {
	background:url(../img/bg/object_tab_left.gif) no-repeat 0 0;
}

.object_tabs li a span span {
	background:url(../img/bg/object_tab_right.gif) no-repeat right 0;
	padding:0 11px;
}

.object_tabs li a:hover,
.object_tabs li a.active,
.object_tabs li a.active:hover {
	background:url(../img/bg/object_tab_center.gif) repeat-x 0 -27px;
	color:#11415A;
	text-decoration:none;
}

.object_tabs li a:hover span,
.object_tabs li a.active span,
.object_tabs li a.active:hover span {
	background:url(../img/bg/object_tab_left.gif) no-repeat 0 -27px;
	color:#11415A;
}

.object_tabs li a:hover span span,
.object_tabs li a.active span span,
.object_tabs li a.active:hover span span {
	background:url(../img/bg/object_tab_right.gif) no-repeat right -27px;
	color:#11415A;
}

.object_tabs_content {
	color:#696560;
	padding:20px 10px 20px 20px;
}

.object_tabs_content div.hide {
	display:none;
}

.object_tabs_content div.show {
	display:block;
}

.object_tabs_content h1,
.object_tabs_content h2,
.object_tabs_content h3,
.object_tabs_content h4,
.object_tabs_content h5,
.object_tabs_content h6 {
	visibility:visible
}

.object_tab_description {
	float:left;
	width:450px;
}

.object_tab_features {
	float:right;
	width:150px;
}

.object_tab_features .box {
	background:url(../img/bg/box_center.gif) repeat-y;
}

.object_tab_features .box_top {
	background:url(../img/bg/box_top.gif) no-repeat;
}

.object_tab_features .box_bottom {
	background:url(../img/bg/box_bottom.gif) no-repeat left bottom;
	padding:10px;
}

/* gallery */
.cs_gallery_basic_main_text_wrapper,
.cs_gallery_basic_thumbnail_text,
.cs_gallery_basic_hidden_image,
.cs_gallery_basic_hidden_text,
.cs_gallery_basic_hidden_link {
	display:none;
}

.cs_gallery_basic_wrapper {
	min-height:380px;
	position:relative;
	width:626px;
}

.cs_gallery_basic_main_wrapper {
	float:left;
	height:346px;
	width:461px;
}

.cs_gallery_basic_main_image_wrapper {
	background:url(../img/bg/gallery_main_item.gif) no-repeat;
	height:346px;
	position:relative;
	width:461px;
}

.cs_gallery_basic_main_image {
	height:340px;
	left:3px;
	position:absolute;
	top:3px;
	width:455px;
}

.cs_gallery_basic_main_image_wrapper img {
	height:340px;
	width:455px;
}

.cs_gallery_basic_thumbnails_wrapper {
	background:url(../img/bg/gallery_thumbnails_center.gif) repeat-y;
	float:right;
	width:150px;
}

.cs_gallery_basic_thumbnails {
	background:url(../img/bg/gallery_thumbnails_top.gif) no-repeat left top;
	width:150px;
}

.cs_gallery_basic_thumbnails_inner {
	background:url(../img/bg/gallery_thumbnails_bottom.gif) no-repeat left bottom;
	min-height:341px;
	padding:0 0 5px 0;
	width:150px;
}

.cs_gallery_basic_thumbnail_wrapper {
	display:inline;
	float:left;
	height:51px;
	margin:5px 0 0 5px;
	width:67px;
}

.cs_gallery_basic_thumbnail_wrapper img {
	border:1px solid #696560;
	filter:alpha(opacity=50);
	height:49px;
	opacity:0.5;
	width:65px;
}

.cs_gallery_basic_thumbnail_wrapper .cs_gallery_basic_thumbnail_hover img,
.cs_gallery_basic_thumbnail_wrapper .cs_gallery_basic_thumbnail_active img {
	filter:alpha(opacity=100);
	opacity:1;
}

.cs_gallery_basic_paging_wrapper {
	left:0;
	height:23px;
	position:absolute;
	top:357px;
	width:461px;
}

.cs_gallery_basic_paging_previous_wrapper a,
.cs_gallery_basic_paging_next_wrapper a {
	background:url(../img/bg/gallery_paging_previous.gif) no-repeat;
	filter:alpha(opacity=50);
	height:23px;
	opacity:0.5;
	position:absolute;
	top:0;
	width:76px
}

.cs_gallery_basic_paging_previous_wrapper a {
	left:0;
}

.cs_gallery_basic_paging_next_wrapper a {
	background:url(../img/bg/gallery_paging_next.gif) no-repeat;
	right:0;
	width:93px
}

.cs_gallery_basic_paging_previous a:hover,
.cs_gallery_basic_paging_next a:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

.cs_gallery_basic_paging_previous_wrapper span,
.cs_gallery_basic_paging_next_wrapper span {
	display:none;
}

/* google maps */
#cs_google_maps_root_node {
	border:1px solid #e8e7e7;
	height:388px;
	width:614px;
}

#google_contact_address {
	height:252px;
	overflow:hidden;
	position:absolute;
	right:20px;
	top:14px;
	width:252px;
}

#google_contact_address #cs_google_maps_root_node {
	border:1px solid #e8e7e7;
	height:250px;
	width:250px;
}

/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

.show{
	display:block
}

/* forms */
.cs_form_wrapper{
	margin:0;
	font-size:14px;
}

.cs_form_wrapper .cs_form_label label {
	margin:11px 0 8px 0;
	color:#11415a;
	font-size:12px;
	display:inline;
}

.cs_form_wrapper .cs_form_input {
	background:url(../img/bg/contact_field.gif) no-repeat;
	min-height:28px;
	width:404px;
}

.cs_form_wrapper .cs_form_textarea {
	background:url(../img/bg/contact_text_field.gif) no-repeat;
	height:163px;
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	padding:5px;
	height:18px;
	width:394px;
	border:none;
	background:none;
}

.cs_form_wrapper .cs_form_input input:hover,
.cs_form_wrapper .cs_form_input textarea:hover,
.cs_form_wrapper .cs_form_input select:hover {
	background:none;
}

.cs_form_wrapper .cs_form_input textarea{
	height:161px;
	padding:0 0 0 5px;
	width:395px;
}

.cs_form_wrapper .cs_form_button {
	margin:10px 313px 20px 19px;
	float:right;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	width:130px;
	height:23px;
	padding:0 0 2px 0;
	background: url(../img/bg/send_button.gif) no-repeat;
	border:none;
	margin:0;
	color:#fff;
	font-weight:bold
}

.cs_form_wrapper .cs_form_label .cs_error {
	margin:11px 0 8px 0;
	color:#ff003a;
	font-size:12px;
	display:inline;
}

.cs_form_wrapper .cs_form_button input:hover {
	background: url(../img/bg/send_button.gif) no-repeat 0 -23px;
}

.cs_feedback_info {
	font-size:12px;
	color:#ff003a;
	margin:26px 0 0 0;
}