@charset "utf-8";

/*
Author: Valentina De Vecchis
Author url: www.valdev.it
Company: New Tech Solutions
Company url: www.newts.it

CSS Crossbrowser: IE 6, IE 7, Firefox 3, Chrome, Safari for Windows
Miminum resolution: 1024x768
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #996600;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #fc6;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fc6;
}
img {
	border:#fff 3px solid;
}
img a:link {
	border:#fff 3px solid;
}
img a:hover {
	border:#fc6 3px solid;
}
img a:visited {
	border:#fff 3px solid;
}
ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
select{
	font-size:11px;
	color:#666;
	border:#c93 1px solid;
	margin-top:5px;
	_font-size:10px;
}
input{
	background:url(img/bg_dark.jpg);
	padding:2px;
	margin: 0 auto;
	color:#fc6;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	border:#c93 1px solid;
}

/*main structure*/
#header {
	background: url(img/bg_top.jpg) top center no-repeat;
	height: 330px;
	width: auto;
	margin: 0 auto;
	display:block;
}
#navigation{
	height: 320px;
	width: 800px;
	margin: 0 auto;
	padding:0 100px;
	display:block;
}
#navigation_content{
	padding-top:10px;
}
#navigation_content img{
	border:#fff 0px solid;
}

#content{
	width:800px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
#footer{
	background: url(img/bg_dark.jpg) top center repeat-x;
	width: 780px;
	margin: 20px auto;
	padding:10px;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	display:block;
}
#footer img{
	border:#fff 0px solid;
}

/*box home*/
#boxhome_description{
	width:240px;
	height:230px;
	background:url(img/bg_dark.jpg);
	margin-right:10px;
	padding:10px;
	float:left;
}
#boxhome_gallery{
	width:265px;
	height:230px;
	background:url(img/bg_dark.jpg);
	padding:10px;
	float:left;
}
#boxhome_gallery img{
	width:70px;
	height:50px;
	overflow:hidden;
	margin:0 6px 10px 6px;
	background:url(img/image.jpg);
}
#boxhome_gallery ul{
	margin:0 auto;
}
#boxhome_gallery li{
	float:left;
}

#boxhome_booking{
	width:225px;
	height:230px;
	background:url(img/bg_squarefade.jpg);
	padding:10px;
	float:left;
}
#boxhome_booking input{
	width:200px;
	_font-size:10px;
}
#box_calendar{
	width:225px;
	height:230px;
	background:url(img/bg_dark.jpg) top repeat;
	padding:10px;
	float:left;
}
#box_gallery{
	display:block;
	overflow:hidden;
	width:685px;
	margin: 0 auto;	
}
#box_gallery img{
	width:120px;
	height:120px;
}
#box gallery ul{
	padding:10px
}
#box_gallery li{
	margin:0 5px 10px 5px;
	float:left;
}

/*general box*/
.box260_transparent{
	width:240px;
	padding:10px;
	margin:0 5px 0 0;
	float:left;
	overflow:hidden;
}
.box520_transparent{
	width:500px;
	padding:10px;
	margin:0 5px 0 0;
	float:left;
	overflow:hidden;
}
