p {
   margin: 0;
   padding: 0;
}

body, html {
   background-color: #000;
   margin: 0 auto;
   font-family: tahoma, verdana, arial;
   font-size: 12px;
	background-image: url('img/bg.png');
	color: #686868;
}

a {
   outline: 0;
   color: #008285;
}

a:hover {
   text-decoration: none;
}

form {
   padding: 0;
   margin: 0;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

#body {
   background-image: url('img/bg2.png');
   background-repeat: no-repeat;
}

#left {
   position: absolute;
   left: 0;
   top: 320px;
   width: 284px;
   text-align: justify;
}

#left #news_date {
   font-size: 23px;
   color: white;
   position: absolute;
   top: 45px;
   left: 33px;
}

#left #news_image {
   position: absolute;
   top: 8px;
   right: 0;
}

#left #news_text {
   padding-top: 90px;
   color: #9a9a99;
   font-size: 11px;
   padding-left: 36px;
}

#left #news_link {
   font-size: 11px;
   text-align: right;
   padding-top: 28px;
}

#main {
   margin-left: 336px;
   padding-top: 137px;
   margin-right: 54px;
   max-width: 900px;
   width:expression(document.body.clientWidth > 1300? "900px": "auto" );
   min-height: 500px;
}

#menu {
   margin-bottom: 31px;
   text-align: center;
}

#menu table {
   border-collapse: collapse;
   width: 100%;
   border-top: 1px solid #3B3A39;
   border-bottom: 1px solid #3B3A39;
   border-right: 1px solid #3B3A39;
   background-color: #2E2D2C;
   font-family: arial, tahoma, verdana;
   font-size: 12px;
}

#menu td {
   border-left: 1px solid #3B3A39;
   padding-top: 7px;
   padding-bottom: 7px;
}

#menu a {
   color: #8E989F;
   text-decoration: none;
   white-space: nowrap;
}

#menu a:hover {
   color: #008285;
   text-decoration: underline;
}

#design_image {
   height: 115px;
   border: 1px solid #686868;
   background-image: url('img/top.png');
   background-position: center;
   background-repeat: no-repeat;
}

#content {
   text-align: left;
   padding-top: 39px;
}

#content #title {
   color: #008286;
   font-size: 23px;
   padding: 0;
   margin: 0;
   font-weight: normal;
   padding-bottom: 12px;
}

#path {
   padding-bottom: 12px;
   font-size: 11px;
}

#path a {
   color: white;
   text-decoration: underline;
}

#text {
}

#imgs {
   float: right;
   width: 146px;
   background-image: url('img/imgs.png');
   background-repeat: repeat-x;
   padding-left: 8px;
   padding-right: 4px;
   padding-top: 8px;
   padding-bottom: 8px;
}

#imgs .img2 {
   margin-right: 6px;
}

#imgs .img1 img {
   margin-bottom: 6px;
}

#imgs img {
   border: 1px solid #656665;
}

#pdf {
   margin-top: 15px;
   background-image: url('img/pdf.gif');
   background-position: 10px;
   background-repeat: no-repeat;
   color: #b02e29;
   display: block;
   width: 150px;
}

#pdf span {
   display: block;
   padding-left: 47px;
}

#pdf a {
   color: #b02e29;
}

#footer {
   height: 148px;
   background-image: url('img/footer_bg.png');
   text-align: left;
   margin-top: 80px;
}

#footer_content {
   width: 508px;
   height: 118px;
   background-image: url('img/footer.png');
   background-repeat: no-repeat;
   padding-left: 146px;
   padding-top: 30px;
   font-size: 10px;
   color: #8e989f;
}

.clear {
   clear: both;
}

#indexlink {
   position: absolute;
   top: 30px;
   left: 65px;
   width: 200px;
   height: 150px;
}

.subcat a {
}

.item {
   width: 25%;
   float: left;
   margin-bottom: 30px;
   /*margin-right: 40px;*/
   text-align: center;
}

.item img {
   border: 1px solid #656665;
}

.item .title {
   color: #CBC9C9;
   text-decoration: none;
   width: 142px;
   text-align: center;
   display: block;
   padding-top: 8px;
   margin: 0 auto;
}

.item .title:hover {
   text-decoration: underline;
}

.item .descr {
   color: #9a9999;
   font-size: 10px;
   width: 142px;
   text-align: center;
   padding-top: 4px;
   margin: 0 auto;
}

#item {
   padding-right: 170px;
}

#items_navi {
   position: relative;
   white-space: nowrap;
   width: 92%;
   margin: 0 auto;
}

#items_navi .next {
   display: block;
   position: absolute;
   right: 0;
   text-align: right;
   background-image: url('img/arrow.gif');
   background-repeat: no-repeat;
   background-position: right 5px;
   padding-right: 18px;
   top: 0;
}

#items_navi .prev {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   text-align: left;
   background-image: url('img/arrow3.gif');
   background-repeat: no-repeat;
   background-position: left 5px;
   padding-left: 18px;
}

#items_navi .pages {
   margin-left: 100px;
   margin-right: 100px;
   text-align: center;
}

#items_navi .pages .curpage {
   font-size: 14px;
   text-decoration: underline;
   color: #ffffff;
}

.news_short {
   margin-bottom: 30px;
   text-align: justify;
}

.news_date {
   font-size: 9px;
   color: #cbc9c9;
   margin-top: 2px;
   margin-bottom: 2px;
}

#news_navi {
   position: relative;
   white-space: nowrap;
   width: 100%;
   margin: 0 auto;
}

#news_navi .next {
   display: block;
   position: absolute;
   right: 0;
   text-align: right;
   background-image: url('img/arrow.gif');
   background-repeat: no-repeat;
   background-position: right 5px;
   padding-right: 18px;
   top: 0;
}

#news_navi .prev {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   text-align: left;
   background-image: url('img/arrow3.gif');
   background-repeat: no-repeat;
   background-position: left 5px;
   padding-left: 18px;
}

#news_navi .pages {
   margin-left: 100px;
   margin-right: 100px;
   text-align: center;
}

#news_navi .pages .curpage {
   font-size: 14px;
   text-decoration: underline;
   color: #ffffff;
}

#devr {
	float: right;
	padding: 12px;
}

#devr img {
	border: 1px solid #000;
}
