#sliderblock,  #leftbar,  #search{
	display: none;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
	
}
body {
	background: none;
	font: 10px/16px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #696969;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	background: none;
}



/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0px;
	background:none;
	font-size: 12px;
}
#content .error{
background: #D9DADA;
margin-top: 8%;
padding: 10px 0;
}
#content table{
margin: 0 auto;
width: 600px;
border-collapse:collapse;
padding: 10px 0;
}
#content table td{
 vertical-align: middle;
 line-height: 50px;
}
#content table td.top-td{
line-height: 80px;
}
#content  div.line{
height: 1px;
width: 100%;
background: #C4C4C4;
}
#content  h1{
 color: #5B5B5B;
 text-transform: uppercase;
 font-size: 1.3em;
}
#content  p{
color: #404040;
font-size: 1.2em;
text-align: center;
margin: 0;
}

.icon-error{
display: block;
float: left;
height: 58px;
width: 58px;
background: url('images/error-icon.png') 50% 50% no-repeat;
margin: 10px 20px 10px 80px;
}

#content .hide{ display: none;}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
}


.clear{
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}











