<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	color: #111111;
}
body { background:#c1c1c1; }
a { outline: 0; }
h1 {
	text-align: left;
	font: bold 32px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	text-shadow: 1px 1px 1px #000000;
}
h2 { text-align: center; padding: 5px; margin: 10px; background: #fff2b6; color: #398138; }
 
#garagedoor {
	list-style: none;
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 800px;
	overflow: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;


}
#garagedoor li {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}

/* Modernizer Enabled */
.csstransitions #garagedoor li {
	-webkit-transition: background-position 0.6s ease;
	-moz-transition: background-position 0.6s ease;
	-o-transition-property: background-position 0.6s ease;
}
.csstransitions #garagedoor li:hover {
	background-position: 0 -100px !important;
}

#garagedoor li#shutter1 {
	background: url(../images/shutter-1.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter2 {
	background: url(../images/shutter-2.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter3 {
	background: url(../images/shutter-3.jpg) 0 0 no-repeat; 
}
#garagedoor li#shutter4 {
	background: url(../images/shutter-4.jpg) 0 0 no-repeat; 
}
#garagedoor a {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom center;
   text-indent: -9999px;
}
</pre></body></html>