/* ------------------------------
HTML Redefine Tags
------------------------------ */

body{font-family:Georgia, Arial, Helvetica, sans-serif;
    font-size:14px; 
    display:block; 
    padding:5; 
    text-align: justify;
    text-justify: newspaper;
    margin-left: auto;
    margin-right: auto;
	background-color:rgb(84,67,54)
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1 {
   color:white;
   font-size:28px;
   font-family:Arial;
   padding-top:10px;
   padding-bottom:10px;
   margin-top:10px;
   margin-bottom:10px;
   background-color:rgb(190,157,118);
   width:920px;
}
h2{font-size:24px; padding:4px 0; margin-top:10px; margin-bottom:10px;}
h3{font-size:18px; padding:4px 0; margin-top:10px; margin-bottom:10px;}

a:link, a:visited{color:white; text-decoration:none;}
a:hover{text-decoration:none;}

ul {margin-left: 20px; padding: 0;}
#Prices {
    list-style-type: none;
}
/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (780 pixel) */

#container{width:780px; margin:0 auto;}

#topbar{width:auto; display:block; height:60px;}
#navbar{width:auto; display:block; height:28px; color: #696969;}

#navbar a{height:22px; line-height:22px; padding:0 0px; margin: auto;}
#navlist {
    text-align: center;
}
#navlist li {
display: inline;
list-style-type: none;
text-align:center;
text-decoration: none;
padding:1em;
font-size: 14pt;
}

nav li {
font-size: 12pt;
}

nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	background: #544336; 
	background: linear-gradient(top, #7d6451 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #7d6451 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #7d6451 0%,#bbbbbb 100%); 
	padding: 0 74px;
	border-radius: 1px;  
	list-style: none;
	position: relative;
	display: inline-table;
    margin: 0px 0px
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
    z-index: 1;
}
nav ul li:hover {
	background: #353028;
	background: linear-gradient(top, #4f5964 0%, #7d6451 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #7d6451 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#7d6451 40%);
}
nav ul li:hover a {
	color: #ffffff;
}
	
nav ul li a {
	display: block; padding: 1px 47px;
	color: #ffffff; text-decoration: none;
}
nav ul ul {
	background: #7d6451; border-radius: 0px; padding: 0px;
	position: absolute; top: 100%;
    z-index: 1;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
    z-index: 1;
}
nav ul ul li a {
	padding: 1px 55px;
	color: #ffffff;
}	
nav ul ul li a:hover {
	background: #353028;
}
nav ul ul ul {
	background: transparent; border-radius: 0px; padding: 0px;
	position: absolute; top: 0%;
}
nav ul ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	background-color: #7d6451;
	left: 180px;
}
nav ul ul ul li a {
	padding: 1px 55px;
	color: #ffffff;
}	
nav ul ul ul li a:hover {
	background: #353028;
}

#navlist li a:hover {
    background-color: #696969;
}

#main{ width:920px; display:block; line-height:22px; padding:10px 0; background-color:rgb(190,157,118); padding-left:30px; padding-right:30px;}

#column_left{width:254px; float:left; spacing:0px; padding:35px; margin-left:1px; margin-right:2px; text-align: justify; text-justify: newspaper; color:white; height:304px; background-color:rgb(116,99,101);}
#column_right{width:254px; float:right; spacing:0px; padding:35px; margin-left:1px; margin-right:2px; text-align: justify; text-justify: newspaper; color:white; height:304px; background-color:rgb(116,99,101);}
div.spacer{clear:both; height:10px; spacing:10px; display:block;}
#column_left ul {margin: 0px; padding: 0;}
#galleria {
    width:60em;
	height: 40em;
	background: #000;
	margin-left: auto;
	margin-right: auto;
	}

#footer{width:auto; display:block; padding:10px; font-size:18px; color:black;}
