/* initial settings */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-width: 1000px;
	background-color:#000000;
}

h1 {
	font-size: 19px;
	font-family: Times New Roman;
	color: #832f1f;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	font-family: Times New Roman;
	font-weight: normal;
	color: #832f1f;
	padding-top: 0px;
	margin: 0px;
}

h3 {
	font-size: 16px;
	font-family: Times New Roman;
	font-weight: normal;
	color: #832f1f;
	padding-top: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 14px;
	font-family: Times New Roman;
	font-weight: normal;
	color: #832f1f;
	padding-top: 0px;
	margin-top: 30px;
	text-align: center;
}

i.right {
	display: block;
	text-align: right;
}

a:link {
	color: #832f1f;
	text-decoration: underline;
}

a:visited {
	color: #9d6f39;
}

a:hover {
	text-decoration: none;
	color: #832f1f;
}

a:active {
	color: #832f1f;
}

.fill {
	/*width: 100%;
	height: 100%;
	display: block;*/
	cursor: pointer;
}
/* container layout */
#flag {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
}

#container {
	position: relative;
	width: 100%;
	background-image: url(/images/wall_bg_1.jpg);
	background-position: 50% 0%;
}

#container_margins {
	margin:0 auto 129px;
	width: 1000px;
}

#header {
	height: 204px;
	position: relative;
}

#logo {
	padding-left: 18px;
	padding-top: 8px;
	float: left;
}

#menu {
	margin-left: 202px;
	padding-top: 13px;
	position: relative;
	z-index: 150;
}
/* Ниибаца меню */
.book {
	position: absolute;
	z-index: 200;
	/*cursor: pointer;*/
	background-image: url(/images/blank.gif);
}

#link_food {
	top: 34px;
	left: 114px;
	width: 43px;
	height: 129px;
}

#link_trade {
	top: 38px;
	left: 55px;
	height: 125px;
	width: 33px;
}

#link_cookery {
	top: 13px;
	left: 176px;
	width: 51px;
	height: 150px;
}

#link_good_dictionary {
	top: 26px;
	left: 242px;
	width: 46px;
	height: 137px;
}

#link_good_dictionary {
	top: 88px;
	left: 347px;
	width: 223px;
	height: 44px;
}

#link_sign_catalogue {
	top: 132px;
	left: 321px;
	width: 261px;
	height: 31px;
}

#link_supply {
	top: 26px;
	left: 242px;
	width: 46px;
	height: 137px;
}

.shadow {
	position: absolute;
	z-index: 100;
}

#shadow_trade {
	background-image: url(/images/shadow_trade.png);
	top: 163px;
	left: 26px;
	width: 93px;
	height: 24px;
}

#shadow_food {
	background-image: url(/images/shadow_food.png);
	top: 163px;
	left: 88px;
	width: 91px;
	height: 27px;
}

#shadow_cookery {
	background-image: url(/images/shadow_cookery.png);
	top: 163px;
	left: 148px;
	width: 109px;
	height: 27px;
}

#shadow_supply {
	background-image: url(/images/shadow_supply.png);
	top: 163px;
	left: 220px;
	width: 89px;
	height: 27px;
}

#shadow_sign_catalogue {
	background-image: url(/images/shadow_sign_catalogue.png);
	top: 163px;
	left: 286px;
	width: 333px;
	height: 27px;
}

#shadow_good_dictionary {
	background-image: url(/images/shadow_good_dictionary.png);
	top: 132px;
	left: 286px;
	width: 333px;
	height: 58px;
}
/* Ниибаца подменю */
.submenu1 {
	position: absolute;
	width: 161px;
	z-index: 150;
	padding-bottom: 15px;
	background-image: url(/images/submenu1_bottom.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	margin: 0px;
	top: 163px;
}

.submenu1 a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 15px;
	padding-top: 4px;
	height: 20px;
}

.submenu1 li.has_submenu a {
	background-image: url(/images/billet_arrow.png);
	background-position: 100% 4px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 140;
}

.submenu1 a:hover {
	text-decoration: underline;
}

.submenu1 li {
	margin: 0px;
	background-image: url(/images/submenu1_bg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	position: relative;
	display: block;
}

.submenu1 li.selected {
	font-weight: bold;
	background-image: url(/images/submenu1_item_selected.jpg);
}

#submenu1_trade {
	left: 55px;
}

#submenu1_food {
	left: 114px;
}

#submenu1_cookery {
	left: 176px;
}

#submenu1_supply {
	left: 242px;
}
/* Ниибаца подподменю */
.submenu2 {
	position: absolute;
	z-index: 250;
	top: 0px;
	left: 144px;
	margin: 0px;
	width: 161px;
	padding-bottom: 15px;
	background-image: url(/images/submenu1_bottom.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.submenu1 li.has_submenu ul a {
	background-image: none;
}
/* Контент */
#content {
	clear: both;
	padding: 0 60px;
	width: 880px;
}

#content .vocabulary div {
	float: left;
	width: 260px;
	padding: 0px 10px 20px 0px;
	position: relative;
	z-index: 100;
}

#content .vocabulary h2 {
	margin: 20px 0px 10px 0px;
}

#content .vocabulary a {
	line-height: 16px;
	font-size: 13px;
}

#content .right_bold {
	font-weight: bold;
	width: 320px;
	float: right;
}

#content div.details {
	text-align: center;
}

#content div.left_float {
	float: left;
	width: 135px;
	padding: 0px 65px 60px 0px;
	position: relative;
	z-index: 100;
}

#content div.left_float a {
	font-size: 16px;
	font-family: Times New Roman;
	color: #832f1f;
	float: left;
	line-height: 18px;
}

#content div.left_float2 {
	width: 380px;
	padding: 0px 20px 10px 0px;
	float: left;
}

#content div.left_float2 a {
	font-size: 16px;
	font-family: Times New Roman;
	color: #832f1f;
	line-height: 20px;
}

#content div.left_float2 .big {
	font-size: 20px;
	line-height: 22px;
}

#content div.left_float2 p {
	font-family: tahoma;
	font-size: 13px;
	margin-top: 10px;
}

#content div.without_h1 {
	margin-top: 60px;
}

.inner {
	background-image: url(/images/content_inner_bg.png);
	background-position: 50% 339px;
	background-repeat: repeat-y;
}

#content_margins {
	padding: 30px;
	background-image: url(/images/content_inner_top.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(/images/bottom_bg.jpg);
	background-position: 50% 0%;
}

#footer_margins {
	background-image: url(/images/footer_bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 70px;
	margin: 0px auto;
	position: relative;
}

#clock {
	position: absolute;
	left: 16px;
	margin-top: -159px;
}
/* Нижние плашки */
.billet {
	width: 359px;
	padding-right: 17px;
	position: relative;
}

.billet .arrow {
	position: absolute;
	top: 1px;
	right: 0px;
}

.billet_margins {
	background-color: #fbedcf;
	padding: 10px 10px 0px 10px;
}

.billet h3 {
	color: #832f1f;
	margin: 0 0 10px 0;
}

.billet p {
	margin: 10px 0 0 0;
}

.billet_bottom {
	height: 39px;
	background-image: url(/images/billet_bottom_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #9d6f39;
	font-size: 11px;
}

#left_col .header, #right_col .header {
	display: block;
	width: 376px;
}

#left_col .header img, #right_col .header img {
	margin-bottom: 15px;
}

img.red_border {
	border: #832f1f 3px solid;
	float: left;
}

img.margin {
	margin: 0px 20px 20px 0px;
}

img.red_border2 {
	border: #832f1f 3px solid;
}

div.bottom {
	clear: left;
}

ul.list {
}

ul.list li {
	list-style-type: disc;
	line-height: 16px;
}

ul.list li ul li {
	list-style-type: circle;
	line-height: 16px;
}

.nav {
	text-align: center;
	font-size: 14px;
}

.nav a.selected {
	color: black;
	text-decoration: none;
	cursor: default;
}

div.navi {
	padding: 0px 0px 10px 0px;
}

div.pages { padding:10px; text-align:center; }


table.description {
	margin: 20px auto;
	width: 800px;
}

table.description td {
	vertical-align: middle;
}

td.description {
	border-width: 0px 2px 0px 2px;
	border-color: #8a2a26;
	border-style: solid;
	width: 539px;
	margin: 0px auto;
	padding: 0px 23px;
	vertical-align: top;
}

div.description {
	border-width: 0px 2px 0px 2px;
	border-color: #8a2a26;
	border-style: solid;
	width: 539px;
	margin: 30px auto;
	padding: 0px 23px;
	vertical-align: top;
}

a.left_float_u {
	float: left;
	display: block;
	background: url(/images/back_u.gif) left top no-repeat;
	width: 83px;
	height: 17px;
	cursor: default;
}

a.right_float_u {
	float: right;
	display: block;
	background: url(/images/forward_u.gif) left top no-repeat;
	width: 74px;
	height: 17px;
	cursor: default;
}

a.left_float {
	float: left;
	display: block;
	background: url(/images/back.gif) left top no-repeat;
	width: 83px;
	height: 17px;
}

a.left_float:hover {
	background: url(/images/back_hover.gif) left top no-repeat;
}

a.right_float {
	float: right;
	display: block;
	background: url(/images/forward.gif) left top no-repeat;
	width: 74px;
	height: 17px;
}

a.right_float:hover {
	background: url(/images/forward_hover.gif) left top no-repeat;
}

.right_align {
	text-align: right;
}

a.unactive {
	cursor: default;
	text-decoration: none;
	color: #832f1f;
}

a.unactive:hover {
	color: #832f1f;
}

/* Text decoration */
p.center { text-align:center; }
img.nofloat { float:none; }

div.left { float:left; }



#footer { position:relative; }
#copy { position: absolute; left: 10%; top: 30px; color: white; }
#counters { position: absolute; right: 10%; top: 30px; }
#counters div { padding:3px; }
#copyrights_bg { 
    background:transparent url(/images/footer_copyrights.jpg) no-repeat scroll 0 0; 
    bottom:70px;
    height:129px;
    position:absolute;
    right:3px;
    width:400px;
}
.copyright1, .copyright2 { 
    color:#FFFFFF;
    height:71px;
    position:absolute;
    text-align:center;
    top:58px;
    width:150px;
}
.copyright1 { left:20px; }
.copyright2 { right:70px; }
.copyright1 span, .copyright2 span { font-size:12px; left:13px; line-height:18px; }
.copyright1 a, .copyright2 a { color:#FFFFFF; }
.copyright2 img { height:36px; position:absolute; right:0; top:12px;}