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

body {
	background-color:#000;
	color:#e2e2c9;
	overflow:hidden;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

#wrapper {
	position:absolute;
	height:660px;
	width:100%;
	margin-top:-330px;
	top:50%;
	left:0;
	background-image:url('../images/build/bg02.jpg');
	background-color:#000;
	}
	
#container {
	width:900px;
	height:600px;
	position:absolute;
	margin-left:-450px;
	left:50%;
	background-color:none;
	padding:20px 0;
	}

a img {
	border:none;	
	}

#content {
	width:900px;
	background-color:#000;
	height:450px;
	position:absolute;
	margin-top:-170px;
	top:50%;
	font-size:11px;
	}

.poster {
	width:303px;
	float:right;
}

.poster img {
	float:right;	
}

.about {
	width:240px;
	height:420px;
	padding:15px;
	float:left;
	line-height:1.3;
	margin-left:15px;
	}
	
.client {
	width:255px;
	margin-left:10px;
	height:420px;
	padding:15px;
	float:left;
	line-height:1.3;
	}
	
.client ul {
	margin:0;
	padding-left:15px;
	list-style-type:square;
	}

.about img {
	padding:0;
	border:0;
	margin:0;
	}
	
.about h1, .client h1, #contact h1 {
	font-size:22px;
	color:#B6B698;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	line-height:1;
	margin-top:5px;
	font-weight:bold;
	}

.left {
	float:left;
	margin-left:15px;
	}

.right {
	float:right;
	margin-right:15px;
	}


/*BEGIN contact form*/

#contact {
	width:255px;
	right:25px;
	position:absolute;
	}
	
.contacttype {
	line-height:1.5;
}

.form-input-button {
    background-color:#e2e2c9;
	color:#000;
    width: 60px;
    padding:2px;
	font-size:14px;
	font-weight:bold;
    border: none;
	float:right;
	text-transform:uppercase;
    margin-top:2px;
	cursor:pointer;
}

input, select, textarea {
	margin: 1em 0 0 0;
	border: 0;
	background: #B6B698;
}

/*END contact form*/

#footer {
	position:absolute;
	font-size:10px;
	color:#333;
	text-align:center;
	width:900px;
	margin-left:-450px;
	left:50%;
	bottom:10px;
	border-top: 1px solid #333;
	padding-top:10px;
	}

#footer a {
	color:#B6B698;
	text-decoration:none;
	}

#footer a:hover {
	color:#A52C22;
	}