body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	background: #000000;
}

a:link, a:visited { color: #edad0f; text-decoration: none; font-weight: normal; }
a:active, a:hover { color: #edad0f; text-decoration: underline; }

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 5px;
	padding: 5px;
	border: none;
	float: center;
}

.cleaner_w10 {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 1px;
}
.cleaner_h100 {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;
}

.cleaner_w50 {
	float: left;
	width: 50px;
	height: 1px;
	font-size: 1px;
}

.horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 1px;
	background: url(../images/horizontal_divider.jpg) repeat-x;
}

.rc_btn_01 a {
	float: left;
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding: 4px 0 0 10px;
	background: url(../images/tempatemo_button_01.jpg) no-repeat;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.rc_btn_01 a:hover {
	color: #996600;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px 10px 30px;
}

#header {
	width: 900px;
	height: 178px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.jpg) no-repeat;
}

#header #website_title {
	width: 900px;
	padding: 100px 0 0 0;
	text-align: center;
}

#website_title #title {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

#website_title #salgon {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color:#cccccc;
}

/* banner */
#menu{
	float: left;
	width: 900px;
	height: 70px;
	background: url(../images/menu_bg.jpg) no-repeat;
}

#menu ul {
	width: 600px;
	margin: 26px 0 0 160px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: url(../images/menu_divider.gif) top right repeat-y;
	color: #ffffff;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #edad0f;
}


#content_wrapper {
	clear: both;
	width: 900px;
	margin:0 auto;
	background: url(../images/content_repeat.jpg) repeat-y;
}

#content {
	padding: 50px 100px 0 100px;
	background: url(../images/content_top.jpg) top center no-repeat;
}

#content img{
	float: center;
	margin: 0px 0px 5px 5;
	border: 0px solid #10100f;
}
#content .img2{
	float: center;
	margin: 5px 5px 0px 0;
	border: 0px solid #10100f;
}
#content .img3{
	float: center;
	margin: 0px 0px 0px 0;
	border: 0px solid #10100f;
}
#content p{
	text-align: justify;
	margin-bottom: 20px;
}

#content .content_title_01{
	color: #edad0f;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

#content .content_title_02{	text-align: justify;
	color: #edad0f;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

#content .column_02 {
	float: left;
	width: 325px;
	text-align: justify;
}

#content .news_section {
	padding-left: 30px;
	background:url(../images/icon_01.jpg) top left no-repeat;
}

#content  .column_02 p{
	margin-bottom: 0px;
}

#content .column_02 ul {
	margin: 20px 0 0 30px;
	padding: 0px;
}

#content .column_02 li {
	padding: 0 0 5px 0;
}

#content .news_title {
	font-weight: bold;
	color: #edad0f;
}

/* footer */
#footer {
	clear: both;
	width: 900px;
	height: 60px;
	padding-top: 40px;
	color: #eca90e;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
}

#footer a{
	color: #eca90e;
	font-weight: bold;
}
#banners a img {opacity:0.09; -moz-opacity:0.9; filter:alpha(opacity=10);}
#banners a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=90);}

/* Hints - всплывающие подсказки */
.hint                                   { position: absolute; margin: 0; line-height: 95%; font-weight: normal; font-size: 100%; padding: .5em 1em;
                                          background: #fff; border: .1em solid #4d698d; color: #4d698d }

