/*  
Theme Name: campingmarmolada.com
Author: baga
Author URI: http://www.bagaweb.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, button, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Helvetica, sans-serif;
}
a {
	outline: none;
	text-decoration: none;
}
ul { 
	list-style: none;
}
body {
	background: #63965c;
	text-align: center;
}
#header {
	background: url(img/bg-header.png);
	height: 140px;
}
#header-wrapper {
	width: 920px;
	margin: 0 auto;
}
#logo-top {
	background: url(img/logo-top.png) left no-repeat;
	width: 320px;
	height: 140px;
	float: left;
}
#nav {
	width: 600px;
	height: 140px;
	float: left;
}
#nav-top {
	width: 600px;
	height: 35px;
	float: left;
}
#nav-top li {
	float: right;
	padding: 6px 0;
	font-size: 0.95em;
	color: #dfdce1;
}
#nav-top li a {
	padding: 0 7px;
	color: #dfdce1;
}
#nav-top li a:hover {
	color: #fff;
}
#nav-bottom {
	width: 600px;
	height: 105px;
	float: left;
}
#nav-bottom li {
	float: right;
	padding: 75px 0 0 0;
	font-size: 0.95em;
	color: #63965c;
}
#nav-bottom li a {
	padding: 0 7px;
	color: #fff;
}
#nav-bottom li a:hover {
	color: #63965c;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
#content {
	background: url(img/logo-bottom.png) top left no-repeat;
	width: 290px;
	float: left;
	padding: 60px 30px 0 0;
}
#content p {
	font-size: 1.05em;
	line-height: 1.25em;
	color: #fff;
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	text-align: justify;
}
#content p.right {
	text-align: right;
}
#slideshow {
	width: 600px;
	height: 450px;
	float: left;
	margin: 20px 0 15px 0;
}
#contact {
	background: #236a3e url(img/bg-contact.png) repeat-x;
	height: 80px;
}
#contact-wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#contact p {
	font-size: 0.95em;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	padding: 8px 0 0 0;
}
#contact p a {
	color: #000;
	text-decoration: underline;
}
#contact p a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer {
	background: #000;
	height: 70px;
}
#footer-wrapper {
	width: 920px;
	margin: 0 auto;
}
#footer-left {
	width: 320px;
	float: left;
}
#footer-right {
	width: 600px;
	float: left;
}
#footer p {
	font-size: 0.95em;
	line-height: 1.25em;
	color: #fff;
	text-align: left;
	padding: 35px 0 0 0;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
}
#footer p a:hover {
	color: #236a3e;
}
#footer-right p {
	text-align: right;
	padding: 5px 0 0 0;
}
.clearer {
	clear: both;
	height: 0;
	line-height: 0;
}
iframe{
	overflow: hidden;
}
#google-map {
	width: 900px; 
	height: 450px;
}
#prices {
	padding: 0 10px;
}
#prices table {
	width: 880px;
	margin: 10px auto 20px auto;
}
#prices td, #prices th {
	border: 1px solid #fff;
	padding: 5px;
}
#prices th {
	background: #246943;
}
#prices p {
	text-align: center;	
	font-size: 1.05em;
	line-height: 1.25em;
	color: #fff;
}





#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}
#lbCanvas {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: url(img/spacer.gif);
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 0.95em;
	color: #333;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 30px;
	background: transparent url(img/closelabel.gif) no-repeat 0px 10px;
	margin: 5px 0;
}
#lbCaption {
	font-weight: bold;
}
#lbNumber {
	font-size: 0.7em;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
}