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


@import url(reset.css);


/*  -  -  -  -  -  GLOBAL  -  -  -  -  -  */

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #46B4FF;
}

body {
	width: 100%;
	min-width: 970px;
	text-align: left;
	background: url(../images/bg_global.png) repeat-x;
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	width: 100%;
	min-height: 100%; /* real browsers */
	background: url(../images/bg_footer.png) repeat-x bottom; 
}

#header {
	height: 150px;
}

#main {
	min-height: 250px;
	padding-bottom: 350px;	/* padding-bottom = height of the footer + space */
}

#footer {
	position: absolute;
	bottom: 0; /* stick to bottom */
	width: 100%;
	height: 323px;	/* height of the footer */
}

.center {
	width: 970px;
	margin: 0 auto 0 auto;
}


/*  -  -  -  -  -  HEADER  -  -  -  -  -  */

#header .center {
	position: relative;
}

#logo {
	width: 300px;
	height: 100px;
	margin: 20px 0 0 35px;
	padding: 0;
	float: left;
}

.top_menu {
	margin: 101px 32px 0 0;
	float: right;
}

#tig_company {
	position: absolute;
	right: 35px;
	top: 25px;
}

#language {
	position: absolute;
	left: 441px;
	height: 30px;
	padding: 0 7px 0 0;
	line-height: 30px;
	background: url(../images/bg_language_right.png) no-repeat 100% 50%;
}

.language_bg {
	height: 30px;
	padding: 0 0 0 8px;
	background: url(../images/bg_language_left.png) no-repeat 0 0;
}



/*  -  -  -  -  -  MENU  -  -  -  -  -  */

#menu {
	position: relative;
	width: 960px;
	height: 35px;
	margin: 0;
	padding: 5px 5px 0 5px;
	float: left;
}

#menu li {
	margin: 0;
	padding: 0 14px 0 0;
	list-style: none;
	line-height: 30px;
}

#menu .submenu {
	position: absolute;
	top: 40px;
	width: 960px;
	min-height: 24px;
	padding: 8px 0 4px 0;
}

#menu .submenu li {
	line-height: 23px;
	padding-right: 11px;
}

#menu .submenu.ancestor, #menu .submenu.ancestor.middle {
	background-image: none;
	background-color: #D9EBFA;
}

#menu .submenu.ancestor.middle {
	background-image: none;
}

#menu li.submenu {
	padding-left: 0 !important;
}

#menu a {
	display: block;
	height: 25px;
	margin: 0;
	padding: 0 0 0 14px;
	float: left;
}

#menu a:hover { text-decoration: underline;	}

#menu .submenu a {
	padding: 0 0 0 11px;
}

#menu .submenu li.submenu {
	padding-right: 0;
}

#menu .submenu .submenu, #menu .submenu .submenu.selected {
	top: 36px;
	background: url(../images/menu_shadow_both.png) repeat-x top #BFDEF8; 
}

#menu ul li {
	min-height: 25px;
	margin-right: 20px;
	padding-left: 16px;
	float: left;
}

#menu ul li.selected, #menu ul li.ancestor {
	background: url(../images/link_bg_right.png) no-repeat 100% 50%;
}

#menu ul li.selected a, #menu ul li.ancestor a {
	background: url(../images/link_bg_left.png) no-repeat 0 0;
}

#menu ul li ul li.sibling a, #menu ul li ul li.descendant a, #menu ul li.ancestor ul li a,
#menu ul li ul li ul li.descendant a, #menu ul li ul li ul li.sibling a {
	background-image: none;
}

#menu ul li.descendant a {
	background: inherit;
}

#menu ul li.submenu.selected, #menu ul li.submenu.ancestor {
	background: url(../images/menu_shadow_bottom.png) repeat-x bottom #D9EBFA;
}

#menu ul li ul li.submenu.selected, #menu ul li ul li.submenu.ancestor {
	background: url(../images/menu_shadow_both.png) repeat-x top #BFDEF8; 
}

#menu ul li.submenu, #menu ul li ul li.submenu {
	float: inherit;
	margin-right: 0 !important;
}

#menu ul li ul li {
	min-height: inherit;
	height: 20px !important;
	margin-right: 0;
	padding-left: 19px;
	float: left;
}

#menu ul li ul li.selected, #menu ul li ul li.ancestor {
	background: url(../images/link_bg_small_right.png) no-repeat 100% 50%;
}

#menu ul li ul li.selected a, #menu ul li ul li.ancestor a {
	background: url(../images/link_bg_small_left.png) no-repeat 0 0;
}

#menu ul li ul li ul li {
	float: left;
}

.shadow {
	position: absolute;
	left: 5px;
	bottom: -5px;
	width: 960px;
	height: 5px;
	background: url(../images/menu_shadow_top.png) repeat-x bottom;
}



/*  -  -  -  -  -  MAIN  -  -  -  -  -  */


#content {
	margin: 0;
	padding: 100px 0 0 0;
	width: 970px;
	min-height: 150px;
	float: left;
}

#title {
	margin: 0 35px 20px 35px;
}

#main_column_wide {
	width: 930px;
	margin: 0 5px 0 35px;
	float: left;
}

#main_column {
	width: 620px;
	margin-left: 35px;
	float: left;
}

#right_column {
	width: 270px;
	margin: 40px 35px 0 0;
	float: right;
}

#right_column_news {
	width: 270px;
	margin: 0 35px 0 0;
	float: right;
}

#right_column h2, 
#right_column_news h2 {
	margin-bottom: 0.5em;
	padding: 0 0.5em 0.5em 20px;
	border-bottom: 1px solid #D3D3D3;
}

.reference_box_left h2, 
.reference_box_right h2 {
	margin-bottom: 0.5em;
	padding: 0 0.5em 0.2em 0.5em;
	border-bottom: 1px solid #D3D3D3;
}

.reference_box_left h2 {
	font-size: 18px;
}

#right_column h3 {
	padding: 0 0 3px 20px;
}

#main_column #accordion {
	width: 570px;
}

#main_column_wide #carousel {
	width: 900px;
}

#main_column_wide img, #main_column img {
	border: 1px solid #D3D3D3;
}

.date {
	font-size: 11px;
	color: #999;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr {
	height: 1px;
	margin: 0 0 18px 0;
	border: none;
	border-top: 1px dotted #999; 
}

.google-map-container {
	width: 570px;
	height: 250px;
}

.portrait { /* should be renamed in right*/
	float: right;
	margin: 0 0 10px 10px;
}

p.portrait { /* should be renamed in right*/
	float: right;
	margin: 0 0 10px 10px;
	width: 202px;
}

p.portrait img { /* should be renamed in right*/
	margin: 5px 0 10px 0 !important;
}


.right {
	float: right;
	margin: 0 0 10px 10px;
}

p.right {
	float: right;
	margin: 0 0 10px 10px;
	width: 202px;
}

p.right img {
	margin: 5px 0 10px 0 !important;
}





.landscape { /* should be renamed in noBorder*/
	border: none !important;
	margin-right: 20px;
}


/*	ROUNDED CORNERS	*/

#menu { background: url(../images/bg_main_menu.png) repeat-y 0 0; }
#content { background: url(../images/bg_main_middle.png) repeat-y 0 0; }
	
.top_bg {
	background: url(../images/bg_main_top.png) no-repeat 0 0;
	width: 970px;
	height: 10px;
	float: left;
}

.bottom_bg {
	background: url(../images/bg_main_bottom.png) no-repeat 0 0;
	width: 970px;
	height: 10px;
	float: left;
}

/*	// ROUNDED CORNERS	*/


/*	NEWS	*/


.news-headline a:hover {
	text-decoration: none !important;
}


ul#news_nav, #right_column ul {
	list-style-image: url(../images/arrow_right_grey.png);
	list-style-position: outside;
	margin: 0 10px 0 20px;
}

ul#news_nav li:hover, #right_column ul li:hover {
	list-style-image: url(../images/arrow_right.png);
}

ul#news_nav li.link, #right_column ul li {
	margin-bottom: 10px;
}



.news-month {
	position: absolute;
	width: 25px;
	height: 10px;
	left: 0; top:0;
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif;
	border: 1px solid #0064C8;
	font-size: 8px;
	text-align: center;
	line-height: 12px;
}

.news-day {
	position: absolute;
	width: 25px;
	height: 10px;
	left: 0; top: 11px;
	border: 1px solid #0064C8;
	background-color: #0064C8;
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif;
	font-size: 8px;
	color: white;
	text-align: center;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px;
	line-height: 12px;
}

.news-text {
	padding-top: 25px;
}

/*	// NEWS	*/


/*	TEASER	*/

.teaser {
	width: 280px;
	min-height: 160px;
	margin: 0 30px 20px 0;
	float: left;
}

.teaser p, .shortTeaser p {	padding: 0 !important; }

.teaser h2, .shortTeaser h2 {
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #D3D3D3;
}

.teaser a:hover, .shortTeaser a:hover {
}

.teaser p a, .shortTeaser p a {
	padding-right: 10px;
	color: #46B4FF !important;
	background: url(../images/arrow_right.png) no-repeat right center;
}

.teaser p a:hover, .shortTeaser p a:hover { text-decoration: underline; background-color: none !important;}

.teaser p:first-child a, .shortTeaser p:first-child a {
	padding-right: 0 !important;
}

.shortTeaser {
	width: 280px;
	min-height: 160px;
	margin: 0 10px 20px 0;
	float: left;
}

.border_img {
	border: 1px solid #888 !important;
}

.border_h2 {
	border-bottom: 1px solid #888 !important;
}


/*	// TEASER	*/


/*	FORM	*/

form ul {
	list-style: none !important;
	margin: 0 !important;
}

label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

form li {
	margin-bottom: 5px;
}

/*	// FORM	*/



/*  -  -  -  -  -  FOOTER  -  -  -  -  -  */

.bg_footer { 
	position: absolute; 
	z-index: 1; 
	width: 100%;
}

.bg_footer img {
	width: 100%;
	min-width: 960px;
	margin: 0 auto 0 auto;
}

.copy {
	margin-left: 685px;
	padding: 0px;
}



/*  -  -  -  -  -  TEXTS  -  -  -  -  -  */


body {
	font: normal 12px/20px "Lucida Grande", "Lucida Sans", Lucida, Georgia, "Times New Roman", sans-serif; /* normalize font size across browsers */
	color: #666666;
}

#logo { font-size: 24px; }

#language { 
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif; 
	font-size: x-small; 
	text-transform: uppercase; 
	color: #46B4FF; 
	letter-spacing: 0.2em;
}

#menu {
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif; 
	font-size: 14px; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.submenu {
	font-size: 11px; 
	letter-spacing: 0.1em;
}

#blog, ul#news_nav, #right_column ul { font-size: 11px; }

#content p { padding: 0 0 20px 0; }

#main_column p, #main_column h1 { margin-right: 50px; }

#main_column div p { margin-right: 0; }

#footer p {	margin: 20px 0 0 10px; }

#right_column p {
	padding: 0 20px 20px 20px;
	color: #888;
}

#main_column ul, #main_column_wide ul {
	list-style: disc;
	list-style-position: outside; 
	margin: -20px 0 20px 17px;
}

#main_column ul ul, #main_column_wide ul ul {
	list-style: circle;
}

#main_column ul, #main_column_wide ul {
	margin-right: 50px;
}

#main_column ul ul, #main_column_wide ul ul {
	margin: 0 0 0 17px;
}

.teaser ul {
	margin: 0 0 0 17px !important;
}

#footer { font-size: x-small;}
.copy a { font-size: x-small; color: #666; }
.copy a:hover { text-decoration: underline; }

.top_menu {
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif; 
	font-size: x-small;
	text-transform: uppercase; 
	color: #46B4FF;
	letter-spacing: 0.2em;
}

h1 {
	font-family: TrajanProBold, "Lucida Grande", "Lucida Sans", Lucida, Georgia, sans-serif; 
	font-size: 18px;
	text-transform: uppercase; 
	color: #444;
	letter-spacing: 0.1em;
	
	margin: 0 0 20px 0;
}

h2 {
	padding-bottom: 16px;
	font-size: 16px;
	color: #0064C8;
}

#right_column h2, #right_column_news h2 {
	font-size: 14px;
}

h3 {
	padding-bottom: 8px;
	font-size: 15px;
	font-style: italic;
	color: #0064C8;
}

.ui-accordion-content h3 {
	padding-bottom: 20px !important;
}

h4 {
	font-size: 13px;
	font-style: italic;
	color: #0064C8;
	margin-right: 5px;
	line-height: 18px;
/*	float: left; */
}

/* .reference_box h4 {
	float: none;
} */

.ui-accordion-content p.ref, .ui-accordion-content p.plant_type, p.ref, p.plant_type {
	padding: 0 !important;
}

h2.ui-accordion-header .plant_type {
	float: right;
	margin: -30px 5px 0 0;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	font-size: 10px;
	padding: 0px 4px;
	text-transform: lowercase;
}

.ui-accordion-content img {
	max-width: 523px;
	margin-bottom: 20px;
}

@font-face {
	font-family: 'TrajanProBold';
	src: url('../fonts/trajanpro-bold-webfont.eot');
	src: local('?'), url('../fonts/trajanpro-bold-webfont.woff') format('woff'), url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'), url('../fonts/trajanpro-bold-webfont.svg#webfontiwiX0HOK') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular-webfont.eot');
	src: local('?'), url('../fonts/trajanpro-regular-webfont.woff') format('woff'), url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'), url('../fonts/trajanpro-regular-webfont.svg#webfontut1htao5') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*  -  -  -  -  -  LINKS  -  -  -  -  -  */

a { text-decoration: none; }
a:hover, .active { text-decoration: none; }

#main_column a, #main_column_wide a, #right_column p a, #blog a, #right_column h2, #right_column h2 a { color: #0064C8; }
#main_column a:hover, #main_column .active, #main_column_wide .active, #right_column p a:hover, #blog a:hover { text-decoration: underline; }

.news-headline a, ul#news_nav li.link a, #right_column ul li a { color: #666 !important; }
.news-headline a:hover, ul#news_nav li.link a:hover, #right_column ul li a:hover { color: #46B4FF !important; background-color: #FFF !important; }

#logo a { color: #000; }
#logo a:hover { border: none; }

#language a {
	color: #003668;
	padding: 0 7px 0 7px;
	border-right: 1px solid #3ca3f3;
}
#language a:last-child {
	border: none;
}

#language a.current { color: #FFF; }
#language a:hover { text-decoration: underline; }

#right_column > a {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.5em 0.5em 20px;
	border-bottom: 1px solid #D3D3D3;
	background: url(../images/arrow_right.png) no-repeat 10px center;
	font-size: 14px;
	color: #0064C8;
}
#right_column > a:hover {
	border-bottom: 1px solid #999;
	background: url(../images/arrow_right_grey.png) no-repeat 10px center;
}

#menu a { color: #555; }	
#menu a:hover {}

#menu li.selected a, #menu li.ancestor a { color: #0064C8; }	
#menu li.selected a:hover {}

#leftBox a { color: #000; }	
#leftBox a:hover { border: none; }

#leftBox li { border-bottom: 3px solid #fff; padding-bottom: 3px; }
#leftBox li:hover, #leftBox li.active { border-bottom: 3px solid #e8a400; padding-bottom: 3px; }

.top_menu a { color: #FFF; }
.top_menu a:hover { text-decoration: underline; }

h2.ui-accordion-header a:hover, .shortTeaser h2 a:hover {
	text-decoration: none !important;
}


a.btn {
	display: inline-block;
	padding: 7px 9px !important;
	border: 1px solid #D9EBFA !important;
	background: none !important;
	font-size: 14px;
	color: #0064c8 !important;
	text-align: center;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #D9EBFA !important;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a.btn:hover {
	border: 1px solid #0064C8 !important;
	background-color: #0064C8 !important;
	color: #FFF !important;
	text-decoration: none !important;
}



/* Easy Slider */

	#slider-container {
		width:572px; 
		height:250px;
		position:relative;
	}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider, #slider li{ 
		width:572px; 
		height:250px;
		overflow:hidden; 
	}
	#slider li {
		position: relative;
	}	
	
	#slider li .slide-title {
		background-image: url(../images/slidercontrol-bg.png);
		bottom: 0;
		font-family: TrajanProBold, 'Lucida Grande', 'Lucida Sans', Lucida, Georgia, sans-serif;
		left: 0px;
		margin: 0px;
		padding: 12px 20px 0px 200px;
		position: absolute;
		right: 0px;
		text-align: right;
	}
	
	#slider li .slide-title h2 {
		color: white;
		font-size: 12px;
		padding-bottom: 10px;
	}
		
	/* controls */	

	ol#controls{
		margin:0;
		padding:0;
		position: absolute;
		bottom: 0;
		height: 40px;
		width: 200px;	
	}
	ol#controls li{
		margin:14px 0 0 10px; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		width: 10px;
		cursor: pointer;
		border: 2px solid #CCC;
	}
	ol#controls li a{
		display:none;
	}
	ol#controls li.current, ol#controls li:hover  {
		background: #CCC;
	}
	
	.big { font-size: 18px; margin-left: 5px;}
	
	
/* // Easy Slider */

.references_list { display: none; }