#content h1 	{ background-image: none; }
#content #left	{ background-image: url('/images/projects/project_341w29/sink_bg.jpg'); }

html>body #navigation ul li.home a { opacity: 1; }

body#contact #header span {
	display: block;
	position: absolute;
	margin-left: 189px;
	margin-top: -28px;
	width: 212px;
	height: 40px;
	background-image: url('/images/title_contact.png');
	background-repeat: no-repeat;
}

#content #left	{ background-image: url('/images/uploads/bg_contactr.jpg'); }

#content #left #slider {
	position: absolute;
	left: 18px;
	top: 153px;
	width: 403px;
	height: 337px;
	border: 0px dotted green;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 10px #181818;
	-webkit-box-shadow: 1px 1px 10px #181818;
	box-shadow: 1px 1px 10px #181818;
}

#content #left #slider img {
	position: relative;
	right: 0px;
	bottom: 0px;
}

#content #right .project .window { 
	overflow: visible;
}

#content #right .project form {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
}

#content #right .project form div span {
	display: none;
}

#content #right .project form input.text {
	background-color: #888;
	font-size: 12px;
	border: 0px;
	width: 372px;
	margin-top: 5px;
}

#content #right .project form textarea {
	background-color: #888;
	font-size: 12px;
	width: 372px;
	height: 200px;
	margin-top: 5px;
}

#content #right .project form input.button {
	width: 100px;
	margin-top: 40px;
	margin-left: 272px;
}

form .error {
	position: absolute;
	top: -45px;
}

