/* Main */
html, body {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-indent: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
div#container {
	width: 924px;
	margin: 0 auto 0 auto;
}
div#header {
	width: 924px;
	height: 310px;
	background: url(../img/header.jpg) bottom right no-repeat;
}
div#logo {
	width: 602px;
	height: 84px;
	float: left;
	margin-top: 30px;
}
div#logo a img {
	border: 0px;
}
div#icons {
	width: 100px;
	height: 10px;
	float: left;
	margin-top: 95px;
	margin-left: 50px;
}
div#icons a img {
	border: 0px;
	margin: 0px 5px;
}
div#top_menu {
	width: 904px;
	margin-top: 24px;
	margin-left: 5px;
	float: left;
}
div#top_menu ul {
	padding: 0px; 
	margin: 0px; 
	list-style: none;
}
div#top_menu li {
	padding: 0px; 
	margin: 0px; 
	display: block; 
	float: left;
}
div#top_menu li a {
	color: #fff; 
	text-decoration: none; 
	position: relative; 
	padding: 5px 15px 5px 14px; 
	background: url("../img/menu_separator.jpg") center right no-repeat; 
	display: block; 
	float: left; 
}
div#top_menu li a:hover {
	background: #fff;
	color: #38474d;
}
div#top_menu li.active a {
	background: #fff;
	color: #38474d;
}

div#bottom_menu {
	width: 924px;
	height: 1%;
	margin: 20px 0px 1px 0px;
	background: #22405a;
	padding: 10px 5px;
	overflow: hidden;
}
div#bottom_menu ul {
	padding: 0px; 
	margin: 0px; 
	list-style: none;
}
div#bottom_menu li {
	padding: 0px; 
	margin: 0px; 
	display: block; 
	float: left;
}
div#bottom_menu li a {
	color: #fff; 
	text-decoration: none; 
	position: relative; 
	padding: 5px 15px 5px 14px; 
	background: url("../img/menu_separator.jpg") center right no-repeat; 
	display: block; 
	float: left; 
}
div#bottom_menu li a:hover {
	background: #fff;
	color: #38474d;
}
div#bottom_menu li.active a {
	background: #fff;
	color: #38474d;
}

div#special {
	width: 610px;
	height: 114px;
	float: left;
	margin-top: 13px;
}
div#special a img {
	border: 0px;
}
div#content {
	width: 924px;
	height: 1%;
	overflow: hidden;
}
div#left_column {
	position: relative;
	width: 640px;
	float: left;
	padding-right: 48px;
}
div#right_column {
	position: relative;
	width: 236px;
	float: right;
}
div#cat_menu {
	padding: 5px 10px 15px 20px;
	background: #dfe1e2 url(../img/corner.jpg) bottom right no-repeat;
}
div#cat_menu h3 {
	padding: 0px 0px 15px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #353434;
	font-weight: normal;
}
div#cat_menu ul {
	padding: 0px; 
	margin: 0px; 
	list-style: none;
}
div#cat_menu li {
	padding: 0px 0px 0px 23px; 
	margin: 0px 0px 12px 0px; 
	background: url("../img/more_green.jpg") 3px 3px no-repeat; 
	display: block;
}
div#cat_menu li a {
	color: #22405a; 
	text-decoration: underline;
	padding: 3px;
}
div#cat_menu li a:hover {
	color: #fff;
	background-color: #38474d;
	text-decoration: none;
}
div#cat_menu li.active a {
	font-weight: bold;
	text-decoration: none;
}

div#cat_menu2 {
	padding: 10px 10px 15px 20px;
	background: #dfe1e2 url(../img/corner.jpg) bottom right no-repeat;
}
div#cat_menu2 h3 {
	padding: 0px 0px 15px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #353434;
	font-weight: normal;
}
div#cat_menu2 ul {
	padding: 0px; 
	margin: 0px; 
	list-style: none;
}
div#cat_menu2 li {
	padding: 0px 0px 0px 23px; 
	margin: 0px 0px 12px 0px; 
	background: url("../img/icq.jpg") 3px 3px no-repeat; 
	display: block;
}
div#cat_menu2 li a {
	color: #22405a; 
	text-decoration: underline;
	padding: 3px;
}
div#cat_menu2 li a:hover {
	color: #fff;
	background-color: #38474d;
	text-decoration: none;
}
div#cat_menu2 li.active a {
	font-weight: bold;
	text-decoration: none;
}



div#footer {
	width: 924px;
	height: 1%;
	overflow: hidden;
}
div#copy {
	width: 884px;
	height: 1%;
	overflow: hidden;
	background: url(../img/bg_grey.jpg) top left;
	padding: 10px 20px;
}
div#copyleft {
	width: 400px;
	float: left;
}
div#copyright {
	width: 400px;
	float: right;
	text-align: right;
}


/* Typography */
div.text_content blockquote {
	margin: 0px;
	padding: 1px 0px 1px 20px;
	background: url(../img/block.jpg) left top repeat-y;
	font-size: 14px;
}
div.text_content blockquote p {
	margin: 0px;
	padding: 0px;
}
div.text_content h1, h2, h3, h4 {
	color: #333;
}
div.text_content h1, h2 {
	font-weight: normal;
}
div.text_content ul, ol {
	padding: 10px 0px 10px 30px;
}
div.text_content img {
	padding: 2px;
	border: 2px #CCC solid;
}
div.text_content div.date img {
	padding: 2px;
	border: 0px;
}
div.text_content table th {
	background-color: #38474d;
	color: #fff;
	text-align: left;
	padding: 10px;
	margin: 0px;
}
div.text_content table td {
	text-align: left;
	padding: 10px;
	border-bottom: #38474d 1px solid;
	margin: 0px;
}
div.text_content div.news_list td, div.text_content  div.form table td, div.text_content  div.comment table td {
	text-align: left;
	padding: 10px 0px;
	border-bottom: #38474d 0px solid;
	margin: 0px;
}
div.text_content table {
	margin: 10px 0px;
}
div.text_content div.news_list table {
	margin: 10px 0px 0px 0px;
}

div.formfilter form {
	background: #f2f2f2;
	padding: 20px 20px 10px 20px;
}
div.formfilter form input {
	width: 400px;
}
div.formfilter form input.button {
	margin: 10px 10px 10px 10px;
	width: 150px;
}

div.form form {
	background: #f2f2f2;
	padding: 20px;
}
div.form form input {
	display: block;
	margin: 10px;
	width: 400px;
}
div.form form textarea {
	display: block;
	margin: 10px;
	width: 400px;
}
div.form form label {
	display: block;
	float: left;
	width: 160px;
	padding-top: 3px;
}
div.form form input.button {
	display: block;
	margin: 10px 10px 10px 160px;
}
div.form form img {
	border: 0px;
	margin-top: 7px;
}
div.comment form img {
	border: 0px;
	margin-top: 7px;
}
div.map img {
	border: 0px;
	margin-top: 7px;
}
a {
	color: #22405a; 
	text-decoration: underline;
}
hr {
	color: #fff;
	border-bottom: 1px solid #f2f2f2;
}
div.paging {
	margin: 15px 0px 10px 0px;
	font-size: 16px;
}
div.paging a {
	text-decoration: none;
}


/* News */
td.news_pic img {
	margin-right: 10px;
	margin-top: 5px;
}
div.news_index {
	margin: 10px 0 10px 0;
}
div.news_index h3 {
	padding: 15px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #353434;
	font-weight: normal;
}
div.news_index img {
	float: left;
	margin: 18px 10px 5px 0;
}
div.date {
	font-size: 10px;
	margin: 10px 0;
}
div.news_list {
	margin: 0px 0 0 0;
	float: left;
}
div.news_form { 
	margin: 10px 0 5px 0; 
}
div.news_form select.year { 
	width: 60px; 
}
div.news_form select.month { 
	width: 100px; 
}
p.arch {
	padding: 0px 0px 0px 23px; 
	margin: 10px 0px 12px 0px; 
	background: url("../img/more_blue.jpg") 3px 3px no-repeat;
}


/* Crumbs */
div.crumbs {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

/* Line */
hr {
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	float: left;
	margin: 10px 0;
}


/* Banner */
div.adimage {
	margin: 10px 0 0 0;
}


/* Исключения */
div.text_content td p {
	margin: 0px;
	padding: 0px;
}
div.text_content td h1 {
	margin: 0px;
	padding: 0px;
}
div.text_content td h2 {
	margin: 0px;
	padding: 0px;
}
div.text_content td h3 {
	margin: 0px;
	padding: 0px;
}
div.text_content td h4 {
	margin: 0px;
	padding: 0px;
}
div.text_content td h5 {
	margin: 0px;
	padding: 0px;
}
div.text_content td ul {
	margin: 0px;
}
div.text_content td ol {
	margin: 0px;
}
div.text_content td li {
	margin: 0px;
}
div.text_content li p {
	margin: 0px;
	padding: 0px;
}
div.text_content li h1 {
	margin: 0px;
	padding: 0px;
}
div.text_content li h2 {
	margin: 0px;
	padding: 0px;
}
div.text_content li h3 {
	margin: 0px;
	padding: 0px;
}
div.text_content li h4 {
	margin: 0px;
	padding: 0px;
}
div.text_content li h5 {
	margin: 0px;
	padding: 0px;
}


/* Комментарии */
div.comment { 
	margin: 0px 0px 20px 0px; 
	padding: 20px; 
	background: #f2f2f2; 
	height: 1%; 
	overflow: hidden; 
}
div.comment td {
	vertical-align: top;
	padding: 10px 0px;
	border-bottom: #CCC 1px solid;
}
div.comment input { 
	width: 70%;
}
div.comment textarea { 
	width: 70%; 
}
div.comment label { 
	width: 30%; 
}
div.comment div.note {
	font-size: 10px; 
	color: #797979; 
	width: 100%; 
}
div.comments h3 { 
	margin: 10px 0px 0px 0px; 
	padding: 0px; 
}
div.comments div.date {  
padding: 5px 0px 0px 0px; 
}


/* Галерея */
div.jMyCarousel .prev{
	background: url('../img/gallery/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../img/gallery/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
	margin: 0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/gallery/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/gallery/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/gallery/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/gallery/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

