@charset "utf-8";
/* CSS Document */

/* commented out .container_shadow and added box-shadow to the .container_content...MG 2016*/
/* .container_shadow {
	width: 900px;
	background-image: url(images/shadow.jpg);
	margin: 0 auto;
	overflow: hidden;
}
*/

.container_content {
	width: 80%;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 5%;
	overflow: hidden;
	box-shadow: 0px 0px 40px #000;
}

body {
	font-family: 'Georgia','Poly', serif;
	margin: 0;
	padding: 0;
	color: #525252;
	background: #83734d;
	font-size: 14px;
}


a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

header {
	display: block;
}

header a:link, header a:visited {
	color: #1d3055;
}

header a:hover {
	color: #a80014;
	text-decoration: none;
}

.upper_banner_left {
	float: left;
	height: 150px;
	margin-top: 0px;
	overflow: hidden;
	width: 55%; 
	margin-bottom: 2%;
	position: relative;
	
}
.backupImage {

	height: 150px;
	background-image: url(images/stg_logo.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.upper_banner_right {
	float: right;
	max-height: 200px;
	width: 40%;
	text-align: right;
	margin-bottom: 2%;
}

.upper_banner_right p {
	font-size: 13px; 
	padding-right: 5%;
	color: #1d3055;
	text-decoration: none;
}

.logobanner {
	all: initial;
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: -150px;
	margin-left: 0px;
}


.logomobile {
	display:none;
}

nav {
	margin-top: 0px;
	height: 46px;
	background-image:url(images/menu_background.jpg);
	line-height:45px;
	color: white;
	clear: both;
	min-width: auto;
	/*padding-left: 400px;*/
}

ul{
	list-style-type: none;
}
	
li {
	/*min-width: 100px;*/
}

.menu_buttons {
	float: left;
	height: 46px;
	padding: 0 15px;
	border-left: 1px solid #887563;
	width: auto;
}

a:link {
	text-decoration: none;
	color: #a80014 !important;
} 	

.aHover:hover {
	color: #a80014 !important;
}

a:hover {
	text-decoration: none;
	color: #505050 !important;
}

nav a:link, nav a:visited {
	color: white;
	text-decoration: none;
}


nav a:hover {
	color: #505050;
	text-decoration: none;
}

address {
	margin: 0px;
	margin-top: -10px;
}

.selected {
	background: #3c2f23;
}

.content_upper_left {
	width:69%;
	float: left;
	padding: 20px;
	
}
img {
	max-height: 50%;
	max-width: 50%;
	padding-bottom: 5%;
	
}
.upholsterychair {
	
	margin-top: 10%;
	transform: rotate(270deg);
}

.indexPagePic	{

  all: initial;
  width: 90%;
}
/* the image size for the index page has the styles reset and then width is set to 90% */
/* the other images have style sizes set at the smaller size */

section.content_upper_right {
	width:24%;
	float: right;
	text-align: right;
	font-size: 14px;
	margin-right: 2%;
}

section ul {
	list-style-type: none;
	padding: 0 20px 0 0;
	background-image:url(images/menu_separator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.content_upper_right_list_title {
	padding-bottom: 10px;
	font-weight: bold;
}

main  {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 20px;
}

.main {
	display: block;
	width: 90%;
	float: left;
	font-size: 14px;
	padding: 20px;
	
}
.main ul li {
	list-style-type: none;
}
h1 {
	margin:0px;
}
aside {
	clear:both;
	width: auto;
}

.content_side_image {
	 width:285px;
	 float: right;
	 text-align: right;
	 font-size: 14px;
}

.map {
	max-width: 65%; 
	min-height: 50%;
	display: block;
	float: right;
	
}
.truck {
	
	max-width: 25%;
	float: left;
}

/************************* slideshow **************************/
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container-outer {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	box-shadow: 0px 0px 10px #000;
}

.slideshow-container {
  
  width: 400px;
  height: 400px;
  position: relative;
  margin: auto;
  text-align: center;
}
.slideshow-container img {
	margin-top: 20%;
	max-width:100%;
	max-height: 100%;
}

/* Next & previous buttons */
.prev, .next {
  
  cursor: pointer;
  position: absolute;
  margin-left: 10px;
  width: auto;
  margin-top: 0px;
  padding: 16px;
  color: black;
  box-shadow: 0px 0px 2px #999;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */
.next {
 margin-left: 450px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {

  margin-top: 10px;
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */

/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}*/
/******************* end of slideshow ************************/

.center
{
	text-align: center;
}

.list_tabbed {
	padding-left: 30px;
}
		
.facebookImage
{
	float: left;
	max-height: 50%;
	max-width: 50%;
}
footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 10px;
}

.footerNav {
	background-image: none;
	width: 100%;
	text-align: center;
}

.footer_links {
	width: 100%;
	margin: 0 auto;
	/*padding-top: 20px;  commented out the extra top space...MG 2016 */
	overflow: hidden;
	clear: both;
	text-align: center;
	/*background-image:url(images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position:top; */
	height: 100px;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer_links a:link, .footer_links a:visited {
	color: grey;
	text-decoration: none;
}

.footer_links a:hover {
	color: #505050;
	text-decoration: none;
	text-shadow: 0px 0px 1px black;
}

.coupon_button {
	background-image:url(images/coupon_button.png);
	color: white;
	width: 239px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.coupon_button a:link, .coupon_button a:visited {
	color: white !important;
	text-decoration: none;
}

.coupon_button a:hover {
	color: #c7868b !important;
	text-decoration: none;
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(images/menu-icon.png) center;

}
img {
	max-height: 50%;
	max-width: 50%;
	padding-bottom: 5%;
	
	
}


iframe {
	border:none; 
	overflow:hidden; 
	width:600px; 
	height:430px; 
	background: white; 
}
.findusonfacebook
{
	display:none;
}
#printHeader {
	display: none;
}
#printMap {
	display: none;
}

/* **************************************************** Reduce the menu item padding below a certain resolution */  
@media (max-width: 1330px) {  
.menu_buttons { 
padding: 2px; 
margin: 2px;
min-width: auto;
}  
nav {
	height: 50px;
}

}  

@media (max-width: 1200px) {
.upper_banner_left {
	position:fixed;
	min-height: 120px;
	margin-top: 0px;
	width: 45%;

}  
/*
img.logobanner {
margin-top: 0px;
} */
}

@media (max-width: 1050px) {  
.menu_buttons { 
letter-spacing: -0.3px;
font-size: .7em;
}  
.upper_banner_left {

	position:absolute;
	min-height: 130px;
	margin-top: 0px;

} 
/*
img.logobanner {
margin-top: 10px;
} */
} 

@media (max-width: 900px) {  
 
.upper_banner_left {
	transform:translateY(20px);
	position:absolute;
	min-height: 160px;

} 
/*
img.logobanner {
margin-top: 30px;
} */
} 
