html, body {	
	background:url(../img/bg.jpg) center top no-repeat;
	color: #333333;
	font-family:arial;
	width:100%;
	height:100%;
	line-height: 1;
	position:relative;
	padding:0;
	margin:0;
}

a { text-decoration:underline; }
a:hover { text-decoration:none; }

h2 {
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin:0;
}

h2 span {
	color:#b6570c;
}

br {
	line-height:20px;
}

img {
}

input, textarea {
	border:1px solid #999;
	outline-style:none;
	resize:none;
}

/* **************************************
Page styles
 ***************************************/

.page-container {
	min-height:100%;
    _height:100%;
}
 
.page {
	width:980px;
	margin:0 auto;
	padding-bottom:80px;
	overflow:hidden;
}

.top {
	width:980px;
	height:105px;
	overflow:hidden;
}

/* **************************************
Top menu
 ***************************************/
.menu {
	background:#000;
	float:right;
	margin:10px 0 0 0;
	width:700px;
}
* html .menu {display:inline;}

.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
} 

.menu ul li {
	color:#ffc600;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:0 7px;
	text-transform:uppercase;
}

.menu ul li.left {
	width:20px;
	background:url(../img/bg_topmenu_l.gif) left top no-repeat;
	padding:0;
}

.menu ul li.right {
	width:20px;
	background:url(../img/bg_topmenu_r.gif) left top no-repeat;
}

.menu a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
}

.menu a:hover {
	color:#ffc600;
	text-decoration:underline;
}

.menu a.disabled
{
	color: #555;
}

/* **************************************
Page header
 ***************************************/
 
.page-header {
	color:#fff;
	font-size:21px;
} 

.page-header a 
{
	color:#fff;
	font-size:21px;
	text-decoration: none;
} 

.page-header span {
	color:#fff;
	font-size:14px;
} 

.page-header div {
	margin:10px 0 0 0;
}

/* **************************************
Content
 ***************************************/
 
.content {
	width:980px;
	overflow:hidden;
} 

.right-col {
	margin:0 0 0 0;
	padding:20px 20px 0 20px;
}

.right-col p {
	color:#444444;
	font-size:12px;
	line-height:17px;
}

.right-col a {
	color:#222;
	font-size:12px;
}

.right-col li {
	color:#444444;
	font-size:12px;
}	

.border-outer {
	background-color:#fdfbf1;
	border:1px solid #ececec;
	margin:25px 0 0 0;
	padding:7px;
}

.border-inner {
	background-color:#fff;
	border:1px solid #e5e5e5;
	padding:12px;
}

.right-col .item {
	width:96%;
}

.right-col table {
	width:96%;
}

.right-col table td {
	color:#444444;
	font-size:12px;
	height:30px;
	line-height:17px;
}

.right-col .item .date {
	font-size:14px;
	font-weight:bold;
	margin:25px 0 0 0;
}

.item .cont p {
	margin:10px 0;
}

/* **************************************
News
 ***************************************/
 
ul.news 
{	
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

ul.news li
{
	margin: 0 0 40px 0;
}
 
ul.news li.title {
	color:#656565;
	font-weight:bold;
	margin:7px 0;
	text-transform:uppercase;
} 

ul.news li.title a {
	color:#656565;
}

ul.news li.date {
	color:#dd7f27 !important;
	font-style:italic;
	margin:10px 0;
} 

.left-col p {
	color:#656565;
	font-size:11px;
	line-height:15px;
	margin:10px 0;
} 

a.news-arh {
	color:#dd7f27;
	font-size:11px;
	font-weight:bold;
	padding:20px 0 0 0;
	text-decoration:none;
}
a.news-arh:hover {text-decoration:underline;}

.newsdate
{
	font-size: 9pt;
}

/***************************************
Download files
 ***************************************/
p.download-files {
	font-weight:bold;
	margin-top:30px;
}

ul.download-files li {
	line-height:20px;
}
 
/* **************************************
Footer styles
 ***************************************/

.footer {
	width:980px;
	height:80px;
	margin:-81px auto 0 auto;
	padding:0;
    position:relative;
}

.footer div {
	color:#656565;
	font-size:11px;
	padding:35px 0 0 500px;
}

.footer a {
	color:#656565;
	font-size:11px;
}

/*
	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: #656565;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

ul.categorylist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.categorylist li
{
	line-height: 18px;
	margin: 0 0 15px 0;
}

ul.categorylist li a
{
	color: #656565;
	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 img 
{
	border: 1px solid #ccc;
	padding: 1px;
}

ul.gallery li 
{
	display: inline-block;
	*display: inline;
	_overflow: hidden;
	zoom: 1;
	vertical-align: top;
	width: 235px;
	margin: 0 15px 15px 0;
}

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;
}

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 a
{
	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;
}

.forumleftcol
{
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.forumrightcol
{
	float: left;
	width: 600px;
}

.floatbody
{
	overflow: hidden;
	zoom: 1;
}