* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
tbody, thead, tfoot, tr, th, td {
	position: static;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #282828;
	text-decoration: underline;
}
a:hover {
	color: #282828;
	text-decoration: none
}
html {
	background: #fff;
	height: 100%;
	position: static;
	background: #fff2d3 url(/img/bg.jpg) repeat 0 0;
}
body {
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	min-width: 996px;
	max-width: 1280px;
	-width: expression(document.documentElement.clientWidth > 1280 ? "1280px":(document.documentElement.clientWidth < 996 ? "996px":"auto")); */
	height: 100%;
	
}
h1 {
	font-size: 24px;
	margin: 0 0 19px;
	line-height: 1;
	top: -3px;
	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
h3 {
}
h4 {
}
h5, h6 {
}
p {
	font-size: 14px;
	margin: 0 0 1em;
	line-height: 17px;
}
input, textarea, select {
	font-size: 12px;
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------------------------------------*/
#header {
	display: none;
	height: 10px;
	overflow: hidden;
	border: 1px solid #000;
}
/*--------------------------------------------------------------------------------------------------------*/
#body {
}
#left {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
#right {
	width: 100%;
	overflow: hidden;
}
#catalog {
	width: 100%;
	overflow: hidden;
}
#catalog a {
	width: 200px;
	height: 200px;
	margin: 0 35px 0 0;
	background: url(/img/catalog.png) no-repeat 0 0;
	float: left;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
}
#catalog .i1 {
	background-position: 0 0;
	margin-bottom: 35px;
}
#catalog .i2 {
	background-position: -235px 0;
	margin-bottom: 35px;
}
#catalog .i3 {
	background-position: -470px 0;
	margin-bottom: 35px;
}
#catalog .i4 {
	background-position: -705px 0;
	margin-bottom: 35px;
}
#catalog .i5 {
	background-position: 0 -235px;
}
#catalog .i6 {
	background-position: -235px -235px;
}
#catalog .i7 {
	background-position: -470px -235px;
}
#catalog .i8 {
	background-position: -705px -235px;
}
/*--------------------------------------------------------------------------------------------------------*/
#footer {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
.imageGallery {
	margin: 17px 0 4px;
}
.imageGallery .item {
	float: left;
	display: inline;
	margin: 0 13px 12px 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.newsBlock {
	font-size: 12px;
	margin: 20px 0 -14px;
}
.newsBlock .item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 35px 28px 0;
	width: 190px;
	text-decoration: none;
}
.newsBlock .date {
	font-size: 10px;
	margin: 0 0 1px;
}
.newsBlock .text {
	background: url(/img/arrow.png) no-repeat right 8px;
	font-size: 11px;
	padding: 0 20px 0 0;
	min-height: 27px;
	-height: 27px;
}
/*--------------------------------------------------------------------------------------------------------*/
.textDate {
	font-size: 14px;
	margin: 0 0 4px;
}
.imageLeft {
	float: left;
	margin: 0 15px 0 0;
}
.newsBlockTop {
	width: 100%;
	overflow: hidden;
	margin: 0 0 16px;
}
.newsBlockTop .left {
	float: left;
	width: 49%;
}
.newsBlockTop .right {
	float: right;
	width: 49%;
	text-align: right;
}
.newsBlockTop h3 {
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
	position: static;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}