@charset "windows-1250";
/* CSS Document */
body {
	/*background:#0066cc url(../images/body_bg.gif) repeat-x;*/
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	behavior:url(/csshover.htc);	
}
h2 {
	font:Tahoma, Verdana, Arial;
	font-size:22px;
	font-weight:normal;
}
a{
	color:#FFFFFF;
	text-decoration:none
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#wrapper {
	width:780px;
	background:#0066cc;
	margin:0px auto 0px auto;
}
#header {
	background:url(../images/head.jpg) center;
	width:780px;
	height:200px;
	border-bottom:2px solid #0066cc;
}
#menu {
	width: 180px;
	height:40px;	
	margin-left:560px;
}
#menu img {

}
#menu div{
	float:left;
	text-align:center;
}
#menu1 {
	background:url(../images/btn1_normal.gif) no-repeat;
	width:56px;
	height:23px;
}
#menu1:hover {
	background:url(../images/btn1_over.gif) no-repeat;
}
#menu2 {
	background:url(../images/btn2_normal.gif) no-repeat;
	width:80px;
	height:23px;
}
#menu2:hover {
	background:url(../images/btn2_over.gif) no-repeat;
}
#menu3 {
	background:url(../images/btn3_normal.gif) no-repeat;
	width:87px;
	height:23px;
}
#menu3:hover {
	background:url(../images/btn3_over.gif) no-repeat;
}
#menu4 {
	background:url(../images/btn4_normal.gif) no-repeat;
	width:100px;
	height:23px;
}
#menu4:hover {
	background:url(../images/btn4_over.gif) no-repeat;
}
#main {
	width:770px;
	margin:0px auto 0px auto;
	background: #0066cc;
	padding:5px;
}
#footer {
	background:#0056ac;
	margin:0px auto 0px auto;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	width:760px;
}
#footer .left{
	float:left;
}
#footer .right{
	float:right;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.fieldLabel {
	width:100px;
	float:left;
}
.block {
	padding:2px;	
}
.txtInput {
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.button {
	margin-right:45px;
}