@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #304D77;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	font-style: normal;
	line-height: 200%;
}
.oneColLiqCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFCC00;
}
.oneColLiqCtrHdr #header {
	background-color: #FFCC00;
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	background-image: url(images/header1.jpg);
	background-position: 0px 0px;
	line-height: 0px;
}
#address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 400px;
	float: right;
}
#navbar {
	margin-top: 140px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColLiqCtrHdr #footer {
	background-color: #990000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 110%;
	font-weight: bold;
	color: #006699;
	text-align: center;
}
.style3 {
	font-size: 120%;
	font-weight: bold;
	color: #334B74;
}
.style1 {
	color: #304D77;
	font-weight: bold;
	font-size: 120%;
	width: 90px;
}
#about {
	width: 900px;
	display: block;
	text-align: left;
	word-spacing: 0px;
	vertical-align: top;
	padding-left: 40px;
	margin: 0px;
}
.logotext {
	margin-left: -9999px;
}
#navbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
}
#imageGallery {
	width: 900px;
	height: 400px;
	overflow: hidden;
	display: block;
}
.imageGallery {
	border: thick solid #333333;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 16px;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#gallery {
	padding: 3px;
	border: thin solid #666666;
}
.style2 {
	font-size: 18px;
	font-style: italic;
	color: #990000;
}


.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 900px;
	padding: 0;
	margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 900px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 900px;
  }

.centered-btns_nav {
  z-index: 100;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 15px;
  height: 15px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0,.8);
  }

#upholstery{
	width: 900px;
	display: block;
	text-align: left;
	word-spacing: 0px;
	vertical-align: top;
	padding-left: 40px;
	margin: 0px; 

}

.imageUp1, .imageUp2, .imageUp3{
	width: 296px;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.imageUp3, .imageUp8, .imageUp10, .imageUp12 {
	float: clear;
	margin: 2px;
}

#upholstery2 {
	width: 900px;
	display: block;
	text-align: left;
	word-spacing: 0px;
	vertical-align: top;
	padding-left: 40px;
	margin: 0px; 

}

.imageUp7, .imageUp9, .imageUp11{
	width: 446px;
	display: inline;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#upholstery3 {
	width: 900px;
	display: block;
	text-align: left;
	word-spacing: 0px;
	vertical-align: top;
	padding-left: 40px;
	margin: 0px; 

}
#contact p {
	display: block;
	padding-left: 40px;
}
#contact {
  display: block;

}
#contact img {
	padding-left: 0px;
	padding-bottom: 20px;
}
#style2 strong {
	line-height: 150%;
	font-weight: bolder;
}
#contact .style1 {
	line-height: 150%;
}

#imageGallery2 {
    display: block;
	width: 500 px;
	height: 400 px;
	margin-left: 250 px;


}
