/*reset*/

* {
	margin: 0;
	padding: 0;
}

/*tags*/

body {
	color: #2C4A2E;
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #D0CDC8 url(../images/bg-tile.jpg) repeat-x center top;
}
p {
	line-height: 17px;
	margin-bottom: 15px;
	margin-right: 10px;
}
h1 {
	font-size: 18px;
	color: #162717;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px;
	color: #162717;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
a {
	color: #2C4A2E;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
li {
	list-style: none;
	margin-bottom: 5px;
}

/*general text styling*/

.message {
	border-top: 1px solid #2C4B2E;
}
.smalltext {
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
}
.largertext {
	line-height: 125%;
	font-size: 125%;
}
.adjustVertical5 {
	margin-top: 5px;
}
.adjustVertical6 {
	margin-top: 6px;
}
.extraBottomMargin li {

}


/*layout divs*/

#container {
	width: 1150px;
	margin: 0px auto;
}
#outside, #slogan, #sign, #address {
	width: 150px;
	float: left;
	text-align: center;
}
#slogan {
	font-size: 14px;
	font-weight: bold;
	margin: 60px 0px 35px;
}
#sign {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 42px;
}
#address {
	font-size: 11px;
	float: left;
	width: 140px;
	margin-left: 10px;
}
#barrel {
	background: url(../images/barrel.gif);
	clear: left;
	float: left;
	width: 71px;
	height: 98px;
	margin: 15px 0px 0px 37px;
}
#buildingWrapper {
	float: left;
	width: 900px;
	left: 150px;
	padding: 0px;
}
#building {
	background: #FFE177 url(../images/texture.jpg) repeat;
	border-bottom: 1px solid #9B8260;
	border-left: 1px solid #9B8260;
	float: left;
	padding: 10px 48px 30px;
	width: 802px;
	border-right: 1px solid #9B8260;
}
#header {
	margin: 0px 0px 20px 25px;
	float: left;
	width: 750px;
}
#topNav {
	float: left;
	width: 790px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
#content {
	padding: 20px 40px;
	background: #FDEFA8 url(../images/texture-content.jpg) repeat;
	width: 710px;
	border: 2px solid #FFF7B9;
	margin-bottom: 15px;
	position: relative;
	clear: left;
	float: left;
}
#footer {
	clear: left;
	float: left;
	height: 130px;
	width: 900px;
	padding-top: 20px;
	text-align: center;
}


/*top navgation*/

#topNav li {
	list-style: none;
	float: left;
	margin-right: 50px;
}
#topNav li a {
	font-size: 8px;
}
li#home a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#home a span {
	background: url(../images/nav/home.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#home a:hover span {
	background: url(../images/nav/home.gif) 0px -35px;
}
li#guest a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#guest a span {
	background: url(../images/nav/guest.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#guest a:hover span {
	background: url(../images/nav/guest.gif) 0px -35px;
}
li#gallery a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#gallery span {
	background: url(../images/nav/gallery.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#gallery a:hover span {
	background: url(../images/nav/gallery.gif) 0px -35px;
}
li#links a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#links a span {
	background: url(../images/nav/links.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#links a:hover span {
	background: url(../images/nav/links.gif) 0px -35px;
}
li#map a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#map a span {
	background: url(../images/nav/map.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#map a:hover span {
	background: url(../images/nav/map.gif) 0px -35px;
}
li#contact a {
	height: 35px;
	width: 80px;
	position: relative;
	display: block;
}
li#contact a span {
	background: url(../images/nav/contact.gif);
	position: absolute;
	height: 100%;
	width: 100%;
}
li#contact a:hover span {
	background: url(../images/nav/contact.gif) 0px -35px;
}

/*footer*/

.footerList {
	margin-bottom: 15px;
}
.footerList li {
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 45px;
}
#footerLinks {
	clear: left;
	float: left;
	width: 775px;
	margin-left: 125px;
}
#footerInfo {
	clear: left;
	float: left;
	width: 720px;
	margin: 15px 0px 0px 180px;
}
.visitors {
}

#fix-your-pix {
	font-size: 14px;
	display: block;
	clear: left;
	float: left;
	width: 400px;
	background: #E9E7E4;
	border: 1px solid #AEA49B;
	padding: 5px 0px;
	margin: 15px 0px 0px 235px;
	text-align: center;
}

/*home page*/

h1#fpIntro {
	position:relative;
	width:498px;
	height:100px;
	margin-bottom: 20px;
	left: 40px;
	font-size: 12px;
}
h1#fpIntro span {
	position:absolute; left:0; top:0; z-index:1;
	height: 100%;
	width: 100%;
	background:url(../images/the-place-to-meet.gif) no-repeat left top;
}
#intro {
	font-weight: bold;
	margin-left: 30px;
}
.floatRight {
	float: right;
	margin: 0px;
	position: relative;
	top: -10px;
	right: 10px;
}
#fpVideo {
	width: 320px;
}
#fpVidContainer {
	float: left;
	height: 400px;
}
h1#fpH1 {
	margin-bottom: 15px;
}

#drinks {
	width: 330px;
	background: #FFFAD5;
	border: 1px solid #FFDB6F;
	padding: 0px 0px 15px 40px;
}


ul#drinks {
	font-size: 12px;
}
#drinks li {
	font-weight: bold;
	list-style: url(../images/bullet.gif) inside;
	margin: 0px 0px 12px 0px;
}
#fp_barImage {
	border: 1px solid #FFDB6F;
}
#music {
	text-align: center;
	border: 1px solid #FFE177;
}
#fpLayout td {
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
table#fpLayout {
	position: relative;
	top: -10px;
	left: -10px;
}


#fpGalLink {
	width: 370px;
	padding: 12px 0px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFDB6F;
	background: #FFFAD5;
	float: left;
}
#fpGalLink a  {
	display: block;
	margin-bottom: 10px;
}

img.fpGal {
	float: left;
	margin: 0px 0px 10px 43px;
}
#conversion {
	float: left;
	padding: 5px 5px 15px;
	background: #FFFAD5;
	border: 1px solid #FFDB6F;
	width: 708px;
	text-align: center;
	clear: left;
	margin: 15px 0px 0px 10px;
}
.fp_thumb {
	border: 1px solid #9B8260;
	margin: 0px 10px;
}
/*guest book*/

iframe {
	border: 10px solid #FFFFFF;
}


/*how to find us*/

.map {
	text-align: center;
	margin-top: 10px;
}
.map img {
	border: 1px solid #9B8260;
}

/*gallery*/

#controls {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 11px;
}
.galLinks {
	float: left;
	border-top: 1px dashed #FFE071;
	border-bottom: 1px dashed #FFE071;
	width: 700px;
	margin: 0px 0px 30px;
	padding: 8px 0px 5px;
	clear: left;
}
.galLinks li {
	list-style: none;
	float: left;
	margin-left: 41px;
}
.galLinks li a {
	background: #FFFAD5;
	padding: 2px 10px 3px;
	display: block;
	text-decoration: none;
	border: 1px solid #FFDB6F;
	font-size: 16px;
	float: left;
}
.galLinks a:hover {
	background: #FFFFFF;
}
#galMain {
	float: left;
	margin-left: 35px;
	margin-right: 22px;
	border: 1px solid #9B8260;
}
a.gal{
	display: block;
	height: 150px;
	width: 120px;
	float: left;
	margin-left: 35px;
	margin-right: 15px;
}
.gal img {
	border: 1px solid #9B8260;
	background: #FFF8C4;
}
.top {
	font-size: 12px;
	float: left;
	clear: inherit;
	width: 100%;
	text-align: center;
}
.top a {
	display: block;
	float: left;
	clear: both;
	width: 200px;
}
#fix-your-pix-gallery {
	font-size: 14px;
	display: block;
	margin-top: 0px;
	float: left;
	border: 1px dashed #FFDB48;
	padding: 12px 15px;
	text-align: center;
	margin-left: 200px;
	clear: left;
	background: #FEFADE;
	margin-bottom: 20px;
	width: 275px;
}

/*contact*/

#contactForm {
	float: left;
	width: 330px;
	font-weight: bold;
	margin-bottom: 30px;
}
#contactInfo {
	float: left;
	margin-left: 35px;
	padding: 10px;
	background: #FFFAD5;
	border: 1px solid #FFDB6F;
	width: 320px;
	margin-top: 6px;
}
.addressContact {
	font-size: 11px;
	margin: 25px 0px 30px;
}
#videos {
	margin: 0px auto;
	width: 425px;
}
#videos object {
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}
