@charset "utf-8";

/* CSS Document */
.container {
	width: 960px;
}

.lenta p {
	float: left;
	padding-left: 20px;
}

.lenta a {
	color: #000;
}

.new {
	margin-left: 50px;
}

.index_left {
	float: left;
	width: 215px;
	margin-top: 20px;
}

.project_box {
	float: left;
	background-image: url(../images/projects_box.jpg);
	background-repeat: no-repeat;
	width: 211px;
	height: 431px;
	margin-top: 20px;
	clear: both;
}

.project_box img {
	margin: 15px;
}

.project_box a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 10px;
	display: block;
	width: 13px;
	height: 17px;
	white-space: nowrap;
	color: #666;
}

.project_box h4,p,h3 {
	padding-left: 10px;
	padding-right: 10px;
}

.project_box h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.project_box h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: underline;
}

.index_mid {
	float: left;
	width: 500px;
	margin-top: 20px;
}

.box_top {
	background-image: url(../images/box_blue_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 420px;
	height: 9px;
}

.box_mid {
	background-image: url(../images/box_blue_mid.jpg);
	background-repeat: repeat-y;
	width: 420px;
	height: 650px;
}

.box_bot {
	background-image: url(../images/box_blue_bot.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 420px;
	height: 9px;
}

.contact_form {
	margin: 0 20px 0 20px;
}

.contact_info p {
	padding: 40px 20px 0px 60px;
	text-align: justify;
}

.contact_info p span {
	font-weight: bold;
}

.contact_form dl {
	font-size: 8pt;
	color: #8E8E8E;
}

.contact_form form {
	float: left;
	padding-top: 30px;
	padding-left: 60px;
}

textarea {
	border: solid 1px #90aec6;
	width:300px;height:200px;
}

.contact_form .send {
	background: transparent url(../images/submit.jpg) no-repeat scroll 0 0;
	display: block;
	border: medium none;
	width: 62px;
	height: 27px;
	font-size: 85%;
	color: #FFF;
	padding-bottom: 4px;
	margin-top: 10px;
	cursor: pointer;
}
