<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');
/* General Demo Style */
.header{
	height:82px;
	width:100%;
	overflow:hidden;
	z-index:1000;
	top:0px;
	left:0px;
	background-image:url(../images/logo1.jpg);
	background-repeat:no-repeat;
	border-bottom:solid 2px #999;
	margin:0px;
	position:absolute;

}
.menu{
	position:absolute;
	left:250px;
	top:60px;
	height:25px;
	width:800px;
	overflow:hidden;
	z-index:5000;
	color:#333;
	letter-spacing:3px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;

}
	

.logo {
	position:absolute;
	left:13%;
	top:0px;
	height:192px;
	width:204px;
	overflow:hidden;
	z-index:200;
	background-image:url(../../images/logo.png);
}
.footer {
	position:absolute;
	height:170px;
	width:100%;
	margin-top:680px;
	z-index:800;
	overflow:hidden;
	border-top:groove;
	border-top-color:333;
}
.footertxt {
	position:absolute;
	height:auto;
	width:100%;
	z-index:900;
	left:0px;
	margin-top:700px;
	border:0px;
	overflow:hidden;
	
	color:#333;
	text-align:center;
	letter-spacing:10px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
}
.footertxtcopy {
	position:absolute;
	height:auto;
	width:100%;
	z-index:900;
	left:0px;
	margin-top:850px;
	border:0px;
	
	color:#555;
	text-align:center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
}

body{
   
background: rgba(230,230,230,0.9);
scrollbar-face-color:#000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000;
scrollbar-arrow-color: #000;

	font-size: 13px;
}

a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #8c1519;
	border-bottom:double; 
}
.description{
	position:fixed;
	width:350px;
	height:100%;
	top:83px;
	left:-315px;
	
	z-index:90000000000000000000;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}
.description:hover{
	position:fixed;
	width:350px;
	height:100%;
	top:83px;
	left:0px;
	
	z-index:90000000000000000000;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;	
}
.descimg{
	height:100%;
	right:0px;
	width:35px;
	top:0;
	background:url(../images/+2.png);
	position:absolute;
}
.desctxt{
	height:30%;
	width:300px;
	position:absolute;
	left:10px;
	top:30%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	background:rgba(230,230,230,0.5);
	
}
	

	</pre></body></html>