@charset "utf-8";
/* CSS Document */
/* designed by gp-visualdesign.com */
/* MAP */

.map {
	background:url('../img/italy_map/map.png') no-repeat;
  	border: none;
}

#map_image img {
	border: none !important;
}

.menu_map {
	background: #fafafa;
	margin: 10px 0;
	border:1px solid #dcdcdc;
}

.menu_map h4{
	margin: 10px;
	margin-bottom:0;

}

ol.regions  {
	padding: 10px;
}

ol li {
	display:list-item;
	list-style-position:outside;
	font-size:14px;
	padding-bottom: 5px;
	list-style:none;
	margin: 0;
}

ol li a {
	white-space: nowrap;
	color: #7d7f85;
	padding-left: 15px;
	background: transparent url(../img/list_red.png) left 6px no-repeat;
}

ol li a:hover,
ol li a.region_selected {
	color:	#333;
	text-decoration: underline;
}

/* portfolio */

#right ul {
	margin-bottom:10px;
}

#right li {
	display: list-item;
	margin-bottom:10px;
}

#right h4 {
	padding:0 !important;
	margin:0 !important;
}

