/* ------ general
-----------------------------------------------*/

body {
font-family:Arial, Helvetica, sans-serif;
#background:url(../img/grid.jpg) repeat;
font-size:11px;
}

.wrapper {
margin:0 auto;
width:1200px;
position:relative;
}

svg {
    transform: scale(0.7);
    #position: absolute;
    #bottom: -83px;
    #right: 353px;
	#-moz-transform: scale(0.7);
}

.point {
position:absolute;
display:none;
color:#3899e6;
#padding:10px 15px;
#background:#7BB9F0;
font-size:15px;
font-weight:bold;
-moz-border-radius:8px;
left: 390px !important;
top: 111px !important;
border-bottom: 1px solid #008BC7;
}

.point .close {
display:block;
position:absolute;
top:-10px;
right:-10px;
width:24px;
height:24px;
text-indent:-9999px;
outline:none;
background:url(../img/close.png) no-repeat;
}

.point img {
vertical-align:middle;
margin-right:10px;
}

a img {
border:none;
}
.se {
    
}
a.hh {
    color: #009EE3;
    font: bold 13px "PT Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;    
    cursor: pointer;
    display: inline-block;	
}