@charset "utf-8";
/* CSS Document */
body, html {
	padding:0px;
	margin:0px;
}
.container {
	width:990px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
/*	min-height:600px;
*/}
.header {
	width:990px;
	height:135px;
	background-image:url(images/header.jpg)
}
.logo {
	margin-top:30px;
	margin-left:15px;
	width:400px;
	height:60px;
	float:left;
}
.phone_number {
	margin-top:30px;
	margin-left:15px;
	width:550px;
	height:60px;
	float:left;
}
.search{
	width: 208px;
	font-weight: bold;
	/**	float:left; **/
	position:absolute;
	left:161px;
	top:88px;
	margin-top:15px;
	font-size: small;
	height: 25px;
}
.smallSitemap {
	font-size:small;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image:url(template/take4/offerhdr.jpg);
background-repeat:repeat-x;
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: -250px;
left: 200px; /*position where enlarged image should offset horizontally */

}
