@charset "utf-8";
/* CSS Document */
/*#c00418*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);

body{
	padding:0px;
	margin:0px;
	background:#ebebeb;
	font-family:droid sans, sans-serif;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	box-shadow:0 0 5px black;
}
#header{
	/*height:200px;*/
	border-bottom:10px solid /*#c6ae9e*/#c19474;
}
#intro{
	padding:10px;
	background:#FFF;
	text-align:center;
	color:rgb(50,50,50);
}
#menu{
	padding:10px 0 0 0 ;
	text-align:center;	
	background:#c19474;
}
#menu a{
	color:white;
	margin:0px 3px;
	text-decoration:none;
	background:#926858;
	display:inline-block;
	line-height:30px;
	padding: 0 5px;
	border-radius:3px;
	transition-duration:70ms;
	box-shadow: 0 0 0 1px #525252;
	font-family:oswald;
	text-transform:uppercase;
}
#menu a:hover{
	background:#301105;
	box-shadow: 0 0 0 1px #525252,
				0 3px 5px #5B2E00 inset,
				0 -3px 5px #5B2E00 inset;
}
#here{
	background:#301105 !important;
	box-shadow: 0 0 0 1px #525252,
				0 3px 5px #5B2E00 inset,
				0 -3px 5px #5B2E00 inset !important;	
}
.menu_it a{
	font-size:18px;
}
.menu_en a{
	font-size:17px;
}
.menu_fr a{
	font-size:14px;
}
.menu_de a{
	font-size:16px;
}
#path{
	padding:10px;
	background:#FFF;
}
#path a{
	color:black;
	text-decoration:none;	
}
#path a:hover{
	color:rgb(100,100,100);
}
#index_page{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:105px;
	background:#FFF;
}
.index_article{
	margin:10px;
	float:left;
	box-shadow:0px 0px 1px rgb(50,50,50);
	border-radius:15px;
}
.index_title{
	width:700px;
	float:left;
	font-size:24px;
	padding-top:50px;
	color:rgb(50,50,50);
}
#larger{
	padding-top:100px !important;
}
.index_img{
	width:120px;
	height:120px;
	float:left;
	margin:5px;
}
.index_img img{
}
.index_name{
	line-height:125px;
	width:300px;
	/*height:130px;*/
	float:left;
	text-align:center;
	font-size:25px;
}
.index_name_long a{
	/*font-size:19px;*/
	line-height:45px;
}
.index_name_long{
	padding-top:15px;
}
.index_name a{
	color:#301105;
	text-decoration:none;
}.index_name a:hover{
	color:#926858;
}
.index_article:hover{
	box-shadow:0px 0px 7px rgb(50,50,50);
}
.index_description{
	width:320px;
	/*height:90px;*/
	float:left;
	text-align:justify;
	padding:15px 10px 10px 10px;
}
#grid_page{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:1000px;
	background:#FFF;
}
.grid_article{
	width:720px;
	margin: 30px auto;
	box-shadow:0px 0px 1px rgb(50,50,50);
}
.grid_img{
	padding:10px;
}
.grid_img img{
	display:block;
	margin: 0 auto;
	max-width:700px;
}
.grid_name{
	text-align:center;
	padding:10px;
	font-size:20px;
	background:#dbdbdb;
}
.grid_article_little{
	width:415px;
	margin: 15px 5px;
	box-shadow:0px 0px 1px rgb(50,50,50);
	display:inline-block;
}
.grid_img_little{
	/*padding:10px;*/
}
.grid_img_little img{
	display:block;
	margin: 0 auto;
	max-height:372px;
	/*height:400px;*/
}
.grid_name_little{
	text-align:center;
	padding:10px;
	font-size:20px;
	background:#dbdbdb;
}
.grid_name a{
	color:#301105;
	text-decoration:none;
}.grid_name a:hover{
	color:#926858;
}
#simple_page{
	padding-top:10px;
	padding-bottom:10px;
	background:#FFF;
}
h3{
	color:#301105;
}
.simple_article{
	margin:10px 70px 30px 70px;
}
.simple_img, .simple_img_no_border{
	margin:0 auto;
	margin-bottom:30px;
}
.simple_img img{
	display:block;
	max-width:849px;
	max-height:600px;
	border:10px solid #c19474;	
	margin:0 auto;
	border-radius:15px;
}
.simple_img_no_border img{
	max-width:855px;
	margin:0 auto;
	display:block;
}
.simple_caption{
	text-align:center;
	color:rgb(50,50,50);
	font-size:12px;
	font-style:italic;
}
.simple_name{
	font-size:18px;
	font-weight:bold;	
}
.simple_name a{
	text-decoration:none;
	color:#301105;
}
.simple_name:first-letter{
	font-size:24px;
	color:#cf8639;
}
.simple_description{
	text-align:justify;
}
.link{
	font-size:18px;
	font-style:italic;
	color:#9d5026;
	text-decoration:none;
}
.link:hover, .simple_name a:hover{
	color:#7b3013;
	text-decoration:underline;
}
.nota{
	font-size:15px;
	font-weight:bold;
	color:#301105;
}
ul{
	list-style-type:square;	
}
.text_nota{
	font-size:12px;
	color: rgb(50,50,50);
	/*font-style:italic;*/
	text-align:justify;
}
.text_nota a{
	font-style:italic;
	font-weight:bold;
	color:#9d5026;
	text-decoration:none;
}
.text_nota a:hover{
	color:#7b3013;
	text-decoration:underline;
}
#footer{
	clear:both;
	padding:10px;
	background:#c19474;
	margin-bottom:15px;
	text-align:center;
}
.delivery_box1{
	width:600px;
	height:220px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.delivery_article1{
	float:left;
}
.delivery_img1{
	margin:10px 10px 0 10px;
	height:60px;
	float:left;
}
.delivery_title1{
	height:50px;
	float:left;
	width:100px;
	margin:10px 10px 0 10px;
	padding-top:10px;
	color:#900;
	font-weight:bold;
}
.delivery_text1{
	margin:10px 10px 0 10px;
	height:60px;
	float:left;
	width:400px;
}
.tabCosti{
	border:2px solid #c19474;
	border-collapse:collapse;
	font-size:14px;
	display:inline-table;
	margin:30px 3px;
}
table td{
	border:1px solid #c19474;
	padding:5px;
	text-align:center;
}
table th{
	border:1px solid #c19474;
	padding:5px;
}
.table_no_border{
	display:inline-table;
	margin-left:150px;	
}
.table_no_border td{
	border:none;
	padding:3px;
}
.table_no_border th{
	border:none;
	padding:3px;
}
.payments_box1{
	height:300px;
	margin-top:30px;
	margin-bottom:30px;
}
.payments_box3{
	height:637px;
	margin-top:30px;
	margin-bottom:30px;
}
.payments_box2{
	height:265px;
	margin-top:30px;
	margin-bottom:30px;
}
.payments_article1{
	float:left;
}
.payments_img1{
	margin:10px 10px 0 10px;
	height:60px;
	float:left;
}
.payments_img1 img{
	max-width:60px;
}
.payments_text1{
	margin:10px 10px 0 10px;
	/*height:60px;*/
	float:left;
	width:760px;
}
.service_box{
	float:left;
	padding-top:10px;
	border-bottom: 2px solid #bbb;
	border-top: 2px solid #bbb;
}
.service_sub_box{	
	width:280px;
	float:left;
	height:130px;
}
.service_title{
	margin-bottom:20px;
	margin-left:10px;
	display:inline-block;
	font-weight:bold;	
}
.service_number{
	font-weight:bold;
	font-size:20px;	
}