html,
body {
	margin: 0;
	padding: 0;
	background: fixed;
	background-color: #fff;
}
html { // filter: expression(runtimeStyle.filter = '',document.execCommand('BackgroundImageCache', false, true));}



.Hide {
	display: none;
}
a:focus,
a:active,
input:focus {
	outline: none;
	border: 0;
}



#Header {
	padding: 80px 80px 40px 80px;
}
#Header a {
	display: block;
	height: 37px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 20px 0;
}
#Header a:hover,
#Header a:active,
#Header a:focus {
	background-position: 0 -37px;
}



#Contact {
	background-color: #666;
	height: 80px;
	position: relative;
	padding-left: 80px;
}
#Contact .Item {
	display: block;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 26px;
/*	margin-top: -13px;*/
/*	border: 1px solid blue;*/
}
#Contact .Item input {
/*	display: none;*/
	border: 0;
	background-color: #666;
	color: #fff;
	font-size: 1em;
	padding-top: 2px;
	width: 100%;
	height: 100%;
	border: 1px solid red;
}
#Contact a:hover,
#Contact a:active,
#Contact a:focus {
	background-position: 0 -27px;
}



#Portfolio {
	width: 100%;
	overflow: hidden;
}
#Portfolio .Item {
	padding: 80px 80px 80px 0;
	white-space: nowrap;
}
#Portfolio .Item .Title {
	position: relative;
	left: 80px;
	width: 432px;
	height: 44px;
}
#Portfolio .Item a {
	display: block;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	left: 47px !important;
}
#Portfolio a:hover,
#Portfolio a:active,
#Portfolio a:focus {
	background-position: 0 -114px;
}
#Portfolio .Preview {
	width: 721px;
	margin: -72px 0 -26px 0;
	border: 0;
}