/*  
Theme Name: Camping Il Frutteto
Theme URI: http://www.campingilfrutteto.it
Description: Camping Il Frutteto
Version: 1.0
Author: BeeSoft srl 
Author URI: http://www.beesoft.it/
*/

/**************************************************************************************/

* { padding: 0px; margin: 0px; }

BODY {
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	background: url('images/bg.jpg') #7B5C3D repeat-x;
	font-size: 12px;
	color: #595555;
}

IMG { border: 0px; }

LI { list-style: none; }

STRONG { color: #333333; }

A { 
	text-decoration: underline; 
	color: #CF2C0C;
}

A:hover { text-decoration: none; }

/**************************************************************************************/

#viewport {
	position: relative;
	overflow: hidden;
	height: 980px;
	width: 100%;
}

#container { position: absolute; }

.page {
	background: url('images/bg-page.jpg') no-repeat top center;
	text-align: center;
	float: left;
}

.div { 
	background: url('images/bg-div.jpg') no-repeat top center; 
	height: 780px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 780px;
}

.text {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.text H1, .text H2 { color: #4F3922; }

.text H1 {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
}

.text H1 SMALL { 
	font-weight: normal;
	font-size: 10px;
	display: block;
	color: #746C3E;
}

.text H2 { font-size: 16px; }

.text P { 
	line-height: 180%;
	margin-bottom: 10px; 
}

/**************************************************************************************/

.page-title { 
	margin-top: 25px;
	height: 105px;
}

.page-title H1 { 
	margin: 0px auto 0px auto;
	font-size: 10px;
	height: 50px;
}

.menu {
	margin: 0px auto 15px auto;
	width: 467px;
	height: 40px;
}

.menu LI { float: left; }

.menu A, .menu .sel {
	margin: 0px 10px 0px 10px;
	text-indent: -90000px;
	display: block;
	height: 30px;
}

.menu .m0 A, .m0 .sel {
	background: url('images/m0.gif') no-repeat;
	width: 52px;
}

.menu .m1 A, .m1 .sel {
	background: url('images/m1.gif') no-repeat;
	width: 79px;
}

.menu .m2 A, .m2 .sel {
	background: url('images/m2.gif') no-repeat;
	width: 112px;
}

.menu .m3 A, .m3 .sel {
	background: url('images/m3.gif') no-repeat;
	width: 52px;
}

.menu .m4 A, .m4 .sel {
	background: url('images/m4.gif') no-repeat;
	width: 72px;
}

.menu .m0 A:hover { background: url('images/m0-over.gif') no-repeat; }
.menu .m1 A:hover { background: url('images/m1-over.gif') no-repeat; }
.menu .m2 A:hover { background: url('images/m2-over.gif') no-repeat; }
.menu .m3 A:hover { background: url('images/m3-over.gif') no-repeat; }
.menu .m4 A:hover { background: url('images/m4-over.gif') no-repeat; }

.menu .m0 .sel { background: url('images/m0-sel.gif') no-repeat; }
.menu .m1 .sel { background: url('images/m1-sel.gif') no-repeat; }
.menu .m2 .sel { background: url('images/m2-sel.gif') no-repeat; }
.menu .m3 .sel { background: url('images/m3-sel.gif') no-repeat; }
.menu .m4 .sel { background: url('images/m4-sel.gif') no-repeat; }

/**************************************************************************************/

#home { background: url('images/bg-home.jpg') no-repeat top center; }

#home .menu { 
	margin-top: 75px; 
	overflow: hidden;
	height: 320px;
}

#home .menu LI { 
	margin-bottom: 40px; 
	float: none;
} 

#home .menu A { 
	margin: 0px auto 0px auto;
	text-indent: -900000px;
	display: block;
	height: 50px; 
}

#h-m1 A {
	background: url('images/h-m1.gif') no-repeat;
	width: 133px;
}

#h-m2 A {
	background: url('images/h-m2.gif') no-repeat;
	width: 188px;
}

#h-m3 A {
	background: url('images/h-m3.gif') no-repeat;
	width: 88px;
}

#h-m4 A {
	background: url('images/h-m4.gif') no-repeat;
	width: 120px;
}

#h-m1 A:hover { background: url('images/h-m1-over.gif') no-repeat; }
#h-m2 A:hover { background: url('images/h-m2-over.gif') no-repeat; }
#h-m3 A:hover { background: url('images/h-m3-over.gif') no-repeat; }
#h-m4 A:hover { background: url('images/h-m4-over.gif') no-repeat; }

#intro-txt H1 {
	background: url('images/introtxt-bg.jpg') no-repeat;
	margin: 70px auto 0px auto;
	text-indent: -900000px;
	font-size: 10px;
	width: 500px;
	height: 120px;
}

#intro-img {
	position: absolute;
	margin-left: 130px;
	width: 228px;
	height: 228px;
	top: 350px;
	float: left;
}

/**************************************************************************************/

#camping .page-title H1 {
	background: url('images/h-m1.gif') no-repeat;
	text-indent: -90000px;
	width: 133px;
}

#camping .slider-nav .prev, #camping .slider-nav .next { 
	text-indent: -90000px;
	margin-top: -80px;
	cursor: pointer;
	height: 30px;
	width: 30px; 
}

#camping .slider-nav .prev { 
	background: url('images/btn-prev.gif') no-repeat;
	margin-left: 70px;
	float: left; 
}

#camping .slider-nav .next { 
	background: url('images/btn-next.gif') no-repeat;
	margin-right: 70px;
	float: right; 
}

#camping .slider { 
	margin: 0px auto 10px auto;
	height: 114px;
}

#camping .slider LI { 
	margin: 0px 5px 0px 5px; 
	width: 114px;
	height: 114px;
}

#servizi {
	position: absolute;
	margin-left: 215px;
	padding-top: 60px;
	z-index: 99;
	top: 340px;
	width: 478px;
	height: 251px;
	display: none;
	float: left;
}

#btn-servizi {
	background: url('images/btn-servizi.png') no-repeat;
	text-indent: -90000px;
	position: absolute;
	cursor: pointer;
	margin-left: 345px;
	z-index: 100;
	top: 675px;
	width: 212px;
	height: 125px;
	float: left;
}

#spiaggia {
	background: url('images/btn-spiaggia.png') no-repeat;
	position: absolute;
	top: 275px;
	width: 157px;
	height: 118px;
	z-index: 99;
	float: left;
}

#spiaggia A {
	text-indent: -90000px;
	display: block;
	width: 157px;
	height: 118px;
}

/**************************************************************************************/

#dovesiamo .page-title H1 {
	background: url('images/h-m2.gif') no-repeat;
	text-indent: -90000px;
	width: 188px;
}

#map { margin-top: -10px; }

/**************************************************************************************/

#tariffe .page-title H1 {
	background: url('images/h-m3.gif') no-repeat;
	text-indent: -90000px;
	width: 88px;
}

#tariffe .text TABLE {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	width: 350px;
}

#tariffe .text TH { 
	border-top: 1px solid #DFD1C3;
	vertical-align: top;
	background: #EAEDB6; 
}

#tariffe .text TH, #tariffe .text TD {
	border-bottom: 1px solid #DFD1C3;
	padding: 5px 0px 5px 0px;
	line-height: 15px;
	text-align: center;
}

#tariffe .text TH SMALL, #tariffe .text TD SMALL { 
	font-weight: normal;
	line-height: 10px;
	display: block; 
	color: #746C3E;
}

#tariffe .slider { margin: 0px auto 10px auto; }

#tariffe .slider LI {	
	width: 400px; 
	height: 250px;
}

#tariffe .slider-nav {
	margin: 0px auto 20px auto;
	height: 30px;
	width: 440px;
}

#tariffe  .slider-nav LI {
	background: url('images/btn-bg.gif') no-repeat;
	margin: 0px 5px 0px 5px;
	padding-left: 15px;
	cursor: pointer;
	height: 30px;
	float: left;
}

#tariffe .slider-nav STRONG {
	background: url('images/btn-bg-right.gif') no-repeat right;
	font-weight: normal;
	padding-right: 15px;
	line-height: 30px;
	display: block;
	color: #4F3922;
	height: 30px;
	float: left;
}

/**************************************************************************************/

#contatti .page-title H1 {
	background: url('images/h-m4.gif') no-repeat;
	text-indent: -90000px;
	width: 120px;
}

#contatti FORM {
	margin: 20px auto 0px auto;
	width: 400px;
}

#contatti FORM LABEL {
	margin-bottom: 2px;
	background: #EAEDB6;
	font-weight: bold;
	display: block;
	color: #4F3922;
}

#contatti FORM .fieldwrap { line-height: 18px; }

#contatti FORM .fmtext, #contatti FORM .fmtextarea {
	background: url('images/input-row.gif') repeat-y;
	text-align: center;
	line-height: 20px;
	width: 400px;
	border: 0px;
}

#contatti FORM .fmtext { height: 20px; }

#contatti FORM .fmtextarea {	
	text-align: left;
	height: 120px; 
}

#contatti FORM .submit { margin: 15px 0px 10px 0px; }

#contatti FORM .submit INPUT { 
	background: url('images/btn-send-bg.gif') no-repeat;
	text-align: center;
	cursor: pointer;
	color: #4F3922;
	border: 0px;
	height: 30px;
	width: 80px;
}

#contatti .ddfmerrors { display: none; }

#contatti .errorlist {
	border: 1px dashed #FF5F5F;
	margin: -15px auto 0px auto;
	font-size: 10px;
	padding: 3px;
	width: 240px;
}

/**************************************************************************************/

#footer { 
	margin-top: 810px; 
	text-align: center;
}

#footer .titles { 
	font-family: Arial;
	color: #010101;
	height: 25px;
}

#footer .titles H1 { 
	font-size: 18px;
	float: left;
}

#footer .titles H2, #footer .titles H3  { font-size: 12px; }

#footer .titles H1, #footer .titles H2, #footer .titles H3  { line-height: 12px; }

#footer .titles H2 { color: #443E24; }

#footer .titles H3 { float: right; }

#footer .box {
	background: url('images/box-bg.jpg') no-repeat;
	margin: 40px auto 0px auto;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	color: #262414;
	width: 560px;
	height: 80px;
}

#footer .credits { 
	margin: 10px auto 0px auto;
	font-size: 10px;
	color: #B09D8B;
	width: 560px;
}

#footer .credits A { color: #B09D8B; }

#footer .left { text-align: left; }
#footer .right { text-align: right; }

/**************************************************************************************/

.logo { 
	padding: 20px 0px 0px 30px; 
	text-align: left;
}

.logo H1 {
	background: url('images/logo-ilfrutteto.jpg') no-repeat;
	text-indent: -900000px;
	font-size: 10px;
	width: 310px;
	height: 144px;
}

.left { float: left; }
.right { float: right; }

.clear { clear: both; }

.required { color: #CC0000; }

.pop-link { 
	line-height: 16px;
	margin-top: 15px; 
}

.pop-link A { 
	background: url('images/link-pointer.gif') no-repeat left;
	padding-left: 23px; 
}

.pop-link SMALL {  }

/**************************************************************************************/

#lang {
   position: absolute;
   margin-left: 520px;
   padding-top: 5px;
   width: 200px;
}

#lang a {
   margin-right: 20px;
   line-height: 20px;
   font-size: 11px;
   padding-left: 30px;
   color: #8f8f8f;
   display: block;
   float: left;
   height: 20px;
   text-decoration: none;
}

#lang .it { background: url('images/flag-it.gif') no-repeat 0px 0px; }
#lang .en { background: url('images/flag-en.gif') no-repeat 0px 0px; }
