﻿/* CSS layout */
#masthead {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	width: 900px;
	height: 75px;
	background-color: #5E5841;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
div#navbar2 {
	margin: 0px;
	padding: 0;
	height: 20px;
	width: 900px;
	text-align: center;
	border-top: solid white 1px;
	border-bottom: solid #000 0px;
	background-color: #5E5841;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

div#image {
	margin: 0px;
	padding: 0;
	height: 384px;
	width: 610px;
	text-align: center;
	border-top: solid white 1px;
	border-bottom: solid #000 0px;
	background-color: #5E5841;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: white;
line-height: 20px;
white-space: nowrap;
}
div#navbar2 li {
list-style-type: none;
display: inline;
border-right: 1px solid black;
}
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: white;
}
div#navbar2 li a:link {
color: white;
}
div#navbar2 li a:visited {
color: white;
}
div#navbar2 li a:hover {
font-weight: bold;
color: #7C7751;
}
#header {
	margin: 0;
	padding: 0;
	z-index:0;
	width: 900px;
	height:20px;	
	background-color:#white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align:center;
}
#content {
	background-position: 10px center;
	padding: 0px;
	margin: 0px;
	width: 625px;
	text-align: left;
	height: 400px;
	background-color: #7C7751;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	background-image: url('images/front1.600b.jpg');
	background-repeat: no-repeat;
	float: left;
	right: 0px;
}

#content2 {
	background-position: left center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: left: width: 100%;
	height: 150px;
	background-color: #5E5841;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	float: left;
}

#content3 {
	background-position: 10px center;
	padding: 0px;
	margin: 300px;
	width: 300px;
	text-align: left;
	height: 400px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	background-repeat: repeat;
	float: left;
	right: 400px;
}
#footer {
	border-style: none groove groove groove;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 30px;
	background-color: #5E5841;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	float: left;
}


#h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align:center;
}
#h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align:left;
}



.style1 {
}
.style2 {
	padding 10px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align:center;
}
.style3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align:left;
	margin: 10px;
}
#content3 {
	background-position: 10px top;
	padding: 0px;
	margin: 0px;
	width: 300px;
	text-align: left: width: 100%;
	height: 400px;
	background-color: #7C7751;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	background-image: url('images/livingroomtv.250.jpg');
	background-repeat: no-repeat;
	float: left;
	right: 0px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>




