html {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	border: 0;
	padding: 0;
	margin: 0;
	background: url("mimg/bodyBg.gif") 3px 0;
	font-family: "Trebuchet MS", "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

.nocss {
	display: none;
}

#mainBg1 { 
	width: 100%;
	height: 100%;
	background: url("mimg/mainBg.jpg") no-repeat;
	border-top: 1px solid #223C6D;
}

#data1 {
	position: absolute;
	right: 100px;
	top: 130px;
	width: 522px;
	/*background: url("mimg/dataBg1.gif");*/
	background:url(mimg/bg_shadow_vertical.png) repeat-y;
}

#data2 {
	margin: 0 11px;
	position: relative;
	background: #fff url(mimg/prechod2.png) no-repeat center bottom;
}
.pr1{
	padding: 40px 20px 20px 20px;
	background: url(mimg/prechod1.png) no-repeat center top;
}

h1 {
	position: absolute;
	right: 100px;
	top: 30px;
	width: 490px;
	margin: 0 0 2em 0;
	font-size: 20px;
	padding: 15px 0 0 0;
	color: #fff;
}

h1 span {
	font-size: 30px;
	display: block;
	text-transform: uppercase;
}

h2 {
	position: absolute;
	top: 0;
	margin: 0 0 2em 0;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 5px solid #EA7717;
	padding: 15px 0 0 0;
	color: #223C6D;
}


#menuCont {
	margin: 165px	0 0 0;
	background: url("mimg/menuBg2.gif");
}

#menuCont2 {
	background: url("mimg/menuBg1.jpg") no-repeat;	
}

#menu {
	margin-right: 630px;
	top: 0;
	text-align: right;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	padding: 0 17px 0 0;
	background: url("mimg/menuItemBg.gif") no-repeat right 7px;
}

#menu a:hover {
	background: url("mimg/menuItemBgAct.gif") no-repeat right 7px;
	padding: 0 15px 0 0;
}

.vizImg {
	float: right;
	margin: 3px 0 10px 10px;
	border:3px solid #b5c5da;
	position:relative;
}

.row_top{
	margin:0;
	padding:0;
	border:0;
	background: url(mimg/bg_shadow_horizontal_top.png) no-repeat center bottom;
	width:522px;
	height:11px;
	font-size:0px;
}
.row_bottom{
	margin:0;
	padding:0;
	border:0;
	background:url(mimg/bg_shadow_horizontal_bottom.png) no-repeat center top;
	width:522px;
	height:11px;
	font-size:0px;
}

