/*
	General Stylesheet for layout and typography

	Site: dropinka.com
	Initial Build: 06.2011
	Author: Francesco Prosperi - | blank |	 www.loveblank.com
*/

@import url("reset.css");
@import url("font-face/stylesheet.css");

/* -------------------------------------------------------------------- BASIC */

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#000;
	line-height:normal;
	height:100%;
	font-family:Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	background:url(../img/back.jpg) repeat-x top #fff;
}

html {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	height:100%;
}

*:focus {
	outline:none;
}

.wrapper {
	margin:20px auto 0 auto;
	position:relative;
	width:890px;
	height:600px;
	background:url(../img/pannello.png) no-repeat;
	padding:0 45px;
}

.clear {
	clear:both;
	display:block;
}

p {
	display:block;
	margin:0;
	padding:0;
}

br {
	letter-spacing:0 !important;
}

.greylink {
	color:#aaa;
	text-decoration:none;
}

.greylink:hover {
	color:#555;
	text-decoration:none;
}

.nmr {
	margin-right:0 !important;
}

hr {
	border:0;
	border-bottom:1px solid #b2b2b2;
	height:1px;
	margin:20px 0;
}

/* -------------------------------------------------------------------- HEADER */

.header {
	width:910px;
	height:102px;
}

#logo {
	margin:30px 0 0 0px;
}

.langsel {
	display:none;
	float:right;
	text-align:right;
	margin:20px 20px 0 0;
	color:#ccc;
	font-family:"WalkwayBoldRegular", Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
}

.langsel a {
	color:#999;
	text-decoration:none;
}

.langsel a:hover, .langsel a.on {
	color:#000;
	text-decoration:none;
}

.barrarighe {
	font-family:"WalkwayBoldRegular", Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:14px;
	letter-spacing:1px;
	height:15px;
	padding-right:10px;
	background:url(../img/righe.png);
	text-align:right;
	color:#000;
	margin-bottom:20px;
}

#menu {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	display:block;
	float:left;
	margin-left:15px;
	color:#000;
}

#menu li a {
	color:#888;
	text-decoration:none;
}

#menu li a:hover, #menu li a.on {
	color:#000;
	text-decoration:none;
}

/* -------------------------------------------------------------------- CORPO */

.pic {
	float:left;
}

.text {
	width:585px;
	font-size:11px;
	line-height:17px;
	float:right;
}

.text .box {
	border:3px solid #dedede;
	padding:15px 20px;
	background:#f6f6f6;
}

.text h1 {
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}

.text h2 {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
}

.text h3 {
	color:#0C6722;
	font-weight:bold;
	font-size:13px;
}

.text h4 {
	font-weight:bold;
	font-size:11px;
}

.text h5 {
	color:#0C6722;
	font-weight:bold;
	font-size:12px;
}

.text ul {
	padding-left:10px;
	margin:5px 0 0 10px;
	color:#0C6722;
}

.text ul li {
	list-style:outside disc;
}

.miniBox ol li {
	list-style:outside decimal;
	margin-bottom:5px;
}

.miniBox ol {
	padding-left:10px;
	margin:5px 0 0 8px;
}

.text ul li span {
	color:#000;
}

.text a, .miniBox a {
/*	color:#429B97; */
	color:#75231D;
	text-decoration:none;
}

.text a:hover, .miniBox a:hover {
/*	color:#3F9692; */
	text-decoration:underline;
}

.colSx {
	float:left;
	width:286px;
}

.miniBox {
	font-size:11px;
	line-height:17px;
	width:256px;
	margin:20px 13px 0 0;
	float:left;
	background:#f6f6f6;
	padding:15px;
	border:1px solid #dedede;
/*	height:102px; */
}

.miniBox h3 {
	color:#0C6722;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

.large {
	height:auto;
}

.thumb {
	vertical-align:top;
	text-align:center;
	width:215px;
	float:left;
	margin:20px 10px 0 0;
}

.thumb img {
	margin-bottom:10px;
}

.thumb2 {
	vertical-align:top;
	width:170px;
	border:0;
	margin:20px 30px 0 25px;
}

.slide {
	float:left;
	display:block;
	margin:0 8px 20px 0;
	border:1px solid #dedede;
}

.slide:hover {
	border:1px solid #0c6722;
}

.capo {
	float:left;
	margin:3px 10px 10px 0;
}

/* -------------------------------------------------------------------- FORM */

.sender td {
	padding-right:10px;
	
}

.button {
	color:#000;
	font-size:11px;
	border:1px solid #B3A795;
	margin:0 2px 2px 0;
	font-family:Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
}

.input_1 {
	color:#444;
	font-size:11px;
	border:1px solid #b2b2b2;
	width:480px;
	margin:0 2px 2px 0;
	padding:1px;
	font-family:Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
}
	
.input_2 {
	font-family:Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	color:#444;
	font-size:11px;
	border:1px solid #b2b2b2;
	width:480px;
	margin:0 2px 2px 0;
	height:100px;
	padding:1px;
}

.input_3 {
	width:20px;
	margin:0 0 0 -3px;
}

/* -------------------------------------------------------------------- FOOTER */

.footer {
	margin:40px 0 0 0;
	padding-bottom:40px;
}

div.greybar {
	width:100%;
	position:relative;
	height:7px;
	margin-bottom:5px;
	background-color:#b2b2b2;
}

img#telmail {
	position:absolute;
	top:-1px;
	right:56px;
}

.footer .col {
	width:210px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	letter-spacing:-0.5px;
	color:#aaa;
}

.icon {
	vertical-align:middle;
	border:0;
}


