@charset "utf-8";
/* CSS Document */

div.logo{
z-index: 2;
position:absolute;
top: 10px;
left: -10px;
}

/*This div is for the main image on the rooms page
  it is shows off to the left */
div.room_logo{
position:absolute;
top:175px;
left: -5px;
}

div.btmbanner{
width: 100%;
}

div.btmspecial{
width: 100%;
}

div.topbanner{
background:#FFFFFF;
width: 100%;
}

div.menu{
left:0px;
width:904px;
height:32px;
background-color: #00252b;
}

table.clear{
border-spacing: 0px;
margin: 0px;
border: 0px;
padding: 0px;
}

img.room{
border: 0px;
}






.Main{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
/* begin Box, Sheet */

.Sheet{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 970px;
	min-width:51px;
	min-height:51px;
}



.Sheet-body{
	width:904px;
	position: relative;
	z-index:1;
	padding: 8px;
	margin:0 auto;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl{
	width: 70px;
	height: 70px;
	background-image: url('http://essexstreetinn.com/new/media/template/Sheet-s.png');
}

.Sheet-tl{
	top:-10px;
	left:0;
	clip: rect(auto, 35px, 35px, auto);
}

.Sheet-tr{
	top: -10px;
	right: 0;
	clip: rect(auto, auto, 35px, 35px);
}

.Sheet-bl{
	bottom: 0;
	left: 0;
	clip: rect(35px, 35px, auto, auto);
}

.Sheet-br{
	bottom: 0;
	right: 0;
	clip: rect(35px, auto, auto, 35px);
}

.Sheet-tc, .Sheet-bc{
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('http://essexstreetinn.com/new/media/template/Sheet-h.png');
}

.Sheet-tc{
	top: -10px;
	clip: rect(auto, auto, 35px, auto);
}

.Sheet-bc{
	bottom: 0;
	clip: rect(35px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl{
	top: 25px;
	bottom: 35px;
	width: 70px;
	background-image: url('http://essexstreetinn.com/new/media/template/Sheet-v.png');
}

.Sheet-cr{
	right:0;
	clip: rect(auto, auto, auto, 35px);
}

.Sheet-cl{
	left:0;
	clip: rect(auto, 35px, auto, auto);
}

.Sheet-cc{
	position:absolute;
	z-index:-1;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-color: #FFFFFF;
}


.Sheet{
	margin-top: 10px !important;
}

.cleared{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.footernote{
align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
