

@import url('/Contents/Styles/yui-3.5.0/cssreset-min.css');
@import url('/Contents/Styles/yui-3.5.0/cssbase-min.css');
@import url('/Contents/Styles/yui-3.5.0/cssfonts-min.css');

@import url('/Contents/Styles/Fonts.css');

/* Default */

body, input, textarea {
	background-color: #FFFFFF;
	font-family: "TitilliumText25L";
	letter-spacing: 1px;
	font-size: 11px;
	color: #003974;
}

h1 {
	font-family: "TitilliumMaps29L800";
}

h2 {
	font-family: "TitilliumMaps29L400";
}

img.lazyLoad {
	display: none;
}

/* Layout */

div#header {
	height: 25px;
	position: absolute;
	left: 30px;
	right: 30px;
	z-index: 50;
	font-family: "MyriadPro";
	font-size: 12px;
	line-height: 12px;
}

div#navigation {
	width: 335px;
	height: 90px;
	position: absolute;
	left: -280px;
	z-index: 100;
	overflow: hidden;
}

div#body {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 30px;
	overflow: hidden;
	z-index: 50;
	min-height: 500px
}

div#body.scrollable {
	overflow: auto;
}

div#footer {
	height: 90px;
	position: absolute;
	left: 30px;
	right: 30px;
	z-index: 50;
	padding-top: 10px;
	/*margin-bottom: 30px;*/
}

/* Header inner */

#headerInner {
	padding-top: 3px;
	float: right;
}

/* Language selector */

#languageSelector {
}

#languageSelector ul {
	list-style: none outside none;
	margin: 0;
}

#languageSelector p {
	color: #003974;
	text-transform: uppercase;
	margin: 3px 5px 0 0;
}

#languageSelector p, #languageSelector ul, #languageSelector li {
	float: left;
	margin-right: 3px;
}

#languageSelector li {
	width: 24px;
	text-align: center;
	padding: 4px;
}

#languageSelector li a {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #003974;
	display: block;
}

#languageSelector li:hover, #languageSelector li.on, #languageSelector li:hover a {
	background-color: #003974;
	color: #FFFFFF;
}

#languageSelector li.on a, #languageSelector li.on a:hover {
	cursor: default;
}

/* Navigation */

div#navigation.open {
	background-color: #FFFFFF;
}

/* Navigation button */

div#navigationButton {
	float: right;
	width: 55px;
	height: 90px;
}

div#navigationButton div,
div#navigation.open div#navigationButton:HOVER,
div#navigation.open div#navigationButton:HOVER div {
	color: #003974;
	background-color: #FFFFFF;
}

div#navigationButton:HOVER,
div#navigationButton:HOVER div {
	color: #FFFFFF;
	background-color: #003974;
}

div#navigationButton div {
	width: 25px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -45px;
	cursor: hand;
}

div#navigationButton:HOVER {
	background-color: #003974;
	color: #FFFFFF;
}

/* Navigation menu */

div#navigationMenu {
	width: 280px;
	float: left;
	overflow: hidden;
}

#navigationMenu > ul {
	position: absolute;
	left: 30px;
	right: 0px;
	top: 50%;
	width: 250px;
	overflow: hidden;
	list-style: none outside none;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

#navigationMenu > ul > li {
	font-family: "TitilliumMaps29L800";
	font-size: 30px;
	text-transform: uppercase;
	line-height: 31px;
	margin: 4px 0;
	width: 280px;
}

#navigationMenu > ul a {
	text-decoration: none;
	color: #003974;
}

#navigationMenu > ul > li.on {
    cursor: default;
}

#navigationMenu > ul > li > ul {
	margin: 0 0 0 20px;
}

#navigationMenu > ul > li > ul > li {
	font-family: "TitilliumMaps29L800";
	font-size: 20px;
	text-transform: uppercase;
	line-height: 21px;
	margin: 4px 0;
	width: 280px;
}


/* Home */

img#homeSlideshow {
	z-index: 55;
}

div#homeProjectDescription {
	position: absolute;
	left: 0px;
	top: 300px;
	z-index: 110;
}

/* Projects */

div#projectTileContainer div.projectTileDescription {
	background-color: #003974;
	color: #FFFFFF;
}

div#projectTileContainer span.projectTilePlace {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 15px;
}

div#projectTileContainer span.projectTileName {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 20px;
}

div#projectTileContainer div.projectTileDescription img {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div#homeProjectPlace {
	font-family: 'TitilliumMaps29L400';
	letter-spacing: 3px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	width: auto;
	text-transform: uppercase;
	background-color: #003974;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 14px;
}

div#homeProjectName {
	font-family: 'TitilliumMaps29L800';
	letter-spacing: 3px;
	height: 60px;
	line-height: 60px;
	width: auto;
	background-color: #FFFFFF;
	opacity: 0.70;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
				filter: alpha(opacity=70); /* IE 7 */
	text-transform: uppercase;
	font-size: 30px;
	padding-left: 10px;
	padding-right: 20px;
}

div#homeProjectNavigation {
	color: #003974;
	background-color: #FFFFFF;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
}

/* Company */

#body.company {
}

#body.company > img {
	position: absolute;
	z-index: 105;
}

#body.company div {
	position: absolute;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0px;
	z-index: 110;
}

#body.company h2 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	clear: left;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#body.company div li {
	margin-bottom: 10px;
}

/* Projects */

div.projectTile {
	display: none;
	float: left;
	overflow: hidden;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url("/Contents/Images/Loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

div.projectTile img {
}

div.projectTile div {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0.70;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
				filter: alpha(opacity=70); /* IE 7 */
}

/* Project detail */

div#body.projectDetail span.projectDetailPlace {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

div#body.projectDetail span.projectDetailName {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

/* Gallery */

#galleryInfo {
	position: absolute;
	padding: 30px 20px 30px 30px;
	background-color: #003974;
	color: #FFFFFF;
	opacity: 0.70;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
				filter: alpha(opacity=70); /* IE 7 */
	z-index: 110;
}

div#galleryImages {
	margin: 0;
	tex-align: center;
}

div#galleryNavigation {
	background-color: #FFFFFF;
	position: absolute;
	padding: 1px 10px;
	z-index: 110;com
}

div#galleryNavigation div {
	display: inline-block;
}

div#galleryPager {
	padding-top: 1px;
}

div#galleryPager div img {
	max-width: 100px;
	height: 40px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #FFFFFF;
}


div#galleryPager img.cycle-slide-active {
	border: 1px solid #003974;
}

#playPause {
	position: absolute;
	cursor: pointer;
	background-color: white;
	z-index: 150;
}

/* Contact */

#contactForm {
	position: absolute;
	width: 350px;
	background-color: #003974;
	color: #FFFFFF;
	opacity: 0.70;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
				filter: alpha(opacity=70); /* IE 7 */
	z-index: 110;
	padding: 20px 20px 20px 30px;
}

#contactForm p {
	font-size: 10px;
}

#contactForm form {
	margin-bottom: 30px;
}

#contactForm label {
}

#contactForm input {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	border: 0 none;
	color: #003974;
	height: 15px;
}

#contactForm textarea {
	width: 100%;
	border: 0 none;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #003974;
}

#contactForm button {
	border: 0 none;
	float: right;
	width: 70px;
	height: 25px;
	color: #003974;
	margin-top: 20px;
	background-color: #FFFFFF;
}

/* Privacy */

#body.privacy {
  /*background-color: #eFeFeF;*/
padding: 40px 60px 60px 60px;
}

#body.privacy > img {
  position: absolute;
right: 200px;
top: 200px;

	z-index: 105;
}

#body.privacy div {
	position: absolute;
	font-family: Verdana;
	font-size: 15px;
	letter-spacing: 0px;
	z-index: 110;
}

#body.privacy h2,
#body.privacy p,
#body.privacy li {
color: #003974;
}
#body.privacy h2 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	clear: left;
	margin-bottom: 30px;
}

#body.privacy div li {
	margin-bottom: 10px;
}

/* Footer */

div#footer div {
	float: left;
	width: 50%;
	height: 90px;
}

/* Environment */

#body.environment {
  /*background-color: #eFeFeF;*/
}

/*#body.environment > img {
  position: absolute;
	z-index: 105;
}*/

#body.environment div {
	min-height: 1000px;
	background-image: url('/Contents/Images/Environment/Background.jpg');
	background-repeat: repeat
	position: absolute;
	font-family: Verdana;
	font-size: 15px;
	letter-spacing: 0px;
	padding: 40px;
	z-index: 110;
}
