body
{
	background: url("../images/background_wood.jpg") no-repeat;
	background-size:cover;
}

.wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#FBE6C7;
	background:rgba(255,255,255, 0.5);
	padding-bottom:15px;
}

.inner-wrapper
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	-webkit-text-stroke: 1px #42280E;
	font-size:50px;
	font-family:"Verdana", Geneva, sans-serif;
	color: #FFFDF0;
	padding:0px;
	margin:0px;
	text-shadow:
	   3px 3px 0 #42280E,
	 -1px -1px 0 #42280E,  
	  1px -1px 0 #42280E,
	  -1px 1px 0 #42280E,
	   1px 1px 0 #42280E;
}

h2
{
	font-size:50px;
	font-weight:bold;
	font-family:"Verdana", Geneva, sans-serif;
	color: #42280E;
	padding:0px;
	margin:0px;
}

td
{
	font-family:"Verdana", Geneva, sans-serif;
}

h3
{
	font-size:25px;
	font-weight:bold;
	font-family:"Verdana", Geneva, sans-serif;
	color: #42280E;
	padding:0px;
	margin:0px;
}

ul, li
{
	font-size:16px;
	font-family:"Verdana", Geneva, sans-serif;
}
.subtitle
{
	font-weight:bold;
	color:#2C2416;
}


.title-wrapper
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.whiteline-center
{
	background-image: url("../images/white-line.jpg");
	background-repeat:repeat-x;
	height:2px;
	width:650px;
}

.moto
{
	color:#42280E;
	font-size:22px;
	font-weight:bold;
	font-family:"Verdana", Geneva, sans-serif;
	text-align:center;
	width:100%;
}

.menu-wrapper
{
	width:100%;
	height:35px;
	background-color:#2C2416;
	margin-left:auto;
	margin-right:auto;
}

ul.menu
{
	display:table;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family:"Verdana", Geneva, sans-serif;
	z-index:9999;
}

  
ul.menu li 
{
	display: block;
	position: relative;
	float: left;
	z-index:9999;
	width:135px;
	text-align:center;
}
  
.menu li ul 
{
	display: none;
	z-index:9999;
}

.menu li ul li
{
	width:210px;
	text-align:left;
}
  
ul.menu li a 
{
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
    white-space: nowrap;
	color:white;
	font-size:20px;
	text-decoration:none;
}
  
ul.menu li a:hover 
{
	background-color:#FBE6C7;
	font-size:20px;
	color:#42280E;
}
  
.menu li:hover ul 
{
	display: block; 
	position: absolute;
	left:-25px;
}
  
.menu li:hover li 
{
	float: none;
}
  
.menu li:hover a 
{	
	background-color:#2C2416;
	color:white;
	font-size:20px;
	text-decoration:none;
}

.menu li:hover li a:hover 
{
	background-color:#FBE6C7;
	font-size:20px;
	color:#42280E;
	z-index:9999;
}

#drop-nav li ul li 
{
	border-top: 0px;
}

.menu a.viewing
{
	display:block;
	background-color:#FBE6C7;
	font-size:20px;
	color:#42280E;
}

.menu li:hover li a.viewing
{
	display:block;
	background-color:#FBE6C7;
	font-size:20px;
	color:#42280E;
	z-index:9999;
}

.maillink
{
	cursor:pointer;	
}

.maillink:hover
{
	color:#FBE6C7;
}

p
{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:"Verdana", Geneva, sans-serif;
	
}

.inputfield
{
	border:1px solid #FBE6C7;
	width:231px;
	height:25px;
	padding:3px;
}

.contactSubmit
{
	padding: 5px 15px;
	background:#42280E;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	color:#FBE6C7;	
}

.aboutusimg
{
	width:395px;
	height:245px;
	border:1px solid #42280E;
}


.moreinfo
{
	width:200px;
	border:1px solid #FBE6C7;
}


/* Gallery sliders */
.thumbs img
{
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
}

.mainContainer
{
	margin: 40px auto;
	width:100%;
}

.mainImageContainer
{
	position:relative;
	display:table;
	min-height:608px;
	min-width:800px;
}

.mainImage
{
	min-height:608px;
	min-width:800px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.mainImage img
{
	display:none;
	border:4px solid #2C2416;
}



.thumbsContainer
{
	width:800px;
	overflow-x:auto;
	margin-top:30px;
	margin-bottom:40px;
	padding:20px 0;
}

.thumbs
{
	width:9500px;
}

.thumbs img
{
	margin-right:10px;
	border:4px solid #2C2416;
	position:relative;
	top:0;
}

.thumbs a.active img
{
	border:4px solid #FBE6C7;
}

.thumbs a:hover img 
{
	top:-5px;
	border:4px solid #FBE6C7;
}

.arrows a
{
	font-family:Arial, sans-serif;
	font-size:30px;
	background:rgba(0,0,0,0.3);
	width:70px;
	height:70px;
	line-height:70px;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-35px;
}

a.nextSlideArrow
{
	right:20px;
	left:auto;
}

.arrows a:hover
{
	background:#000;
	margin-top:-40px;
}


ul.bottommenu
{
	display:table;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family:"Verdana", Geneva, sans-serif;
	width:525px;
	text-align:center;
}

.bottom-menu-wrapper
{

}

ul.bottommenu li 
{
	display: block;
	position: relative;
	float: left;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
}

ul.bottommenu li a 
{
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
    white-space: nowrap;
	color:#42280E;
	font-size:11px;
}
  
ul.bottommenu li a:hover 
{
	text-decoration:underline;
	font-size:11px;
	color:#42280E;
}

.bottommenu a.viewing
{
	text-decoration:underline;
	display:block;
	font-size:11px;
	color:#42280E;
}

.copyright
{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:11px;
	color:#42280E;
}





