/************************************************************
	CSS RESET
************************************************************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div { behavior: url(iepngfix.htc) }

/************************************************************
	GENERIC
************************************************************/
div {border: 0px solid red;
		padding:0px;}

table{border: 0px solid green;}

#flashBanner {
outline:none;
}


body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff url(../images/backgrounds/body_enhanced.jpg) repeat-x left top;
	border: 0px solid red;
}
html, body {
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}
a {
	color: #CC0000;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, select, textarea {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 80%;
}
.colorLighter {
	color: green;
}
.colorGray {
	color: #666;
}
img {
	/* behavior: url(/images/iepngfix.htc); */
}


/************************************************************
	HEADER
************************************************************/
#header {
	width: 950px;
	margin: 0 auto;
	position: relative;
	border: 0px solid green;
}
#reservationLink {
	margin-top:-70px;
	margin-right:60px;

	float:right;
	
	}
#logo {
	position: absolute;
	right: 445px;
	top: 25px;
	border: 0px solid red;
	background-image:url(../images/logoBrScript.png);
	width:465px;
	height:95px;
	
}
/************************************************************
	NAVIGATION
************************************************************/
#nav { 
	padding-top:5px;
	padding-left:142px;
}
#Lang-nav { 
	padding-top:5px;
	padding-left:0px;
}

/************************************************************
	BANNER
************************************************************/
#banner {
	clear: both;
	width: 100%;
	outline:none;
	
}

/************************************************************
	BOTTOM NAV
************************************************************/
#bottomNav {
	top:-5px;
	width: 800px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	border: 0px solid green;
	

}

#bottomNavLinks{

	border: 0px solid WHITE;
	float:right;
}


#bottomNav .copyright {
	float: ;
}


/************************************************************
	CONTENT
************************************************************/
#content {
	width: 910px;
	height:150px;
	margin: 0 auto 0 auto;
	clear: both;
}
	/* position: relative; */
	
	
/************************************************************
	FOOTER
************************************************************/
#footer {
	padding-top:3px;
	color: #aeaeae;
	width: 100%;
	bottom: 0;
	clear:both
}
#footer .copyright {
	float: none;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #000;
}
/************************************************************
	DROPDOWN
************************************************************/


/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 font-weight: bold;
 	border: 0px solid red;

}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 97%;
 left: 0;
 z-index: 598;
 width: 100%;
 	border: 0px solid red;

}

ul.dropdown ul li {
 float: none;
 
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
 
}

ul.dropdown li:hover > ul {
 visibility: visible;
 
}


ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
 
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
 	border: 0px solid red;

 
}