body{
	color: #555;
	font-family:Helvetica, Arial, sans-serif;
}
.container{
	width: 962px;
	position:relative;
} 
a.prototype{
	position: absolute;
	right:0;
	top:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	color:#404040;
	text-decoration:none;
	font-size:10px;
	outline:none;
}
a.prototype:hover{
	color:#ffa800;
}
.prototype #header{
	background-image: url(../images/prototype-header.png);
}
.prototype .prototype-subheader{
	background-image: url(../images/prototype-subheader.png);
}
.prototype .portfolio{
	background-image:url("../images/prototype-portfolio.png");
}
.prototype .portfolio-item{
	background-image:url("../images/prototype-portfolio-item.png");
}
.prototype .portfolio-item-first{
	background-image:url("../images/prototype-portfolio-first.png");
}
.prototype .prefooter{
	background-image:url("../images/prototype-prefooter.png");
}
.prototype-subheader{
	width: 962px;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	height:47px;
}
#header{
	height: 258px;
}
#header .logo{
	padding-left:93px;
	padding-top:113px;
	float:left;
}
#header .slogan{
	font-family: Georgia, serif;
	font-style: italic;
	width: 330px;
	float: left;
	margin-top:80px;
	margin-left: 70px;
	text-align: justify;
	font-size:14px;
	line-height: 25px;
}
.main-menu{
	text-align:center;
	height: 47px;
}
.main-menu ul li{
	list-style:none;
	display:inline;
}
.main-menu ul li a{
	line-height:47px;
	text-decoration: none;
	color: #8c8c8c;
	padding:15px 44px;
	font-size:14px;
	letter-spacing:2px;
}
.main-menu ul li a:hover{
	color:#ffa800;
	border-top:1px solid #ffa800;
	border-bottom:1px solid #ffa800;
}
.portfolio{
	height:397px;
	overflow:auto;
	padding-left:33px;
}
.portfolio .portfolio-item{
	float: left;
	width: 240px;
	margin-right:40px;
	margin-top:19px;
	height: 359px;
}
.portfolio .portfolio-item .portfolio-title h3{
	margin-bottom: 0;
	line-height: 30px;
	color: #959595;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing:2px;
	text-align:center;
}
.portfolio .portfolio-item-first{
	padding-left:59px;
	padding-top:19px;
	margin-top:0;
	padding-bottom:19px;
}
.portfolio .portfolio-item .portfolio-description{
	text-align: justify;
}
.portfolio .portfolio-item-first .portfolio-description,
.portfolio .portfolio-item-first .portfolio-title,
.portfolio .portfolio-item-first .portfolio-image{
	width:240px;
}
.prefooter{
	height:287px;
	padding-left:93px;
}
.prefooter h3{
	margin-top:-40px;
	/*position:absolute;*/
	text-transform:uppercase;
	color:#959595;
	letter-spacing:2px;
	font-size:14px;
	width:520px;
	text-align:center;
}
.prefooter .contacts{
	width:520px;
	padding-top:10px;
	float:left
}
.prefooter .contacts .text-info{
	float:left;
	width:280px;
}
.prefooter .contacts .text-element{
	padding:5px 0px;
}
.prefooter .contacts .text-element .label{
	font-weight: bold;
	color:#404040;
	text-transform:uppercase;
	float:left;
	width:120px;
	letter-spacing:2px;
}
.prefooter .contacts .contact-form input{
	width:230px;
	border:1px solid #afafaf;
	color: #777;
}
.prefooter .contacts .contact-form input.input-submit{
	border:none;
	background-color:transparent;
	color:#404040;
	font-weight:bold;
	float:right;
	width:auto;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor: pointer;
	font-size:12px;
}
.prefooter .contacts .contact-form input.input-submit:hover{
	color:#ffa800;
}
.prefooter .contacts .contact-form textarea{
	width:500px;
	height:70px;
	font-family:Helvetica, Arial,sans-serif;
	font-size:12px;
	color:#959595;
}
.prefooter .what-people-say{
	padding-top:10px;
	width:299px;
	float:left;
	margin-left:50px;
}
.prefooter .what-people-say h3{
	width:299px;
}
.prefooter .what-people-say .message{
	margin-bottom:15px;
}
.prefooter .what-people-say .message .message-text{
	font-family:Georgia, serif;
	font-style:italic;
}
.prefooter .what-people-say .message .author{
	float:right;
	color:#404040;
	margin-top:0px;
	margin-right:15px;
	font-size:10px;
}
.footer{
	text-align:center;
	line-height:47px;
	color:#404040;
	
}
.footer a{
	text-decoration:none;
	color:#404040;
	
}
.footer a:hover{
	color:#ffa800;
}
