/*------- General tags --------*/
h1 {
  position: relative;
  float: right;
  width: 470px;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 1em;
}
h2 {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: bolder;
}
h3 {
  font-size: 0.8em;
  font-weight: bolder;
}
p {
  position: relative;
  float: right;
  width: 470px;
  text-align: justify;
  clear: right;
  font-size: 0.8em;
  margin-bottom: 1em;
}
div.right {
  position: relative;
  float: right;
  width: 470px;
  text-align: justify;
  clear: right;
}
.list {
  position: relative;
  display: block;
  width: 470px;
  float: right;
  margin: 2em 0;
}
div.left {
  position: relative;
  float: left;
  width: 470px;
  text-align: justify;
  clear: left;
}
.list_dropdown {
  position: relative;
  font-size: 0.8em;
  display: block;
  width: 470px;
  margin: 1em 0;
  list-style: disc;
}
a.green {
  color: #afd775;
}
#customers {
  font-size: 0.8em;
}
ol {
  display: block;
}
img.showcase {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}
a {
  color: #444;
  text-decoration: none;
}
/*------ Main containers ------*/
body {
  background: #222;
  min-width: 900px;
}
div#header {
  position: relative;
  margin: 50px auto;
  width: 900px;
  min-height: 70px;
}
div#container {
  background: #fff;
  min-height: 350px;
}
div#main {
  position: relative;
  width: 900px;
  margin: auto;
}
div#footer {
  position: relative;
  width: 900px;
  margin: auto;
  color: #ddd;
  min-height: 50px;
  padding: 10px;
  font-size: 0.7em;
}
div.clear {
  position: relative;
  clear: both;
}
/*--------- Navigation ---------*/
ul#navigation_ul {
  display: inline-block;
  margin-bottom: 2em;
}
ul#navigation_ul li {
	display: inline-block;
	margin-right: 1em;
}
.main_nav {
	height: 40px;
	margin-top: -20px;
	padding: 20px 5px 5px 5px;
}
img#nav_flip {
	position: relative;
	float: right;
	bottom: 61px;
	right: -25px;
}
ul#navigation_ul_ul li a {
  color: #222;
  text-decoration: none;
}
ul#navigation_ul li.active a {
  color: #fff;
}
ul#navigation_ul li.active a.active {
  color: #afd775;
}
ul#navigation_ul li.active ul li a {
  color: #fff;
	border-bottom: 1px dotted #fff;
}
ul#navigation_ul li.active ul li span a.active {
  color: #afd775;
  border: none;
}
ul#navigation_ul li.active ul li span a.active:hover {
  border: none;
}
ul#navigation_ul li.active ul li span a:hover {
  border-bottom: 1px solid #fff;
}
.main_nav_item{
  line-height: 1.5em;
}
.secondary_nav_item{
  font-size: 0.8em;
}
.bold {
  font-weight: bolder;
}
ul#activity_ul {
  visibility: hidden;
  font-weight: normal;
}
ul#office_ul {
  visibility: hidden;
  font-weight: normal;
}
div#social {
  position: relative;
  float: right;
  font-size: 0.7em;
  margin-top: 0.5em;
}
span#social_span {
  position: relative;
}
ul#social_ul {
  position: relative;
  display: inline-block;
}
ul#social_ul li {
  display: inline-block;
  margin: 0 1px;
}
/*--------- Localisation ---------*/
div#localisation_div {
  position: relative;
  float: right;
  margin-top: -0.8em;
  font-size: 0.8em;
}
div#dropdown_localisation {
  position: relative;
  float: right;
  margin-top: -0.8em;
  font-size: 0.8em;
  margin: 60px 100px;
}
div#localisation_div a {
  color: #fff;
  text-decoration: none;
}
div#dropdown_localisation a {
  color: #fff;
  text-decoration: none;
}
/*--------- Other tags ---------*/
ol#micro_nav {
  margin: auto;
	width: 315px;
	text-align: center;
	margin-bottom: 10px;
}
ol#micro_nav > li {
  display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 10px;
}
ol#micro_nav > li.first {
  border: none;
}
ol#micro_nav > li > a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
ol#micro_nav > li > a.active {
  color: #afd775;
  border-bottom: none;
}
ol#micro_nav > li > a:hover {
  border-bottom: 1px solid #fff;
}
div#copyright {
  text-align: center;
}
img.showcase {
	position: relative;
	float: left;
	width: 420px;
}
img.small_logo {
	margin: 0 0 0 7px;
}
ol#team > {
  
}
li.name {
	font-size: 0.8em;
	font-weight: bolder;
	color: #666;
}
li.rank {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0.5em;
}
/*---------- Gallery -----------*/
div.pp_pic_holder  {
  float: none;
}
ul#thumbnails {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 2em;
}
a.thumbnail {
  position: relative;
  float: left;
  border-radius: 5px;
	-moz-border-radius: 5px;
  border: 2px solid #000;
  display: block;
  padding: 2px;
	width: 60px;
	height: 60px;
	margin: 2px;
}
li.list_thumbnail {
  display: block;
  float: left;
}
/*--------- Googlemap -----------*/
div#map_canvas {
	position: relative;
	float: left;
	width: 900px;
	height: 400px;
	margin-bottom: 2em;
	background: url("../img/map.png") no-repeat;
	border: 1px solid #888;
}
div#bubble_content > a#logo > img {
  width: 100px;
	margin-bottom: 0.5em;
}
h1.bubble_h {
	position: relative;
	float: left;
	clear: both;
	width: 300px;
}
p.buuble_p {
	position: relative;
  float: left;
  clear: both;
	width: 300px;
	margin-bottom: 1em;
}
span.address {
	position: relative;
	float: left;
	clear: both;
	font-size: 0.8em;
}
span.address_minor {
	position: relative;
  float: left;
  clear: both;
	font-size: 0.7em;
	font-style: italic;
}
div#directions_elements {
	position: absolute;
  bottom: 42px;
  left: 6em;
  width: 550px;
  height: 20px;
	font-size: 0.8em;
  opacity: 0.9;
  z-index: 10000;
}
input#address_input {
	position: relative;
  float: left;
  font-size: 0.9em;
	width: 410px;
	height: 20px;
	background: #444;
	color: #ccc;
	border: none;
	padding: 5px 15px;
}
input#directions_submit {
  position: relative;
  float: left;
  height: 30px;
  background: #000;
  display: block;
  margin-left: -5px;
  font-size: 0.9em;
  color: #ccc;
  border: none;
  padding: 5px 15px;
	cursor: pointer;
	font-weight: 900;
}
div#directions_panel {
	background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: none;
  float: right;
  font-size: 0.7em;
  margin: -380px -1px;
  opacity: 0.8;
  overflow: auto;
  position: relative;
  width: 300px;
  z-index: 10000;
}
div#directions_close {
	font-size: 1em;
	font-weight: bolder;
	cursor: pointer;
}
/*---------- Sitemap ------------*/
ol#sitemap {
	position: relative;
  float: left;
  clear: both;
	margin-bottom: 2em;
}
li.page {
  position: relative;
	float: left;
	clear: left;
}
li.page:after {
	content: " -"
}
li.page > a {
	font-weight: bolder;
}
li.description {
  position: relative;
	float: left;
	clear: right;
	margin-left: 7px;
}
/*---------- Dropdown -----------*/
div#dropdown {
	position: absolute;
	top: -390px;
	width: 100%;
	min-height: 400px;
	background: #666;
	display: block;
	z-index: 1000;
}
div#edge {
	display: block;
	position: absolute;
	bottom: 0;
	background: #444;
	width: 100%;
	height: 3px;
}
span.drop_button {
	position: relative;
	float: right;
	margin-right: 5px;
	font-weight: bolder;
	font-size: 0.8em;
	width: 120px;
	height: 1.5em;
	line-height: 1.5em;
	background: #444;
	cursor: pointer;
	text-align: center;
}
span.active {
	background: #ccc;
}
span.last_button {
	margin-right: 100px;
}
span#bioclimatics {
  color: #33cc00;
}
span#atrium {
  color: red;
}
span#bioclimatics {
  color: #afd775;
}
div#dropdown_header {
	height: 90px;
	position: absolute;
	top: 0;
	width: 100%;
	background: #222;
}
div#dropdown_logo {
	position: absolute;
  top: 10px;
  left: 100px;
}
div#dropdown_close {
	position: absolute;
	top: 10px;
	right: 100px;
	cursor: pointer;
}
div#dropdown_content {
	position: relative;
  color: #ddd;
	margin: 100px 100px 10px 100px;
	overflow: auto;
	text-align: justify;
}
div#energy {
  width: 350px;
  background: #0a0;
  color: #fff;
  position: relative;
  float: right;
  font-size: 0.8em;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 11px;
  border: 2px solid #060;
  opacity: 0.7;
}
div#energy:hover {
  opacity: 1
}
span.energy-title {
  font-weight: bold;
  clear: both;
  position: relative;
  float: left;
}
span.energy-text {
  position: relative;
  float: left;
}
