body {
    font-family: "trebuchet ms", sans-serif;
    font-size: 12px;
    width: 930px;
    margin: 0;
}

a {
    color: #999;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
}

body > h2 {
    background-color: #999;
    color: #fff;
    font-size: 1.8em;
    padding: 5px 3px 5px 10px;
    width: auto;
    margin: 0;
}

h2 {
    color: #666;
    font-size: 2em;
    margin: 20px 0 0 0;
}

h1 {
	margin:0; padding:3px;
}

#map_container {
    text-align: left;
    display: block;
    position: relative;
    background: url("varna_bg_map.png") top left no-repeat;
    width: 930px;
    height: 426px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #aaa;
}

#map_container ul {
    background: none;
    margin: 0;
    padding: 0; 
}

.billboard {
    display: block;
    background: url("billboard_icon.png") top left no-repeat;
    margin: 0;
    padding: 0;
    position: absolute;
}

.billboard a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
}

.billboard_info {
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    padding: 8px;
    position: absolute;
    left: 30px;
    top: -30px;
    overflow: auto;
    width: 20em;
    z-index: 2;
    max-height: 370px;
    border: 1px solid #ccc;
}

.billboard_info > h2 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.billboard_info img {
    width: 100%;
    display: block;
    margin: 0;
}

.billboard_info ul {
    margin-top: 10px !important;
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.3em;
}
/*coordinates of billboards on the map*/
#billboard_1 {
    top: 70px;
    left: 300px;
}

#billboard_2 {
    top: 65px;
    left: 270px;
}

#billboard_3 {
    top: 30px;
    left: 310px;
}

#billboard_4 {
    top: 110px;
    left: 265px;
}

#billboard_5 {
    top: 85px;
    left: 390px;
}

#billboard_6 {
    top: 185px;
    left: 730px;
}

#billboard_7 {
    top: 195px;
    left: 790px;
}

#billboard_8 {
    top: 200px;
    left: 820px;
}

#billboard_9 {
    top: 215px;
    left: 845px;
}

#billboard_10 {
    top: 170px;
    left: 75px;
}

#billboard_11 {
    top: 205px;
    left: 65px;
}

#contacts .office {
    float: left;
    width: 50%;
    display: block;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #ddd;
    border-style: solid;
}

div.conditions {
    margin: 0;
    float: left;
    position: relative;
    width: 24em;
    background-color: #999;
    color: #fff;
    padding: 3px 5px;
    display: block;
    text-decoration: none;
    border-width: 0 1px 0 0;
    border-color: #fff;
    border-style: solid;
    font-weight: bold;
	z-index:1;
	cursor:hand;
}

div.conditions > div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: left;
    text-decoration: none;
    width: inherit;
    padding: 3px 5px;
    font-weight: normal;
    background-color: #999;
	
}

div.conditions > div ul {
    list-style-position: inside;
    list-style-type: square;
    margin: 0;
    padding: 0;
}

div.conditions a {
    color: #ddd;
}