@charset "utf-8";
/* CSS Document */

/************************* FORMATTING ELEMENTS *************************/
h2{
	
	margin-bottom:0px;
}
a{
	text-decoration:none;
	color:#F30;
	font-weight:bold;
	border:none;
}
a img{
	border:none;
}
a.box{
	padding:1px;
	border:solid thin;
	border-color:transparent;
}
a.box:hover{
	border:#EB9C46 solid thin;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#640E00;
	padding:1px;
}
	
/*************************** CONTACT FORM ELEMENTS *********************************/
.ui-dialog-titlebar-close{
	display:none !important;
}
.simple_button{
	color:#000;
	display:block;
	height:43px;
	line-height:43px;
	width:137px;
	text-align:center;
	background:url(../images/sm_button_bg.png) no-repeat;
	background-position:0px 0px;
	border:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:#F90 0px 1px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	box-shadow:#000 0px 0px 6px;
	-moz-box-shadow:#000 0px 0px 6px;
	-webkit-box-shadow:#000 0px 0px 6px;
}
.small_button{
	color:#000;
	display:block;
	height:43px;
	line-height:43px;
	width:137px;
	text-align:center;
	background:url(../images/sm_button_bg.png) no-repeat;
	background-position:0px 0px;
	border:none;
	font-size:18px;
	font-weight:bold;
	text-shadow:#F90 0px 1px;

	box-shadow:#000 0px 0px 6px;
	-moz-box-shadow:#000 0px 0px 6px;
	-webkit-box-shadow:#000 0px 0px 6px;
}
.sm_button{
	display:inline-block;
	margin-left:15px;
	height:27px;
	line-height:27px;
	width:50px;
	text-align:center;
	background:url(../images/small_button_bg.png) repeat-x;
	background-position:0px 0px;
	border:none;
	font-size:16px;
	font-weight:bold;
	text-shadow:#F90 0px 1px;
	box-shadow:#000 0px 0px 6px;
	-moz-box-shadow:#000 0px 0px 6px;
	-webkit-box-shadow:#000 0px 0px 6px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.sm_button:hover{
	background-position:0px -27px;
	cursor:pointer
}
.sm_button:active{
	background-position:0px -54px;
	text-shadow:#00FF79 0px 1px;
}
.simple_button:hover, .small_button:hover{
	background-position:0px -43px;
	cursor:pointer;
}
.simple_button:active, .small_button:active{
	background-position:0px -86px;
	text-shadow:#00FF79 0px 1px;
}
a.sm_button{
	color:#000;
}
#contact_form{
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#contact_form fieldset{
	border:#AF7434 solid thin;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#contact_form input, #contact_form textarea, #contact_form select, #code_form input{
	background-color:#AF7434;
	border:#FFF solid thin;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:30px;
}
#contact_form legend{
	font-size:16px;
	font-weight:bold;
}
#contact_form ul{
	list-style:none;
}
#contact_form ul li{
	display:inline-block;
	float:left;
	margin-right:25px;
}
.group_field{
	background:#2B0F09;
	margin-top:25px;
}
#form_confirm{
	height:100px;
	background:#2B0F09;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin-top:50px;
}
.required{
	font-size:18px;
	font-weight:bold;
	color:#F00;
}

label.error{
	color:#F00;
	font-weight:bold;
	display:inline-block;
	height:30px;
	widows:30px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon_error.png) no-repeat;
	background-position:left;
	padding-left:35px;
	margin-left:5px;
}

input.error, textarea.error{
	border:#F00 thick solid !important;
}

input.valid, textarea.valid{
	border:#0C0 solid thin !important;
}

#listing{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	border:#AF7434 solid thin;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px;
}
table tr td.c_title, .c_title_m{
	height:60px;
	font-size:24px;
	background:#2B0F09;
	border-bottom:#AF7434 solid thin;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	vertical-align:middle;
	text-align:center;
}
.c_title_m{
	font-size:20px;
}
.c_date_t, .c_info_t, .c_message_t, .c_erase_t, .c_visit_t{
	text-align:center;
	padding:5px;
	border-bottom:#AF7434 solid thin;
	font-weight:bold;
	height:40px;
}
.c_date, .c_info, .c_message, .c_erase, .c_visit{
	text-align:left;
	border-bottom:#AF7434 solid thin;
	padding:5px;
	border-left:#AF7434 solid thin;
	
}
.c_date{
	border-left:none;
}

.table_b{
	background:#2B0F09;
}
.day_green{
	color:#0F0;
}
.day_red{
	color:#F00;
}
.day_yellow{
	color:#FC0;
}
	

/************************ HEADER ELEMENTS ******************************/
#pager_wrapper{
	position:absolute;
	bottom:-15px;
	left:-15px;
	z-index:200;
}
#pager{
	list-style:none;
}
#pager li{
	background:url(../images/promo_bubble.png) center no-repeat;
	height:23px;
	width:23px;
	margin-left:12px;
	display:inline-block;
}
#pager li a{
	display:block;
	height:23px;
	width:23px;
}
#pager li.activeSlide{
	background:url(../images/promo_bubble_active.png) center no-repeat;
	height:23px;
	width:23px;
}
.promo_slide{
	border:#AF7434 solid thin;
	border-radius:6px 6px;
	-moz-border-radius:6px 6px;
	-webkit-border-radius:6px 6px;
}
#logo{
	position:absolute;
	top:0px;
	left:4px;
	background:url(../images/logo.png) no-repeat;
	width:446px;
	height:117px;
	display:block;
	z-index:100;
}
#description_box{
	position:absolute;
	right:12px;
	bottom:12px;
	width:300px;
	height:200px;
	display:block;
	background:url(../images/promo_description_bg.png) center;
	background-repeat:repeat-y;
	z-index:100;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.promo_more_button{
	position:absolute;
	float:right;
	right:10px;
	bottom:10px;
	width:23px;
	height:26px;
	background:url(../images/promo_more_button.png) no-repeat;
	background-position:center;
	display:block;
}
.description{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	height:100%;
}
.desc_line{
	position:relative;
	height:1px;
	display:block;
	border-bottom:#EB9C46 solid thin;
	width:80%;
}

/*language buttons*/
.lang_button{
	position:relative;
	height:45px;
	width:45px;
	display:block;
}
.lang_hover{
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:45px;
	height:45px;
	display:block;
	z-index:100;
}

#lang_hr{
	background:url(../images/lang_hr.png) center no-repeat;
}
#lang_hr.lang_hover{	
	background:url(../images/lang_hr_hl.png) center no-repeat;	
}
#lang_en{
	background:url(../images/lang_en.png) center no-repeat;
}
#lang_en.lang_hover{	
	background:url(../images/lang_en_hl.png) center no-repeat;	
}
#lang_de{
	background:url(../images/lang_de.png) center no-repeat;
}
#lang_de.lang_hover{	
	background:url(../images/lang_de_hl.png) center no-repeat;	
}
#lang_it{
	background:url(../images/lang_it.png) center no-repeat;
}
#lang_it.lang_hover{	
	background:url(../images/lang_it_hl.png) center no-repeat;	
}
#lang_fr{
	background:url(../images/lang_fr.png) center no-repeat;
}
#lang_fr.lang_hover{	
	background:url(../images/lang_fr_hl.png) center no-repeat;	
}
#lang_nl{
	background:url(../images/lang_nl.png) center no-repeat;
}
#lang_nl.lang_hover{	
	background:url(../images/lang_nl_hl.png) center no-repeat;	
}

/********************* MAIN MENU ELEMENTS ******************************/
#menu_wrapper{
	position:relative;
	width:950px;
	list-style:none;
	color:#EB9C46;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
	display:table-cell;
	vertical-align:middle;
}
#menu_wrapper li{
	display:inline-block;
	text-align:center;
	border:#EB9C46 solid thin;
	border-radius:4px 4px;
	-moz-border-radius:4px 4px;
	-webkit-border-radius:4px 4px;
	background:#1A1A1A;
	margin-left:2px;
	width:110px;
	padding-bottom:8px;
	padding-top:8px;
}
#menu_wrapper li a{
	text-decoration:none;
	color:#EB9C46;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	height:50px;
	width:100%;
}
.active_button{
	background-color:#640E00 !important;
}

/*********************************************** FOOTER ELEMENTS *********************************************/
#designed{
	position:absolute;
	left:50px;
	bottom:30px;
}

/*********************************************** CONTENT ELEMENTS *********************************************/
.content_spacer{
	min-height:200px;
}
#map_canvas{
	width:80%;
	height:500px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.links_thumb{
	display:inline-block;
	padding:10px;
	background:#2B0F09;
	border:solid thin;
	border-color:#2B0F09;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:1px;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
	width:40%;
	font-weight:normal;
}
.links_thumb img{
	height:200px;
	width:200px;
	border-radius:6px;
}
	
.gen_frame{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	border-top:#AF7434 solid thin;
	border-bottom:#AF7434 solid thin;
	padding:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom:25px;
}
.extend{
		min-height:250px;
}
#gallery{
	width:850px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.gal_thumb{
	display:inline-block;
	padding:10px;
	background:#2B0F09;
	border:solid thin;
	border-color:#2B0F09;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:1px;
	margin-bottom:2px;
	margin-top:2px;
}
.gal_wrap{
	display:block;
	float:left;
	margin-right:12px;
}
.gal_thumb img{
	width:150px;
	height:150px;
	border-radius:6px;
}
#contact_section{
	display:block;
	width:60%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:#AF7434 solid thin;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:15px;
	background:#2B0F09;
}
#pricing_table, #work_hours_table{
	width:600px;
	border:#AF7434 solid thin;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#work_home_table{
	width:800px;
	border:#AF7434 solid thin;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.pricing_title{
	font-size:18px;
	text-align:center;
	vertical-align:middle;
	border-bottom:#AF7434 double thin;
	height:50px;
	font-weight:bold;
	background-color:#2B0F09;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.pt_blue{
	color:#00ADED;
}
.pt_orange{
	color:#F30;
}
.pricing_subtitle{
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	border:#AF7434 solid thin;
}
.pricing_vertical{
	font-size:18px;
	border:#AF7434 solid thin;
	width:20%;
	text-align:center;
	vertical-align:middle;
}
.pricing_vertical p{
	transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
}
.pricing_cat{
	width:40%;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	border:#AF7434 solid thin;
	height:30px;
}
.pricing_def{
	width:40%;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	border:#AF7434 solid thin;
	height:30px;
}
.pricing_price{
	width:30%;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	border:#AF7434 solid thin;
	font-weight:bold;
}
