/**
  * Author: Dmitry Stepanov
  * E-Mail: dmitrij@stepanov.lv
  * URL: http://www.stepanov.lv
  */

body {
	font-size: 12px;
	background-color: #e5e5e5;
}

body, input, textarea, button {
	font-family: "Arial";
}

a {
	color: #164b9e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#page {
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: transparent url( 'i/page-bg.png') repeat-y center;
	padding-bottom: 15px;
}

#header {
	padding-bottom: 98px;
	position: relative;
	text-align: center;
}

#header > .heading {
	position: absolute;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
	height: 74px;
	left: 0px;
	right: 0px;
	bottom: 7px;
	background: transparent url( 'i/logo.png') no-repeat center;
}

#header > .menu {
	display: inline-block;
	padding-left: 5px;
	background: transparent url( 'i/menu-bg-left.png') no-repeat left center;
	overflow: hidden;
}

#header > .menu > .heading {
	display: none;
}

#header > .menu > .items {
	list-style-type: none;
	text-align: center;
	overflow: auto;
	background: transparent url( 'i/menu-bg.png') repeat-x left top;
	margin-right: -5px;
}

#header > .menu > .items > * {
	float: left;
	font-size: 15px;
	height: 28px;
	line-height: 24px;
	padding-left: 9px;
	padding-right: 20px;
	background: transparent url( 'i/menu-spacer.png') no-repeat right center;
}
#header > .menu > .items > * > a {
	color: white;
	text-decoration: none;
}

#footer {
	position: relative;
	width: 954px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	background: transparent url( 'i/footer-bg.png') repeat-x left top;
}

#footer > .heading {
	display: none;
}

#footer > .disclaimer,
#footer > .copyright,
#footer > .designer {
	position: absolute;
	top: 0px;
	bottom: 0px;
}

#footer > .disclaimer,
#footer > .copyright {
	line-height: 15px;
}

#footer > .disclaimer {
	left: 0px;
	width: 225px;
	background: transparent url( 'i/footer-left-bg.png') no-repeat left top;
	padding-left: 25px;
	padding-top: 12px;
}
#footer > .disclaimer > .heading {
	display: none;
}

#footer > .disclaimer > .email,
#footer > .disclaimer > .links a {
	color: white;
}

#footer > .disclaimer > .links {
	list-style-type: none;
}
#footer > .disclaimer > .links > * {
	padding-left: 10px;
	background: transparent url( 'i/footer-arrow-right.png') no-repeat 1px center;
}

#footer > .copyright {
	left: 250px;
	width: 390px;
	background: transparent url( 'i/footer-right-bg.png') no-repeat right top;
	color: white;
	padding-right: 74px;
	padding-top: 13px;
}

#footer > .copyright > .heading {
	font-size: 12px;
}
#footer > .copyright > .note {
	font-size: 11px;
}

#footer > .designer {
	right: 0px;
	width: 240px;
}
#footer > .designer > .heading {
	display: none;
}

#footer > .designer > .note {
	font-size: 0px;
	line-height: 0px;
	color: transparent;
}
#footer > .designer > .note > .link {
	color: transparent;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: white url( 'i/designer-logo.png') no-repeat center center;
}

#footer > .programmer {
	display: none;
}