/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* css for page */
body#index{
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	color: #666666;
	background: url(../images/background.jpg) center 0 0 0 0px;
	background-image: url(../images/background_2.jpg);
	background-position:center top;
	background-repeat: repeat-x;
	background-origin: initial;
	background-clip: initial;
	background-color:#000000;
}
.page_wrap{
	width:945px;
	margin:0 auto;
}
.header{
	width:100%;
	height:90px;
	position:relative;
}
.body{
	width:100%;
	height: 630px;
	/* display: inline-block; */
}
.footer{
	margin-top: 14px; 
	width:100%;
} 

/* header */
.header_menu{
	float:left;
	margin:31px 0 0 54px;
}
.header_menu li{
	float:left;
	width:143px;
	height:30px;
	margin:0 2px;
}
#hd_menu1{
	background:url(../images/menu.png) no-repeat scroll 0 0 transparent;
}
#hd_menu2{
	background:url(../images/menu.png) no-repeat scroll -146px 0 transparent;
}
#hd_menu3{
	background:url(../images/menu.png) no-repeat scroll -292px 0 transparent;
}
#hd_menu1:hover{
	background:url(../images/menu.png) no-repeat scroll 0 -30px transparent;
}
#hd_menu2:hover{
	background:url(../images/menu.png) no-repeat scroll -146px -30px transparent;
}
#hd_menu3:hover{
	background:url(../images/menu.png) no-repeat scroll -292px -30px transparent;
}

.top_navi{
	position: absolute;
	display:inline-block;
	left: 818px;
	top:10px;
	z-index:1000;
}
.navi1{
	background-image: url(../images/top_navi_1.png);
	width: 49px;
	height: 23px;
	display:block;
	float:left;
}
.navi2{
	background-image: url(../images/navitator_varta.png);
	width: 63px;
	height: 15px;
	display:block;
	float:left;
	 margin-left: 15px;
    margin-top: 5px;
}
