html, body
{
    background: #efeddf;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-family: Trebuchet MS;
    position: relative;
}

.page-container
{
    min-height: 100%;
    _height: 100%;
}

.page
{
    width: 100%;
    padding-bottom: 66px;
    overflow: hidden;
}

img
{
    border: 0;
}

input, textarea, select
{
	border: 1px solid #ccc;
    outline-style: none;
    resize: none;
}

a
{
    color: #67ac15;
    font-family: Trebuchet MS;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 21pt;
	margin: 0;
	padding: 0;
}

h2, h3
{
	font-size: 15pt;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.hidden
{
    display: none;
}

.floatcontainer
{
	overflow: hidden;
	zoom: 1;
}

.pageheadercontainer
{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.pageheader
{
	background: url(../img/pageheaderbg.gif) right top no-repeat;
	height: 141px;
}

.pageheader table
{
	border-collapse: collapse;
}

.pageheader table td
{
	height: 140px;
	padding: 0;
	vertical-align: middle;
}

.pageheader .logo
{
	float: left;
	height: 96px;
	margin: 25px 20px 0 0;
}

.pageheader .logo table td
{
	height: 96px;
}

.pageheader h1 a
{
	color: #4c4c4c;
	font-size: 21pt;
	text-decoration: none;
}

.pageheader span
{
	font-size: 15pt;
}

/****************************************
Content
****************************************/
.content
{
	background: url(../img/contentbg.gif) left top repeat-y;
	width: 960px;
	margin: 0 auto;
}

.contenttop,
.contentbottom
{
	background: url(../img/contenttop.gif) left top no-repeat;
	font-size: 1px;
	height: 12px;
	width: 960px;
}

.contentbottom
{
	background: url(../img/contentbottom.gif) left top no-repeat;
}

.menu
{
	margin: 0 0 25px 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	zoom: 1;
}

.menu ul li 
{
	background: url(../img/menubg.jpg) left top repeat-x;
	float: left;
	height: 45px;
	overflow: hidden;
	zoom: 1;
}

.menu ul li.menul,
.menu ul li.menur
{
	background: url(../img/menul.jpg) left top no-repeat;
	height: 45px;
	width: 15px;
	margin: 0;
	padding: 0;
}

.menu ul li.menur
{
	background: url(../img/menur.jpg) left top no-repeat;
}

.menu ul li a
{
	color: #68a509;
	display: block;
	font-size: 9pt;
	text-decoration: none;
}

.menu ul li a:hover
{
	text-decoration: underline;
}

.menu ul li.active a
{
	color: #27825c;
}

.miteml,
.mitemr
{
	color: #bbbbbb;
	font-size: 8pt;
	float: left;
	height: 30px;
	width: 25px;
	padding: 15px 0 0 0;
}

.mitem
{
	float: left;
	height: 30px;
	padding: 15px 5px 0 5px;
}

.menu ul li.active .miteml
{
	background: url(../img/miteml.jpg) left top no-repeat;
}

.menu ul li.active .mitemr
{
	background: url(../img/mitemr.jpg) left top no-repeat;
}

.menu ul li.active .mitem
{
	background: url(../img/mitembg.jpg) left top repeat-x;
}

.contentbody
{
	padding: 0 0 50px 0;
	overflow: hidden;
	zoom: 1;
}

.contentbody ul 
{
	list-style-type: disc;
	margin: 0 0 0 40px;
	padding: 0;
}

.leftcol
{
	float: left;
	width: 680px;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
}

.rightcol
{
	float: left;
	width: 230px;
	padding: 0 10px;
}

.block
{
	border: 1px solid #ebebeb;
	padding: 25px 20px;
	position: relative;
	zoom: 1;
}

.blocklt,
.blockrt,
.blocklb,
.blockrb
{
	background: url(../img/clouds.gif) 0px 0px no-repeat;
	font-size: 1px;
	height: 10px;
	width: 10px;
	position: absolute;	
}

.blocklt
{
	left: -1px;
	top: -1px;
}

.blockrt
{
	background-position: -10px 0px;
	right: -1px;
	top: -1px;
}

.blocklb
{
	background-position: 0px -10px;
	left: -1px;
	bottom: -1px;
}

* html .blocklb
{
	bottom: -1px;
}

.blockrb
{
	background-position: -10px -10px;
	right: -1px;
	bottom: -1px;
}

* html .blockrb
{
	bottom: -1px;
}

ul.news
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.newsdate,
.contenttext ul.news li.date
{
	color: #a4a4a4;
	font-family: tahoma;
	font-size: 8pt;
	padding: 0 0 5px 0 !important;
}

.newstitle a,
.contenttext ul.news li.title a
{
	font-size: 9pt;
}

.newstext,
.contenttext ul.news li
{
	font-size: 9pt;
	padding: 10px 0 0 0 !important;
}

ul.news li.hr
{
	border-top: 1px dashed #ebebeb;
	font-size: 1px;
	height: 20px;
	margin: 20px 0 0 0;
}

.leftcol ul.news li
{
	float: left;
	width: 190px;
	padding: 0 30px 0 0;
}

.contenttext ul.news li
{
	float: none;
	width: auto;
	padding: 0;
}

.leftcol ul.news li.last
{
	padding: 0;
}

.leftcol .block
{
	background: #f2f2f2;
}

.leftcol .blocklt,
.leftcol .blockrt,
.leftcol .blocklb,
.leftcol .blockrb
{
	background-image: url(../img/clouds2.gif);
}

.leftcol .block h2
{
	background: url(../img/newsheader.gif) 0px 7px repeat-x;
}

.leftcol .block h2 span
{
	background: #f2f2f2;
	padding: 0 10px 0 0;
}

.leftcol .newstitle a:hover
{
	color: #424242;
}

.contenttext
{
	padding: 30px 0 0 0;
}

.contenttext p
{
	font-size: 9pt;
	line-height: 17px;
	margin: 0 0 10px 0;
	padding: 0;
}

/****************************************
Footer
****************************************/

.footer
{
	width: 960px;
    clear: both;
    height: 65px;
	margin: -66px auto 0 auto;
    position: relative;
}

.footer div
{
	border-top: 1px solid #ececec;
	font-size: 9pt;
	padding: 23px 0 0 0;
	text-align: center;
}

.footer a
{
	font-size: 9pt;
}

/*
	pagination
*/
.pagination
{
	padding: 20px 0;
	text-align: center;
}

.pagination a
{
	font-size: 10pt;
	margin: 0 5px;
}

.pagination a.active
{
	font-size: 14pt;
	text-decoration: none;
}

/*
	category
*/
p.categorylist
{
	color: #67ac15;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

ul.categorylist
{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.categorylist li
{
	line-height: 18px;
	margin: 0 0 15px 0;
}

ul.categorylist li a
{
	color:#67ac15;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.categorylist li a:hover
{
	text-decoration: underline;
}

/*
	Gallery
*/

ul.gallery
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li 
{
	display: inline-block;
	*display: inline;
	_overflow: hidden;
	zoom: 1;
	font-size: 9pt;
	width: 235px;
	margin: 0 15px 15px 0;
	vertical-align: top;
}

ul.gallery li  a
{
	font-size: 15pt;
}

ul.gallery li div
{
	padding: 0 0 0 5px;
}

ul.gallery li .gallerypic
{
/*	background: url(http://prihod.ru/img/picborder.jpg) left top no-repeat;
	height: 175px;
	width: 235px;*/
	margin: 0 0 10px 0;
/*	padding: 5px 0 0 10px !important;*/
}

ul.gallery li .gallerypic img
{
	border: 1px solid #ccc;
	padding: 2px;
}

a.backtoalbums
{
	font-size: 9pt;
	margin: 0 0 0 20px;
}

ul.gallerycomments
{
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

ul.gallerycomments li
{
	margin: 0 0 30px 0;
}

ul.gallerycomments li .sender
{
	font-size: 12pt;
}

ul.gallerycomments li .creationdate
{
	font-size: 9pt;
}

ul.gallerycomments li .comment
{
	font-size: 10pt;
	padding: 10px 0 0 0;
}

/*
	Auth form
*/
.authredcolor
{
	color:#f01b1b !important;
}

.authform
{
	padding: 0 0 30px 0;
}

.authform h2
{
	margin: 0 0 20px 0;
}

.authform a
{
	color: #67ac15;
	font-size: 9pt;
}

.authformtitle
{
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 0;
}

.authtitle
{
	font-size: 10pt;
	padding: 0 0 3px 0;
}

.authinput
{
	padding: 0 0 10px 0;
}

.authsubmit
{
	padding: 20px 0 0 0;
}

.authsubmit a
{
	margin: 0 0 0 25px;
}

.authinput.long input
{
	width: 300px;
}

.authinput.long textarea
{
	height: 200px;
	width: 300px;
}

.authinput.verylong textarea
{
	height: 200px;
	width: 98%;
}

.autherror
{
	color: #b00;
	font-size: 10pt;
	margin: 0 0 0 20px;
}

.autherror.nomargin
{
	margin: 0;
}

/*
	Forum
*/
.forumstats
{
	font-size: 10pt;
	line-height: 20px;
}

table.ft
{
	border-collapse: collapse;
	width: 100%;
}

table.ft tr.header td
{
	font-weight: bold;
}

table.ft td
{
	border: 1px solid #333;
	font-size: 10pt;
	line-height: 17px;
	padding: 10px;
	vertical-align: top;
}

table.ft.guestusers td
{
	padding: 3px 10px;
	vertical-align: middle;
}

table.ft span.ftlogin
{
	font-size: 11pt;
	font-weight: bold;
}

table.ft span.ftlogininfo
{
	font-size: 8pt;
}

table.ft span.ftmessagedate
{
	font-size: 8pt;
}

.linkred
{
	color: #c01b1b !important;
}

.linkgreen
{
	color: #3b900f !important;
}

.hidden
{
	display: none;
}

.editbox 
{
	border: 1px dashed #ccc;
	margin: 10px 10px 0 0;
	padding: 10px;
}

.editbox textarea
{
	height: 100px;
	width: 90%;
}

div.ajax
{
	z-index: 2000;
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
}

div.hr
{
	height: 20px;
}

#link-show-mark
{
	border: 0px !important;
	top: 22px !important;
}