
html, body {
	height: 100%;
}

@media (max-width: 768px) {
    .navbar { padding: 10px; }
    .main-content { padding: 5px; }
    .column { float: none; width: 100%; }
}


body {
	margin-top: 95px;
	padding: 0px;
	background: #36190C url(images/bg1_01.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 160%;
}

strong {
}

a {
	color: #6F4C3C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/bg2_03.png) repeat-y left top;
}

#wrapper-bgtop {
	overflow: hidden;
	background: url(images/bg2_02.png) no-repeat left top;
}

#top {
	overflow: hidden;
	width: 960px;
	height: 15px;
	background: url(images/bg2_01.png) no-repeat left top;
}

#bottom {
	width: 960px;
	height: 15px;
	background: url(images/bg2_04.png) no-repeat left top;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 110px;
}

/** LOGO */

#logo {
	float: left;
	width: 293px;
	height: 90px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
	padding: 20px 0px 0px 0px;
	letter-spacing: -3px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #361B11;
	//text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 44px;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	width: 667px;
	height: 90px;
}

#menu ul {
	margin: 0px;
	padding: 35px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #E45E27;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: inline-block;
	height: 30px;
	padding: 0px 10px;
}

#menu li.active {
	background: url(images/homepage02.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(images/homepage01.jpg) no-repeat left top;
}

#menu li.active span {
	background: url(images/homepage03.jpg) no-repeat right top;
	color: #FFFFFF;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 920px;
	padding: 0px 20px 5px 20px;
}

/** CONTENT */

#content {
	float: right;
	width: 627px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 253px;
}

/** SIDEBAR-NEW */

#sidebar-new {
	float: left;
	width: 300px;
}
/** FOOTER */

#footer {
	height: 150px;
}

#footer p {
	margin: 0px;
	padding: 45px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6F4C3C;
}

#banner {
	overflow: hidden;
	position: relative;
	width: 920px;
	height: 234px;
	margin: 0px auto 20px auto;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 920px;
	height: 234px;
	top: 0;
	left: 0;
}

#banner .caption1 {
	padding: 65px 0px 0px 525px;
}

#banner .caption1 h2 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-shadow: 1px 2px 2px #FEF7EC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 38px;
	color: #7B4930;
}

#banner .caption1 h2 span {
}

#banner .text1 {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-shadow: 1px 2px 2px #FEF7EC;
	font-size: 32px;
	color: #BB7755;
}

#banner .border {
	width: 920px;
	height: 234px;
	top: 0px;
	left: 0px;
	background: url(images/pics01.png) no-repeat left top;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 37px;
	margin-top: 15px;
	background: url(images/homepage05.jpg) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 37px;
	background: url(images/homepage04.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 30px;
	margin: 0px;
	padding: 7px 20px 0px 20px;
	background: url(images/homepage06.jpg) no-repeat right top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #DB5B00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: inline-block;
	height: 37px;
	margin-top: 10px;
	background: url(images/homepage05.jpg) repeat-x left top;
}

.link-style2 a {
	display: inline-block;
	height: 37px;
	background: url(images/homepage04.jpg) no-repeat left top;
	text-decoration: none;
}

.link-style2 span {
	display: inline-block;
	height: 30px;
	margin: 0px;
	padding: 7px 20px 0px 20px;
	background: url(images/homepage06.jpg) no-repeat right top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #DB5B00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

/** BOX STYLE new */

.box-style-new {
	background: url(images/homepage08.jpg) repeat-y left top;
}

.box-style-new .bgtop {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style-new .bgbtm {
	overflow: hidden;
	width: 250px;
	padding: 0px;
	background: url(images/homepage09.jpg) no-repeat left bottom;
}

.box-style-new .bgbtm {
	overflow: hidden;
	width: 250px;
    height:400px;
	padding: 0px;
	background: url(images/homepage09.jpg) no-repeat left bottom;
}
.box-style-new .title {
	padding: 0px 0px 15px 0px;
	font-size: 22px;
	color: #FDE0B1;
}

/** BOX STYLE 1 */

.box-style1 {
	background: url(images/homepage08.jpg) repeat-y left top;
}

.box-style1 .bgtop {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style1 .bgbtm {
	overflow: hidden;
	width: 193px;
	padding: 30px;
	background: url(images/homepage09.jpg) no-repeat left bottom;
}


.box-style1 .title {
	padding: 0px 0px 15px 0px;
	font-size: 22px;
	color: #FDE0B1;
}

/** BOX STYLE 2 */

.box-style2 {
	background: url(images/homepage13.jpg) repeat-y left top;
}

.box-style2 .bgtop {
	background: url(images/homepage11.jpg) no-repeat left top;
}

.box-style2 .bgbtm {
	overflow: hidden;
	width: 567px;
	padding: 30px 30px 30px 30px;
	background: url(images/homepage12.jpg) no-repeat left bottom;
	color: #86553F;
}

.box-style2 .title1 {
	padding: 0px 0px 15px 0px;
	text-shadow: 1px 2px 2px #FFFFFF;
	font-size: 24px;
	color: #E0490E;
}

.box-style2 .title2 {
	margin-top: -20px;
	padding: 0px;
	text-shadow: 1px 2px 2px #FFFFFF;
	font-size: 16px;
	color: #CA9761;
}

.divider {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px #FAD7A1 solid;
}

#box1 {
}

#box2 {
	margin-top: 20px;
}

#box3 {
	margin-top: 20px;
}

#box4 {
	margin-top: 20px;
}

#box4 .bgbtm {
	padding: 10px 30px;
}

#box5 {
	margin-bottom: 20px;
}

#box6 {
}

#box8 {
	margin-top: 20px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	background: url(images/homepage10.gif) repeat-x left top;
	padding: 0px 0px;
	line-height: 30px;
}

ul.style1 a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #C9AC95;
}

ul.style1 .first {
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	float: left;
	width: 218px;
	padding: 10px 0px 10px 0px;
	background: url(images/homepage10.gif) repeat-x left top;
	line-height: 160%;
}

ul.style2 .text1 {
	float: left;
	width: 70px;
	margin: 0px;
	color: #FFE2C6;
}

ul.style2 .text2 {
	float: left;
	width: 145px;
	color: #D69F85;
}

ul.style2 a {
	//**text-shadow: 1px 1px 2px #FFFFFF; **/
	color: #5F5F5F;
}

ul.style2 .first {
	background: none;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 253px;
	height: 113px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1 a {
	text-decoration: none;
}

.image-style1 .caption1 {
	position: absolute;
	top: 35px;
	left: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #F2BC6C;
	font-size: 20px;
	color: #552710;
}

.image-style1 .caption2 {
	position: absolute;
	top: 35px;
	left: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	font-size: 20px;
	color: #F46328;
}

.image-style1a span {
	background: url(images/pics05.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	float: right;
	width: 213px;
	height: 115px;
	margin-top: 10px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style2a span {
	background: url(images/pics07.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	width: 253px;
	height: 104px;
	margin-bottom: 20px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style3 a {
	text-decoration: none;
}

.image-style3a span {
	background: url(images/pics10.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	position: relative;
	float: left;
	width: 255px;
	height: 185px;
	margin-top: 10px;
	margin-right: 25px;
}

.image-style4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style4a span {
	background: url(images/pics07.png) no-repeat left top;
}

/** Image Coupon Style border **/

.image-coupon {
	position: relative;
	width: 480px;
	height: 241px;
}

.image-coupon span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-coupon img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-coupon a {
	text-decoration: none;
}

.image-coupon .caption1 {
	position: absolute;
	top: 203px;
	right: 97px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #F2BC6C;
	font-size: 16px;
	color: #a61131;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.image-coupon .caption2 {
	position: absolute;
	top: 35px;
	left: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	font-size: 20px;
	color: #F46328;
}

.image-coupona span {
	background: url(pic/coupon_update.jpg) no-repeat center;
}

/** End Coupon */	

#two-columns {
	padding-top: 30px;
}

#box6 .bgbtm {
	padding-bottom: 20px;
}

#two-columns .title {
	padding: 0px 0px 15px 0px;
	text-shadow: 1px 2px 2px #FFFFFF;
	font-size: 24px;
	color: #E0490E;
}

#column1 {
	float: left;
	width: 253px;
	padding-right: 30px;
	border-right: 1px #FAD7A1 solid;
}

#column2 {
	float: right;
	width: 253px;
}

#blanket {
 background-color:#111;
 opacity: 0.65;
 filter:alpha(opacity=65);
 position:absolute;
 z-index: 9001;
 top:0px;
 left:0px;
 width:100%;
 }
 #popUpDiv {
 position:absolute;
 background-color:#eeeeee;
 width:300px;
 height:300px;
 z-index: 9002;
}
 #popUpDiv2 {
 position:absolute;
 background-color:#eeeeee;
 width:300px;
 height:300px;
 z-index: 9003;
}
/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}
.button3 {border-radius: 7px;}

	.button4 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}
.button5 {border-radius: 5px;}

#GFG { 
            text-decoration: none; 
            color: white;
            
        } 
