html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}

/****************************/
html,body {
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#03164c;
	color:#000000;
}
div, header, section, nav, footer, aside, article, hgroup, figure, canvas {
	display:block;
}
a,img,object {
	text-decoration:none;
	outline:none;
	border:0px none;
}
a:hover {
	text-decoration:underline
}
a:active {
	position:relative;
	top:1px;
}
input[type="text"], input[type="password"], textarea {
	padding:1px;
	margin:0px;
	border:1px solid #cccccc;
	height:18px;
}
input[type="submit"], input[type="button"], input[type="reset"], button {
	margin:0px;
}
textarea {
	height:auto;
	min-height:80px;
}
/*social share*/
div#socialshareBox {
	width:100%;
	position:relative;
	z-index:200;
	height:30px;
}
div#socialshareBox > span {
	float:left;
	margin-left:10px;
}
div#socialshareBox > span iframe {
	border:none;
}
div#socialshareBox > span.facebook-share {
	width:103px;
	margin-left:0px;
}
div#socialshareBox > span.twitter-share {
	width:80px;
}
div#socialshareBox > span.googleplus-share {
	width:107px;
}
/************************************* OUTER WRAPPER ***************************************/
div#outerWrapper {
	width:961px;
	margin:auto;
	border:1px #fff solid;
	margin-top:4px;
	margin-bottom:50px;
}
/************************************* HEADER ***************************************/
div#outerWrapper > header {
	overflow:hidden;
	background:url(img/header.png) no-repeat;
}

/*logo*/
h1#logo {
	float:left;
}
h2#desc {
	float:left;
	float: right;
	color: #fff;
	margin-top: 2px;
	margin-right: 10px;
}
h1#logo, h1#logo a {
	position:relative;
	display:block;
	width:428px;
	height:101px;
	overflow:hidden;
	top:0px;
	left:0px;
	float:left
}
h1#logo span {
	position:absolute;
	display:block;
	width:428px;
	height:101px;
	top:0px;
	left:0px;
	float:left;
	background:url('img/logo.png') no-repeat
}
/*lingua*/
div#lingua {
	float:right
}
/*menu header*/
div#booknow {
	clear:both;
	overflow:hidden;
	height: 50px;
	line-height:50px;
	text-align:center;
	background:url(img/bgmenu.png);
}
div#secondmenu > nav ul {
	float:right;
	list-style:none;
	padding: 0px;
	margin: 0px;
	margin-right:30px;
}
div#secondmenu > nav ul li {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
        height: 50px;
	line-height:50px;
}

div#secondmenu > nav ul li a {
	color:#ffffff;
	font-weight:bold;
	
}

div#secondmenu {
	height: 52px;
	clear: both;
}
div#slide {
	height:174px;
	background:#fff;
}
/************************************* CONTENT WRAPPER ***************************************/
div#contentWrapper {
	overflow:hidden;
	background: #FAEBC0;
        padding: 15px 5px 5px 9px;
}
/************************************* SIDEBAR ***************************************/
aside#sidebar {
	float:left;
	width:200px;
	margin-left:12px;
}
/************************************* CONTENT ***************************************/
section#content {
	float:left;
	width:709px;
	min-height:424px;
	background:#FAF5E1;
	padding:10px;
	border:2px #716853 solid;
	border-radius:5px;
	box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
	
}
section#content h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
section#content h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
section#content h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content p {
	margin:0px 0px 12px 0px;
	font-size:16px;
	line-height:22px;
}
section#content img[align="left"], section#content img[style*="float: left"], section#content img[style*="float:left"] {
	clear:both;
	margin:8px 12px 8px 0px;
	float:left;
}
section#content img[align="right"], section#content img[style*="float: right"], section#content img[style*="float:right"] {
	/*clear:right;*/
	margin:8px 0px 8px 12px;
	float:right;
}
section#content_land {
	float:left;
	width:920px;
	min-height:424px;
	background:#FAF5E1;
	padding:10px;
	border:2px #716853 solid;
	border-radius:5px;
	box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
	
}
section#content_land h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
section#content_land h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}
section#content_land h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content_land h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content_land h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content_land h6 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content_land p {
	margin:0px 0px 12px 0px;
}
/************************************* FOOTER ***************************************/
div#outerWrapper > footer {
	text-align:center;
	background:url(img/bgfooter.png);
	height:68px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
div#outerWrapper > footer p {
	margin:0px;

}
/*menu footer*/
div#outerWrapper > footer > nav {
	clear:both;
	overflow:hidden;
}
div#outerWrapper > footer > nav ul {
	margin:0px auto;
	padding:0px;
	width:400px;
}
div#outerWrapper > footer > nav ul li {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
}
div#outerWrapper > footer > nav ul li a {
}

/********************LANDING***********************************/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

	color: #000;
	font-size: 30px;
	background: #ffffff;
	padding: 7px;
	border-radius: 5px;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
#inspected_parent {
	margin-bottom: 40px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	overflow: hidden;
	clear:both;
}
#frmInfo {
	width: 430px;
	margin-left: 20px;
	float: left;
}
#frmInfo p.etichetta {
	margin-bottom: 3px;
}
#frmInfo input, #frmInfo select {
	width: 370px;
	margin-bottom: 20px;
	height: 35px;
	font-size: 18px;
	border-radius: 5px;
}
#frmInfo input.radio {
        width: 13px;
	margin-bottom: 20px;
	height: 13px;
}
#frmInfo textarea {
	width: 370px;
	margin-bottom: 20px;
	height: 130px;
	border-radius: 5px;
}
#frmInfo p.privacy a {
	text-decoration: none;
	color: #353537;
	cursor: default;
}
#frmInfo button {
	cursor: pointer;
	width: 373px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #98999e;
	border-radius: 6px;
	line-height: 40px;
}
#mappaland {
	border: 1px #98999e solid;
	background: url('/images/toscana.png');
	float: left;
	width: 448px;
	height: 542px;
	margin-right: 20px;
	margin-top: 18px;
	border-radius: 5px;
}
#vehicles {
	width: 430px;
	float: left;
	margin-left: 20px;
}
#vehicles img {
	margin-bottom: 30px;
	width: 373px;
}
#introland {
	width: 450px;
	float: left;
	font-size: 16px;
	line-height: 22px;
}
#wrappertours {
	clear: both;
}
#contenttours {
	background: #E0EDCB;
	min-height: 240px;
	font-size: 14px;
	line-height: 22px;
	padding: 3px;
	border: 1px #716853 solid;
	border-radius: 5px;
	box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
}
#contenttours h3 {
	background: #222F5C;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 3px;
}
#contenttours img {
	float: left;
	margin-left: 10px;
	margin-right: 30px;
}
#contenttours p.booknow {
	text-align: right;
	margin-right: 20px;
	padding-top: 20px;
}
#contenttours a.tour_link {
	background: #ffffff;
	padding: 5px;
	border-radius: 3px;
	border: 1px #ccc solid;
}