@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import "reset.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 965px;
	min-height: 800px;
	background: #23201e;
	color: #5f5959;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#spinner{
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:#23201e url("../images/webSiteLoader.gif") center no-repeat;
}
/*-------------Slideshow------------*/
#imageHolder{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 260px;
}
#pattern{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background:url("../images/pattern.png");
}
#imgSpinner{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	background:#23201e url("../images/webSiteLoader.gif") 40% center  no-repeat;
}
.topImg{
	position: absolute;
	z-index: 1;
	background: #000;
}
.bottomImg{
	position: absolute;
	z-index: 0;
	background: #000;
}
#next{
	position: absolute;
	top: 50%;
	right: 340px;
	z-index: 7;
	margin-top: -49px;
	width: 99px;
	height: 99px;
}
#prev{
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 7;
	margin-top: -49px;
	width: 99px;
	height: 99px;
}
/*-------------header------------*/
.navBox{
	position: absolute;
	left: 0;
	z-index: 8;
	width: 260px;
	height: 100%;
	background: url("../images/menu-part.jpg") 0 repeat-y;
}
.navBox>p>a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.navBox>p>a:active{
	text-decoration: none;	
}
.navBox>p>a:hover{
	text-decoration: none;
}
.navBox>p>a:visited{
	text-decoration: none;	
}
header>h1>a{
	display: block;
	margin: 21px 0 0 -8px;
	width: 272px;
	height: 101px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: -3px;
	font: 61px "Open Sans", sans-serif;
	font-weight: 300;
}

header>h1>a>span{
	display: block;
	margin-top: -20px;
	color: #544f4f;
	letter-spacing: -1px;
	font: 32px "Open Sans", sans-serif;
	font-weight: 300;
}
/*-------------Menu------------*/
nav{

}
nav>ul>li>a{
	display: block;
	margin-left: 37px;
	padding: 12px 43px 12px 0;
	width: 180px;
	background: url("../images/menu-line.png") 0px 0px no-repeat;
	color: #5F5959;
	text-decoration: none;
	font-weight: 400;
	line-height: 33px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}
nav>ul>li:first-child>a{
	background: none;
}
nav>ul>li ul{
	position: absolute;
    top: 0;
    left: 260px;
    overflow: hidden;
    padding-top: 230px;
	
    width: 260px;
    height: 100%;
	background:url("../images/sub-menu-part.jpg") 0 repeat-y;
}
nav>ul>li ul>li:first-child>a{
	background: none;
}
nav>ul>li ul>li>a{
	display: block;
	margin-left: 40px;
	padding: 13px 0px 9px;
	width: 185px;
	background: url("../images/menu-line.png") 0px 0px repeat-x;
	color: #5f5959;
	text-decoration: none;
	font: 17px "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 35px;
}
nav>ul>li ul>li>a:hover{
	color: #fff;
}
.outText{
	position: relative;
}
.overText{
	position: absolute;
	margin-top: -33px;
	color: #fff;
}
.buttonArr{
	position: absolute;
	right: -6px;
	z-index: 1;
	margin-top: -20px;
	width: 10px;
	height: 10px;
	background: url(../images/sub-menu-arr.png) 0 no-repeat;
}
/*-------------footer------------*/
footer{
	position: absolute;
	bottom: 0;
}
footer>div{
	width: 260px;
	height: 140px;
	background: url("../images/page-1-part-1.jpg") top left no-repeat;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	/* [disabled]margin-bottom: 10px; */
	margin-left: auto;
}
footer>span{
	display: block;
	padding-bottom: 32px;
	width: 256px;
	text-align: center;
	white-space: pre;
}
footer>span>a{
	color: #5f5959;
	text-decoration: none;
}
footer>span>a:hover{
	color: #ffffff;
}
#box_txt_1{
	margin-bottom: -4px;
	padding-top: 15px;
	color: #645e5e;
	font: 19px "Open Sans", sans-serif;
	font-weight: 400;
}
#box_txt_2{
	/* [disabled]margin-bottom: -3px; */
	color: #fff;
	font: 23px "Open Sans", sans-serif;
	font-weight: 300;
}
#box_txt_3{
	margin-bottom: 1px;
	color: #FF9900;
	font: 18px "Open Sans", sans-serif;
	font-weight: 400;
}
#box_txt_3>a{
	text-decoration: none;	
	color: #FF9900;
}
#box_txt_3>a:active{
	text-decoration: none;	
	color: #FF9900;
}
#box_txt_3>a:hover{
	color: #ffffff;
	text-decoration: none;
}
#box_txt_3>a:visited{
	color: #FF9900;
	text-decoration: none;	
}
#box_txt_4{
	color: #fff;
	letter-spacing: 0px;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
}
/*-----------Content-----------*/
#close{
	position: absolute;
	top: 20px;
	right: 1px;
	z-index: 1;
	overflow: hidden;
	width: 47px;
	height: 47px;
}
section{
	position: absolute;
	left: 260px;
	z-index: 5;
	width: 740px;
	height: 100%;
}
section> ul>li{
	position: absolute;
	overflow: hidden;
	padding: 50px 0 0 40px;
	width: 100%;
	height: 100%;
	background:url("../images/content-background.png");
}
.box_1{
	float: left;
	padding-right: 19px;
	width: 221px;
}
.box_2{
	float: left;
	padding-right: 19px;
	width: 461px;
}
.box_3{
	float: left;
	padding-right: 19px;
	width: 300px;
}
.box_4{
	float: left;
	padding-right: 19px;
	width: 381px;
}
.box_5{
	width: 700px;
}
h2{
	margin-bottom: 20px;
	padding-bottom: 12px;
	background: url("../images/content-line.png") bottom left repeat-x;
	color: #000;
	font: 27px "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 19px;
}
h3 {
	padding-bottom: 3px;
	color: #434242;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
}
p {
	margin-bottom: 19px;
	padding-bottom: 17px;
	background: url("../images/content-line.png") bottom left repeat-x;
	color: #434242;
	line-height: 15px;
	font-size: 10px;
}
p>a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
p>a:active{
	text-decoration: none;	
}
p>a:hover{
	text-decoration: underline;
}
p>a:visited{
	text-decoration: none;	
}
.imgBorder{
    float: left;
    margin: 0 16px 16px 0;
    padding: 6px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
}
.moreButton{
	padding: 7px 15px;
	background: url(../images/more-button.png);
	color: #353131;
	text-decoration: none;
}
.up{
	float: left;
	margin-right: 3px;
	width: 29px;
	height: 28px;
}
.down{
	float: left;
	width: 29px;
	height: 28px;
}
.scrollNav{
	float: left;
	margin-top: 20px;
}
.scroll{
	height: 600px;
}
.marginNone{
	margin: 0;
}
.marginB{
	margin-bottom: 18px;
}
.marginBNone{
	margin-bottom: 0px !important;
}
.moreLink{
	display: inline-block;
	margin: 3px 4px 0;
	width: 16px;
	height: 12px;
	background: url(../images/arr-1.png) -12px center no-repeat;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.moreLink:hover{
	background-position: 0px center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.box{
	display: inline-block;
	width: 100%;
	background: url("../images/content-line.png") bottom left repeat-x;
}
.bgNone{
	margin-bottom: 0;
	background: none;
}
/*---------restaurant--------*/
#restaurant ul>li{
	margin-bottom: -2px;
}
/*---------menu--------*/
#menu ul>li>h3{
	margin-top: 0px;
	padding-bottom: 0px;
}
.banner{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
    width: 460px;
    height: 95px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
   text-decoration: none;
    white-space: nowrap;
}
.banner>div{
    position: relative;
    left: -220px;
    z-index: 1;
    display: inline-block;
    margin: 21px 0 0 18px;
    padding-left: 9px;
    width: 242px;
    height: 51px;
    border-left: 3px solid black;
	color: #3f3e3e;
    white-space: normal;
   	font: 23px "Open Sans", sans-serif;
	font-weight: 600;
}
.banner>div>span{
	position: relative;
 	display: inline-block;
	margin: -2px 0 0 3px;
	color: #6b6b6b;
	text-transform: none;
	font: 13px "Arial", sans-serif;
}
.banner>img{
	position: relative;
	left: -249px;
}
.bgPoint{
	width: 100%;	
	background: url(../images/point-line.png) 0 10px repeat-x;
}
/*--------Events Page--------*/
#events p{
	padding-bottom: 21px;
}
#events h3{
	margin-top: 0px;
	padding-bottom: 9px;
}
#events h3>span{
	font-style: normal;
}
#events ul>li{
	margin-bottom: 22px;
}
#events ul>li>div{
	padding: 17px 20px 25px 15px;
	width: 186px;
	height: 100px;
	background: url(../images/page-5-part-1.png) 0 0px no-repeat;
	color: #434242;
	text-transform: none;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}
#events .scroll{
    height: 600px;
}
#events .box_1>.box{
    padding-bottom: 10px;
}
/*--------Gallery Page--------*/
#gallery .scroll{
	height: 600px;
}
#gallery ul{
	width: 740px;
}
#gallery ul>li{
    display: inline-block;
    margin: 0 17px 22px 0;
}
#gallery ul>li>a{
	position: relative;
	display: block;
	height: 194px;
	text-decoration: none;
}
#gallery ul>li>a>img{
	margin: 0;
}
#gallery ul>li>a>div{
    position: absolute;
    bottom: 6px;
    left: 7px;
    overflow: hidden;
    padding: 12px 0 0 16px;
    width: 190px;
    height: 67px;
   	background: url(../images/part-bg.png) 0 0;
}
#gallery ul>li>a>div>h3{
    color: #fff;
}
#gallery ul>li>a>div>p{
	margin: -2px 0 0 0;
	padding: 0;
	background: none;
	color: #878686;
}
#gallery .scrollNav{
	position: absolute;
	top: 228px;
	right: 39px;
}
/*--------Contacts Page--------*/
.google_map{
	margin-bottom: 15px;
    padding: 6px;
	width: 366px;
	height: 240px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
}
#locations p{
	float: left;
	margin: 0;
	padding: 7px 20px 0 0;
	padding-bottom: 20px;
	width: 300px;
	background: none;
}
#locations p>a{
	color: #434242;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#locations p>a:hover{
	color: #96897C;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.col{
	float: left;
	display: inline-block;
	width: 71px;
}
#form1 input {
	width: 400px;
	outline: none;
	border: 0;
	box-shadow: none;
	color: #434242;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
	background-image: url(/newstmartins/images/contact-form-part-2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#form1 textarea {
	overflow: auto;
	padding: 12px 16px;
	width: 270px;
	height: 203px;
	outline: none;
	border: 0;
	background: none;
	background: url(../images/contact-form-part-2.png) 0 0 no-repeat;
	box-shadow: none;
	color: #434242;
	text-transform: uppercase;
	font: 11px "Arial", sans-serif;
	resize: none;
}
#form1 label {
	position: relative;
	display: inline-block;
	min-height: 47px;
}
#form1 .error, #form1 .empty {
	display:none;
	margin: 0 0 10px 0;
	color: #434242;
}
.btns {
    margin-top: 2px;
}
.btns a{
    margin-right: 12px;
}
/*----------privacy-policy---------*/
.box_5 >p{
    padding-bottom: 0px;
    width: 545px;
    background: none;
}
.box_5 >h2{
    margin-bottom: 14px;
	
}.box_5 >h3{
    padding-bottom: 9px;
}
.box_5>p>a{
	color: #434242;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.box_5>p>a:hover{
	color: #96897C;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#wrapper section ul #privacy-policy p1 {
	color: #F00;
	font-weight: bold;
}
