@charset "utf-8";
/* CSS Document */

body { margin:0px; padding:0px; background-color:#000; }
.lat_bg { background:#000 url(../img/bg.jpg) left top repeat-x; }

a
{
	color:#A29376;
}

a:hover
{
	color:#CCC;
}

#main_cont
{
	background:#000 url(../img/main_bg.jpg) center top repeat-y; 
	font-family:Tahoma;
	font-size:12px;
	color:#FFF;
	text-align:left;
	padding-bottom:30px;
}

#main_cont_head
{
	background:#000 url(../img/main_bg.jpg) center top repeat-y; 
	font-family:Tahoma;
	font-size:12px;
	color:#FFF;
	text-align:left;
	padding-bottom:30px;
}

#footer
{
	background:#000 url(../img/footer_bg.jpg) center top no-repeat; 
	font-family:Tahoma;
	font-size:10px;
	color:#A29376;
	text-align:center;
}

.paragraf
{
	margin:40px;
}

.paragraf_title
{
	border-bottom:1px solid #A29376; 
	margin:0px 0px 20px 0px; 
	padding-bottom:5px;
}

.wine_title
{
	border-bottom:1px solid #A29376; 
	margin:0px 0px 20px 0px; 
	padding-bottom:5px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}

.title
{
	background:url(../img/title_bg.jpg) left top repeat-y; 
	margin-left:28px;
	line-height:20px;
	padding-left:15px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}

/* CONTATTACI */
.contattaci
{
	font-size:11px;
	border-collapse:collapse;
	width:600px;
	margin:0px auto 0px auto;
}

.cont_td
{
	padding-bottom:10px;
	padding-top:10px;
	text-align:right;
}

.cont_td_r
{
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	padding-left:10px;
}

.contattaci select
{
	font-size:11px;
}

.inputtext
{
	font-size:11px;
	border:1px solid #CCC;
	width:150px;
}

.contattaci textarea
{
	font-size:11px;
	border:1px solid #CCC;
	width:100%;
	height:100px;
}

.cont_submit
{
	cursor:pointer;
	font-size:11px;
	width:100px;
	background:#990000;
	color:#FFF;
	border:1px solid #be8b4d;
}
