@charset "windows-1251";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	background-color: #1A3E43;
	background-image: url(/img/bg.gif);
	background-position: 50% 50%;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	text-shadow: #000 0 0;
	height: 100%;
	color: #1A3E43;
}

div#site {
	position: relative;
	width: 980px;
	margin: 30px auto 0 auto;
}

div#logo, div#bg-left-cat,
div#bg-top-cat, div#bg-colorblock,
div#content, div#version {
	position: absolute;
}

div#bg-left-cat, div#bg-top-cat {
	top: 80px;
	background-repeat: no-repeat;
}

div#bg-left-cat {
	background-image: url(/img/left_cat.png);
	width: 295px;
	height: 440px;
}

div#bg-top-cat {
	background-image: url(/img/top_cat.png);
	width: 778px;
	height: 207px;
	left: 202px;
}

div#logo {
	height: 173px;
	left: 50%;
	margin-left: -158px;
	width: 316px;
	z-index: 2;
}

div#version {
	left: 720px;
	top: 100px;
	height: 173px;
	z-index: 3;
}

div#version a {
	color: #DFD2D4;
	font-size: 80%;
	font-style: italic;
}

div#version a:hover {
	color: #FBEEF0;
}

div#content {
	background-color: #FFF;
	border-right: 4px solid #094F5B;
	border-left: 4px solid #094F5B;
/*	border-bottom: 4px solid #094F5B;*/
	width: 933px;
	top: 287px;
	left: 38px;
	padding: 30px 0;
}

div#footer {
	height: 70px;
}

div#menu {
	position: relative;
	top: 150px;
	left: -60px;
	font-size: 14px;
	font-style: italic;
	width: 150px;
	z-index: 10;
}

	div#menu ul {
		list-style-type: none;
	}
	
	div#menu ul li {
		line-height: 1.1em;
		margin-bottom: 0.6em;
	}
	
	div#menu a {
		color: #3A9BC5;
		text-decoration: none;
		border-bottom: 1px dotted #2EAFCF;
	}
	
	div#menu a:hover {
		color: #3A9BC5;
		background-color: #F5FAFC;
/*		border-*/
	}

div#left-col, div#main-col, div#right-col {
}

div#main-col {
	width: 410px;
	float: left;
/*	padding: 0 40px 0 40px;*/
	font-size: 16px;
	line-height: 1.7em;
	z-index: 3;
}

	div#main-col p img {
		padding: 5px;
		border: 1px solid #D6E4F1;
		margin: 1em 0 1em 0;
	}

	div#main-col h3 {
		color: #13A5A8;
	}
	
	div#main-col p {
		margin-bottom: 2em;
	}
	
	div#main-col ol {
		color: #337A84;
		border: 1px solid #D6E4F1;
		margin-bottom: 2em;
		padding: 1em;
	}
	
		div#main-col ol ol {
			border-width: 0;
			padding: 0;
			margin-bottom: 0;
			list-style-type: lower-alpha;
		}
		
		div#main-col ol li {
			margin-left: 1em;
		}
	
	div#main-col ul {
		color: #337A84;
		border: 1px solid #D6E4F1;
		margin-bottom: 2em;
		padding: 1em;
		list-style-type: none;
	}
	
		div#main-col ul ul {
			border-width: 0;
			padding-top: 0.5em;
			padding-bottom: 0;
			margin-bottom: 0;
		}
		
		div#main-col ul li {
			margin-left: 0.5em;
			margin-bottom: 0.5em;
		}
	    
    	div#main-col a {
			color: #3376B9;
		}
		
		div#main-col a:hover {
			color: #9A4049;
		}


div#left-col, div#right-col {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 13px;
	line-height: 1.7em;
}

div#left-col {
	padding: 0 25px 0 35px;
	margin-top: 210px;
	float: left;
}

div#right-col {
	padding: 0 35px 0 25px;
/*	margin-top: 40px;*/
	float: right;
}

	div#right-col small {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		color: #72898D;
		font-size: 12px;
		font-style: italic;
		text-align: right;
		margin-bottom: 1.2em;
	}

h1 {
	color: #13A5A8;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	color: #3A9BC5;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.rc_box {
	background: #f5fafc;
	margin-bottom: 20px;
}

.rc_top div {
	background: url(/img/round_tl.png) no-repeat top left;
}

.rc_top {
	background: url(/img/round_tr.png) no-repeat top right;
}

.rc_bottom div {
	background: url(/img/round_bl.png) no-repeat bottom left;
}

.rc_bottom {
	background: url(/img/round_br.png) no-repeat bottom right;
}

.rc_top div, .rc_top, 
.rc_bottom div, .rc_bottom {
	width: 100%;
	height: 23px;
	font-size: 1px;
}

.rc_content {
	margin: 0 23px;
}

	.rc_content a {
		color: #3376B9;
	}
	
	.rc_content a:hover {
		color: #9A4049;
	}
	
ul#submenu {
	list-style-type: none;
}

	ul#submenu div#item-comment {
		font-family: Arial, "MS Trebuchet", sans-serif;
		font-style: italic;
		padding-left: 1em;
	}

	ul#submenu li {
		margin-bottom: 0.6em;
	}
	
	ul#submenu li.active a {
		font-family: Arial, "MS Trebuchet", sans-serif;
		font-style: italic;
	}
	
	ul#submenu a {
		font-size: 13px;
	}
	
img.thumbnail {
	float: left;
	border: 1px solid #D6E4F1;
	padding: 5px;
	margin: 0 15px 15px 0;
}
	
table.thumbnail {
/*	width: 300px;*/
	border: 1px solid #D6E4F1;
	padding: 5px;
	margin-bottom: 20px;
/*	margin-left: 30px;*/
}

	table.thumbnail td {
		vertical-align: top;

	}

	table.thumbnail td.comment {
/*		background-color: #F5FAFC;*/
		padding-left: 10px;
		width: 100%;
	}
	
	table.thumbnail td.comment span.comment {
		font-size: 80%;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
	}
	
	table.thumbnail td h4 {
		font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
		font-size: 105%;
		font-weight: normal;
		margin-bottom: 0.3em;
	}
	
img.no-border {
	border: 0 !important;
}

div#banners {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.opacity-30 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.opacity-50 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* --------------------- guestbook forms --------------------- */

table.form {
	line-height: normal;
}

table.form td {
	padding-bottom: 1em;
}

table.form td.code {
	text-align: right;
}

table.form td.antispam {
	vertical-align: top;
}

	table.form td.antispam em {
		display: block;
		margin-top: 2px;
		margin-bottom: 8px;
	}

	table.form td.antispam input {
		cursor: default;
	}

table.form input.text, table.form input.code, table.form textarea {
	font-size: 13px;
	border: 1px solid #AED6E7;
	padding: 0.2em;
}

table.form input.text {
	width: 178px;
}

table.form input.code {
	width: 120px;
}

table.form input.text, table.form textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table.form input.code {
	font-family: Courier, Arial, Helvetica, sans-serif;
}

table.form textarea {
	width: 358px;
	overflow: auto;
}

table.form input.error-here, table.form textarea.error-here {
	border-color: #B80146;
}

table.form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

table.form em {
	font-family: Arial, Helvetica, sans-serif;
	color: #72898D;
	font-size: 11px;
}

table.form em.error {
	margin-top: 3px;
	display: block;
	color: #B80146;
}

/* --------------------- guestbook --------------------- */

a.navi {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

a.arrow {
	text-decoration: none;
}

div.message {
	margin-bottom: 2em;
}

	div.message a {
		font: 13px Arial, Helvetica, sans-serif;
		font-style: italic;
	}

	div.message p {
		font: 13px Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom: 0 !important;
	}
	
	div.message small {
		font: 11px Arial, Helvetica, sans-serif;
		color: #72898D;
		font-style: italic;
		text-align: right;
		display: block;
	}