/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#content h1,
	#content h2.h1-style {
		background: url(/_design/_global/arrow-big.gif) no-repeat scroll left top;
	}

	/* current section style definitions */

	#content #country-office {
		width: 736px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		clear: both;
		float: none;
	}

		#content #country-office li {
			width: 290px;
			height: 150px;
			margin: 0px 15px; 
			padding: 20px;
			background: url(/_design/contatti/bg-offices.jpg) no-repeat scroll left top;
			float: left;
		}

		#content #country-office li strong {
			font-size: 14px;
		}

		#content #country-office li em {
			color: #5c9e7f;
		}
}

@media print {



}
