/*
Standards-based Web Design
By Alex - WebUnit.spb.ru
*/
* {margin: 0; padding: 0; border: none;}
html, body {height: 100%;}
body {
	font: normal 13px/1.4 georgia, serif; 
	color: #412f19;
	background: #000 url(i/bgmain.jpg) no-repeat 50% 0;
}
#container {
	width: 773px; 
	min-height: 100%;
	margin: 0 auto;
	background: url(i/picbody.jpg) repeat-y 0 0;
	position: relative;
}
#cheader {
	width: 773px; 
	height: 186px;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 30;
	background: url(i/pictop.jpg) no-repeat 0 0;
}
#hometop {
	width: 241px; height: 26px;
	float: left;
	text-align: right;
	padding-top: 160px;
	padding-right: 34px;
}
#lettertop {
	width: 200px; 
	height: 26px;
	float: left;
	padding-top: 160px;
	padding-left: 30px;
}
#pintatop {
	width: 224px; 
	height: 186px;
	margin: 0; 
	padding: 0;
	position: relative; z-index: 40;
	float: left;
}
#cfooter {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 773px; 
	height: 338px;
	background: url(i/picbott.jpg) no-repeat 0 100%;
	padding-top: 131px;
}
#pintabott {
	width: 224px; 
	height: 186px;
	margin: 0 auto; 
	padding: 0;
	position: relative; z-index: 40;
}
#copyr {
	display: block; 
	min-height: 100px;
	padding-top: 30px;
}
#copyr p {
	color: #5c3d35;
	text-align: center;
	font-size: 12px;
}
#copyr a {color: #3d2222;}
#copyr a:hover {text-decoration: none;}
#copyr .leftbox {
	width: 370px;
	float: left;
	font-size: 11px;
	color: #463d35;
}
#copyr .leftbox p {
	text-align: right;
}
#copyr .rightbox {
	width: 370px;
	float: right;
	font-size: 11px;
	color: #463d35;
}
#copyr .rightbox p {
	text-align: left;
}

#menubox {
	width: 773px; 
	height: 46px;
	background: url(i/menubox.jpg) no-repeat 0 100%;
	padding-top: 186px;
}
#tubby {
	display: block; 
	min-height: 200px;
	padding: 74px 0 350px 0;
	position: relative; z-index: 100;
}
#tubbytop {
	width: 773px; 
	height: 134px;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10;
	background: url(i/tubbytop.jpg) no-repeat 0 0;
}
#habi {
	display: block; 
	min-height: 100px;
	position: relative; 
	z-index: 50;
	padding: 0 80px 0 80px;
}
/* === TYPOGRAPHY === */
a {color: #3d2222;}
a:hover {text-decoration: none;}
h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
h2 {
	font-size: 13px;
	padding-bottom: 6px;
	padding-top: 9px;
}
p, ul, ol {
	padding-bottom: 6px;
}
ul {
	padding-left: 15px;
}
ol {
	padding-left: 20px;
}
#tubbytop p {
	font-size: 18px;
	text-align: center;
	padding-top: 9px;
	color: #000;
}
/* === MENU STYLES === */
#navcontainer {
	width: 553px; 
	height: 46px;
	padding-left: 219px;
}
#navcontainer ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li {
	display: block;
	float: left;
}
#navcontainer ul li a {
	height: 46px;
	padding: 0;	
	margin: 0;
	text-decoration: none;
	display: block;
}
#navcontainer ul li#one a {
	background: url(i/menutxt.gif) no-repeat -220px 0;
	width: 53px;
}
#navcontainer ul li#one a:hover {background-position: -220px -46px;}
#navcontainer ul li#two a {
	background: url(i/menutxt.gif) no-repeat -273px 0;
	width: 60px;
}
#navcontainer ul li#two a:hover {background-position: -273px -46px;}
#navcontainer ul li#three a {
	background: url(i/menutxt.gif) no-repeat -333px 0;
	width: 80px;
}
#navcontainer ul li#three a:hover {background-position: -333px -46px;}
#navcontainer ul li#four a {
	background: url(i/menutxt.gif) no-repeat -413px 0;
	width: 60px;
}
#navcontainer ul li#four a:hover {background-position: -413px -46px;}
#navcontainer ul li#five a {
	background: url(i/menutxt.gif) no-repeat -473px 0;
	width: 90px;
}
#navcontainer ul li#five a:hover {background-position: -473px -46px;}

/* === MISC === */
.no {display: none;}
.separator {display: block; clear: both; visibility: hidden; height: 0;}
.separator10 {display: block; clear: both; visibility: hidden; height: 10px;}
.separator20 {display: block; clear: both; visibility: hidden; height: 20px;}

/* === ELEMENTS === */
.line {display: block; background: url(i/linehabi.gif) repeat-y -190px 0;}
.footnote {font-size: 10px;}
.admtalk {font-size: 11px;}
.ilpos {float: left; margin: 5px 15px 15px 0; border: 2px solid #88785a;}
.irpos {float: right; margin: 5px 0 15px 15px; border: 2px solid #88785a;}

/* AUTOCLEANING */
.htwocol:after,
.galbox:after {
	content: "."; display: block; visibility: hidden; height: 0; clear: both;
}
/* Two Column Block */
.htwocol {
	display: block;
}
.htwocol .main {
	width: 400px; 
	min-height: 60px;
	float: left;
}
.htwocol .sidebar {
	width: 190px; 
	min-height: 60px;
	float: right;
	font-size: 90%;
}
/* FORM name FEEDBACK */
.htwocol .sidebar form {
	display: block;
	margin-bottom: 10px;
}
.htwocol .sidebar form label {
	display: block;
	font-size: 10px;
}
.htwocol .sidebar form input {
	width: 180px;
	padding: 4px;
	background: transparent url(i/linesub.gif) repeat-x 0 100%; 
	margin-bottom: 16px;
}
.htwocol .sidebar form textarea {
	width: 181px; 
	height: 80px;
	background: transparent url(i/txtarea.gif) repeat 0 0;
	line-height: 1.6;
	padding: 0 4px;
}
.htwocol .sidebar form .submithand {
	width: 110px; 
	height: 26px;
	background: transparent url(i/submithand.gif) no-repeat -12px 0;
	margin: 30px 0 10px 0;
	cursor: pointer;
}
/* TABLE MENUS */
.menus {
	margin: 10px 0;
	border-collapse: collapse;
}
.menus th, .menus td {
	padding: 4px 2px;
	text-align: left;
	font-size: 90%;
}
/* GALARIES */
.galbox {
	display: block;
}
.galbox img {
	margin: 9px;
	border: 2px solid #88785a;
	float: left;
}
.ppt {
	margin: 9px;
	width: 100px; 
	height: 124px;
	border: 2px solid #88785a;
	float: left;
	background: url(i/psprt.jpg) no-repeat 0 0;
}
.galbox .ppt img {
	margin: 0; 
	padding: 0; 
	border: none;
}
.galtable {
	display: block;
	border-collapse: separate;
}
.galtable td {
	width: 100px; 
	height: 124px;
	border: 2px solid #88785a;
	text-align: center;
	vertical-align: middle;
}
.galtable td img {
	margin: 0; 
	padding: 0; 
	border: none;
}