@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------ */

.left {
	float: left;
	}
.clear {
	clear: both;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fcf5cd url(../img/bg_body.jpg) top center no-repeat;
	}
	#container {
		width: 960px;
		margin: auto;
		}
		#head {
			margin: 0 0 20px 0;
			}
			#logo {
				display: block;
				padding: 10px 0;
				}
			#head a {
				color: #60100c;
				text-decoration: none;
				}
				#head a:hover {
					text-decoration: underline;
					}
			#open {
				float: left;
				width: 150px;
				text-align: center;
				text-transform: uppercase;
				}
			#contact {
				float: right;
				width: 565px;
				text-align: center;
				margin: 70px 40px 0 0;
				}
		#content {
			position: relative;
			height: 580px;
			padding: 30px 630px 30px 30px;
			line-height: 18px;
			background: url(../img/bg_content.jpg) no-repeat;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			-webkit-box-shadow: 0px 2px 5px 2px #333333;
			-moz-box-shadow: 0px 2px 5px 2px #333333;
			box-shadow: 0px 2px 5px 2px #333333;
			}
			#banner {
				position: absolute;
				top: -100px;
				right: 40px;
				}
				#slideshow {
					position: relative;
					width: 565px;
					height: 330px;
					background: #fff;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
					border: 3px solid #fff;
					-webkit-box-shadow: 0px 1px 3px 1px #333333;
					-moz-box-shadow: 0px 1px 3px 1px #333333;
					box-shadow: 0px 1px 3px 1px #333333;
					}
					#slideshow .slide {
						position: absolute;
						top: 0;
						left: 0;
						width: 565px;
						height: 330px;
						-webkit-border-radius: 7px;
						-moz-border-radius: 7px;
						border-radius: 7px;
						}
					#slideshow .slide_menu {
						position: absolute;
						bottom: -30px;
						left: 150px;
						}
						#slideshow .slide_menu a {
							float: left;
							width: 13px;
							height: 13px;
							margin: 0 20px 0 0;
							background: url(../img/slide.png);
							text-indent: -9999px;
							}
							#slideshow .slide_menu a.active {
								background: url(../img/slide_active.png);
								}
				#menu {
					float: left;
					margin: 0 0 10px 20px;
					}
				.hours {
					float: left;
					margin: 0 50px 0 0;
					font-size: 10px;
					}
					.hours strong {	
						font-size: 14px;
						font-weight: bold;
						color: #6c120e;
						}
			#photos {
				position: absolute;
				left: 30px;
				bottom: 100px;
				}
				#photos .photo {
					float: left;
					width: 200px;
					height: 125px;
					margin: 0 25px 0 0;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
					border: 3px solid #fff;
					-webkit-box-shadow: 0px 1px 3px 1px #333333;
					-moz-box-shadow: 0px 1px 3px 1px #333333;
					box-shadow: 0px 1px 3px 1px #333333;
					}