@charset "UTF-8";

html, body {width:100%; height:100%; padding:0; margin:0;}
body { 	 
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#8f8b8c;
	min-width:970px;
	background: rgba(255, 255, 255, 1); 
}
.main {width:970px; margin:0 auto;}
.logo {margin:28px 0 0 0;}
.email {width:80px;float:right;margin:0 -20px 0 0;}
.block-1 {padding-top:40px; width:470px; float:left; text-align:center;}
.block-2 {padding-top:40px; width:470px; float:right; text-align:center;}

.border-1 {background:url(../images/border-1.jpg) right 0 repeat-y;}
.border-2 {background:url(../images/border-2.gif) right 0 repeat-y;}

.myheader {background: url(../images/banner_1920_486.jpg) center 0 repeat;margin-top:0px; height:350px;
align-items: center;
justify-content: center;
position: relative;
}

.mybox {background: rgba(255, 255, 255, 0.5) center; 
margin-top:50px; 
width:600px; height:140px; 
-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius:7px; 
z-index: 10; 
top: 50%;
left: 50%;
margin: -70px 0 0 -300px;
position: absolute;

display:flex;
display: -webkit-flex;
justify-content:center;
align-items:center;
text-align:center;
color:#222;font-size:24px;font-weight:bold;
}

a.link_menu {text-decoration:none; cursor:pointer; color:#000;font-size:14px;font-weight:normal;}
a.link_menu:hover {text-decoration:none;font-size:14px;font-weight:normal;color:#e88800;}
a.link {text-decoration:none; cursor:pointer; color:#e88800; }
a.link:hover {text-decoration:underline;}

footer {clear:both; float:center;position:relative; overflow:hidden; text-align:center; padding:20px 0px 20px 0;margin:0 0 0 0; background:#000;}

.color-1 { font-size:24px; line-height:28px; color:#000;}
.color-2 { font-size:14px;font-weight:normal; color:#000;}
.color-3 { font-size:14px; color:#e37700;}

.top-1 {margin-top:2px;}
.top-2 {margin-top:4px;}
.top-3 {margin-top:6px;}
.top-4 {margin-top:8px;}
.top-5 {margin-top:10px;}
.top-6 {margin-top:12px;}




