﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-position: center top;
	font-family: "Century Gothic", "Open Sans", Arial, Verdana, sans-serif;
	color: #999;
	background-image: url("../img/tlo.jpg");
	background-repeat: repeat-x;
	background-color: #F9F2D3;
}

.wrapper {
	background-image: url("../img/body.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

nav {
	margin: 0;
	background-position: center top;
	padding: 0;
	text-align: right;
	color: #000000;
	width: 100%;
	height: 48px;
	z-index: 999;
}

#menu ul {
	list-style-type: none;
	height: 13px;
	padding: 15px 60px 0 0;
	margin: 0 auto 0 auto;
	text-align: right;
	max-width: 900px;
	position: absolute;
	right: 24%;
}

#menu li {
	list-style-type: none;
	float: right;
	height: 13px;
	margin: 0 10px 0 0;
	padding: 0;
	 text-align: center;
}

#menu li a {
	text-decoration: none;
	color: #756B10;
	font-size: 13px;
	display: block;
	height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
}

#menu li a.active {
	color: #000000;
}

#menu li a:hover {
	color: #000000;
}

#menu li img {
	vertical-align: middle;
	border: none;
}

header {
	background-position: 0 center;
	overflow: hidden;
	height: 450px;
	text-align: right;
	z-index: 998;
	max-width: 510px;
	background-repeat: no-repeat;
	background-image: url("../img/logo.png");
	margin-right: auto;
	margin-left: auto;
	color: #6F650C;
	font-size: 24px;
	padding-top: 110px;
	line-height: 28px;
	font-weight: bold;
	padding-right: 450px;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.65);
}

header a {
	color: rgb(255, 255, 255);
	font-size: 30px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

header a:hover {
	color: #000;
}

.container {
	max-width: 960px;
	background-color: rgb(255, 255, 255, 0.5);
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.4) 150px, rgb(255, 255, 255, 0.7) 300px, rgb(255, 255, 255, 1) 450px) rgb(255, 255, 255, 0.5);
}

.top {
	position: absolute;
	z-index: 999;
	margin-top: 46px;
	width: 430px;
	height: 44px;
	color: #fff;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	background: linear-gradient(to left, rgb(134, 186, 246, 0) 0, rgb(134, 186, 246, 0.4) 100px, rgb(134, 186, 246, 0.7) 160px, rgb(134, 186, 246, 1) 250px) transparent;
	float: none;
}

.top-bottom {
	position: absolute;
	height: 80px;
	width: 100%;
	margin-top: -136px;
}

.top-b {
	max-width: 960px;
	margin: auto;
}

h1 {
	padding: 0;
	overflow: hidden;
	margin: 10px auto 0 auto;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	height: 42px;
	text-indent: 0;
	max-width: 960px;
	line-height: 42px;
}

h2 {
	background-position: center 800px;
	overflow: hidden;
	padding-top: 8px;
	margin: 0 auto 0 auto;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	height: 36px;
	max-width: 960px;
	line-height: 1em;
	background-repeat: no-repeat;
}

h2 a {
	text-decoration: none;
	color: #808080;
}

h2 a:hover {
	color: #333333;
}

h3 {
	color: #808080;
	font-weight: normal;
}

h6 a {
	color: #523907;
	text-decoration: none;
	background-color: rgb(255, 255, 255, 0.5);
	display: block;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	text-indent: 230px;
}

h6 a:hover {
	color: #EDB231;
	background-color: rgb(255, 255, 255);
}

article {
	margin-right: auto;
	margin-left: auto;
	width: 928px;
	padding: 0;
}

.tresc {
	padding: 20px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: justify;
	font-weight: 400;
	color: #56490C;
}

.photos {
	padding: 0;
	text-align: left;
	letter-spacing: 4px;
}

.photos img {
	box-shadow: 0 0 3px 0 rgb(0, 0, 0, 0.2);
	border: rgb(255, 255, 255, 0.1) solid 1px;
	margin-bottom: 5px;
}

footer {
	box-shadow: 0 0 140px 30px rgb(244, 244, 244, 0.25);
	margin: 0 auto 0 auto;
	max-width: 960px;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
	transition-duration: 0.4s;
	background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.25) 100px, rgb(255, 255, 255, 0.57) 200px) #56490C;
	background-color: #56490C;
}

#foot {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

footer a {
	color: #F9F2D0;
	transition-duration: 0.4s;
}

#author {
	min-height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	padding-left: 0;
	opacity: 0.8;
	text-align: center;
	color: #000;
}

#author a {
	color: #827111;
}

footer #contact {
	min-height: 130px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 1.45em;
}

footer #contact strong {
	font-weight: bold;
	font-size: 16px;
}

footer a:hover {
	color: #fff;
}

footer img {
	border-style: none;
}

footer img.counter {
	vertical-align: -30%;
}

footer img.counter:hover {
	opacity: 0.65;
}

.prod {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	max-width: 960px;
	background-color: #fff;
	padding-bottom: 15px;
	text-align: center;
}

.prod .item {
	float: left;
	text-align: center;
	width: 213px;
	height: 216px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 8px #DDDDDD;
	margin-right: 18px;
	margin-left: 0;
	margin-bottom: 18px;
}

.prod .item a {
	color: #808080;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	transition-duration: 0.6s;
	line-height: 1em;
}

.prod .item a:hover {
	color: #00ADEF;
	transition-duration: 0.6s;
}

.prod .item img {
	border-style: none;
	transition-duration: 0.6s;
	width: 213px;
	height: 156px;
}

.prod .item img:hover {
	transform: translateY(-4px);
	transition-duration: 0.6s;
}

.clear {
	clear: both;
	height: 0;
}

h2 img {
	border-style: none;
}

.large {
	font-size: 23px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -2px;
	word-spacing: 4px;
}

.jcarousel-skin-luxor li a {
	background-position: center top;
	display: block;
	background: url("../img/empty.png");
	background-repeat: no-repeat;
}

#banners {
	margin: 0 auto 0 auto;
	width: 920px;
}

#page #under_top {
	clear: both;
}

#page #under_top #banners ul {
	width: 914px;
	height: 169px;
}

#page #under_top #banners li a,
#page #under_top #banners li {
	display: inline-block;
	width: 212px;
	border-radius: 6px;
	height: 165px;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

#page #under_top #banners li a:hover {
	color: #ccc;
}

#page #under_top #banners li {
	border: #537262 solid 1px;
	margin: 0 21px 0 0;
}

#page #under_top #banners li a p {
	margin-top: 121px;
	padding: 0 5px;
	background: url(../gfx/transparent.png);
	height: 44px;
}

#page #under_top #banners li.nomargin-left {
	margin-left: 0;
}

html {
	background-image: url("../img/background-top.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

.t2 {
	color: #487055;
}

.line {
	color: #75A389;
	padding-top: 0;
	margin-top: 16px;
	border-style: none;
	background: linear-gradient(to left, rgb(72, 112, 85, 0) 0, rgb(72, 112, 85, 0.1) 30px, rgb(72, 112, 85, 0.3) 60px, rgb(72, 112, 85, 0.6) 460px, rgb(72, 112, 85, 0.3) 860px, rgb(72, 112, 85, 0.1) 890px, rgb(72, 112, 85, 0) 920px) transparent;
	height: 1px;
}

.floating {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}

.google-maps {
	height: 322px;
	border: 0;
	width: 100%;
}

.spacer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.mark2 {
	color: #947D14;
}

.zoom-gallery1 {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.zoom-gallery1 img {
	width: 173px;
	border: none;
}