html {
	  overflow-y: scroll;
}
body { margin:0px; min-width:800px; font-family:arial;}
.header {
	height:25px; width:100%; text-align:center; background-color:#f1f1f1;#e9e8e8;color:#545553; 
}

.border {
	border-bottom:2px #d2d3d4 solid;
}
.border1 {
	border-top:1px #d2d3d4 solid;
}
.header td {
	width:10%;height:25px;
}
.header a {
	font-size:11px; text-transform:uppercase; color:#545553; font-weight:bold; line-height:25px; 
}
.header a:hover {
	color:#e57667;
}
.peep-contain {
	text-align:center;
}
h4 {
	margin: 0px; padding: 0px; border: 0px currentColor; line-height: 1;
}
h5 {
	margin: 0px; padding: 0px; border: 0px currentColor; line-height: 1; font-weight: normal;
}


img {
	margin: 0px; padding: 0px; border: 0px currentColor; line-height: 1;
}


ul {
	font-size: 1.6rem; margin-bottom: 1.5em;
}


a {
	 text-decoration: none;
}
/*
a:visited {
	color: inherit;
}

a:focus {
	outline: 0px; color: inherit;
}
a:hover {
	outline: 0px;
}
a:active {
	outline: 0px;
}*/

#line {
	width: 100%; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
	
}
.thin#line {
	height: 1px; background-color: rgb(224, 227, 228);
}
.thick#line {
	height: 1px; background-color: rgb(239, 239, 239);float:left;
}

.fade {
	transition: all .35s ease-out; -moz-transition: opacity .35s ease-out; -webkit-transition: all .35s ease-out;
}

.rpeeps li {
	display: inline-block; position: relative; zoom: 1;
	margin-left: -24px;
}

.rpeeps .fade {
	filter: alpha(opacity=0); opacity: 0; transition: opacity .45s ease-in-out; -moz-transition: opacity .45s ease-in-out; -webkit-transition: opacity .45s ease-in-out;
}
.rpeeps .fade:hover {
	filter: 0; opacity: 1; transition: opacity .0s ease-in-out; -moz-transition: opacity .0s ease-in-out; -webkit-transition: opacity .0s ease-in-out;
}
.top {
	z-index: 98;
}
.peep-overlay {
	background: url(../images/peep-overlay.png) no-repeat 0px 0px; left: 8px; top: 7px; width: 202px; height: 202px; text-align: center; color: rgb(255, 255, 255); position: absolute;
}
.peep-overlay h4 {
	color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 1px; padding-top: 95px; font-size: 14px; font-weight: normal;
}
.peep-overlay h5 {
	color: rgb(255, 255, 255); letter-spacing: 1px; padding-top: 20px;font-size: 13px;font-weight: normal;
}
