/* CSS Document */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	min-height: 100%;
	height:100%;
}
.bg {
background-image:url(/images/gdks/bg.gif);
}
.menubg {
background-image:url(/images/gdks/menu_bg.jpg);
background-repeat:repeat-y;
}
.menu {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-top:25px; */
	margin-left:38px;
	font-size:12px;
	width:124px;
	text-align:center;
}
a.menui {
color:#FFFFFF;
margin-left:53px;
text-decoration:none;
font-weight: bold;
}
a.menui:hover {
margin-left:53px;
color:#FFFFFF;
text-decoration:underline;
font-weight: bold;
}
.mainbg {
/*background-image:url(/images/gdks/main_bg.jpg);*/
background-image:url(/images/gdks/txt_bg.png);
background-repeat:repeat-y;
}
.pribor {
background-image:url(/images/gdks/pribor.jpg);
background-position:top right;
background-repeat:no-repeat;
padding:10px;
}
.btm_bg {
background-image:url(/images/gdks/btmline.jpg);
background-repeat:repeat-x;
height:72px;
color:#FFCC00;
}