/* CSS Document */

/*
Theme Name: agriturismomaremma Css
Theme URI: /css/agriturismomaremma.css
Description: Generic Css
Version: 1.0
Author: Giada Ranieri

*/


/* +++++++++++++++ generic tags +++++++++++++++ */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin:0;
	color:#666;
	width:100%;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/layout/bg.jpg) #200100 repeat-x;
	background-position: 0 15px;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration:underline;
}
img {
	border:none;
}
hr {
	display:none;
}
/* +++++++++++++++ float etc +++++++++++++++ */

img.Float_dx {
	float:right;
	margin:20px 10px 10px 15px;
}
img.Float_sx {
	float:left;
	margin:10px 15px 10px 10px;
}
p.clearboth {
	clear:both;
}
img.bordorosso {
	border:1px solid #900;
}
/* +++++++++++++++ spot +++++++++++++++ */
#spot {
	margin:0px auto auto auto;
	background-color:#210000;
	height:15px;
}
#spot p {
	color:#ccc;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#spot a, a:hover, a:active, a:visited {
	color:#ccc;
	text-decoration:none;
}
/* +++++++++++++++ layout tags +++++++++++++++ */

#container {
	margin:0px auto auto;
	width:1000px;
	background:url(../img/layout/container_bg.jpg) top left #fff;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/* ----- header ----- */

#header {
	margin:1px auto auto;
	width:1000px;
	height: 200px;
	background:url(../img/layout/header.jpg) no-repeat top left;
}
#header h1, #h_home h1 {
	display:none;
	visibility:hidden;
}
#box_content {
	margin:0 auto auto;
	width:1000px;
	background:url(../img/layout/container_bg.jpg) top left #fff;
}
#box_sx {
	float:left;
	width:240px;
}
/* ++++++ BOX OFFERTE ++++++ */

#box_offerte {
	float:left;
	width:202px;
	height:192px;
	margin-left:20px;
	margin-top:20px;
	background:url(../img/layout/box_offerte.jpg) top left #fff;
}
/* ----- box testi a sinistra ----- */
#box_txt {
	float:left;
	width:750px;
}
#box_txt h1 {
	color:#900;
	font-size:24px;
	text-align:left;
	font-variant:small-caps;
	width:750px;
	border-bottom:2px solid #900;
	margin-top:20px;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight:500;
	float:none;
}
*:first-child+html #box_txt h1 {
	float:left;
	margin-bottom:20px;
}
#box_txt h2 {
	color:#900;
	font-size:16px;
	text-decoration:underline;
	font-weight:normal;
	margin-top:5px;
	text-align:left;
	padding:10px 10px 20px 10px;
}
#box_txt h3 {
	color:#900;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	padding-left:20px;
	margin-top:10px;
	margin-left:10px;
	line-height:1.5em;
}
#box_txt h4 {
	color:#900;
	font-size:18px;
	font-weight:normal;
	margin-top:20px;
	text-align:center;
}
#box_txt h5 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	width:50%;
	margin-top:20px;
	margin-left:10px;
	border-bottom: 1px solid #ccc;
	text-align:left;
}
#box_txt p {
	font-size:13px;
	color:#666;
	text-align:justify;
	padding-left:10px;
	padding-right:20px;
	line-height:1.5em;
	margin-top:20px;
}
#box_txt table.Prezzi, #box_txt table.Prezzi td {
	width:500px;
	padding:2px;
}
#box_txt table.Prezzi td {
	border:1px solid #666;
}
#box_txt table.Prezzi {
	margin-top:20px;
	margin-left:20px;
	border:1px solid #666;
}
#box_txt td.tdtitle {
	background:#666;
	color:#f8f4df;
	font-family: "Times New Roman", Georgia, Serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}
#box_txt table.TProdotti, #box_txt table.TProdotti td {
	width:500px;
	padding:2px;
}
#box_txt table.TProdotti td {
	border:1px solid #666;
}
#box_txt table.TProdotti {
	margin-top:20px;
	margin-left:20px;
	border:1px solid #666;
}
#box_txt td.TProdTitle {
	background:#666;
	color:#f8f4df;
	font-family: "Times New Roman", Georgia, Serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
}
form.FormContatti {
	margin:10px;
	width:400px;
	float:left;
	margin-top:20px;
}
form.FormPrezzi {
	margin:10px;
	width:400px;
	float:left;
	margin-top:20px;
	margin-right:50px;
}
form.FormPrezzi input {
	width:100%;
	padding:3px;
	margin:2px 0;
	float:left;
	width:300px;
}
form.FormPrezzi textarea {
	width:300px;
}
#address {
	margin:10px;
	width:230px;
	float:right;
	padding:10px;
	background-color:#f8f4df;
	margin-top:20px;
}
form.FormContatti input {
	padding:3px;
	margin:2px 0;
}
/* ----- footer ----- */

#footer {
	clear:both;
	margin:0 auto auto;
	width:1000px;
	height:89px;
	background:url(../img/layout/footer.jpg) top left no-repeat;
}
#footer p {
	color:#f8f4df;
	font-size:11px;
	text-align:center;
	padding-top:30px;
}
#footer a, a:hover, a:active, a:visited {
	color:#f8f4df;
	text-decoration:none;
}
#footer img {
	border:0;
	padding:0 2px;
	vertical-align:middle
}
