* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #ebebeb; 
	width: 100%; 
	font-family: 'MS Trebuchet', Arial, Tahoma;
	font-size:13px;
	background-image: url(../css/images/portfolio/bg_dark_noise.png); background-position: initial initial; background-repeat: initial initial;
}

p,ul,a{
	color: #6f6f6f;
}

a{
	text-decoration: none;
}

img { border: 0 }


h3  {
	color: #000; 
	font-family: 'MS Trebuchet', Arial, Tahoma;
	font-size: 44px; 
	margin-bottom: 35px; 

}

form input{
	outline: none; 
	width: 270px; 
	height: 25px; 
	border:1px solid #C0C0C0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #a1a1a1;
	font-family: 'MS Trebuchet', Arial, Tahoma;
	font-size: 14px; 
	padding: 0px 5px; 
	margin-bottom: 8px;
	behavior:url(border-radius.htc);
}

form textarea{
	overflow: hidden;
	outline: none;
	resize: none; 
	padding: 5px; 
	width: 470px; 
	height: 220px; 
	border:1px solid #C0C0C0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #a1a1a1;
	font-family: 'MS Trebuchet', Arial, Tahoma;
	font-size: 14px;
	behavior:url(border-radius.htc);
	margin: 5px 0px; 
}


/* HOME */
.home-contacts{
	margin-top: 90px;
}

.items {
	width: 100%;
	height: auto;
}
.item {
	font-size: 14px;
	font-family: 'MS Trebuchet', Arial, Tahoma;
	padding: 10px 5px 10px 15px ;
	display: block;
	width: 430px;
	min-height: 160px;
	height:auto;
	border: 4px solid transparent;
	margin: 5px 10px;
}
.item .page_title {
	width: 300px;
	padding-left: 10px;
	height: 100%;
	vertical-align: text-center; 
	position: relative;
}

.items .item .page_title p{
	bottom: 17px;
}

.items .item:first-child .page_title p{
	bottom: 10px;
}

.items .item:nth-child(2) .page_title p{
	bottom: 35px;
}

.item .page_title p {

/* position: absolute;
bottom: 0; */
}

.item left .left img {
	padding-left: 20px;
}

.item:hover {
	cursor: pointer;
	/* border: 4px solid #c0c0c0; */
}

.top20 .left {
margin-right: 100px; 
}

/* PORTFOLIO */
