html {
	height: 100%;
	color: #000;
	background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background: #fff url('../images/bg_body.png') repeat-x;
	font: 75%/1.5 Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, em, strong, th, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
	*font-size: 100%;
}

form, table, p, ol, ul {
	margin-bottom: 20px;
}

ol, ul {
	margin-left: 35px;
}

ul {
	list-style: square;
}

a {
	color: #0075bb;
}

a:focus,
a:hover,
a:active {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#container {
	width: 970px;
	padding: 0 10px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	height: 122px;
	margin-bottom: 20px;
	padding-top: 20px;
	background: url('../images/header.png') no-repeat;
	color: #303030;
}

#logo {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 85px;
	height: 81px;
}

#header p {
	margin-bottom: 10px;
	padding: 0 20px 0 0;
	text-align: right;
}

#header big {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}

#header small {
	color: #70706e;
	font-size: 11px;
	line-height: 1.3;
}

#full-catalog {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.3;
}

#full-catalog,
#full-catalog a {
	color: #fff;
}
