﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	text-decoration:none;
	color:inherit;
	font:normal normal normal small/1.4 Verdana,Arial,Sans-serif;
}

html {
	overflow:hidden;
	height:100%;
}
body {
	height:100%;
	background:#ff9 url(img/border.gif) repeat-y left top;
	color:#666;
}
hr {
	display:none;
}
br {
	letter-spacing:normal;
}

h1 {
	text-align:right;
	color:#fff;
	font:bold xx-large "century gothic",Sans-serif;
}
h2 {
	margin-bottom:10px;
	padding:0 10px;
	background:url(img/h2.gif);
	color:#996;
	font:bold large "century gothic",Sans-serif;
}

p,address {
	margin-bottom:10px;
}

a {
	text-decoration:underline;
}
	a:link {
		color:#696;
	}
	a:visited {
		color:#999;
	}
	a:hover {
		color:#c96;
	}
	a img {
		border:0;
	}

div#PAGETOP {
	overflow:auto;
	height:100%;
}
div#HEADER {
	width:420px;
	margin:0 0 10px 220px;
	padding-top:10px;
}
	div#HEADER ul#PAN {
		display:none;
	}
div#MENU {
	position:absolute;
	left:0;
	top:0;
	width:200px;
}
html>/**/body div#MENU {
	position:fixed;
}
	div#MENU h2 {
		display:none;
	}
	div#MENU ul {
		margin:20px 40px 0 20px;
		padding-top:120px;
		background:url(img/head.jpg) no-repeat center top;
	}
		div#MENU ul li {
			list-style:none outside;
			margin-bottom:5px;
			border-bottom:1px solid #eee;
			background:url(img/menu.gif) repeat-x left bottom;
			text-align:center;
		}
			div#MENU ul li a {
				text-decoration:none;
			}
				div#MENU ul li a:link,
				div#MENU ul li a:visited {
					color:#666;
				}
				div#MENU ul li a:hover {
					letter-spacing:2px;
					color:#c96;
				}
				div#MENU ul li.menu-on a:link,
				div#MENU ul li.menu-on a:visited,
				div#MENU ul li.menu-on a:hover {
					color:#c96;
				}
div#KIZI {
	width:420px;
	margin-left:220px;
}
	div#KIZI div.text {
		margin-bottom:20px;
		padding:10px;
		background-image:url(img/stripe.gif);
	}

div#FOOTER {
	width:420px;
	margin-left:220px;
	padding-bottom:10px;
}
	div#FOOTER h2 {
		display:none;
	}
	div#FOOTER ul {
		margin:0;
		text-align:right;
	}
		div#FOOTER ul li {
			display:inline;
			margin-left:5px;
		}
			div#FOOTER ul li address {
				display:inline;
			}
