html { height: 100%; }
body { font-size: 62.5%; line-height: 1; font-family: Helvetica, Tahoma, Arial, sans-serif; }



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 


img { border: 0; max-width: 100%; }

h1 { font-family: 'Droid Serif', Georgia, serif; color: #b9caa1; font-size: 3.5em; line-height: 1.45em;  } 

h2 { display: inline-block; font-size: 2.9em; padding: 12px 17px; background: rgba(0,0,0,0.65); color: #fff; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }

p { font-size: 1.55em; line-height: 1.35em; padding: 2px 0; margin-bottom: 15px; }

/* top navigation */
#navigation {
	display: block;
	/*position: fixed;*/
   width:655px;
	height:60px;
	/* background-color:#FF0000; background-color:#1c5491;
  background-image:url(bc.png);*/
  z-index: 9999;
	margin-left: 360px;
	margin-top: 67px;
}
#topnav {  
  max-width: 900px;
  min-width: 380px;
  margin: 0 auto;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  clear: both;
}

#topnav li { }

#topnav li a {
	display: block;
	float: left;
	color: #717171;
	padding-left:15px;
	padding-right:15px;
	margin-right:1px;
	/* padding: 0px 11px;
  margin-right: 7px;*/
 
  font-size: 15px;
	/*  font-size: 1.2em;*/
  line-height: 60px;
	/*font-weight: bold;*/
  text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#topnav li a:hover { 
  color: #000;
  /*background: rgba(255,255,255,0.65);*/
  overflow:hidden;
	background:url(over.gif);
	text-align:center
  background-color:#30C;
}

#topnav li.current a { 
 /*background: rgba(255,255,255,0.7); background-color:#81b400;*/

	overflow:hidden;
	background:url(cur.gif);
	text-align:center
  color: #717171;
  /*border-bottom: 4px solid #3ac6c2;*/
}


/* main content sections */
#content { display: block; width: 100%; overflow: hidden; }

.wrapper { 
  display: block;
  width: 800px;
  min-width: 380px; 
  margin: 0 auto;
}

#home { 
  background: url('images/office-space-bg.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  min-height: 550px;
  padding-top: 85px;
  margin-bottom: 40px;
  box-shadow: inset 1px -9px 20px -6px #000;
}


#company {
  padding: 15px 6px;
  padding-top: 75px;
  margin-bottom:10px;
}


#portfolio {
  background: url('images/tokyo-japan-city-lights.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  padding-top: 75px;
  box-shadow: inset 1px -9px 20px -6px #000;  
}

#contact {
  padding-top: 75px;
  margin-bottom: 40px;
}


#foot { display: block; padding-bottom: 55px; }


/* basic contact inputs */
.cform { 
  display: block;
  width: 400px;
  padding: 6px 5px;
  color: #636363;
  font-size: 1.4em;

}

.txtarea {
  display: block;
  width: 550px;
  height: 90px;
  padding: 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #636363;
  font-size: 1.45em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
