html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url(/images/back_sides.jpg) repeat-y 50% 0;
	font-family: Arial;
	font-size: 12px;
}

body.inner {color: #807e7e;}

img {border: none;}

a {outline: none;}

form, input, textarea, select, option {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
}

input[type="text"], input[type="password"], textarea, select {outline: none;}

::-moz-focus-inner {border: 0;}

table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

td, th {
	font-size: 14px;
	vertical-align: top;
}

button, label {
	cursor: pointer;
	cursor: hand;
}

ul {
	margin: 0 0 15px 14px;
	padding: 0;
}

ol {
	margin: 0 0 15px 28px;
	padding: 0;
}

li {margin: 0 0 2px 0;}

a:link, a:visited {color: #9e005d; text-decoration: underline;}
a:hover, a:active {color: #ff0000; text-decoration: underline;}

p {
	margin: 0 0 12px 0;
	line-height: 16px;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5ex;
	font-family: Tahoma;
	font-size: 70%;
}

.form sup {color: #972543;}

h1 {
	font-size: 32px;
	margin: 0 0 14px 0;
	line-height: 32px;
	color: #9e005d;
	border-bottom: 1px solid #9e005d;
	padding: 0 0 4px 0;
}

h2 {
	color: #9e005d;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 20px;
}

h3, h4, h5, h6 {
	font-size: 16px;
	color: #9e005d;
	margin: 0 0 8px 0;
	font-weight: normal;
}

button {
	background: transparent;
	border: 0;
	font-size: 14px;
	margin: 0 0 0 -3px;
	padding: 1px;
	overflow: visible;
	font-family: Arial, Tahoma;
	color: #747474;
}

button.act {color: #fff;}

button span {
	display: block;
	position: relative;
	background: url(/images/shiny_back.png) 0 -28px;
	padding: 0 18px;
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
}

button.act span {background-position: 0 0;}

iframe {vertical-align: bottom;}

/* ========================================================= */

.clear {clear: both;}

.inlined {
	letter-spacing: -3px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.inlined li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 12px;
	background: transparent;
	padding: 0;
	margin: 0;
	font-style: normal !important;
}

.inlined li img {vertical-align: bottom;}

#page_container {
	width: 996px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	border: 1px solid #b4afad;
	border-width: 0 1px 0 1px;
	background: url(/images/back_centrum.jpg);
	overflow: hidden;
}

#content {
	padding: 0 0 566px 0;
	position: relative;
}

.inner #content {padding: 0 0 172px 0;}

#side_line1 {
	height: 40px;
	background: url(/images/side_line_back1.png);
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
}

#side_line2 {
	height: 237px;
	background: url(/images/side_line_back1.png) 0 -40px;
	top: 533px;
	left: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

/*#side_line2 {
	height: 237px;
	background: url(/images/side_line_back1.png) 0 -40px;
	margin: 533px 0 -770px 0;
	overflow: hidden;
	position: relative;
}*/

#side_line2_in {
	height: 237px;
	background: url(/images/side_line_back2.png) no-repeat 50% 0;
}

/* footer =========================================================== */

#footer {
	position: relative;
	background: url(/images/side_line_back1.png) 0 100%;
	margin: -566px 0 0 0;
	height: 566px;
	overflow: hidden;
}

.inner #footer {
	height: 158px;
	margin: -158px 0 0 0;
}

#footer_in {
	position: relative;
	height: 566px;
	background: url(/images/side_line_back3.png) no-repeat 50% 100%;
}

.inner #footer_in {height: 158px;}

#btm_data {
	height: 158px;
	width: 996px;
	background: #f8ebd8 url(/images/footer_back.jpg);
	border: 1px solid #b4afad;
	border-width: 0 1px 0 1px;
	margin: 0 auto;
	position: relative;
}

#btm_logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

#btm_copyright1, #btm_copyright2 {
	position: absolute;
	bottom: 6px;
	color: #fff;
	font-size: 10px;
}

#btm_copyright1 {left: 30px;}

#btm_copyright2 {right: 30px;}

#btm_copyright2 a:link, #btm_copyright2 a:visited {color: #fff; text-decoration: none;}
#btm_copyright2 a:hover, #btm_copyright2 a:active {color: #fff; text-decoration: underline;}

#btm_link {
	position: absolute;
	top: 18px;
	left: 276px;
	width: 500px;
}

#btm_link li {
	border-right: 1px solid #fff;
	border-left: 1px solid #dbb79f;
	padding: 2px 20px;
	min-height: 68px;
}

#btm_link a {
	display: block;
	margin: 0 0 2px 0;
}

#btm_link a:link, #btm_link a:visited {color: #836c5f;}
#btm_link a:hover, #btm_link a:active {color: #ff0000;}

#btm_disco_wrapper {
	height: 408px;
	background: #8d8a89;
	width: 996px;
	border: 1px solid #b4afad;
	border-width: 0 1px 0 1px;
	margin: 0 auto;
}

#btm_disco {
	height: 314px;
	background: #8d8a8a url(/images/btm_disco_back.png);
	border: 2px solid #d3d0cf;
	margin: 0 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	position: relative;
	top: 43px;
}

#btm_disco h1 {
	color: #e4e4e4;
	border: none;
	text-align: center;
}

#imageflow {
	text-align: center;
	margin: 32px 0 0 0;
	position: relative;
}

#imageflow img {border: 1px solid #fff;}

/* header =========================================================== */

#header {
	height: 533px;
	position: relative;
	background: url(/images/main_header.jpg);
}

.eng #header {background: url(/images/main_header_eng.jpg);}

.inner #header {
	height: 288px;
	background: url(/images/inn_header1.jpg);
}

.inner.eng #header {background: url(/images/inn_header1_eng.jpg);}

#slogan {
	position: absolute;
	top: 109px;
	left: 181px;
}

#logo {
	position: absolute;
	top: 109px;
	left: 40px;
}

#icons {
	position: absolute;
	top: 17px;
	left: 43px;
}

#lang {
	position: absolute;
	top: 15px;
	left: 280px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial Narrow, Arial;
}

a#lang:link, a#lang:visited {color: #636363;}
a#lang:hover, a#lang:active {color: #ff0000;}

#search {
	position: absolute;
	top: 12px;
	left: 378px;
	width: 186px;
	height: 20px;
	border: 1px solid #898989;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
}

#search_input {
	font-size: 12px;
	font-family: Arial;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 120px;
	border: none;
	background: transparent;
}

#search_btn {
	position: absolute;
	top: 5px;
	right: 6px;
}

#phone {
	position: absolute;
	top: 5px;
	right: 32px;
	font-size: 18px;
	color: #555;
	font-family: Arial Narrow, Arial;
	display: none;
}

#phone span {
	font-size: 32px;
	font-weight: bold;
	color: #9e005d;
}

#social {
	position: absolute;
	top: 98px;
	right: 34px;
}

#social a {margin: 0 0 0 16px;}

#menu {
	position: absolute;
	top: 47px;
	left: 3px;
	width: 914px;
	height: 40px;
	background: url(/images/menu_back.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	padding: 0 38px;
}

.menu_btn {
	font-size: 14px;
	font-family: Arial Narrow, Arial;
	position: relative;
	white-space: nowrap;
}

.menu_spacer {width: 200pt;}

a.menu_link {
	display: block;
	height: 40px;
	line-height: 38px;
	position: relative;
	z-index: 2;
	text-align: center;
}

a.menu_link:link, a.menu_link:visited {color: #7d7d7d; text-decoration: none;}
a.menu_link:hover, a.menu_link:active, .act a.menu_link:link, .act a.menu_link:visited {color: #9e0039; text-decoration: none;}

.submenu {
	position: absolute;
	top: -242px;
	left: -32px;
	background: url(/images/submenu_back.png);
	border: 1px solid #acacac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	white-space: nowrap;
	
}

.submenu a:link, .submenu a:visited {color: #c2a992;}
.submenu a:hover, .submenu a:active {color: #ff0000;}

.submenu_in {
	height: 76px;
	line-height: 70px;
	background: url(/images/submenu_z.png) no-repeat;
	padding: 0 18px 0 152px;
}

.act .submenu {top: -17px;}

.submenu a {margin: 0 6px;}

.menu_btn.act {z-index: 4;}

/* main =========================================================== */

#calendar {
	height: 231px;
	border-top: 6px solid #959595;
	background: #fdfada url(/images/calendar_back.png) repeat-x 0 100%;
	margin: 0 0 43px 0;
	padding: 0 0 0 42px;
}

#right_col #calendar {
	margin: 20px -28px 0 -28px;
	padding: 0 0 0 28px;
	height: auto;
	min-height: 231px;
}

#right_col #calendar.simple {
	background: #fff;
	border-top: 1px solid #9e005d;
	margin: 20px 0 0 0;
	padding: 0;
}

#month caption {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #9e005d;
	text-transform: uppercase;
	color: #9e005d;
	margin: 0 0 5px 0;
}

#month {padding: 10px 0 0 0;}

#right_col #month {padding: 10px 130px 0 0;}

#month th {
	font-size: 11px;
	padding: 0 0 5px 0;
}

#month th.day_we {color: #9e005d;}

#month span {
	display: block;
	background: #fdf8f8;
	border: 1px solid #969696;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	text-decoration: none !important;
	margin: 0 1px 2px 1px;
	color: #959595;
}

#month a:link, #month a:visited {color: #959595;}
#month a:hover, #month a:active {color: #ff0000; border-color: #ff0000; background: #fff; font-weight: bold;}

#month span.act, #month a.act:hover, #month a.act:active, #month a.act:link, #month a.act:visited {color: #fff; background: #9e005d; border-color: #9e005d; font-weight: normal;}

#crypto_text {
	width: 400px;
	margin: 0 43px 0 56px;
	font-size: 11px;
	color: #6a6a6a;
	padding: 20px 0 0 0;
}

#crypto_day {
	position: relative;
	width: 225px;
	height: 28px;
	background: url(/images/crypto_day_back.png);
	line-height: 22px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	margin: 9px 0 10px 0;
}

.eng #crypto_day {background: url(/images/crypto_day_back_eng.png);}

#crypto_day b {
	font-size: 18px;
	margin: 0 0 0 154px;
}

#crypto_day_img {
	position: relative;
	background: #a67c52;
	background: -moz-linear-gradient(top,  #a67c52 0%, #fff0a5 50%, #a67c52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a67c52), color-stop(50%,#fff0a5), color-stop(100%,#a67c52));
	background: -webkit-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -o-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -ms-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	-pie-background: linear-gradient(#a67c52, #fff0a5);
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/style/PIE.php);
}

#main_block0 {
	position: relative;
	background: #fbfaee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	margin: 0 13px 43px 13px;
	padding: 22px 30px 15px 30px;
	color: #727171;
}

#main_block1 {
	position: relative;
	background: #fff0e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	margin: 0 13px 43px 13px;
	padding: 12px 300px 30px 30px;
	color: #727171;
}

p.special {
	color: #454545;
	font-style: italic;
	font-size: 13px;
}

#main_block1 img {
	float: right;
	margin: -15px -270px 0 0;
}

#main_block2 {
	position: relative;
	background: #fbfaee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	margin: 0 13px 43px 13px;
	color: #727171;
	padding: 12px 0 10px 30px;
	overflow: hidden;
}

#main_block2 ul, #main_block3 ul {width: 1000px;}

#main_block2 li, #main_block3 li {
	width: 260px;
	margin: 0 65px 0 0;
}

#main_block2 li a.more {
	float: right;
	margin: -6px 0 18px 0;
}

#main_block2 p {margin: 0 0 18px 0;}

#main_block2 h1 {color: #adadad;}

#main_block2 h3 {
	font-size: 12px;
	line-height: 14px;
	clear: both;
}

#main_block2_news h3 {
	padding: 0 0 0 72px;
	position: relative;
	min-height: 28px;
	margin: 0 0 6px 0;
}

span.news_date {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/shiny_back.png);
	color: #fff;
	display: block;
	width: 62px;
	height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	line-height: 24px;
	text-align: center;
	font-size: 12px;
}

.news_date b {font-size: 18px;}

p.news_date {color: #9e005d;}

#main_block2_btns {padding: 10px 0 0 0;}

#main_block2_btns img {margin: 0 0 20px 0;}

#main_block3 {
	background: #fff;
	padding: 28px 0 28px 43px;
}

a.more {
	display: inline-block;
	background: #9f005e url(/images/arrow1.gif) no-repeat 100% 0;
	padding: 0 19px 1px 7px;
	font-size: 11px;
}

a.more:link, a.more:visited {color: #fff; text-decoration: none;}
a.more:hover, a.more:active {color: #fff; text-decoration: underline;}

#media_btns div {
	border: 1px solid #000;
	position: relative;
	overflow: hidden;
}

#media_btns a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#media_btn1 {margin: 0 0 30px 0;}

#media_btn1 a {background: url(/images/main_media_btns.png) no-repeat 0 4px;}

#media_btn2 a {background: url(/images/main_media_btns.png) no-repeat -400px 4px;}

/* inner =========================================================== */

#right_col {
	width: 100%;
	float: left;
}

#right_col_in {
	margin: -40px 13px 0 269px;
	padding: 12px 28px 20px 28px;
	background: #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	min-height: 520px;
}

#left_col {
	width: 200px;
	float: left;
	margin-left: -956px;
	position: relative;
}

#header_detail1 {
	position: absolute;
	top: 288px;
	left: 0;
}

#crumbs {
	position: relative;
	font-size: 11px;
	margin: -32px 0 17px 0;
}

#print {
	position: absolute;
	top: 16px;
	right: 29px;
	display: block;
	background: url(/images/icon_print.gif) no-repeat 100% 1px;
	padding: 0 18px 0 0;
	font-size: 10px;
}

a#print:link, a#print:visited {color: #636363;}
a#print:hover, a#print:active {color: #ff0000;}

#pager {margin: 0 0 0 -6px;}

#pager li {margin: 0 6px 0 0;}

#pager a, #pager span {
	display: block;
	width: 15px;
	height: 19px;
	line-height: 19px;
	background: url(/images/pager_back.png);
	text-align: center;
	font-size: 10px;
}

#pager a.text_link {
	width: auto;
	background: transparent;
	margin: 0 6px;
}

#pager span {
	background-position: 0 -19px;
	color: #fff;
}

#side_menu ul {
	list-style-type: none;
	margin: -11px 0 0 0;
	padding: 0;
	position: relative;
}

#side_menu li {
	font-size: 14px;
	font-family: Arial Narrow, Arial;
	border-bottom: 1px solid #c2a570;
	padding: 0 0 2px 0;
}

#side_menu li ul {
	margin: 4px 0 0 40px;
}

#side_menu li li {
	border: none;
	padding: 0;
}

#side_menu a:link, #side_menu a:visited {color: #7d7d7d; text-decoration: none;}
#side_menu a:hover, #side_menu a:active, .act a.menu_link:link, .act a.menu_link:visited {color: #9e0039; text-decoration: none;}

/*----------------------------------------*/

.news_block {
	position: relative;
	border-bottom: 1px solid #9e005d;
	padding: 0 190px 30px 0;
	margin: 0 0 30px 0;
}

h2.news_header {
	padding: 0 0 0 72px;
	position: relative;
	min-height: 31px;
}

h2.news_header span.news_date {top: 3px;}

.news_block a.more {
	position: absolute;
	right: 0;
	bottom: 4px;
}

.news_img {
	float: right;
	margin: 5px -190px 0 0;
	border: 2px solid #c69c6d;
}

.news_img img {vertical-align: bottom;}

/*----------------------------------------*/

.page_img {
	background: #a67c52;
	background: -moz-linear-gradient(top,  #a67c52 0%, #fff0a5 50%, #a67c52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a67c52), color-stop(50%,#fff0a5), color-stop(100%,#a67c52));
	background: -webkit-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -o-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -ms-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	-pie-background: linear-gradient(#a67c52, #fff0a5);
	padding: 2px;
	float: right;
	position: relative;
	clear: right;
	margin: 3px 0 12px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/style/PIE.php);
}

.page_img img {vertical-align: bottom;}

/*----------------------------------------*/

.crypto_gallery {padding: 20px 0;}

#calendar.simple .crypto_gallery {width: 700px;}

.crypto_gallery li {
	width: 204px;
	color: #a67c52;
	margin: 0 23px 22px 0;
}

.crypto_gallery li span {
	display: block;
	padding: 4px 0;
	color: #807e7e;
	line-height: 13px;
}

.crypto_gallery li div {
	padding: 2px;
	background: url(/images/inn_gallery_frame.png);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/style/PIE.php);
	position: relative;
	top: 2px;
}

#order_form {
	padding: 30px 0 10px 0;
	display: none;
}

.form li {
	width: 412px;
	margin: 0 0 10px 0;
}

.form li.form_text {
	width: 244px;
	font-size: 14px;
}

button {
	position: relative;
	margin-left: 100%;
	left: -112px;
}

.form_input {
	width: 100%;
	border: 1px solid #9e9e9e;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 0;
}

textarea.form_input {
	height: 120px;
	resize: none;
}

.captcha_input {
	width: 70px;
	font-size: 22px;
	margin: 0 0 7px 12px;
}

.order_btn_wrapper {
	border-top: 1px solid #9e005d;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
}

.order_btn {
	display: inline-block;
	height: 28px;
	line-height: 26px;
	background: url(/images/shiny_back.png);
	font-size: 14px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/style/PIE.php);
	cursor: pointer;
	cursor: hand;
}

.order_btn span {
	position: relative;
	padding: 0 20px 0 0;
	margin: 0 18px 0 18px;
	background: url(/images/arrow2.gif) no-repeat 100% 2px;
	color: #fff;
}

.order_btn.act span {background-position: 100% -18px;}

.order_btn b {font-size: 16px;}

/*----------------------------------------*/

#souv_block {padding: 0 265px 0 0;}

#souv_block_img {
	width: 241px;
	float: right;
	margin: 0 -265px 0 0;
	text-align: right;
}

#souv_block_img li {margin: 0 0 14px 16px;}

#souv_block_img div {
	background: #a67c52;
	background: -moz-linear-gradient(top,  #a67c52 0%, #fff0a5 50%, #a67c52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a67c52), color-stop(50%,#fff0a5), color-stop(100%,#a67c52));
	background: -webkit-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -o-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: -ms-linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	background: linear-gradient(top,  #a67c52 0%,#fff0a5 50%,#a67c52 100%);
	-pie-background: linear-gradient(#a67c52, #fff0a5);
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/style/PIE.php);
	position: relative;
}

/*----------------------------------------*/

#guest {padding: 20px 0;}

.guest_block {
	border: 1px solid #9e005d;
	border-width: 1px 0 1px 0;
	padding: 22px 0 17px 0;
	margin: 0 0 -1px 0;
}

.guest_block h2 {margin: -20px 140px 16px 0;}

.guest_date {
	text-align: right;
	min-height: 12px;
}ul.found {margin: 0 0 -12px 0;}

.found li {width: 560px;}

button.found {
	left: -77px;
	top: -24px;
}

#found {padding: 18px 0 22px 0;}

#found h2 {margin: 0 0 4px 0;}

#found p {margin: 0 0 6px 0;}

#found a.more {margin: 0 0 16px 0;}

/*----------------------------------------*/

#sitemap, #sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap li {margin: 0 0 10px 0;}

#sitemap li li {margin: 0;}

#sitemap li a {
	display: block;
	background: #f1e2cd;
	height: 24px;
	line-height: 22px;
	font-size: 16px;
	padding: 0 0 0 8px;
}

#sitemap li li a {
	background: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

#sitemap li li li a {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

#sitemap li ul {margin: 2px 0 6px 20px}