﻿/********************************************
general
colors: dk green #001e00, brown cfb474, gold #ffd56c                           
********************************************/
body {
	margin: 0px;
	padding: 0px;
  	background-color:rgb(0,30,0);
  	/*font-size:11px;
  	font-family:Arial,Verdana,Helvetica,sans-serif;*/
	font: 0.8em/16px Tahoma,Verdana,Arial,sans-serif;
  	color:rgb(207, 180, 116);
  	color:rgb(178,153,96);
  	color:#CFB474;
  	behavior:url("csshover.htc");  
}

p,div ,span, ul, li, a , img, form,table,tr,td,th {
  	margin:0px;
  	padding:0px;
}


p {
  	padding-bottom:10px;
}

ul {
  	list-style-type:none;
}

/********************************************
                            headers
********************************************/

h1 {
  position:relative;
  height:auto!important;
  height:1%;
  padding:0px;
  margin:0px;
  padding-top:10px;
  margin-bottom:10px;
  color:rgb(255,213,108);
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  
}

h1 span.decor {
  display:block;
  height:4px;
  width: 730px;
  position:absolute;
  /*top: 85%;left:95px;*/
	top: 53px;
  	left: 70px;
  background:url(images/separator.gif);
  background-repeat:repeat-x;
}
h1.short span.decor {
  width:575px;
  position:absolute;
  top:85%;
  left:65px;
}

h1 span.decor span {
  display:block;
  height:27px;
  width:68px;
  position:absolute;
  top: -11px;
  right:-4px;
  background:url(images/decor.gif);
  background-repeat:no-repeat;
}

.hdr {
	margin: 0 0 51px 0;
	width:650px;
}
.hdr img{
	position:absolute; left:0;
}


h2 {
  padding:0px;
  margin:0px;
  padding-bottom:10px;
  margin-bottom:10px;
  margin-top:15px;
  font-size:12px;
  text-transform:uppercase;
  color:rgb(255,213,108);
  font-weight:bold;
  background:url(images/separator.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
}

h3 {
  margin:0px;
  padding-bottom: 10px;
  font-size:12px;
  color:rgb(255,213,108);
  font-weight:bold;
}

/********************************************
                            links
********************************************/
a {
	color: #ffd56c;
  	text-decoration: underline;
}

a:focus {
  	outline: none;
} 

a:hover {
  	color: rgb(255,213,108);
}

a  img{
  	border: none;
}

p a, span a {
  	display: inline;
}

/********************************************
                            layout
********************************************/


#container {
  position:relative;
  height:auto!important;
  height:1%;
  width: 854px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  min-height:80px; 
  height:auto !important;
  height:80px;
  margin:0px;
  text-align:center;
  padding:10px 0px 5px 0px;
}

#wrapper {
  position:relative;
  height:auto!important;
  height:1%;
}

#pageWrapper { /*for lets book */
  position:relative;
  height:auto!important;
  height:1%;
}

#menu {
  position:relative;
  z-index:2;
  width:100%;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

/*#content {
  position:relative;
  height:auto!important;
  height:1%;
  overflow:hidden;
  margin:0px;
  padding:0px;
  padding:0px 20px;
  padding-bottom:25px;
  background-color:rgb(90,74,53);
}*/

#content {
  float: left;
  width: 814px;
  margin:0px;
  padding: 0px 20px 25px 20px;
  background-color: rgb(90,74,53);
}

#contentLeft {
  float:left;
  display:inline;
  height:auto!important;
  height:1%;
  width:220px;
}

#contentRight {
  position:relative;
  float:right;
  display:inline;
  height:auto!important;
  height:1%;
  width:552px;
}
#contentLeftForm {
  float:left;
  display:inline;
  height:auto!important;
  height:1%;
  width:520px;
}

#contentRightForm {
  position:relative;
  float:right;
  display:inline;
  height:auto!important;
  height:1%;
  width:252px;
  margin-top: 8px;
}

#contentLeftHome {
  float:left;
  display:inline;
  height:auto!important;
  height:1%;
  width:560px;
}

#contentLeftHome.gallery {
	width: 652px;
}

#contentRightHome {
  position:relative;
  float:right;
  display:inline;
  height:auto!important;
  height:1%;
  width:242px;
}

#contentRightHome.gallery {
	width: 150px;
}

#directions {/* google mpas directions */
  float:left;
  height: 500px;
  width:350px;
  margin-left:5px;
  color: #000000;
  overflow: auto;
}
#directions p.gmap {
	font-weight: bold; 
	font-size: 13px;
	color: #000000;
}
#mapBox {/* google maps pane */
  float:left;
  height: 500px;
  width:425px;
  margin-left:5px;
}

#footer {
  min-height:27px;
  height:auto !important;
  height:27px;
  overflow:hidden;
  padding:5px 20px;
  background-image:url(images/decor2.gif);
  background-position:50% 0%;
  background-repeat:no-repeat;
}

/********************************************
                            header
********************************************/

#header  ul.right {
  position:absolute;
  top:10px;
  right:0px;
  /*overflow:hidden;*/
}

#header  ul.right li {
  float:left;
  border-right:1px solid #B29960;
  padding-right:3px;
  margin-right:3px;
}

#header  ul.right li a {
  text-decoration:none;
}
#header  ul.left {
  position:absolute;
  top:10px;
  left:0px;
  /*overflow:hidden;*/
}

#header  ul.left li {
  float:left;
  border-right:1px solid #B29960;
  padding-right:3px;
  margin-right:3px;
}

#header  ul.left li a {
  text-decoration:none;
}
#header ul.left li.last, #header ul.right li.last {
	border: none;
}
	
#header ul {
  position:absolute;
  top:10px;
  right:0px;
  /*overflow:hidden;*/
}

#header ul li {
  float:left;
  border-right:1px solid #B29960;
  padding-right:3px;
  margin-right:7px;position: relative;
}

#header ul li a {
  text-decoration:none;
}

#advert {
	position:absolute; top:30px; left:0px;
}
#advert a span{
  background-image:url(images/prizedraw.gif);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height: 54px;
  width: 176px;
}
#advert a:hover span	{
  background-image:url(images/prizedraw.gif);
  background-repeat:no-repeat;
  background-position:0px -63px;
}
#sMDOffer {
	position:absolute; top: 30px; left: 678px;
}
#sMDOffer a span{
  background-image:url(images/mothersday.gif);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height: 54px;
  width: 176px;
}
#sMDOffer a:hover span	{
  background-image:url(images/mothersday.gif);
  background-repeat:no-repeat;
  background-position:0px -63px;
}
#sOffer {
	position:absolute; top: 30px; left: 678px;
}
#sOffer a span{
  background-image:url(images/special-offers.gif);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height: 54px;
  width: 176px;
}
#sOffer a:hover span	{
  background-image:url(images/special-offers.gif);
  background-repeat:no-repeat;
  background-position:0px -63px;
}
#xOffer {
	position:absolute; top: 30px; left: 678px;
}
#xOffer a span{
  background-image:url(images/xmas-offer.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height: 54px;
  width: 176px;
}
#xOffer a:hover span	{
  background-image:url(images/xmas-offer.jpg);
  background-repeat:no-repeat;
  background-position:0px -69px;
}
#vOffer {
	position:absolute; top: 30px; left: 673px;
}
#vOffer a span{
  background-image:url(images/valentine.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  display:block;
  height: 54px;
  width: 176px;
}
#vOffer a:hover span	{
  background-image:url(images/valentine.jpg);
  background-repeat:no-repeat;
  background-position:0px -63px;
}

#logo {
	margin: 0 auto;
	
}

#logo img {
	display: block;
	margin: 0 auto;
}

#logo img.cdr {
	position: absolute; top: 35px; left: 550px;
}

/********************************************
                            menu
********************************************/

.topMenu {
	float: left;
	width: 100%;
	background-color:rgb(90,74,53);
}

.topMenu li {
	float: left; 
	margin: 0;
	padding: 0; list-style: none;
}

.topMenu a {
	float: left;
	padding: 0px 0px;
	color: #001e00;
	text-decoration: none;
	line-height: 2;
	margin: 0 10px;
}
.topMenu a.hilite {
	color: #ffd56c;
}

.topMenu li.first a {
	margin-left: 10px;
}
.topMenu a:hover {
	color: #ffd56c;
	text-decoration: underline;
}
.topMenu .currentlink {
	background-color: #001e00;
	padding: 0 1px;
	color: #ffd56c;
	/*border-bottom: 2px solid #fff;
	border: 1px solid #fff;*/
}
.topMenu li.bookOnline a {
	background: url(images/bookonlineBtn.png) no-repeat;	
	width: 100px;
	height: 27px;
	text-indent: -9999px;
	margin-left: 30px;
}
.topMenu li.bookOnline a:hover {
	background: url(images/bookonlineBtnOvr.png) no-repeat;	

}
#contentRightHome h2  {
	font-size: 25px;
	padding: 0;
	margin: 0;
	background: none;
}
#contentRightHome h2.white  {
	font-size: 25px;
	background: none;
}
#contentRightHome ul.homeRightMenu li  {
  	margin: 0;
  	padding: 0;
}
#contentRightHome ul.homeRightMenu li#stags  {
  	background: url(images/homerightmenu-stags.jpg) no-repeat;
}
#contentRightHome ul.homeRightMenu li#tattoo  {
  	background: url(images/homerightmenu-tattoo.jpg) no-repeat;
}
#contentRightHome ul.homeRightMenu li#book  {
  	background: url(images/homerightmenu-book.jpg) no-repeat;
}
#contentRightHome ul.homeRightMenu li a {
  	margin-left: 0;
  	padding: 10px;
  	background: none;
  	text-decoration: none;
}

#contentRightHome ul.homeRightMenu li a:hover {
  	background: #66543C;
  	color: rgb(255,213,108);
}

#content li a.active {
  	color:rgb(255,213,108);
}

.homeRightMenu {
	background: #4C3F2D;
	list-style-type: none;
	width: 215px;
	border-top: 1px solid #CFB474;
	border-right: 1px solid #CFB474;
	border-left: 1px solid #CFB474;
	
}
.homeRightMenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 15px;
	border-bottom: 1px solid #CFB474;
}

#menu ul {
  padding-top:8px;
}

#menu ul li {
  float:left;
  display:inline;
  margin-left:4px;
}

#menu ul li a {
  display:block;
  height: 202px;
  width:166px;
}

#menu ul li a span {
  display:block;
  height: 168px;
  width:166px;
}

#menu ul li a img {
  margin-top:2px;
  margin-left:10px;
}

#menu ul li a#about span{
  background-image:url(images/menu1.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#menu ul li a#restaurant span{
  background-image:url(images/menu2.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#menu ul li a#spa span{
  background-image:url(images/menu3.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#menu ul li a#weddings span{
  background-image:url(images/menu4.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#menu ul li a#corporate span{
  background-image:url(images/menu5.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#menu ul li a#about:hover span, #menu ul li a#about span#active {
  background-image:url(images/menu1.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-position:0px -200px;
}

#menu ul li a#restaurant:hover span, #menu ul li a#restaurant span#active{
  background-image:url(images/menu2.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-position:0px -202px;
}

#menu ul li a#spa:hover span, #menu ul li a#spa span#active{
  background-image:url(images/menu3.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-position:0px -202px;
}

#menu ul li a#weddings:hover span, #menu ul li a#weddings span#active{
  background-image:url(images/menu4.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-position:0px -202px;
}

#menu ul li a#corporate:hover span, #menu ul li a#corporate span#active{
  background-image:url(images/menu5.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-position:0px -202px;
}


/********************************************
                            content
********************************************/
#content ul.withMarker {
margin-bottom:10px;
}

#content ul.withMarker li{
  background-image:url(images/listMarker.gif);
  background-position:0px 4px;
  background-repeat:no-repeat;
  margin-left:0px;
  padding-left:10px;
}

/****************
lists
****************/

#content  li {
  padding-bottom: 3px;
}

#content  li a, #content  li span {
  margin-left:5px;
  padding-left:10px;
  background:url(images/listMarker.gif);
  background-repeat:no-repeat;
  background-position: 0% 50%;
  text-decoration:underline;
}

#content li a:hover {
  background:url(images/listMarkerAnim.gif);
  background-repeat:no-repeat;
  background-position: 0% 50%;
  color:rgb(255,213,108);
}

#content li a.active {
  color:rgb(255,213,108);
}

#content ul.withParagraph li a, #content ul.withParagraph li span{
  text-decoration:none;
  font-weight:bold;
  /*font-family:Verdana;*/
  font-size:11px;
  letter-spacing:-0.09em;
}

#content ul.withParagraph li span{
  font-size:13px;
  letter-spacing:0em;
}

#content ul.withParagraph li a:hover {
  color:rgb(255,213,108);
}

#content ul.withParagraph li p {
  padding:3px 0px;
}

#content ul.withParagraph li a.inside{
  color:rgb(178,153,96);
  color:#CFB474;;
  text-decoration:underline;
  background:none;
  font-weight:bold;
text-decoration:none;
padding-left:0px;


font-weight:normal;
letter-spacing:normal;
/*font-family:Arial,Verdana,Helvetica,sans-serif;*/
font-size:11px;
text-decoration:underline;
}

#content ul.withParagraph li a.inside:hover {
  color:rgb(255,213,108);
}

#boxRight ul {
  margin-left:10px;
}

/*list in "reservation" page */
#content ul.reservation li span {
  text-decoration:none;
}

#content ul.reservation li span  a{
  background:none;
  padding:0px;  
}

#contentLeft ul {
  margin-bottom:10px;
}

#contentLeft li {
  margin-bottom:10px;
}

#contentLeft a {
  font-size: 1.2em;
}

#contentLeft ul ul {
  margin-left: 20px;
}
#contentLeft ul ul li {
  margin-top:10px;
}

#content ul.faq {
  margin-top:30px;
}

#content ul.faq  li{
  margin-bottom:10px;
}
#vouchers li {
	margin-bottom: 10px;
}
/****************
forms
****************/
fieldset.voucher {/* gift vouchers */
	position: relative;
	float: left;
	width: 400px;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border: 1px solid #CFB474;
	background-color: #5A4A35;
}
fieldset.email {/* email subscription */
	position: relative;
	float: left;
	width: 500px;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border: 1px solid #CFB474;
	background-color: #5A4A35;
}

label.voucher {
	float: left;
	width: 280px;
}
label.email {
	float: left;
	width: 100px;
}

labelLeft {
	float: left;
	width: 9em;
	margin-right: 1em;
}

legend {
	padding-bottom: 5px;
	color: #CFB474;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 1.2em;
	top: .5em;
	/*font-size: 135%;*/
}

fieldset ol {
	padding: 0;
	list-style: none;
}

fieldset ol li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
	padding-left: 0;
}

fieldset li.form {
	padding-bottom: 0.8em;
	float: left;
	clear: left;
	width: 100%;
}

fieldset input {
	 width: 50px;
	 font-size: 90%;
} 
fieldset input.email {
	 width: 350px;
	 font-size: 90%;
} 

fieldset.submit {
	float: left;
	width: 265px;
	padding-top: 1.5em;
	padding-left: 12em;
	border: 0;
	
}
input.submit {
	width: 120px; 
	margin: 10px; 
	font-size: 0.9em; 
	font-weight: bold;
	float: right;background: 0;
}
input.submitEmail {
	width: 120px; 
	margin: 10px; 
	font-size: 0.9em; 
	font-weight: bold;
	float: left;
}
/*


fieldset,input, textarea, select , label{
  margin:0px;
  padding:0px;
}

form div {
  height:auto!important;
  height:1%;
  overflow:hidden;
  margin-bottom:3px;
}

#formLeft {
  margin:0px;
  float:left;
  display:inline;
  width:470px;
}

#formRight {
  margin:0px;
  float:right;
  display:inline;
  width:280px;
}

form p {
  margin-left:5px;
  margin-top:10px;
}

label {
  float: left;
  display:inline;
  width:120px;
  height:auto!important;
  height:1%;
  margin-left:5px;
  padding-left:10px;
  padding-top:5px;
  background-image:url(images/listMarker.gif);
  background-repeat:no-repeat;
  background-position: 0% 65%;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:bold;
}

#formRight label {
  width:80px;
}

input.hidden {
	background-color: #5A4A35;
}
input, textarea,select{
  float:left;
  display:inline;
  padding:3px 5px;
  border:none;
  background:rgb(148,129,85);
  font-size:13px;
  color:rgb(63, 51, 35);
}

input {
  width:300px;
}

textarea {
  overflow:visible;
  height:120px;
  width:535px;
}

select.longSelect { 
  float:left;
  width: 110px; 
  height: 20px;
  margin:0px;
  padding:0px;
}

select.shortSelect { 
  float:right;
  width: 54px; 
  height: 20px;
  margin:0px;
  padding:0px;
}

.button {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dcede2;
	color: #8a6425;
	font-weight: bold;
	margin: 0px 25px 0 0;
	width: 50px;
	float: right;
}
*/

/****************
tables
****************/
/*menu table*/
.menu {
	overflow:hidden;
}
.menu table {
	float:left;
	margin-right:70px;
}
.menu p {
	margin-left:50px;
}
table.xmas tr td.long, table.xmas tr th.long {
	width: 490px;
	padding-right: 20px;
}
table.xmas tr td.longc, table.xmas tr th.longc {
	width: 490px;
	padding-right: 20px;
	text-align: center;
}
table.xmas td p.condition {
	font-size: 90%;
	font-style: italic;
}
table.xmas h3 {padding: 10px 0 0 0; margin: 0;}
table.wines {
	border-collapse: collapse;
}
table.wines tr td.short, table.wines tr th.short {
	width: 80px;
	text-align:right;
}
table.wines tr td.long, table.wines tr th.long {
	width: 490px;
	padding-right: 20px;
}
table.wines tr th.long {
	text-transform: uppercase;
}
table.wines tr th.long {
	color:rgb(255,213,108);
	color:rgb(239, 203, 119);
}
table.wines tr td.long p span {
  	font-weight:bold;
    font-family:Verdana;
  	font-size:12px;
  	letter-spacing:-0.03em;
}
table.wines tr th {
	padding-top:10px;
	padding-bottom:10px;
}
table.wines tr td {
	padding-bottom:5px;
}
table.spirits tr td.long {
	width:340px;
}
p.alignWithTable {
	margin-left:20px;
}
table#reservations {
  	margin:20px 0px;
  	width:100%;
  	border-collapse:collapse;
  	border-top:#6F613E 1px solid;
}
table#reservations tr td, table#reservations tr th {
  	border-bottom:#6F613E 1px solid;
  	padding:7px 0px;
}
table#reservations tr td  {
  	text-align:center;
}
table#reservations tr.mainTitle th {
  	color:rgb(223, 192, 97);
  	text-align:center;
}
table#reservations tr.subtitle th {
  	text-transform:uppercase;
  	color:rgb(223, 192, 97);
  	padding:10px 0px;
  	font-size:12px;
  	padding-top:15px;
  	padding-bottom:5px;
}
table#corporate {
	border-collapse: collapse;
	margin: 0;
}
table#corporate td {
	border: 1px solid #B29960;
	padding: 10px;
	width: 250px;
	vertical-align: top;
}
table#corporate h3 {
	padding-bottom: 5px;
}

/*location page*/

table {
  	margin-left:50px;
  	margin-bottom:30px;
  	border:none;
}
table .smallTxt {
	font-size: 80%;
}
td.short,th.short {
  	width:200px;
}

td.long,th.long {
  	width:490px;
}

td,th,tr {
  	text-align:left;
  	vertical-align:top;
}

th{
  	font-weight:bold;
  	font-family:Verdana;
  	font-size:11px;
}

td p {
  	margin:0px;
  	padding:0px;
  	line-height:110%;
}

table#reservations {
  margin:20px 0px;
  width:100%;
  border-collapse:collapse;
  border-top:#6F613E 1px solid;
}

table#reservations tr td, table#reservations tr th {
  border-bottom:#6F613E 1px solid;
  padding:7px 0px;
}

table#reservations tr td  {
  text-align:center;
}

table#reservations tr.mainTitle th {
  color:rgb(223, 192, 97);
  text-align:center;
}

table#reservations tr.subtitle th {
  text-transform:uppercase;
  color:rgb(223, 192, 97);
  padding:10px 0px;
  font-size:12px;
  padding-top:15px;
  padding-bottom:5px;
}


/****************
box at the right
****************/

#box {
  width:100%;
  overflow:hidden;
}

#boxLeft{
  float:left;
  display:inline;
  width:138px;
  overflow:hidden;
}

#boxLeft img {
  margin-right:3px;
  margin-bottom:2px;
}

#boxRight{
  float:right;
  display:inline;
  width:414px;
}

.style2 div#boxLeft {
  width:242px;
  width:200px;
}

.style2 div#boxRight {
  width:128px;
  width:180px;
}

/*images in "about hotel" page, hotel overview section*/
.overview div#boxLeft  img{
  margin-bottom:10px;
}

/*link to price list*/
a#tariffs {
  float:right;
  margin-top:20px;
}

a#tariffs span {
  font-weight:bold;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:11px;
}

/****************
 galleries in home page
****************/

a.thumb {
  float:left;
  display:inline;
  margin-right:3px;
  margin-bottom:2px;
  height:75px;
  width:66px;
}

a.thumb span {
  display:none;
}


/********************************************
                            footer
********************************************/

#footerLeft {
  float:left;
  display:none;
  width:30%;
}

#footerRight {
  float:right;
  display:inline;
  width:30%;
  text-align:right;
}

#footer p {
  margin:0px;
  font-size:10px;
  color:rgb(120,105,70);
  text-transform:uppercase;
}

#footer a {
  padding:0px;
  margin:0px;
  font-size:10px;
  color:rgb(120,105,70);
  text-transform:uppercase;
  text-decoration:none;
}

#footer p#stop:hover, #footer p#play:hover {
  cursor:pointer;
}

/********************************************
                            other classes
********************************************/

/*************
frames
**************/
#frameTop {
  display:block;
  height:14px;
  width:100%;
  position:absolute;
  top:0%;
  left:0%;
  background-image:url(images/frameTopM.gif);
  background-repeat:repeat-x;
}

#frameTopL {
  display:block;
  height:14px;
  width:11px;
  position:absolute;
  top:0%;
  left:0%;
  background-image:url(images/frameTopL.gif);
  background-repeat:no-repeat;
}

#frameTopR {
  display:block;
  height:14px;
  width:11px;
  position:absolute;
  top:0%;
  right:0px;
  background-image:url(images/frameTopR.gif);
  background-repeat:no-repeat;
}

#frameBottom {
  display:block;
  height:15px;
  width:100%;
  position:relative;
  bottom: 0px;
  left:0px;
  background-image:url(images/frameBottomM.gif);
  background-repeat:repeat-x;
}

#frameBottomL {
  height:15px;
  width:14px;
float:left;
display:inline;
  background-image:url(images/frameBottomL.gif);
  background-repeat:no-repeat;
}

#frameBottomR {
  height:15px;
  width:14px;
float:right;
display:inline;
  background-image:url(images/frameBottomR.gif);
  background-repeat:no-repeat;
}


#frameMenu {
  display:block;
  height:9px;
  width:100%;
  position:absolute;
  bottom:-1px;
  left:0px;
  z-index:-1;
  background-image:url(images/frameMenuM.gif);
  background-repeat:repeat-x;
}

#frameMenuL {
  display:block;
  height:9px;
  width:8px;
  position:absolute;
  bottom:-1px;
  left:0px;
  background-image:url(images/frameMenuL.gif);
  background-repeat:no-repeat;
}

#frameMenuR {
  display:block;
  height:9px;
  width:8px;
  position:absolute;
  bottom:-1px;
  right:0px;
  background-image:url(images/frameMenuR.gif);
  background-repeat:no-repeat;
}

/*iframe in virtual.html page*/

#content p.iframe {
	text-align:center;
}

#content p.iframe iframe {
	margin:0px;
	padding:0px;
	background-color:none;
}

.clear {
  display:block;
  clear:both;
  width:100%;
  height:0.001%;
  margin:0px;
  padding:0px;
}
.contact {
	font-size: .85em;
	color: #fff;
}
.hilite {
  color: #ffd56c;
}

}
.legend {
	font-size: .85em;
	color: #fff;
}
.black {
	color: #000;
}
.kcGreen {
	color: #001e00;
}
.white {
	color: #ccc;
}
.txtc {
	text-align: center;
}