body {
	background-image: url(bg-pattern.jpg);

	font-family: "Century Gothic", Questrial, sans-serif;
	
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	letter-spacing: 5px;
	
	font-weight: normal;
}

#wrapper {
	width: 1000px;
	
	margin: 0 auto;
	
	position: relative;
}

.clearfix {
	clear: both;
}

#navigation {
	width: 100%;
	height: 89px;
	
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(firma-crop.png);
	background-repeat: no-repeat;

	position: relative;
}

#navigation-links {	
	position: absolute;
	left: 40%;
	top: 30px;
}

#navigation-links ul {
	margin: 0;
}

#navigation-links li {
	display: block;
	margin: 5px;
	padding-right: 10px;
	
	font-size: 14px;
	
	border-right: solid 1px black;
		
	float: left;
}

#navigation-links a {
	color: rgba(255, 255, 255, 0.6);	
}

#navigation-links a:hover {
	color: white;
	text-decoration: none;
}

#navigation-links li.last-nav {
	border: none;
}

.drop-down-navigation {
	display: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 35px;
	z-index: 10;
		
	background-color: rgba(200, 191, 185, 0.8);
	border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}

#navigation-links ul.drop-down-navigation li {
	padding: 10px;
	display: block;
	border: none;
	float: none;
	
	text-align: center;
}

#navigation-links ul.drop-down-navigation li a {
	color: white;
}

#title {
	width: 1001px;
	height: 217px;
	
	background-image: url(ricamo-header.png);
	background-color: #C8BFB9;
}

#title h1 {
	padding-top: 150px;
	font-size: 25px;
	text-align: center;
	letter-spacing: 5px;
}

#home-title {
	width: 1001px;
	height: 467px;
	
	background: url(ricamo-home.png);
	margin-top: 20px;
	
	position: relative;
}

#logo-home {
	width: 386px;
	height: 167px;
		
	position: absolute;
	left: 50%;
	top: 55%;
	margin-left: -193px;
	
	background: url(firma.png);
}

.gallery {
	width: 740px;
	margin: 0 auto;
	margin-top: 50px;
}

.gallery > a {
	display: block;
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 50px;
	
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
}

.gallery > a img {
	display: block;
	margin-bottom: 10px;
}

.gallery > a.last {
	margin-right: 0;
}

.gallery#tecniche {
	width: 840px;
}


.gallery#tecniche > a {
	margin-right: 40px;
}

.gallery#tecniche a img {
	border: solid 1px silver;
}

#intro {
	width: 740px;
	text-align: center;
	
	margin: 0 auto;
}

#intro p {
	text-align: justify;
	font-size: 14px;
}

#footer {
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	background: #C8BFB8;
	color: white;
	text-align: center;
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	
	font-size: 12px;
}

ul#selector {
	width: 100%;
	padding: 0;
	margin: 0;
	
	list-style-type: disc;
	
	margin-top: 50px;
	height: 20px;
}

#selector li {
	display: block;
	float: left;
	
	padding-left: 10px;
}

#selector a {
	font-size: 14px;
}

#selector a.current {
	text-decoration: underline;
}

#selector li:before {
	content: "•";
}

#selector li:first-child {
	content: none !important;
	padding-left: 0;
}

#book-content a {
	margin-right: 15px;
	margin-bottom: 15px;
}

#richiedi-info {
	width: 314px;
	height: 35px;
	padding-top: 15px;
	
	background: url(pulsante.png);
	
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	
	text-align: center;
}

#elenco-contact {
	width: 899px;
	height: 398px;
	padding: 50px;
	
	background: url(elenco-sfondo.png);
	
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	border-bottom: 10px solid rgba(0, 0, 0, 0.5);
	
	margin: 0 auto;
	
	margin-bottom: 20px;
}

#elenco-contact span {
	display: block;
	
	padding-left: 140px;
	height: 83px;
	padding-top: 20px;
	margin-bottom: 50px;
	
	background: url(elenco.png) no-repeat top left;
	
	width: 70%;
}

#modulo-consulenza {
	width: 500px;
	padding: 25px;
	margin: 0 auto;
	
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;

	
	background-color: #C8BFB9;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

#modulo-consulenza table {
	width: 100%;
}

td.label {
	width: 30%;
	text-transform: uppercase;
	font-size: 13px;
}

#modulo-consulenza td {
	padding-bottom: 10px;
}

#modulo-consulenza input[type="text"] {
	display: block;
	width: 70%;
	height: 15px;
	padding: 5px;
	
	border: solid 1px silver;
	
	font-size: 15px;
	margin-bottom: 2px;
		
	outline: none;
}

#modulo-consulenza input.error, #modulo-consulenza textarea.error {
	border: solid 1px #990000;
}

#modulo-consulenza textarea {
	display: block;
	height: 150px;
	
	width: 100%;
	
	border: solid 1px silver;
	
	outline: none;
}

#modulo-consulenza input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.error-message {
	color: #990000;
	font-size: 14px;
	text-transform: uppercase;
}

