/*==============================================================================*/
/* header */
div#header{
	margin:0;
	padding:0;
	width: 100%;
	background: url('../img/bg_top.gif') repeat-x 0 0;
}

div#flash{
	margin:0;
	padding:0;
	width: 100%;
	min-height: 562px;
	background: url('../img/index/flash.jpg') no-repeat top right;
}

div#object{
	float: right;
	margin-top: -320px;
	margin-right: 50px;
	width: 460px;
	height: 400px;
	
}

div#language{
	margin:0;
	padding:0;
	float: left;
	padding-top: 72px;
	width: 10%;
	font-size: 14px;
	font-family: Times New Roman;
	text-align: center;
}

div#logo{
	float: left;
	width: 255px;
	height: 139px;
	padding-top:25px;
}

div#bg_menu{
	width: 250px;
	height: 106px;
	margin-top: 90px;
	margin-left: 10%;
	background: url('../img/menu/menu_bg_right.gif') no-repeat top right;
}

div#bg_menu_part{
	position: absolute;
	margin-left: -20px;
	width: 20px;
	height: 40px;
	background: url('../img/menu/menu_bg_left.gif') no-repeat top right;
}

div#menu{
	float: left;
	width: 130px;
	height: 175px;
	margin-top: -135px;
	margin-left: 10%;
	//margin-left: 5%;
}

div#submenu{
	float: left;
	width: 120px;
	height: 175px;
	margin-top: -90px;
	margin-left: 22px;
}

div#about{
	width: 400px;
	margin-left: 10%;
}
/* end of header */
/*==============================================================================*/
/* content */
div#content{
	margin-left: 10%;
	width: 80%;
	//width: 90%;
}

div.left{
	float: left;
	width: 50%;
}

div.right{
	float: left;
	margin:0;
	padding:0;
	padding-left: 15px;
	width: 49%;
}

img.padding{
	margin-left: 10px;
}
div.left td{
	padding: 10px 20px 10px 0px;
	//padding: 10px 20px 20px 0px;
	color: #5c5c5c;
}

div.right td{
	padding: 0px 0px 10px 0px;
	color: #5c5c5c;
}

div#content table{
	margin-top: 10px;
}

div.message{
	background-color: #ffe7f4;
}

div.message_image{
	float: left;
	padding: 10px 10px 10px 10px;
}

div.message_text{
	width: 72%;
	float: left;
	padding: 10px 10px 10px 10px;
}

div.message div.corner_tl{
	background-image: url('../img/index/corners/corner_top_left.jpg');
	height: 100%;
}

div.message div.corner_tr{
	background-image: url('../img/index/corners/corner_top_right.jpg');
	height: 100%;
}

div.message div.corner_bl{
	background-image: url('../img/index/corners/corner_bottom_left.jpg');
	height: 100%;
}

div.message div.corner_br{
	background-image: url('../img/index/corners/corner_bottom_right.jpg');
	height: 100%;
}

span.caption{
	font-weight:normal;
	font-family: "Times New Roman", sans-serif;
	color: #5c5c5c;
	font-size:1.3em;
	//font-size:130%;
}
/* end of content */
/*==============================================================================*/
/* footer */
div#footer{
	margin: -20px 0 0 0;
	padding: 0;
	width: 100%;
	background: url('../img/bg_bottom.gif') repeat-x 0 100%;
}

div#inner_footer{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 352px;
	background: url('../img/flower.jpg') no-repeat top left;
}
div#contacts{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	padding-right: 11%;
}
div#developer{
	margin: 0;
	padding: 0;
	margin-top: 75px;
	width: 100%;
	padding-right: 11%;
	padding-left: 10%;
}

div#developer a,td{
	color: #ac727e;
}

div#developer td.left{
	vertical-align: middle;
	text-align: left;
}

div#developer td.left img{
	vertical-align: middle;
}

div#developer td.right{
	vertical-align: middle;
	text-align: right;
}
div#developer div.qubis{
	margin: -16px 0 0 127px;
	width: 66px;
	height: 17px;
}

/* end of footer */
/*==============================================================================*/






