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

body {
	background-color: #e2dbcb;
	margin: 0;
 	border: 0;
  	padding: 0;
  	height: 100%; 
  	max-height: 100%;
	line-height: 1;
}

#content {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	height: 616px;
	margin: 0 auto;
}

#navigation {
	float:left;
	margin-left: 26px;
	width: 249px;
	height: 280px;
}

#video {
	float:right;
	width: 680px;
	height:auto;
}

#origami {
	background-color:;
	position:fixed;
	width:100%;
  	height:130px;
  	bottom:50px;
}

#footer {
	position:fixed;
  	width:100%;
  	height:50px;
	left:0;
	bottom:0;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#026078;
	line-height: 13px;
}

.compilation_text_bigcap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2dbc7c;
}

.compilation_text_smallcap {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:12px;
	color:#FFF;
}

.compilation_text_smallcap2 {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:12px;
	color:#20b976;
}

.compilation_text_mediumsize {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:14px;
	color:#FFF;
}

.featuring_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#026078;
}

.home_address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.works_text1 {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:12px;
	color:#055f77;
}

.tech_text1 {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:12px;
	color:#333;	
}

.tech_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#026078;
}

.pilotprojects{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2dbc7c; 
	text-decoration: underline;
}

.pilotprojects a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2dbc7c; 
	text-decoration: underline;
	
}

.pilotprojects a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC0; 
	text-decoration: underline;
}

.pilotprojects a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2dbc7c; 
	text-decoration: underline;
}

.works {
	font-family:Arial, Helvetica, sans-serif;line-height: 16px;
	font-size:12px;
	/*color:#20b976;*/
	color:#1ca167;
	text-shadow: 1px 1px 1px #0b2630;
}

.category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#026078;
}

