HTML, BODY{
	padding: 0;
	margin: 0;
	height: 100%;
	background: url(../i/bgr.jpg);
	font: 12px Arial, sans-serif;
	color: #dcd7d7;
	background-color: #000;
}
IMG{
	border: none;
}
A{
	color: #FFFFFF;
}
A:hover{
	text-decoration:none;
}
SELECT, TD, INPUT{
	font: 12px Arial, sans-serif;
}
SELECT.select{
	height: 100px;
	background-color: #6d6c6c;
	scrollbar-face-color: #777;
	scrollbar-arrow-color:#000; scrollbar-track-color:#6d6c6c; scrollbar-shadow-color:#222; scrollbar-highlight-color:#fff; scrollbar-3dlight-color:#222; scrollbar-darkshadow-Color:#000;
	border: solid 1px #222;
}
H1, H2, H3, H4, H5 , H6, P, FORM{
	margin: 0;
}
FORM{
	overflow: auto;
}
UL{
	padding: 0;
	margin: 0;
	list-style: none;
}
.clr{
	clear: both;
	font-size: 0px;
	height: 0px;
}
.left-col{
	padding-left: 41px;
	width: 209px;
	float: left;
}
.right-col{
	margin-left: 250px;
}
INPUT.text{
	padding: 2px;
	height: 15px;
	border: solid 1px #6d6c6c;
	background-color: #6d6c6c;
	color: #000;
	margin-bottom: 6px;
	//margin-bottom: 4px;
}
TEXTAREA{
	background-color: #6d6c6c;
	border: solid 1px #6d6c6c;
	color: #FFF;
	padding: 2px;
	overflow: auto;
	/*height: 204px;*/
	margin-bottom: 3px;
	//margin-bottom: 4px;
}
INPUT.button,
INPUT.btn{
	margin-bottom: 4px;
}
body:not([dummy]) INPUT.text{
	margin-bottom: 6px;
}
body:not([dummy]) INPUT.button,
body:not([dummy]) INPUT.btn{
	margin-bottom: 4px;
}
.min-width{
	min-width: 1000px;
	width: expression(document.body.clientWidth <= 1000 ? '1000' : 'auto');
}
#min-height{
	min-height: 100%;
}
* html #min-height{
	height: 100%;
}
#content{
	padding-bottom: 30px;
}
#logo{
	padding: 26px 0 0 5px;
}
#logo H1{
	color: #d3d3d3;
	font: normal 17px Arial;
	padding-top: 17px;
	margin-left: -4px;
}

#mail-etc{
	padding: 60px 0 14px;
}
#mail-etc A{
	margin-right: 13px;
}
#search{
	padding-bottom: 48px;
}
.left-col H3{
	 font-size: 14px;
	 color: #fcc826;
	 margin-left: -41px;
	 padding-left: 41px;
	 padding-bottom: 7px;
	 background: url(../i/dots.gif) left bottom repeat-x;
}
.left-col TABLE{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
.left-col TABLE TH{
	padding: 2px 0;
}
#weather{
	padding-bottom: 30px;
}	
#weather TH{
	border-bottom: solid 1px #5b595a;
	color: #8d8d8d;
}
#weather TD{
	font-size: 11px;
}

#weather .temp{
	color: #8d8d8d;
}

#currency{
	padding-bottom: 30px;
	color: #8d8d8d;
}

#currency .name{
	color: #DCD7D7;
}

#currency TABLE{
	font-size: 11px;
}

#currency TABLE TR {
	vertical-align: top;
}

#currency TH{
	color: #fcc825;
	font-weight: normal;
}
#currency TH,
#currency TD{
	padding: 4px 3px;
}
#currency TD{
	border-top: solid 1px #4a4848;
	font-size: 11px;
}

#main-menu{
	border-top: solid 5px #fcc828;
	height: 216px;
	position: relative;
	z-index: 1;
}
#main-menu TABLE{
	border-collapse: collapse;
	width: 100%;
}
#main-menu #menu-div{
	position: relative;
	z-index: 0;
}
#main-menu TD{
	height: 216px;
	padding: 0;
	vertical-align: top;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}
#main-menu TD.last{
	width: 34%;
}
#main-menu .m-item{
	height: 37px;
	position: relative;
	z-index: 10;
}
#main-menu .m-item A{
	display: block;
	height: 100%;
	font: bold 20px "Arial Narrow", Arial, sans-serif;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
	text-indent: 20px;
	background: url(../i/menu-dots.gif) right top repeat-y;
	position: relative;
	z-index: 11;
}
#main-menu TD.last A{
	background: none;
}
#main-menu .dropdown{
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	padding: 10px 0;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#main-menu DIV.dropdown A{
	color: #000;
	font: 12px Arial;
	background-image: none ;
	white-space: nowrap;
	text-indent: 0;
	display: inline;

}
#main-menu DIV.dropdown A:hover{

}	
#main-menu DIV.dropdown UL{
}
#main-menu DIV.dropdown UL LI{
	position: relative;
	overflow: visible !important;
}
#main-menu DIV.dropdown UL UL{
	width: 150px;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	border: solid 1px red;
	background: red;
	right: -150px;
}
#main-menu DIV.dropdown LI{
	padding: 2px 20px 3px;
}
.second #main-menu{
	height: auto;
	zoom: 1;
}
.second #main-menu TD{
	height: 37px;
	background: #000;
}
#main-menu .picture{
	background: #FFF;
}
#main-menu .picture #picture-pad{
	height: 151px;
}
#main-menu .picture IMG{
	display: block;
}
#main-menu .dropdown3{
	display:none;
	position: absolute;
	left: 0;
	top: -1000px;
	background-color: #b2b2b2;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0px 0px 10px 0;
}
#main-menu .dropdown3 A{
	font: normal 12px Arial !important;
	background: none !important;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}
#main-menu .dropdown3 A:hover{
}
#main-menu .dropdown3 UL{
	display: block !important;
	padding-top: 0 !important;
}
#main-menu .dropdown3 UL LI{
	padding: 2px 10px 3px 0;
}


#main-div{
	margin: 20px 0 0 15px;	
	zoom: 1;
	min-height: 217px;
}
html>body #main-div{
	overflow: auto;
}
#main-div .item{
	width: 33%;
	float: left; 
}

#main-div .item37{
	width: 32%;
}


#main-div .item38{
	width: 34%;
}


#main-div .item38 LI {
	padding-right:0 !important;
}


#main-div .item UL{
	padding-left: 15px;
}

#main-div H2{
	font: normal 20px Arial;
	color: #f4c227;
	padding-left: 15px;
}
#main-div LI{
	padding: 1px 20px 2px 0;
}
.second #auth-div{
}
#auth-div{
	position: relative;
	zoom:1;
	
}
#auth-block{
	width: 209px;
	height: 170px;
	position: absolute;
	left: 68%;
	top: 36px;
	z-index: 0 !important;
}
* html #auth-block{
}
#auth-block .c-left{
	height: 12px;
	width: 100%;
	background: url(../i/auth-left.gif) left top no-repeat;
}
#auth-block .c-right{
	height: 12px;
	background: url(../i/auth-right.gif) right top no-repeat;
	padding: 0 12px;
}
#auth-block .bgr{
	height: 12px;
	background: #6C6D6F;
}
#auth-block .opacity{
	height: 156px;
	width: 100%;
	background: #6C6D6F;
}
#auth-block .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#auth-block .content .inside{
	padding: 7px 10px 10px;
}
#auth-block H3{
	font: normal 18px "Arial Narrow", Arial, sans-serif;
	color: #FFF;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}
#auth-block .line{
	padding-bottom: 3px;
}
#auth-block A{
	color: #000;
}
#auth-block A.submit-link{
	color: #fcc828;
}
#auth-block #form-button{
	height: 17px;
	width: 18px;
	background: url(../i/form-button2.gif);
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
	cursor: hand;
}
#auth-block INPUT.text{
	border-color: #8e8d8d;
	background-color: #8e8d8d;
}

#main-menu #auth-block .userinfo TD {
	background: none !important;
	height:20px !important;
}

#auth-block .error {
	color: #F86F39;
	padding-bottom: 4px;
}

#news-div{
	border-top: solid 3px #fcc828;
	background-color: #585757;
	margin: 70px 0 0 15px;
	position: relative;
	zoom: 1;
}
html>body #news-div{
	overflow: auto;
}
#news-div #test-opacity{
}
#news-div .item{
	float:left;
	width: 33%;
	padding: 7px 0 15px;
}
#news-div A{
	text-decoration: none;
}
#news-div A:hover{
	text-decoration: underline;
}
#news-div .date{
	font-size: 11px;
	color: #fcc828;
	font-weight: bold;
}
#news-div .item .inside{
	padding: 0px 20px 5px 16px;
	background: url(../i/news-dots.gif) 10px top repeat-y;
}
#news-div .first .inside{
	background: none;
}
#news-div H2{
	padding: 10px 0 10px 16px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}
#news-div #archive{
	padding: 0 20px 10px 0;
	color: #acaca9;
	margin-left: 66%;
}
#news-div #archive .inside{
	padding-left: 18px;
}
#news-div #archive A{
	color: #acaca9;
	text-decoration: underline;
}
#news-div #archive A:hover{
	text-decoration: none;
}
#footer-pad{
	height: 60px;
}
#footer{
	margin-top: -60px;
	color: #8d8d8d;	
	font-size: 11px;
	height: 60px;
}
#footer A{
	color: #8d8d8d;
}
#footer #develop{
	padding-top: 15px;
	position: relative;
	font-size: 11px;
}
#footer #develop A.text-link{
	position: absolute;
	top: 15px;
	left:135px;
}
#footer #contacts{
	padding-left: 31px;
	float: left;
}
.second #footer #contacts{
	padding-left: 16px;
}
#footer #copy{
	float: right;
	width: 30%;
	padding: 26px 0 0 0;
}
#footer .right-col{
	position: relative;
}
#secondary-menu{
	background-color: #fcc826;
	height: 32px;
	position: relative;
	z-index: 0;
}
#secondary-menu LI.menu-item{
	float: left;
	font: bold 19px "Arial Narrow", Arial, sans-serif;
	padding: 5px 0 3px 0;
	position: relative;
}
#secondary-menu LI A{
	background: url(../i/sec-dots.gif) left top repeat-y;
	padding: 0 40px 0 20px;
}
#secondary-menu LI.first A{
	background: none;
}
#secondary-menu LI.menu-item .level3dropdown{
	position: absolute;
	display: none;
	background-color: blue;
	width: 350px;
	padding-bottom: 10px;
	background-color: #fff2bb;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#secondary-menu LI.menu-item .level3dropdown A{
	color: #FFF;
	font: 12px Arial;
	white-space: nowrap;
	color: #000;
	background-image: none;
	padding: 0 10px;
}
#secondary-menu A{
	color: #010000;
	text-decoration: none;
}
#secondary-menu .dropdown{
	display: none;
	position: absolute;
	width: auto !important;
	left: 0;
}
* html #secondary-menu .dropdown UL{
	height: 1px;
}
#secondary-menu .dropdown UL{
	padding: 10px 0 20px;
	background-color: #fee493;
	filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
	
}
#secondary-menu .dropdown UL LI{
	white-space: nowrap;
	padding-right: 22px;
}
#secondary-menu .dropdown UL LI A{
	background: none;
	font: 12px Arial;
	color: #000;
	padding: 0;
	text-indent: 20px;
	text-decoration: none;
	//display: block;
	//text-indent: 0;
}
* html #secondary-menu .dropdown UL LI A{
	display: inline;
	text-indent: 20px;
}
#secondary-menu .dropdown UL LI UL{
	display: none;
}
html>body #secondary-menu .dropdown A{
	margin-left: 19px;
	top: -5px;
}
#text-content{
	padding: 15px 35px 30px 21px;
	text-align: justify;
}



#text-content strong, #text-content b {
	color:#FFF;
}
#text-content P{
	margin: 10px 0;
}
#content #text-content{
	color: #ddd;
	zoom: 1;
}
#content #text-content A{
	color: #FFF;
}
#content #text-content H1, 
#content #text-content H2,
#content #text-content H3,
#content #text-content H4,
#content #text-content H5{
	color: #f4c227;
	margin: 8px 0 4px;
}
#content #text-content H6{
	color: #8D8D8D;
}
#content #text-content H1{
	font-size: 24px;
	font-weight: bold;
}
#content #text-content H2{
	font-size: 21px;
	font-weight: bold;
}
#content #text-content H3{
	font-size: 18px;
	font-weight: bold;
}
#content #text-content H4{
	font-size: 16px;
	font-weight: bold;
}
#content #text-content H5{
	font-size: 14px;
	font-weight: bold;
}
#content #text-content H6{
	font-size: 11px;
	font-weight: normal;
	margin-left:15px;
}

#content #text-content TABLE, .tablepopup {
	width: 99%;
	border-collapse: collapse;
}
#content #text-content TABLE TD, .tablepopup TD{
	padding: 7px 15px;
	border-bottom: solid 1px #fcc826;
}
#content #text-content TABLE TD P,
#content #text-content TABLE TD P{
	margin: 0 !important;
}
#content #text-content TABLE TD.theader{
	background-color: #6d6c6c;
	border: none;
	color: #CCC;
	border-bottom: solid 3px #fcc826;
}

#content #text-content TABLE.nostyle TD, #content #text-content TABLE.nostyle TD.theader {
	border-collapse: collapse !important;
	border:0 !important;
}

#content #text-content LI{
	padding: 2px 0;
}
#content #text-content DIV{
	padding-bottom: 5px;
}
#content #text-content UL{
	padding-left: 20px;
	list-style-type: square;
}
#main-menu #auth-div{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32%;
	height: 180px;
	overflow: hidden;
}
#main-menu #auth-block{
	position: absolute;	
	left: 0;
	top: 150px;
	z-index: 0;
}
#main-menu #auth-block IMG{
	display: inline;
}
INPUT.btn{
	border: solid 1px #f4c227;
	background-color: #f4c227;
	color: #000;
}
.temp-holder{
	position: absolute;
	left: -300px;
	top: -1000px;
}

.star { color: #f4c227; margin-left: -12px; position:absolute; display:block}

.register {
	width: 250px
}

.lefttd {
	width:250px;
	text-align: left;
}

.registerbtn {
	width: 150px
}




#text-content A{
	color: #FCC825 !important;
}

#text-content TABLE A, #text-content .path A, #text-content .nopr A {
	color: #8D8D8D !important;
}

#text-content .path {
	font-size: 11px;
	margin-bottom:20px;
}

.itemnews .inside .date {
	float: left;
	width: 75px;
}

.itemnews .inside .text {
	padding-left: 35px;
}

#text-content .itemnews .inside A {
	color: #fff !important;
	text-decoration: none;
}

#text-content .itemnews .inside A:hover {
	text-decoration: underline;
}

#text-content .itemnews .inside .date {
	color: #FCC828;
	font-size: 11px;
	font-weight: bold;
}
#error, .error {
	color: #F86F39;
}

INPUT,TEXTAREA {
	color: #000 !important;
	font: 12px Arial;
	
}
TEXTAREA {
	width: 250px;
	height: 94px;
}

.multi {
	width: 450px;
}

.sitemap UL UL {
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.sitemap UL {
	font-size: 15px;
	font-weight: bold;
}

.sitemap UL UL UL {
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

.sitemap UL UL UL UL {
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}
* html .png{
	visibility: hidden;
}

.selects TD {
	background-color: #585757;
}

.counter { display: none }
