/* CSS for Restaurant 36 On the Quay */

*
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #004f7a;
	background-color: #cfd7f4;

	height: 100%;
	width: 100%;
}

a
{
	color: #004f7a;
}
/* Remove dashed hyperlink border in Firefox*/
/*a:active { outline: none; }
a:focus { -moz-outline-style: none; }*/

#divMain
{
	/*height: 100%;*/
	/*min-height: 100%;*/
	width: 900px;
    margin: 0 auto;
    background-image: url(images/borders.gif);
    background-repeat: repeat-y;
	background-color: White;
}

#divLogo
{
	height: 190px;
	width: 190px;
	margin-left: 20px;
}

#divLogo img
{
	border: none;
}

#divNavigation
{
	width: 190px;
	margin-left: 20px;
}

.navigation ul
{
	margin-top: 30px;
	margin-left: 80px;
	list-style: none;

}

.navigation li
{
	text-transform: uppercase;
	list-style: none;
	font-size: 10px;
	line-height: 24px;
	margin-right: 10px;
	border-right: solid 1px #004f7a;
}

.navigation a, .navigation a:visited, .navigation a:visited
{
	text-decoration: none;
	color: #004f7a;

}

.selectedLink 
{
	color: Red;
}

.navigation a.selectedLink 
{
	color: Red;
}

.navigation a:hover, #divFooterNavigation a:hover
{
	color: Red;
}

#divAwardLogos
{
	width: 190px;
	text-align: right;
	margin-top: 30px;
}

#divLeft
{
	float: left;
}

#divRight
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width:630px;
	font-size: 12px;
	letter-spacing: 0.143em;
}

#divReservations
{
	float: right;
	color: #95a4d8;
	padding-bottom: 10px;
}

#divReservations a, #divReservations a:visited
{
	color: #95a4d8;	
}

#divImageSlideShow
{
	/*padding: 20px;*/
}

#divImageSlideShow img
{
	border: solid 5px #cfd7f4;
}

#divContentContainer
{
	position: relative;
	top: -100px;
	float: right;
	width: 612px;
	z-index: 99999999;
}

#divContentTop
{
	width: 612px;
	height: 29px;
	background-image: url(images/contents-top.gif);
    background-repeat:no-repeat;
}


#divContent
{
	width: 612px;
	background-image: url(images/contents-middle.gif);
    background-repeat: repeat-y;
}

#divContent h1
{
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 15px 50px;
}

#divContent h2
{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 15px 50px;
}

#divContent h3
{
	font-size: 14px;
	font-style:italic;
	font-weight: 600;
	padding: 0 0 0 50px;
}

#divContent a.readMore
{
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#divContent p
{
	padding: 0 50px 15px 50px;
	line-height: -1em;
}

#divContent .signature
{
	margin-top: 10px;
	margin-left: 250px;
	padding: 0 0 0px 0;
}

#divContentBottom
{
	width: 612px;
	height: 29px;
	background-image: url(images/contents-bottom.gif);
    background-repeat:no-repeat;
}

.opacity_eightyfive
{
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.clearFloats
{
	clear:both;
	height:1px;
	overflow: hidden;
}

#divFooter
{
	/*position: relative;
	top: -50px;*/
	width: 900px;
    margin: 0 auto;
	padding-bottom: 10px;
    background-image: url(images/borders.gif);
    background-repeat: repeat-y;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
}

#divFooterNavigation li
{
	float: left;
	text-transform: uppercase;
	list-style: none;
	padding: 0 10px 0 10px;

}

#divFooterNavigation a
{
	text-decoration: none;
	color: #004f7a;
}

#divFooterNavigation a:visited
{
	color:#004f7a;
}


#divFooterNavigation
{
	border-top: solid 1px #cfd7f4;
	position: relative;
	margin: 0 auto;
	width: 430px;
}

#divFooterText
{
	border-top: solid 1px #cfd7f4;
}

#divFooterText a
{
	text-decoration: underline;
}

#divFooterNavigation a.selectedLink
{
	color: Red;
}

#divRoomsLeft
{
	width: 455px;
	float: left;
}

#divRoomsLeft p.menuItem
{
     padding-bottom: 0;
}

#divRoomsLeft p.menuFiller
{
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}

#divRoomsRight
{
	width: 115px;
	float: left;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	margin-right: 10px;
}

#divRoomsRight li
{
	text-transform: uppercase;
	list-style: none;
	padding: 0 10px 0 10px;

}

#divRoomsRight a
{
	text-decoration: none;
	color: #004f7a;
}

#divRoomsRight a:visited
{
	color:#004f7a;
}

#divRoomsRight a:hover
{
	color:Red;
}


#divRoomsRight a.selectedLink
{
	color: Red;
}

.contentsLogo
{
display: inline;
margin-right: 10px;
vertical-align: middle;
}

#imgWheelchair
{
    margin-left: 5px;
}