﻿#logo_print {
	display: none;
}
.noScreen {
	display: none;
}
html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
* html, * html body {
	height: 100%;
}
html {
	background: url(/images/closed/closed_back_back.jpg) repeat-x center top;
}
body {
	background: url(/images/closed/closed_back.jpg) no-repeat center top;
}

#wrapper {
	position: relative;
	width: 998px;
	margin: 0 auto;
	z-index: 10;	
}

#header {
	position: relative;
	height: 209px;
	width: 998px;
}
/* logo */
#logo {
	position: absolute;
	top: 53px; left: 0;
	width: 998px;
}
#logo h1 {
	display: block;
	width: 514px; height: 119px;
	text-decoration: none;
	text-indent: -999em;
	background: url(/images/closed/logo_small.png) no-repeat left top;
	padding: 0; margin: 0 auto; 
}

/* footer */
#footer {
	text-align: center;
	color: white;
	padding-bottom: 20px;
}
/* content */
#content {
	position: relative;
	min-height: 480px;
	width: 998px;
}
	* html #content {
		height: 480px; /* min-height for IE6 */
	}
#content #main {
	position: absolute;
	left: 53px; top: 45px;
	width: 440px;
	background: #fff;
}
#content #main h2,
#content #main strong {
	color: #a5001d;
	display: block;
}
#content h2 {
	margin-bottom: 15px;
	font-size: 20px;
}
#content h3 {
	margin-bottom: 10px;
	font-size: 16px;
	background: url(/images/closed/bullet_usp.gif) no-repeat left center;
	line-height:1;
	padding:0 0 0 16px;
}

#usp h3 strong {
	padding: 0 16px 0 0;
	background: url(/images/closed/bullet_usp.gif) no-repeat right center;
}
#content #main strong {
	margin-top: 15px;
}
#content #news {
	position: absolute;
	left: 675px; top: 45px;
	width: 280px;
	color: #114f00;
}
#content #news .input,
#content #news .submit {
	float: left; display: inline;
}
#content #news .input {
	background: transparent url(/images/closed/input_search.gif) no-repeat scroll left top;
	display: inline;
	float: left;
	height: 24px;
	width: 170px;
	margin-top: 21px;
}
#content #news .input input {
	background: none;
	border: none;
	color: #737373;
	height: 17px;
	margin: 0 0 0 6px;
	padding: 5px 5px 2px 0;
	width: 154px;
}
#content #news .submit {
	margin-top: 20px;
}
#content #news .succes {
	padding: 10px 0 10px 20px;
	background: url(/images/closed/tick.gif) no-repeat left center;
}
#content #news .failed {
	/*padding: 5px 0 10px 25px;
	background: url(/images/closed/cross.gif) no-repeat left 15px;*/
	padding: 10px 0 10px 20px;
	background: url(/images/closed/cross.gif) no-repeat left center;
	color: #e42426;
}
#content #usp {
	position: absolute;
	left: 35px; top: 235px; 
}
#content #usp .column {
	float: left; display: inline;
	left: 30px; top: 235px; 
	margin:0 20px 0 0;
	width:300px;
}