@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ecebd9;
}

div.background-images {
	position: fixed;
	display: block;
	background-color: #f4f4f2;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.background-images img {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 768px;
}

div.header {
	display: block;
	position: relative;
	width: 100%;
	height: 190px;
	z-index: 500;
}

div.logo {
	display: block;
	position: relative;
	width: 290px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
}

div.links {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 80px;
	background-image: url(../images/linkbg.png);
	float: left;
	z-index: 500;
	margin-top: 20px;

}

div.link-holder {
	display: block;
	position: relative;
	width: 960px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 550;

}

div.link-holder-bg {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 549;
	background-image: url(../images/linkbgfade.png);
	background-repeat: repeat-x;

}

div.main-holder {
	display: block;
	position: relative;
	width: 960px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgsq2.png);
	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 14px #747474;
	-webkit-box-shadow: 1px 1px 14px #747474;
	z-index: 400;
	border-width: 1px;
	border-color: #4d4c00;
	border-style: solid;
	margin-top: 20px;

}

div.main-holder2 {
	display: block;
	position: relative;
	width: 960px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgsq.png);
	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 14px #928c7d;
	-webkit-box-shadow: 1px 1px 14px #928c7d;
	z-index: 400;
	margin-top: 20px;

}

div.footer {
	display: block;
	position: relative;
	width: 100%;
	height: 130px;
	background-image: url(../images/footerbg.png);
	z-index: 500;
	margin-top: -1px;
	padding-top: 10px;
}

div.link-holder ul li {
	display: inline-block;
	position: relative;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


div.link-holder ul li a:link {
	color: #FFF;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: auto;
	height: 30px;
	text-align: center;
	padding-top: 50px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4d4c00;
	border-right-style: solid;
	border-right-color: #4d4c00;
	border-right-width: 1px;
	margin: 0px;
	margin-left: -5px;


}

div.link-holder ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
}

div.link-holder ul li a:hover {
	color: #FFF;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: auto;
	height: 30px;
	text-align: center;
	padding-top: 50px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4d4c00;
	border-right-style: solid;
	border-right-color: #4d4c00;
	border-right-width: 1px;
	margin: 0px;
	background-image: url(../images/bgsq2.png);
	margin-left: -5px;
}

h1 {
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFF;
	line-height: 0.7em;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;

}

div.title-text {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-left: 40px;
	text-shadow: 2px 2px 14px #000000;
	float: left;
}

h2 {
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	line-height: 0.7em;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.text-left {
	display: inline-block;
	position: relative;
	float: left;
	width: 560px;
	height: auto;
	margin-left: 40px;
	margin-top: 35px;
}

div.text-left p {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

div.images-right {
	display: inline-block;
	position: relative;
	width: 330px;
	height: 410px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	padding: 10px;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;

}


div.footer-holder {
	display: block;
	position: relative;
	width: 960px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
	
div.footer-holder2 {
	display: block;
	position: relative;
	width: 960px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
	
h6 {
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding: 3px;
	font-weight: normal;
}

div.footer-holder h6 {
	color: #999;
}

div.fbline {
	display: inline-block;
	position: relative;
	 width: 500px;
	 height: 45px;
	 float: left;
	 margin: 0px;
	 padding: 0px;
}

div.quick-links {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

div.link-holder ul li a:visited {
	color: #FFF;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: auto;
	height: 30px;
	text-align: center;
	padding-top: 50px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4d4c00;
	border-right-style: solid;
	border-right-color: #4d4c00;
	border-right-width: 1px;
	margin: 0px;
	background-image: url(../images/bgsq2.png);
	margin-left: -5px;
}

div.signup {
	display: inline-block;
	position: relative;
	width: 288px;
	height: 385px;
	-moz-box-shadow: 1px 1px 14px #000;
	-webkit-box-shadow: 1px 1px 14px #000;
	float: right;
	margin-top: 115px;
	margin-right: -40px;
	background-color: #093;
	background-image: url(../images/entertainmentbox.png);
	background-repeat: no-repeat;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

}

div.title-text-signup {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	text-shadow: 2px 2px 14px #000000;
	float: left;
}

div.title-text-signup h1 {
}


div.signup h3 {
	font: Verdana, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin-top: 20px;
	margin-right: 20px;
	font-weight: normal;
}

hr {
	color: #FFF;
	margin-right: 20px;
	height: 0px;
}

div.text-left p {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.comingsoon-block {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 170px;
	background-color: #000;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}
	
div.comingsoon-block-text {
	display: inline-block;
	position: relative;
	width: 250px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
	
	
div.comingsoon-block-text p {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
	div#background-images #bg1{background:url('http://www.theemeraldroadhouse.com/5/images/backgroundimage0.jpg') top center no-repeat;}
	div#background-images #bg2{background:url('http://www.theemeraldroadhouse.com/5/images/backgroundimage1.jpg') top center no-repeat;}
	div#background-images #bg3{background:url('http://www.theemeraldroadhouse.com/5/images/backgroundimage2.jpg') top center no-repeat;}
	div#background-images #bg4{background:url('http://www.theemeraldroadhouse.com/5/images/backgroundimage3.jpg') top center no-repeat;}

div#background-images div{
	position: fixed;
	z-index: 1;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	min-height: 768px;
}


div.text-left2 {
	display: inline-block;
	position: relative;
	float: left;
	width: 560px;
	height: auto;
	margin-left: 40px;
	margin-top: 35px;
}

div.text-left2 p {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}




div.title-text2 {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 40px;
	margin-left: 40px;
	float: left;
}

div.title-text2 h1 {
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #393832;
	line-height: 0.7em;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
}

div.title-text2 h2 {
	font: "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #393832;
	line-height: 0.7em;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}


#input {
	border: none;
	padding: 5px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;

	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	border-color: #000;
	border-style: solid;
	border-width: 1px;

}

#input:focus {
	background-color: #CCC;
}


div.contact-right {
	display: inline-block;
	position: relative;
	width: 280px;
	height: 400px;
	float: right;
	margin-right: 20px;
}

div.contact-right p {
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

div.contact-right2 {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 520px;
	float: right;
	margin-top: -100px;
	overflow: hidden;
}

div.contact-right3 {
	display: inline-block;
	position: relative;
	width: 300px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-top: -5px;
	z-index: 1000;
}

div.menu-holder {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 50px;
	margin: 0px auto;
	background-color: #CCC;
	margin-bottom: 10px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div.menu-holder p {
	margin-left: 10px;
	font-weight: bold;
	margin-top: 12px;
}

div.menu-holder h6 {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	margin-left: 10px;
	margin-top: -15px;
	padding: 0px;
}

div.contact-right2 img {
	width: auto;
	height: 100%;
}

#active {
	background-image: url(../images/bgsq2.png);
}

div.quick-links a:link {
	color: #666;
}

div.quick-links a:hover {
	color: #999;
}

div.quick-links a {
	color: #666;
}

div.text-left4 {
	display: inline-block;
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	margin-left: 40px;
	margin-top: 35px;
}

div.gallery-holder {
	display: inline-block;
	position: relative;
	float: left;
	background-color: #333;
	width: 135px;
	height: 70px;
	margin-left: 9px;
	margin-bottom: 9px;
	border: 5px solid #FFF;
	-moz-box-shadow: 1px 1px 8px #383838;
	-webkit-box-shadow: 1px 1px 8px #383838;
}

div.gallery-holder img {
	padding: 0px;
	margin: 0px;
}




div.contact-right3 a:link {
	text-decoration: none;
	color: #000;
}

div.contact-right3 a {
	text-decoration: none;
	color: #000;
}

div.menu-holder:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}


div.text-left2 a:link {
	text-decoration: none;
	color: #000;
}

div.text-left2 a {
	text-decoration: none;
	color: #000;
}


div.text-left-events {
	display: inline-block;
	position: relative;
	float: left;
	width: 560px;
	height: auto;
	margin-left: 40px;
	margin-top: 35px;
}

div.text-left-events p {
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


div.main-holder-rest {
	display: block;
	position: relative;
	width: 960px;
	height: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgsq.png);
	background-repeat: repeat;
	-moz-box-shadow: 1px 1px 14px #928c7d;
	-webkit-box-shadow: 1px 1px 14px #928c7d;
	z-index: 400;
	margin-top: 20px;

}

div.rest-offers {
	display: inline-block;
	position: relative;
	float: left;
	width: 880px;
	height: auto;
	margin-left: 40px;
	margin-top: 15px;
}

div.rest-holder {
	display: inline-block;
	position: relative;
	width: 430px;
	height: 140px;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

div.rest-holder2 {
	display: inline-block;
	position: relative;
	width: 430px;
	height: 140px;
	float: right;
	margin: 0px;
	margin-bottom: 15px;
}

