@charset "utf-8";
/* Common styles */
html{
  height: 100%;
}

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #fff;
  background:#dfdfdf;
}

*{
  margin: 0;
}

a{
  outline-style:none;
  outline-width:0;
  text-decoration: none;
  color: #fff;
}

a:hover{
  text-decoration: underline;
}

a img{
  border: none;
}

/* headings, paragraphs */
h1 {font-size:16px; margin: 0; padding: 0; font-weight: normal;}
h3 {font-size:16px; margin: 0; padding: 15px 0 14px; font-weight: normal;}
h4 {font-size:12px; margin: 0; padding: 12px 0 2px;}
h5 {font-size:12px; margin: 0; padding: 5px 0 5px;}
h5 label{font-weight: normal;}

p, ol, div, hr input textarea span, form, ul, li{
  padding: 0;
  margin: 0;
}

ul{list-style: none;}

ul li a b{font-weight: normal;}

/* Menu Button snippet */
span.rounded_btn,
a.rounded_btn{
  display:-moz-inline-box;
  display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;

	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 -64px;
	background-repeat:no-repeat;
	height:24px;
	text-decoration:none;
	color:#6f2a31;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 5px;
	vertical-align:middle;

  padding-top:-2px;
	_position:relative;
	_width:10px;
	_overflow-y:hidden;
}

span.rounded_btn button, span.rounded_btn,
a.rounded_btn, a.rounded_btn span{
    background-image:url("/theme/images/rounded_btn.png");
    _background-image:url("/theme/images/rounded_btn.gif");
}

span.rounded_btn button,
a.rounded_btn span{
white-space:nowrap;
	cursor:pointer;
    color:#fff;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;
    background-color:transparent;
	background-position:100% -64px;
	background-repeat:no-repeat;
	height: 17px;
	padding: 4px 13px 3px 1px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
  _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;
	_display:block;
	_top:0;
	_right:-5px;
}

span.rounded_btn button{
   line-height:1;/*Opera need this*/
}

html.safari a.rounded_btn span,
html.safari del.rounded_btn span{
  line-height:1.3;
}

html.safari span.rounded_btn button{
  line-height:2.6;
}

html.safari a.rounded_btn:focus,
html.safari span.rounded_btn button:focus{
    outline:none;
}

span.rounded_btn button, span.rounded_btn input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/
/*Hover Style*/
a.rounded_btn:hover,
span.rounded_btn:hover,
a.dom-button-focus,
span.button-behavior-hover{
	background-position:0 -101px;
	color:#fff;
	text-decoration:none;
}
a.rounded_btn:hover span,
span.rounded_btn:hover button,
span.button-behavior-hover button,
span.button-behavior-hover input{
	background-position:100% -101px;
	color: #fff;
}


/* custo rounded btns*/

#header a.rounded_btn{
  background-position: 0 50px;
  height: 23px;
}

#header a.rounded_btn span{
  background-position: 0 50px;
  color: #010101;
  height:16px;
  padding-top:5px;
  vertical-align:middle;
}

#header .main_menu li.active a.rounded_btn{
  background-position: 0 -33px;
}

#header .main_menu li.active a.rounded_btn span{
  background-position: 100% -33px;
}

#header .main_menu li.unactive a:hover.rounded_btn{
  background-position: 0 -0px;
}

#header .main_menu li.unactive a:hover.rounded_btn span{
  background-position: 100% -0px;
}



#bottom_footer a.rounded_btn{
  background-position: 0 50px;
  height: 23px;
}

#bottom_footer a.rounded_btn span{
  background-position: 0 50px;
  color: #010101;
  height:15px;
  padding-top:5px;
}

#bottom_footer .main_menu li.active a.rounded_btn{
  background-position: 0 -211px;
}

#bottom_footer .main_menu li.active a.rounded_btn span{
  background-position: 100% -211px;
}

#bottom_footer .main_menu li.unactive a:hover.rounded_btn{
  background-position: 0 -244px;
}

#bottom_footer .main_menu li.unactive a:hover.rounded_btn span{
  background-position: 100% -244px;
}

/**/

/* END oF SNIPPET */

.rounded {
  position:relative;
  min-width:100px;
  max-width:4182px; /* based on image dimensions - not quite consistent with drip styles yet */
  color:#000;
  margin-left:15px; /* default, width of left corner default: 12*/
}

.rounded .r_content,
.rounded .t,
.rounded .b,
.rounded .b div {
  background:transparent url(/theme/images/rounded.png) no-repeat top right;
  _background-image: url(/theme/images/rounded.gif);
}

.rounded .r_content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 15px 0px 0px;
}

.rounded .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:4000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.no_tl_conrner .t{
  background-image: url(/theme/images/rounded_no_topleft.png);
}

.rounded .b {
 /* bottom */
 position:relative;
 width:100%;
}

.rounded .b,
.rounded .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
 margin-top: 0px;
}

.rounded .b {
 background-position:bottom right;
 zoom: 1; 
}

.rounded .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
 zoom: 1;
}

.rounded .hd,
.rounded .bd,
.rounded .ft {
 position:relative;
}

.rounded .wrapper{
  margin: 0 0px;
  padding: 10px 10px 20px 10px;
  min-height: 160px;
  z-index: 0;
}



/* end of snipptes */

#total_wrapper{
  background:#dfdfdf url("/theme/images/bck.png") 50% 0 repeat-x;
}

#header{
  width: 970px;
  margin: 0 auto;
  position:relative;
  height: 153px;
}

#header h1{
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index:1;
}

#header h2{
  border-left:1px solid #D3B891;
  color:#D3B891;
  font-size:14px;
  font-weight:normal;
  left:321px;
  padding:0 0 0 10px;
  position:absolute;
  top:63px;
}

#header form{
  position: absolute;
  top: 20px;
  right: 0;
}

#header form p{
  background: url(/theme/images/search_field.png);
  width: 218px;
  height: 23px;
  position: relative;
}

#header form button{
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
}

#header form input{
  background:none repeat scroll 0 0 transparent;
  border:0 none;
  color:#DCD0C5;
  padding:5px 0 3px 9px;
  width:183px;
  height: 15px;
}

#header ul.languages{
  overflow:hidden;
  position:absolute;
  right:0;
  top: 50px;
}


#header ul.languages li{
  float: left;
  display: block;
  padding: 3px;
  width: 24px;
  height: 14px;
  zoom:1;
}

#header ul.languages li a span{display: none;}
#header ul.languages li a{display: block; width: 22px; height: 17px; background: url(/theme/images/flags.png) no-repeat 0 0;}

#header ul.languages li.pl a{background-position: 0 -17px;}
#header ul.languages li.pl a.active{background-position: 0 0;}
#header ul.languages li.en a{background-position: -22px -17px;}
#header ul.languages li.en a.active{background-position: -22px 0;}
#header ul.languages li.es a{background-position: -48px -14px;}
#header ul.languages li.es a.active{background-position: -48px 0;}
#header ul.languages li.de a{background-position: -72px -14px;}
#header ul.languages li.de a.active{background-position: -72px 0;}
#header ul.languages li.fr a{background-position: -96px -14px;}
#header ul.languages li.fr a.active{background-position: -96px 0;}
#header ul.languages li.it a{background-position: -120px -14px;}
#header ul.languages li.it a.active{background-position: -120px 0;}

#header .main_menu{
  background:url("/theme/images/menu.png") repeat-x scroll 0 0 transparent;
  height:46px;
  position:absolute;
  top:103px;
  width:100%;
  z-index:0;
}

#header .main_menu .wrapper{
  background:url("/theme/images/menu_open.png") no-repeat 0 0;
}

#header .main_menu .wrapper ul{
  background:url("/theme/images/menu_close.png") no-repeat scroll 100% 0 transparent;
  height:38px;
  padding:8px 0 0 300px;
}

#header .main_menu .wrapper li{
  float: left;
  padding: 4px;
}

#top_footer .wrapper{
  width: 970px;
  margin: 0 auto;
  overflow: auto;
}

#top_footer .wrapper .block{ 
  float: left;
  margin-bottom: 40px;
}

#top_footer .wrapper .block div.content{
  border-right: 1px solid #fff;
  border-left: 1px solid #a8a39f;
  padding:0 12px;
}

#top_footer .wrapper .block img{
  margin: 0;
}

#top_footer .wrapper .firstone div.content{
  border-left: 0 none;
}

#top_footer .wrapper .lastone div.content{
  border-right: 0 none;
}

#center_footer{
  background: #564a39;
}

#center_footer .wrapper{
  overflow: hidden;
  width: 970px;
  margin: 0 auto;
  padding: 10px 0;
}


#center_footer .wrapper .block{ 
  float: left;
}

#center_footer .wrapper .block div.content{
  border-right: 1px solid #352e23;
  border-left: 1px solid #7c6d58;
  padding:0 12px;
  color: #fff;  
}

#center_footer .wrapper .firstone div.content{border-left: 0px none;}
#center_footer .wrapper .lastone div.content{border-right: 0px none;}

#center_footer .content a.rounded_btn{
  background-position: 0 -136px;
}

#center_footer .content a.rounded_btn span{
  background-position: 100% -136px;
}

#center_footer .content a:hover.rounded_btn{
  background-position: 0 -175px;
}

#center_footer .content a:hover.rounded_btn span{
  background-position: 100% -175px;
}

#bottom_footer{
  background: #32281e;
  color: #fff;
}

#bottom_footer .wrapper{
  width: 970px;
  margin: 0 auto;
}

#bottom_footer .wrapper .main_menu{
  overflow: hidden;
  padding:7px 0;
  background: url(/theme/images/footer_line.png) no-repeat 50% 100%;
  height: 25px;
}

#bottom_footer .wrapper .main_menu li{
  float: left;
  padding-right: 10px;
}

#bottom_footer .wrapper .main_menu li span{
  color: #ffffff;
  font-size: 11px !important;
}

#bottom_footer .wrapper .footer_copy{
  color: #d3b891;
  padding:20px 0 20px 150px;
}

#bottom_footer .wrapper .footer_copy h3{
  font-size:24px;
  font-weight:normal;
  padding-top:3px;
}

#bottom_footer .wrapper .footer_copy h4{
  font-size:18px;
  font-weight:normal;
  padding-bottom:0;
}

#bottom_footer .wrapper p.copy{
  font-size:11px;
  padding:0 0 10px;
  text-align:right;
}

#main_content{
  width: 980px;
  margin: 0 auto;
}

.news_line .news_element{
  width: 50%;
  float: left;
}

.news_element .first_wrapper{
  border-right: 1px solid #dfdfdf;
  padding: 0 10px 0 0;
}

.news_element .last_wrapper{
  padding: 0 0 0 10px;
}

.news_line{
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
}

.no_border_line{border: none 0px;}

.sidebar_wrapper .sidebar{
  width: 311px;
  float: left;
  color: #fff;
}

.sidebar_wrapper .core{
  float:right;
  margin-left:-10px;
  width:678px;
}
.sidebar_wrapper .sidebar ul li{position: relative;}
.sidebar_wrapper .sidebar ul li a.page_link{
  color: #3c0101;
  display: block;
  padding: 8px 0 8px 20px;
  background: url(/theme/images/green_arrow.gif) no-repeat 8px 13px;
  border-bottom: 1px dotted #dfdfdf;
}

.sidebar_wrapper .sidebar ul li ul{
  padding-left: 20px;
}

.sidebar_wrapper .sidebar ul li a.active{
  color: #fff;
  background-color: #b0c017;
  background-image: url(/theme/images/white_arrow.gif);
}

.sidebar_wrapper .sidebar ul li a:hover.unactive{
  color: #3c0101;
  background-color: #f4f7d6;
}

.sidebar_wrapper .sidebar ul li a:hover{
  text-decoration: none;
}

.sidebar_wrapper .sidebar ul li ul li a.active{
  background-color: #e6ef89;
  color: #73850c;
  background-image:url("/theme/images/green_arrow.gif");
}

.sidebar_wrapper .sidebar ul li ul.hidden{display: none;}

.sidebar_wrapper .sidebar ul li ul li ul li a.page_link{
  padding: 4px 0 4px 20px;
  background-position: 8px 9px;
}

.sidebar_wrapper .sidebar ul li ul li ul li a.active{
  background-color: transparent;
  font-weight: bold;
}

.sidebar_wrapper li a.submenu_toggle{
  padding: 8px;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
}
.sidebar_wrapper li a.submenu_toggle span{
  display: block;
  width: 10px;
  height: 5px;
  background: url(/theme/images/submenu_down.gif) no-repeat top left;
}

.sidebar_wrapper li a.submenu_toggle span.active{
  background-position: 0 -5px;
}

.sidebar_wrapper li a.toggle_light_bck span{
  background-position: 0 -10px;
}

.sidebar_wrapper li a.toggle_light_bck span.active{
  background-position: 0 -15px;
}

.sidebar_wrapper li ul li a.toggle_dark_bck span.active{
  background-position: 0 -15px;
}

.sidebar_wrapper li ul li a.toggle_dark_bck span{
  background-position: 0 -10px;
}



.clear{clear:both;}

.sidebar_wrapper .rounded .wrapper {padding: 20px 10px; min-height: 100px;}

#googlemap{
  border:8px solid #E3E3E3;
  height:260px;
  width:915px;
}

.googlemap_wrapper{padding-top: 10px;}

.section #googlemap{width: 610px;}

.rounded .two_columns .contact_form{
  float: right;
  width: 376px;
  padding-top: 36px;
  padding-right: 30px;
}

.rounded .two_columns .content{
  float: left;
  width: 400px;
}

form .text_field .error_field{
  background: url(/theme/images/text_field_error.png) no-repeat 0 0;
}

form .text_field .rounded_field{
  padding:0;
  display:block;
  height: 28px;
  background: url(/theme/images/text_field.png) no-repeat 0 0;
}

form .text_field .rounded_field input{
  border: 0px;
  background: none;
  padding: 5px 5px 2px 15px;
  font-size: 14px;
  width:350px;
}

form .field label.main_label{
  padding: 3px 0 3px 5px;
  display:block;
}

form .field p.info{
  padding: 3px;
}

form .field{padding: 6px 0;}

form .text_area .rounded_field{
  display: block;
  width: 368px;
  height: 130px;
  padding: 5px;
  background: url(/theme/images/text_area.png) no-repeat 0 0;
}

form .text_area .rounded_field textarea{
  background:none repeat scroll 0 0 transparent;
  border:0 none;
  font-family:Verdana;
  font-size:14px;
  height:124px;
  overflow:auto;
  padding:4px 10px;
  width:356px;
}

form .radio_button .rounded_field span,
form .check_box .rounded_field span{
  padding: 7px;
}
form .radio_button .rounded_field span label,
form .check_box .rounded_field span label{
  padding-left: 4px;
}                

form p.submit{
  text-align: right;
}

.content span.rounded_btn button{
  height: 26px;
  background-position: 100% -62px;
}

.content span.rounded_btn{
  padding-top: 0px;
  background-position: 0 -62px;  
}

.pagination{text-align:right;}

.branding_animation_wrapper{
  height:330px;
  padding:0 4px;
  width:970px;
}











.big_branding{
  height:330px;
  margin:0 6px;
  overflow:hidden;
  position:relative;
  z-index:30;
}

.big_branding div.element{
  position: absolute; top: 0px; left: 0px;
  background-repeat: no-repeat;
  padding: 20px;
  height: 290px;
}

.big_branding .nav{
  bottom:25px;
  left:20px;
  position:absolute;
  z-index:30;
}

.big_branding .nav div{
  border:1px solid #558855;
  background:none repeat scroll 0 0 #C6DB4A;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  float:right;
  height:14px;
  margin-left:3px;
  padding:0 0 0;
  text-align:center;
  width:14px;
}

.big_branding .nav div.active{
  background: #d8eaa4;
}

.big_branding .element h3{
  color: #fff;
  font-size: 26px;
}

.big_branding .element h4{
  color: #fff;
  font-size: 18px;
}

.big_branding .element p,
.big_branding .element ul li{
  color: #fff;
}

.flash_notice{
  -moz-border-radius:10px 10px 10px 10px;
  -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-border-radius:10px 10px 10px 10px;
  background:none repeat scroll 0 0 #B0C017;
  border:2px solid #CAD563;
  color:#FFFFFF;
  font-size:16px;
  margin:2px 8px;
  padding:8px 20px;
  text-shadow:1px 1px #CAD563;
}