body {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.png) no-repeat 50% 170px;
}
div.content {
	width: 986px; margin: 0 auto; overflow: hidden;
}
div.container {
}

div.header {
	text-align: center; padding: 40px 0; border-top: 20px solid black;
}
div.portfolio {
	padding: 30px 0 20px; overflow: hidden;
}
div.portfolio div.cell {
	width: 236px; height: 206px; background: url(../images/bg_Cell.png) no-repeat;
	float: left; margin: 0 14px 14px 0; position: relative;
}
div.portfolio div.cell img.thumbnail {
	margin: 8px; position: absolute; top: 0px; left: 0px;
}
div.portfolio a.cell {
	text-decoration: none;
}
div.portfolio div.cell img.overlay {
	visibility: hidden; position: relative; top: 0px; left: 0px;
}
div.portfolio a.cell:hover img.overlay {
	visibility: visible;
}
div.portfolio a.cell:hover div.text {
	display: none;
}
div.portfolio a.cell:hover img.visit {
	display: block;
}
div.portfolio div.cell div.text {
	margin: 7px 13px; font-weight: bold;
}
div.portfolio div.cell img.visit {
	display: none; margin: 0 0 0 3px;
}

div.portfolio div.cell div.text p {
	text-decoration: none; color: #000;
	background: url(../images/arrow.png) no-repeat 0 50%;
	font-weight: bold; padding: 0 0 0 15px;
	height: 34px; line-height: 34px;
}
div.about {
	background: #000; color: #ccc; overflow: hidden; padding: 25px 0;
}
div.about img.heading {
	margin: 0 0 25px;
}
div.about div.col {
	float: left;
}
div.about h2 {
	color: #0192c7; font-weight: bold;
}
div.about p {
	text-align: justify; margin: 0 0 10px;
}
div.about div.col1 {
	width: 310px; margin-right: 41px;
}
div.about div.col2 {
	width: 260px; margin-right: 41px;
}
div.about div.col3 {
	width: 331px;
}
div.footer {
	background: #313639; color: #9c9c9e; padding: 25px 0 100px;
}
form.contact {
	background: url(../images/form_contact.png); width: 331px; height: 450px;
	position: relative;
}
form.contact input, form.contact textarea {
	position: absolute; top: 0; left: 80px;
	width: 192px; background: 0; border: 0; color: #000;
	height: 22px;
}
form.contact input.name {
	top: 99px;
}
form.contact input.company {
	top: 123px;
}
form.contact input.email {
	top: 147px;
}
form.contact input.telephone {
	top: 171px;
}
form.contact input.subject {
	top: 234px;
}
form.contact textarea.message {
	top: 269px; height: 112px
}
form.contact input.submit {
	background: url(../images/image_contact_button.jpg); width: 71px; height: 23px;
	cursor: pointer; top: 388px; left: 252px; position: absolute;
}
div.footer p {
	float: left;
}
div.social {
	float: right; margin: 0;
}
div.social a {
	display: block; float: left; margin: 0 0 0 10px;
}
a.standard {
	color: #0194ca; text-decoration: none;
}



