/* /////////////////////////////////
	La Vista CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

html {
	height: 100%;
}

body {
	font: normal 14px 'palatino lynotype', 'palatino', georgia, 'times new roman', times;
	color: #ccc;
	background-color: #300000;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	line-height: 20px;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}


/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 32px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #fff;
	margin: 18px 0 18px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #fff;
	margin: 0 3px 0 0;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #e1c34b;
	text-decoration: none;
}

a:hover {
	color: #f4e97b;
	text-decoration: none;
}

a:focus {
	outline: 0;
}


/* /////////////////////////////////
	NAV
///////////////////////////////// */

#panel {
	width: 240px;
	height: 100%;
	background: transparent url('../i/black70.png') repeat left top;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
}

#logo {
	display: block;
	width: 182px;
	height: 49px;
	overflow: hidden;
	background: transparent url('../i/lavista.png') no-repeat left top;
	text-indent: -5000px;
	margin: 42px 0 0 26px;
}

ul#nav {
	margin: 34px 0 0 0;
	list-style-type: none;
	padding: 0 26px;
	position: relative;
	z-index: 10;
}

ul#nav li {
	margin-bottom: 8px
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	width: 180px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#nav li a.current:link,
ul#nav li a.current:visited {
	color: #fff;
}

.intro {
	margin: 24px 26px;
	position: relative;
	z-index: 1000;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	background: transparent url('../i/black70.png') repeat left top;
	min-height: 100%;
	padding: 0;
	margin: 0 0 0 480px;
}

#text {
	width: 450px;
	padding: 50px 0 24px 26px;
}

#dots {
	position: absolute;
	left: 240px;
	top: 0px;
}

h1 .subNav {
	color: #e1c34b;
	font-size: 18px;
	margin-left: 18px;
}

.subNav a.current:link,
.subNav a.current:visited {
	color: #fff;
}

.menu {
	line-height: 18px;
}

.menu li {
	background: transparent url('../i/yellow30.png') repeat-x left top;
	padding: 10px 80px 8px 0;
}

.menu .price {
	float: right;
	margin: 0 -60px 0 0;
	font-weight: bold;
	color: #fff;
	white-space: pre;
}

.menu .price span {
	padding: 0 12px 0 0;
}

.menu li.heading {
	padding: 1px 0 6px 0;
	margin-top: 20px;
}

.menu li.option {
	padding: 0 80px 8px 0;
	margin: 0;
	background: none;
}

.menu li.heading h2 {
	font-size: 12px;
	margin: 0;
	background: transparent url('../i/yellow30.png') repeat left top;
	padding: 6px 10px 2px 10px;
	color: #000;
}

.menu li.heading h2 em {
	text-transform: none;
	letter-spacing: 1px;
}

.menu li.heading .right {
	font-style: normal;
	padding-right: 16px;
	white-space: pre;
	font-weight: bold;
}

.menu h3 em {
	text-transform: none;
	letter-spacing: 0px;
	font: normal 14px 'palatino lynotype', 'palatino', georgia, 'times new roman', times;
	font-style: italic;
	color: #ccc;
}

body.wine .menu em.desc {
	white-space: nowrap;
}

.gallery {
	margin: 0 0 0 280px;
	padding-top: 38px;
}

.gallery li {
	height: 120px;
	width: 180px;
	padding: 0;
	background-color: #000;
	float: left;
	margin: 0 20px 20px 0;
	-webkit-box-shadow: 1px 1px 8px #1f0506; 
	-moz-box-shadow: 1px 1px 8px #1f0506; 
}

.gallery li a:link,
.gallery li a:visited {
	display: block;
	width: 170px;
	height: 110px;
	overflow: hidden;
	float: left;
	padding: 5px;
	background-color: #000;
}

.gallery li a:hover {
	background-color: #503b17;
}

#text2 {
	width: 192px;
	padding: 50px 26px 24px 26px;
	position: fixed;
	top: 0;
	left: 240px;
	color: #fff;
}

#text2 .phone {
	font-size: 18px;
}

#text2 .email {
	margin: -10px 0;
}

#text2 .adress {
	line-height: 18px;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
 	border: 0;
}

.formRows {
	margin: 0;
}

.formRows li {
	clear: both;
	overflow: hidden;
	height: 1%;
	margin-bottom: 12px;
	padding-bottom: 2px;
	background: transparent url('../i/yellow30.png') repeat-x left bottom;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

label {
	font-size: 14px;
	color: #fff;
	margin: 0;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
}

.input {
	border: 0;
	background: transparent;
	padding: 2px 4px 2px 10px;
	font: normal 14px 'palatino lynotype', 'palatino', georgia, 'times new roman', times;
	color: #ccc;
	width: 380px
}

input.short {
	width: 120px;
}

textarea.input {
	padding: 2px 0 2px 0;
	height: 200px;
	width: 450px;
}

#contactForm {
	margin-bottom: 32px;
}

#sendEmail:link,
#sendEmail:visited {
	margin: 0;
	padding: 5px 10px 3px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url('../i/yellow30.png') repeat left bottom;
}

#sendEmail:hover{
	background-color: #e1c34b;
	color: #000;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#audio {
	position: absolute;
	bottom: 60px;
	left: 23px;
}

object {outline:none}


#footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	font-size: 12px;
	margin: 0 26px;
	color: #666;
	font: normal 10px 'lucida grande', 'lucida sans unicode', arial, tahoma, verdana;
}

#footer a:link,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
}

/* /////////////////////////////////
	USER MESSAGE
///////////////////////////////// */

#user-msg {
	background-image: url('/i/bg-home.jpg');
	background-position: -155px top;
}

#user-msg .msg {
	background: transparent url('../i/black70.png') repeat left top;
	width: 450px;
	margin: 50px;
	padding: 1px 30px 18px 30px;
}

#user-msg #logo {
	margin: 40px 0 26px 0;
}
