@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
}

/* page font color */
.color_gold {
	color:#a48954;
}

.color_gray {
	color:#ccc;
}

.color_blue {
	color:#0099ff;
}

.fullwidth {
	width:100%;
	overflow:hidden;
}

#page {
	/*overflow:visible;*/
}

#cpanel {
	width:100%;
	position:absolute;
	top:0px;
	z-index:1000;
}

#cpanel.container {
	overflow:hidden;
}

/* main column */
.center {
	width:100%;
}

#wrapper, #cpanel .container {
	width:1004px;
}

#top {
	/*height:300px;
	background:url(../images/logo_bg.jpg) no-repeat;*/
}

#top_menu {
	width:100%;
	height:350px;
	background:url(../images/logo_bg_new1.jpg) -1px 0px no-repeat;
}

#left, #right {
	text-align:left;
	padding-top:55px;
}

#left {
	width:160px;
	float:left;
}

#right {
	width:240px;
	float:right;
}

#footer {
	background:url(../images/footer_bg.jpg);
	height:91px;
	width:100%;
	margin-top:50px;
	padding-top:60px;
}

#content {
	margin:0px 260px 0px 200px;
	text-align:justify;
}

#footer-left, #footer-right {
	width:230px;
}

#footer-left, #footer-mid  {
	float:left;
}

#footer-right {
	float:right;
}

#footer-container{
	float:right;
	width:774px;
}

#footer-mid {
	width:544px;
}

#interest {
	background:url(../images/znak.jpg) 5px 15px no-repeat;
}

#logo_container {

}