﻿* {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/bg_top.png');
	background-color: #FBFBFB;
	background-repeat: repeat-x;
}
nav {
	margin: 0px;
	background-position: center top;
	padding: 0px;
	text-align: right;
	color: #000000;
	width: 100%;
	height: 48px;
	z-index: 999;
}
#menu ul {
	list-style-type: none;
	height: 13px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: right;
	max-width: 1168px;
}
#menu li {
	list-style-type: none;
	float: right;
	height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#menu li a {
	text-decoration: none;
	color: #CE7459;
	font-size: 13px;
	display: block;
	height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 13px;
}
#menu li a.active {
	color: #FFFFFF;
}
#menu li a:hover {
	color: #fff;
}
#menu li img {
	vertical-align:middle;
	border: none;
}
header {
	background-position: -4px center;
	overflow: hidden;
	height: 103px;
	text-align: right;
	z-index: 998;
	max-width: 1168px;
	background-repeat: no-repeat;
	background-image: url('../img/logo.png');
	margin-right: auto;
	margin-left: auto;
	color: #C1C1C1;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 40px;
	line-height: 28px;
}
header a {
	color: #CA9640;
	font-size: 30px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}
header a:hover{
	color:#000;
}
.container {
	max-width: 1168px;
	background-color: #FAFAFA;
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000000;
}
h1 {
	overflow: hidden;
	padding-top: 22px;
	margin: 0px auto 0px auto;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0px;
	height: 48px;
	text-indent: px;
	max-width: 1168px;
	line-height: 1em;
}
h2 {
	overflow: hidden;
	padding-top: 22px;
	margin: 0px auto 0px auto;
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	height: 48px;
	text-indent: px;
	max-width: 1168px;
	line-height: 1em;
	background-color: #FFFFFF;
}
h2 a {
	text-decoration: none;
	color: #808080;
}
h2 a:hover {
	color: #333333;
}
h3 {
	color: #808080;
	font-weight: normal;
}
h6 {
}
h6 a {
	color: #523907;
	text-decoration: none;
	background-color: rgba(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: 0px;
}
.tresc {
	padding: 25px 0px 25px 0px;
	font-size: 15px;
	line-height: 1.4em;
	text-align: justify;
	font-weight: 400;
	color: #808080;
}

.photos {
	padding: 0px;
	text-align: left;
	letter-spacing: 4px;
}
.photos img {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 5px;
}
footer {
	box-shadow: 0px 0px 140px 30px rgba(244, 244, 244,0.25);
	margin: 0px auto 0px auto;
	max-width: 1168px;
	color: #000;
	padding-top: 25px;
	padding-bottom: 5px;
	transition-duration: 0.4s;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0px, rgba(255,255,255,0.5) 100px, rgba(255,255,255,0.7) 200px) #f0f0f0;
	background-color: #F0F0F0;
}
#foot {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
footer a {
	color: #808080;
	transition-duration: 0.4s;
}
#author {
	min-height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	padding-left: 0px;
	opacity: 0.8;
		text-align: center;

}
footer #contact {
	min-height: 130px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 1.45em;
}
footer #contact strong {
	font-weight: bold;
	font-size: 16px;
}
footer a:hover {
	color: #000;
}
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:25px;
}
.prod .item {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	text-align: center;
	width: 184px;
	height: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 8px #DDDDDD;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.prod .item a {
	color: #808080;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	transition-duration: 0.6s;
}
.prod .item a:hover {
	color: #00ADEF;
	transition-duration: 0.6s;
}
.prod .item img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-style: none;
	transition-duration: 0.6s;
	max-width: 184px;
}
.prod .item img:hover {
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transition-duration: 0.6s;
	
}
.clear {
	clear: both;
	height: 0px;
}
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: 0px auto 0px 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;
  -webkit-border-radius:  6px; 
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  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: 1px solid #537262; 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: 0px;
	margin-top: 16px;
	border-style: none;
	background: linear-gradient(to left, rgba(72, 112, 85,0) 0px, rgba(72, 112, 85,0.1) 30px, rgba(72, 112, 85,0.3) 60px, rgba(72, 112, 85,0.6) 460px, rgba(72, 112, 85,0.3) 860px, rgba(72, 112, 85,0.1) 890px, rgba(72, 112, 85,0) 920px) transparent;
	height:1px;

}
.floating {
	float: right;
	margin-left: 20px;
	padding-top: 16px;
}
.google-maps {
	padding: 0px;
	height: 400px;
	margin: 0;
	width: 100%;
}
.spacer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mark2 {
	color: #C4E8EF;
}
