/* .css page for Seven Wives Inn website*/
/* body formating */
body {
	background-image: url("images/wallpaper.jpg");	
	background-position: center;
	background-position: top;
	background-color: #d4c8a4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 0px 0px 0px 0px;
}
/*background for the main table*/
td.bg {
background: url("images/layout/body.gif");
}
/* bottom navigation bar and physical address*/
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}
/* main text body style */
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	color: #333333;
}
/* bold title color same as background */
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 32px; 
	font-style: italic; 
	color: #53452a; 
}
/* hidden text within bottom margin */
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 9px; 
	font-style: normal; 
	color: #005500; 
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:active.active-link,a:visited.active-link,a:link.active-link {
	color: #000000;
}

a.style5:link {
	color: #53452a;
	text-decoration: none;
}
a.style5:visited {
	text-decoration: none;
	color: #53452a;
}
a.style5:active {
	color: #000000;
	text-decoration: none;
}

.indented {
	padding-left: 38pt;
	padding-right: 0pt;
}
.indented2 {
	padding-left: 10pt;
	padding-right: 0pt;
}
.indented3 {
	padding-left: 100pt;
	padding-right: 0pt;
}
.indented4 {
	padding-left: 5pt;
	padding-right: 15pt;
}
.indented5 {
	padding-left: 23pt;
	padding-right: 5pt;
}
.indented6 {
	padding-left: 0pt;
	padding-right: 40pt;
}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

