@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AC8053;
}
#container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
}
#topBAR {
	height: 160px;
	width: 915px;
	background-image: url(inside_images/inside.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#container #topBAR #topPIC {
	height: 91px;
	width: 564px;
	top: 22px;
	position: relative;
	left: 300px;
}
#container #topBAR #inside_nav {
	position: relative;
	height: 50px;
	width: 800px;
	left: 50px;
	top: 30px;
	z-index: 1;
}
#appliancesCONTENT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #404041;
	width: 915px;
	height: 2000px;
}
#galleryCONTENT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #404041;
	width: 915px;
	text-align: center;
}
#showroomCONTENT  {
	width: 800px;
	text-align: center;
	border-top-color: #653930;
	border-right-color: #653930;
	border-bottom-color: #653930;
	border-left-color: #653930;
	height: 1000px;
}
#contactCONTENT  {
	height: 1500px;
	width: 800px;
	text-align: center;
	border-top-color: #653930;
	border-right-color: #653930;
	border-bottom-color: #653930;
	border-left-color: #653930;
	line-height: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#3rd_row  {
	background-color: #FFFFFF;
	float: left;
	height: 500px;
	width: 800px;
	text-align: center;
	border-top-color: #653930;
	border-right-color: #653930;
	border-bottom-color: #653930;
	border-left-color: #653930;
	left: 50px;
	position: relative;
}
#box  {
	background-color: #BF925D;
	height: 175px;
	width: 175px;
	text-align: center;
	border-top-color: #653930;
	border-right-color: #653930;
	border-bottom-color: #653930;
	border-left-color: #653930;
	float: left;
}
#showroom_text  {
	height: 175px;
	width: 625px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: static;
	float: right;
}
#store_hours  {
	background-color: #BF925D;
	float: left;
	height: 175px;
	width: 175px;
	text-align: center;
	border: 2px solid #653930;
}
#showroom_map {
	height: 175px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #583631;
}
a {
	text-decoration: none;
}

#contactCONTENT a {
	text-decoration: underline;
}
#Flash_Holder {
	height: 500px;
	width: 915px;
	position: relative;
	left: 50px;
}
#Picture {
	height: 500px;
	width: 500px;
	position: relative;
	left: 50px;
}
#Text {
	height: 1000px;
	width: 300px;
	position: relative;
	left: 580px;
	top: -500px;
	text-align: center;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 13px;
	color: #653118;
}
.style3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #404041;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

