@import url("reset.css");
@import url("typography.css");

* {
	margin:0px;
	padding:0px;
}

body, html {
	height: 100%;
}

body {
	background-color:#1a1a1a;
	font: 62.5%/160% "HelveticaNeue-Light", "HelveticaNeue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#808080;
	min-width:960px;
	padding:0;
	text-align:center;
	margin: 0 0 1px 0;
	letter-spacing: 0.1em;
}

#wrapper {
	text-align:left;
	width:960px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#header {
	float:left;
	height:	48px;
	width:100%;
	position: relative;
	margin: 0 0 20px 0;
}

#logo a {
	background: url(images/logo.gif) no-repeat top left;
	height: 28px;
	width: 47px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

#logo a:hover {
	background: url(images/logo.gif) no-repeat bottom left;
	height: 28px;
	width: 47px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

#logo h1 a {
	visibility: hidden;
}

#contents{
	width: 852px;
	float: right;
}

.content_wide{
	float:left;
	width: 100%;
}

.content_narrow{
	float:left;
	width: 408px;
	margin: 8px 0 0 0;
}

#content_main{
	float:right;
	width: 792px;
}

#sub_content {
	width: 48px;
	float: left;
}

#nav{
	float:left;
	width: 96px;
	/*
position: absolute;
	top: 100px;
	left: 0;
*/
}

#nav ul li,
#sub_content ul li,
.basic a.header,
.basic p.header_inactive{
	font-size: 1.1em;
	padding: .4em 0;
	margin: 0;
	color: #ccc;
	border-bottom: 1px solid #333;
	letter-spacing: .1em;
}

.basic p.header_inactive{
	font-size: 1.1em;
	padding: .4em 0;
	margin: 0;
	color: #808080;
	border-bottom: 1px solid #333;
	letter-spacing: .1em;
}

.active,
.news_page a#news,
.portfolio_page a#porfolio,
.company_page a#company_details,
.contact_page a#contact,
.portfolio_1998 #portfolio_1998,
.portfolio_1999 #portfolio_1999,
.portfolio_2000 #portfolio_2000,
.portfolio_2001 #portfolio_2001,
.portfolio_2002 #portfolio_2002,
.portfolio_2003 #portfolio_2003,
.portfolio_2004 #portfolio_2004,
.portfolio_2005 #portfolio_2005,
.portfolio_2006 #portfolio_2006,
.portfolio_2007 #portfolio_2007,
.portfolio_2008 #portfolio_2008,
.concept a#company_concept,
.profile a#company_profile
{
	color: white;	
}

/* Slideshow */

.basic  {
	width: 100%;
}

.basic a.header {
	background: url(images/collapsed.gif) no-repeat left center;
	padding: .4em 0;
	margin: 0;
	clear:left;
	display:block;
	text-indent: 1.5em;
	cursor: pointer;
}

.basic a.header:hover,
.basic a.selected {
	background: url(images/expanded.gif) no-repeat left center;
	color: white;
}

.basic p.header_inactive{
	background: url(images/line.gif) no-repeat left center;
	margin: 0;
	clear:left;
	display:block;
	text-indent: 1.5em;
}

.container {
	position:relative; 
	float:left;
	margin: 0;
}

/* Cycle Plugin */


.slideshow { 
	position: relative; 
	width: 200px;
	display: block;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 792px;
	margin: 0 0 .5em 0;
}

.controls { 
	z-index: 1000; 
	position: absolute; 
	top: -50px; 
	left: 0; 
	display: none;
    margin: 0;
    width: 100%;
    height: 0px;
    background: transparent;
}

.controls .left {
	float: left;
	position: absolute;
	top: 320px;
	left: 0;
}

.controls .right {
	float: right;
	position: absolute;
	top: 320px;
	right: 0;
}

.controls a {
	color: white;
	 padding: .5em 1em .0em 1em;
	 display: block;
	 opacity:0.8;
	 filter:alpha(opacity=80);
	 background: black;
	 text-decoration: none;
}

.pics { 
	height: auto; 
	width: 792px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	background: #1a1a1a;
}

.pics img { 
	height: 582px; 
	width: 792px;
	top:0; 
	left:0;
	margin: 0;
}

/* Start Page */

/*
.start_page .slideshow {
	width: 960px;
	height: 400px;
	overflow: hidden;
}
*/

.start_page .slides_start { 
	height: 500px; 
	width: 960px;
	display: block; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	background: black;
}

.start_page .pics_start img { 
	/*
height: 582px; 
	width: 792px
*/;
	margin: 0;
}

/*
.start_page .slideshow .slides_start {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: black;
}
*/

/*
.start_page #wrapper {
	height: 400px;
}
*/

/*
.slides_start{
	background: white;
	width: 100%;
	padding: 0;
	margin: 0;
}
*/

/*
.pics_start { 
	height: auto; 
	width: 792px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
	background: #1a1a1a;
}

.pics_start img { 
	height: 582px; 
	width: 792px;
	top:0; 
	left:0;
	margin: 0;
}

*/

/* Company Pages */

dl{
	width: 408px;
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em;
}

dt:first-child{
	border: none;
}

dd:first-child{
	border: none;
}

dt{
	width: 90px;
	float: left;
	margin: 0 14px 0 0;
	*margin: 0 12px 0 0;
	padding: .7em .7em .7em 0;
	border-top: 1px solid #333;
	clear:both;
}


dd{
	float: left;
	width: 290px;
	margin: 0;
	padding: .7em .7em .7em 0;
	border-top: 1px solid #333;
}

table {
	width: 100%;
	font-size: 1.1em;
	margin: 1em 0;
	color: black;
	background-color: white;	
}

tr:first-child{
	color: #808080;
}

td {
	width: 28%;
	padding: 0.7em 1em;
	/* float: left; */
}

/* News Page */

.news {
	width: 38%;
	height: auto;
	float: left;
	margin: 8px 12px 0 0;
}

.news_page .content_wide {
	margin: 0 0 12px 0;
}

.news_page .content_wide img {
	margin: .8em 1.2em 0 0;
	float: left;
}


/* Contact Page */

form {
	width: 100%;
}

fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	/* padding: 1em; */
	/* border : 1px solid #ccc; */
	/* background-color:#F5F5F5 */
}

/* legend styling */
/*
legend {
	font-weight: bold;
}
*/

form p {
	position: relative;
	width: 100%;
	padding: .5em 0;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
/*
label .required {
	font-size: 0.83em;
	color:#760000;
}
*/

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
/*
* html .feedback{
  width: 10em;
}
*/

input {
  width: 280px;
  padding: .5em !important;
  padding: .2em;
}

input[type="text"], textarea {
	/*
border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
*/
	border: none;
	background-color: #000;
	color: #808080;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #000;
}

/*
input.radio {
  float: left;
	margin-right: 1em;
}
*/

textarea {
	width: 290px;
	height: 100px;
	/* margin: -10px 10px 0 0; */
	padding: 0;
	/* float: right; */
	position: absolute;
	right: -2px !important;
	right: -4px;
	top: 5px;
	/* overflow: hidden; */
}

.submit{
	/*
position: absolute;
	right: 0;
*/
	
	float: right;
	width: 290px !important;
	width: 100px;
	margin: 100px 4px 20px 0;
}

.address {
	padding: 0 0 0 2em;
}

/*
.comment {
	float: left;
}
*/

#comment {
	margin: 0 10px 0;
	padding: 0;
}


/* Footer */


#footer, .push {
    height: 6em;
}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 3em;
}

#footer p {
	width: 960px;
	border-top: 1px solid #333;
	padding: .4em 0;
	margin: .2em 0 0 0;
	text-align: left;
	height: 3em;
	float: left;
}