@charset "UTF-8";
/* San Nicola universal stylesheet */

a {
	text-decoration: none;
}

body {
	margin: auto;
	padding: 0;
	font-size: .8em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 2em;
	padding: 0;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1, h1 a {
	display: block;
	text-indent: -2000px;
	/*overflow: hidden;*/
	width: 750px;
	height: 200px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Times,"Times New Roman", serif;
	font-style: italic;
	font-size: 3em;
	font-weight: lighter;
	color: #640000;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1em;
	border-bottom: 1px solid #640000;
}

h2 img {
	margin-left: 10px;
}

h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.4em;
	padding: .25em 0 0 0;
	margin: 0 0 1em 0;
	color: #640000;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dividing_line {
	height: 20px;
	border-top: 1px dotted #666666;
	clear: both;
}

.caption {
	display: block;
	float: right;
	width: 320px;
	clear: both;
	color: #640000;
	text-align: center;
	font-family: Times,"Times New Roman", serif;
	margin: -10px 0 10px 0;
}

/*ul.nav li {
	display: inline;
	margin: 0 8px 0 8px;
	color: #490000;
}*/

/* HORIZONTAL FREESTYLE MENU LAYOUT */
#navdiv{
	width: 750px;
	height: 30px;
	_margin: -2px 0 0 0; /* IE6 fix */
	
	}

/* All <ul> tags in the menu including the first level */
.nav, .nav  ul {
margin: 0;
list-style: none;
z-index: 9999;
/* display: block; */

padding: 5px 0 5px 10px;
text-align: center;
font-weight: bold;
color: #640000;
font-size: 12px;
line-height: 20px;
}



/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.nav ul {
 display: none;
 position: absolute;
 top: 1.0em; margin: 13px 0 0 0; /* I'm using ems and px to allow people to zoom their font */
 left: -5px;
 width: 150px;
 padding: 0;
 
}

/* Second and third etc. level submenus - position across from parent instead */
.nav ul ul {
 top: 0;
 margin: 0;
 left: 150px;
 padding: 0;
 /*display: block;*/
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.nav li {
 float: left;
 display: block;
 position: relative;
 background: none;
/* margin-right: -1px;
 margin-left: 8px;*/

margin: 0 10px 0 10px;
color: #640000;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.nav ul li {
 float: none;
 margin: 0;
background: #FFFFD2;/* url(../images/nav_drop_background.gif);*/
 border-bottom: 1px solid #AC9665;
 color: #640000;
 line-height: 1.2em;
 padding: 5px 0 5px 0;
}

.nav ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.nav a {
 display: block;
 /*padding: 3px;*/
}

.nav ul li a:hover, .nav ul li a:focus, .nav ul li a.highlighted:hover {
 /*background: #FFFFD2;*/
 color: #AF672C;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.nav a:hover, .nav a.highlighted:hover, .nav a:focus {
	text-decoration: none;

}

.nav a.highlighted {

}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.nav a .subind {
 display: none;
}
.nav ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.nav a {
 float: left;
}
.nav ul a {
 float: none;
}
/* \*/
.nav a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .nav ul li {
 float: left;
 width: 100%;
}

* html .nav ul li {
 float: left;
 height: 1%;
}
* html .nav ul a {
 height: 1%;
}
/* End Hacks */


table.two_columns {
	width: 660px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	padding: 0;
}

table.two_columns td {
	width: 320px;
	margin: 0;
	padding: 0;
}

table.two_columns td.left {
	padding-right: 20px;
}

table.two_columns td img {
	border: 1px solid #640000; 
	margin-bottom: 20px;
}

#content {
	width: 660px;
	height: auto;
	padding: 45px 45px 0 45px;
	margin: 0 auto;
}

#content a:link, #content a:visited {
	color: #AF672C;
}

#content a:hover, #content a:active {
	color: #640000;
}

#content img.main {
	border: 1px solid #640000;
	float: right;
	margin: 0 0 20px 20px;
}

.call_out {
	float: right;
	width: 320px;
	height: 60px;
}

.call_out p {
	font-family: Times,"Times New Roman", serif;
	text-align: center;
	color: #FFFFD2;
	font-size: 1.25em;
	margin: 36px 0 0 0;
}

.call_out a:link, .call_out a:visited {
	color: #FFFFD2;
}

.call_out a:hover, .call_out a:active {
	color: #AF672C;
}

#reservations {
	background: url(../images/reservations.jpg) no-repeat top center;
	
	font-size: 1.1em;
	letter-spacing: 0.2em;
	cursor: pointer;
}

#landscape {
	width: 750px;
	clear: both;
	border-bottom: 1px solid #640000;
}




.footer p {
	margin: 1em 0 1em 0;
	color: #640000;
	text-align: center;
	font-family: Times,"Times New Roman", serif;	
}

.footer a:link, .footer a:visited {
	color: #AF672C;
}

.footer a:hover, .footer a:active {
	color: #FFFFD2;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

input {
	border: 1px solid #640000;
	font-size: 1.1em;
}

textarea {
	border: 1px solid #640000;
	
}

.contacttable p {
	font-weight: bold;
	font-size: 1.1em;
	}
	
table.contacttable {
	border: 1px #FFFFD2 solid;
	margin: 0 auto;
	}
	
table.contacttable td {
	padding: 0 10px 0 10px;
}

p.errorMsg {
	color: #FF0000;
	}
	
.pressheader {
	margin-bottom: 0;
}

.press_description {
	padding-bottom: 1em;
	border-bottom: 1px dotted #666666;
}

#music_player {
	float: right;
	clear: both;
	width: 140px;
	height: 30px;
	margin-bottom: 20px;
}

#slideshow {
	width: 320px;
	height: 250px;
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
}
.higlight {
border: 1px dotted #640000;
font-size: .8em;
padding: 3px;
}
.higlight_index {
border: 1px dotted #640000;
font-size: .8em;
padding: 3px;
width:352px;
}