* {
	margin: 0;
	padding: 0;
}
body {
	font: .7em/1.5 arial, sans-serif;
	text-align: center;
	background: #41525b;
}
table {
	font-size: 1em;
}
p {
	margin: .3em 0;
}
option {
	padding: 0 5px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#headertop {
	height: 20px;
	/*padding: 3px 3px 3px 218px;*/
	font-size: .85em;
}
#headertop a {
	color: #b7c9d7;
}
#header {
	height: 130px;
	padding-bottom: 13px;
	overflow: hidden;
	background: #ffffff url('/img/bg_header.png') 0 0 no-repeat;
}
#header a {
	display: block;
	height: 130px;
}
#work {
	color: #002437;
	background: #ffffff url('/img/bg_work.png');
}
#column {
	float: left;
	width: 218px;
	background: #cbe5f3;
}
#column .menu {
	padding: 0 0 6px 13px;
	background: #ffffff;
}
#column .menu li {
	margin: 0 0 7px 0;
	padding: 5px 5px 5px 25px;
	list-style-type: none;
	background: #00658c url('/img/bg_menu_li.png') 8px 50% no-repeat;
}
#column .menu li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#column .menu li a:hover {
	text-decoration: underline;
}
#column form.search {
	padding: 20px 0;
	text-align: center;
}
#column form.search .searchfield {
	width: 170px;
	padding: .3em;
	font-size: .85em;
	color: #275e7b;
	border: 1px solid #628ea5;
}
#column form.search .searchbutton {
	margin: 10px 0;
	padding: .3em;
	font-size: .85em;
	color: #ffffff;
	background: #248bc1;
	border: 0;
}
#content {
	float: left;
	width: 699px; /* 715 - 8 - 8 */
	margin: 0 13px 0 14px;
	padding: 8px 8px 0 8px;
	background: #cbe5f3;
}
#content a {
	color: #002437;
}
#content .path a {
	font-size: .9em;
	text-decoration: none;
	color: #133547;
}
#content .path a:hover {
	text-decoration: underline;
}
#content h1 {
	font-weight: normal;
	font-size: 2em;
}
#content .submenu {
	padding: 10px;
	background: #f1faff;
	border: 1px solid #a1c3d5;
}
#content .submenu a {
	font-size: .9em;
	color: #133547;
}
#content .submenu a:hover {
	text-decoration: none;
}
#content .listerbar {
	margin: 1em 0;
	padding: 3px;
	color: #1e586e;
	background: #8fbdd5;
}
#content .listerbar .lister {
	float: right;
	width: 400px;
	padding-top: 3px;
	text-align: right;
}
#content .listerbar a {
	text-decoration: none;
	font-weight: bold;
	color: #1e586e;
}
#content .listerbar a:hover {
	background: #def3fe;
}
#content .listerbar a.active {
	background: #def3fe;
}
#content ol {
	margin: 1em 0;
	padding-left: 25px;
}
#content h2 {
	font-size: 1.3em;
}
#content .oneitem {
	margin: 1em 0;
}
#content .oneitem h2 a {
	color: #002437;
}
#content .oneitem .logo {
	width: 100px;
	float: left;
}
#content .oneitem .text {
	padding-left: 120px;
}
#content .level-0 {
	padding: 5px;
	border: 1px solid #cbe5f3;
	font-size: .8em;
}
#content .level-1 {
	padding: 5px;
	border: 1px solid #cbe5f3;
}
#content .level-2 {
	padding: 5px;
	border: 1px solid #cbe5f3;
}
#content .level-3 {
	padding: 5px;
	border: 1px solid #fdd187;
	background: #fcfbd8;
}
#content .level-3 h2 {
	font-size: 2em;
}
#content .detailitem .itemtitle {
	margin: 1em 0;
	padding: 5px 5px 5px 120px;
	background: #f1faff 8px 50% no-repeat;
}
#content .detailitem .photocolumn {
	width: 200px;
	float: right;
	text-align: right;
}
#content .detailitem .photocolumn img {
	border: 5px solid #ffffff;
}
#content .detailitem .detaildescr {
	margin: 1em 0;
}
#content .detailitem table {
	border: 3px solid #6f91a4;
}
#content .detailitem table.det {
	border-collapse: collapse;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 0;
	border-right: 0;
}
#content .detailitem table.det th {
	padding: 3px 10px;
	text-align: left;
	color: #ffffff;
	background: #6f91a4;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#content .detailitem table.det td {
	padding: 3px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#footer {
	padding-top: 13px;
	font-size: .85em;
	text-align: center;
	color: #99b3c0;
	background: #ffffff;
}
#footer div {
	padding: 3px;
	background: #41525b;
}
#footer a {
	color: #99b3c0;
	text-decoration: none;
}
.cleaner {
	clear: both;
}
.right {
	text-align: right;
}

