:-moz-any-link:focus { outline:none; }

@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
			 url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
			 url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight_italic';
	src: url('../fonts/Roboto-LightItalic-webfont.eot');
	src: url('../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Roboto-LightItalic-webfont.woff') format('woff'),
			 url('../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
			 url('../fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/Roboto-Light-webfont.eot');
	src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Roboto-Light-webfont.woff') format('woff'),
			 url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
			 url('../fonts/Roboto-Light-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-family: Lucida Grande, Optima-Regular, Verdana, sans-serif;
	line-height: 1.4;
	background-color: #d3c6b6;
	padding-bottom: 20px;
}

::-moz-selection {
	background: #fff;
	text-shadow: none;
}

::selection {
	background: #fff;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

h1, h2, h3 {font-weight: 600;}

a {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:active {color: #00508E;}


header {
	background-color: #ff9900;
  margin-left: -15px;
  margin-right: -15px;
	border-radius: 3px 3px 0 0;
	margin-top: 6px;
}
#logo {padding: 10px 30px 0;}
#logocarp { float:right; padding-top: 12px;}
#logo img {margin-bottom: 8px;}
#logo #languages {
	float: right;
	margin: 32px 0 0;
}
#logo #languages img {margin: 0 2px;}

nav {
	font-family: 'robotolight', Arial, sans-serif;
	font-size: 1em;
	background-color: #7e3000;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar { border-radius: 0; }
.nav > li > a {
	text-transform: uppercase;
	color: #fff;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #552000;
	color: #fff;
}
.nav > li.active > a {
	background-color: #552000;
}

#main {
	background-color: #fff;
	min-height: 400px;
}
#main h1 {
	color: #222;
	text-shadow: 1px 2px 1px rgba(80, 80, 80, 1);
}
#main > img {
	margin-left: 6px;
	margin-bottom: 6px;
}

.imgGallery {
	margin: 2em 0 1em;
}
.imgGallery a {
	display: block;
	margin: 10px 0;
}

.robital {
	font-family: 'robotolight_italic', Arial, sans-serif;
	font-size: 1.1em;
}


.indirizzi {
	font-size: 0.75em;
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.indirizzi b {
	font-size: 1.1em;
}

footer {
	background-color: #ffdba4;
	margin-top: 10px;
	padding: 0 0 0.5em;
	line-height: 1.2em;
}
footer ul {
	margin: 0;
	padding: 0.2em 0.2em 0;
	list-style: none;
}
footer #legal li {
	font-size: 0.7em;
	padding: 0.225em 1.3% 0.225em 0;
	margin-right: 1.3%;
}
footer #legal li {
	float: left;
	padding: 0 0 0 1.3%;
}
