#block-header{
    width: auto;
    height: 255px;
	border: 1px solid black;
	position: relative;
	background: url(../images/header12.jpg); 
	}
/*-------------------------------*/
#header-top-block{
	position: relative;
}
#header-top-menu li{
    font: 15px sans-serif;
    float: left; /* выравниваем список в ряд */
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
    border-right: 1px solid #E3E3E3;
	background-color: white;
	border-radius: 8px;
} 
#header-top-menu a{
    font: 15px sans-serif;
    color: #00678C;
    text-decoration: none; 
}
#header-top-menu a:hover{
    color: #EF662B;
    border-bottom: 1px dashed #EF662B;
}
#header-top-menu span{
    color: #EF662B;
    border-bottom: 1px dashed #EF662B;
}

#reg{
    margin-top: 10px;
    margin-right: 10px;
	position: absolute;
	right: 0;
  /*  float: right; */
	} 
#reg li{
    font: 15px sans-serif;
    float: left; /* выравниваем список в ряд */
	background-color: white;
	border-radius: 8px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
    color: #00678C;
	}
#reg a{
	text-decoration: none; 
	}
#reg a:hover{
    color: #EF662B;
    border-bottom: 1px dashed #EF662B;
}
.reg {
	color: #EF662B;
	} 
#fotoV {
	width: 100%;
	position: absolute;
}
#personal-info {
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 4px;
	background-color: white;
	border-radius: 8px;
	}
#personal-info p, h3{
	background-color: white;
	margin-bottom:0px;
	margin-top: 0px;
	font: 15px sans-serif;
	color: #00678C;
}
.text1 {
	color: red;
	font: 20px bold sans-serif;
	
}
/*---------------------canvas------------------------*/
#wrapper{
	top: 10px;
 /*   margin-right: 30px;*/
	position: absolute;
	right: 10px;
	z-index: 2;
	width: 160px;
/*	margin: 0 auto;*/
}
canvas{
/*	cursor: none;*/
}
#pp{
	position: absolute;
/*	color: white;*/
}
#ship{
	position: absolute;
	right: 0;
	margin-right: 200px;
}
#showrr{
	border-radius: 8px;
}