body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}

/*end of cssReset*/
body, html {
	height: 100%;
	font: normal 14px "Times New Roman", Times, serif;
	background: url(/css/images/404/bg.jpg) repeat-x;
}
#main-content {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width: 1000px;
	background: url(/css/images/404/bg2.gif) 100px 60px  no-repeat;
}
#header {
	padding: 9px 0 0 0;
	height: 267px;
	overflow: hidden;
}
#header h1{
	display: none;
}
#header .logo {
	width: 267px;
	height: 267px;
	background: url(/css/images/404/logo.png);
	float: left;
}
#header .menu {
	width: 267px;
	height: 267px;
	background: url(/css/images/404/bg-menu.png);
	float: left;
}

#header .menu ul {
	padding: 80px 0 0 30px;
}
#header .menu ul li {
	
}
#header .menu ul li a {
	line-height: 1.4em;
	font-size:18px; 	
	text-transform: uppercase;
	text-decoration: none;
	color: #3D1619;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header .menu ul li a:hover {
	color:#b75a50;
}

.content {
	margin: 0 0 0 136px;
}
.content p.type-error, p.text-error{ 
	display: none;
}
.error {
	width: 536px;
	height: 168px;
	background: url(/css/images/404/error.png);
}
.empty_inner {
	height:50px;
}
#footer {
	position:relative;
	text-align: right;
	color: #8D8575;
	font-size:12px;
	height: 50px;
	margin-top:-51px; 
}
#footer p {
	padding: 0 76px 0 0;
}

