<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background-color: #000;
	background-image:url(assets/background.gif);
	background-repeat:repeat;
	margin: 0px;
}

.alpha1{
	width: 1000px;
	height: 180px;
	margin: 0px auto 0px auto;
}
.alpha2{
	width: 1000px;
	height: 130px;
	margin: 0px;
	float: left;
	background-image:url(assets/headline.gif);
	background-repeat:no-repeat;
}
.alpha3{
	width: 1000px;
	height: 50px;
	margin: 0px;
	float: left;
	background-color: #666;
	background-image:url(assets/background_navigation.gif);
	background-repeat:repeat-x;
}
.alpha4{
	width: 89px;
	height: 50px;
	float: left;
	border-right: solid 1px #333;
}

.bravo1{
	width: 1000px;
	margin: 5px auto 0px auto;
	overflow: hidden;
}
.bravo2{
	width: 665px;
	float: left;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
}
.bravo3{
	width: 330px;
	float: left;
	overflow: hidden;
	margin: 0px;
}

.charlie1{
	width: 1010px;
	height: 180px;
	margin: 5px auto 0px auto;
}
.charlie2{
	width: 330px;
	height: 180px;
	margin: 0px 0px 0px 5px;
	float: left;
	background-color: #1C1C1C;
}
.background_offer1{
	background-image: url(assets/background_offer1.gif);
	background-repeat:repeat-x;
}
.background_offer2{
	background-image: url(assets/background_offer2.gif);
	background-repeat:repeat-x;
}
.background_offer3{
	background-image: url(assets/background_offer3.gif);
	background-repeat:repeat-x;
}
.charlie3{
	width: 130px;
	height: 180px;
	margin-right: 20px;
	float: left;
}

.delta1{
	width: 1000px;
	margin: 30px auto 30px auto;
	overflow: hidden;
}
.delta2{
	width: 600px;
	float: left;
}
.delta2 img{
	float: left;
	margin: 15px 20px 5px 0px;
}
.delta3{
	width: 400px;
	float: left;
	background-color: #EEE;
}
.echo1{
	width: 1000px;
	margin: 30px auto 30px auto;
	overflow: hidden;
}
.echo2{
	width: 1000px;
	float: left;
}
.echo2 img{
	float: right;
	margin: 0px 0px 15px 30px;
	border: solid 1px #666;
}

.foxtrot1{
	height: 150px;
	background-color: #111;
	margin-top: 80px;
	border-top: solid 5px #39C;
}
.foxtrot2{
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}
.foxtrot3{
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	border-top: solid 5px #9C3;
}
.foxtrot4{
margin-top: 20px;
text-align: center;
text-transform: uppercase;
}
.golf1{
	width: 1000px;
	margin: 30px auto 30px auto;
	overflow: hidden;
}
.golf2{
	overflow: hidden;
	border-bottom: solid 1px #999;
	margin-bottom: 20px;
}


.kilo1{
	width: 200px;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
}

/*   MISC STYLES   */
.contact_card{
	width: 250px;
	height: 50px;
	margin: 15px 100px 0px 0px;
	float: right;
	text-align: right;
	font-family: Swanky and Moo Moo, Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 700;
}</pre></body></html>