<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 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html { height: 101%; } /* always display scrollbars */
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }


body {
margin-top: 30px;
background: #000 url("images/background01.jpg") repeat-x;
font: 11pt Arial, Helvetica, sans-serif;
color: #666;
line-height: 16pt;
}

a {
color: #666;	
}

p {
margin-top: 20px;	
}

b {
font-weight: bold;	
}

h1 {
margin-bottom: 35px;
font-family: 'as_speedwayregular';
font-size: 34pt;
font-weight:normal;
color: #990000;
}

h2 {
margin-bottom: 10px;
font-size: 15pt;
color: #990000;
}


/*DIMENSIONAL/POSITIONAL PROPERTIES
==================================== */
#wrap {
padding-bottom: 295px;
width: 1060px;
min-height: 730px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 2px #000000;
box-shadow: 0px 0px 5px 2px #000000;
background-image: url("images/wrap-bg.jpg"), url("images/bottom-bg.jpg");
background-position: center top, right bottom;
background-repeat: no-repeat;
position:relative;	
}

	#wrap-sub-img {
	width: 170px;
	height: 548px;
	position: absolute;	
	top: 90px;
	right: 0;
	z-index:4;
	}

#wrap-home {
width: 1060px;
min-height: 730px;
background: #fff url("images/wrap-bg.jpg") no-repeat;
-webkit-box-shadow: 0px 0px 5px 2px #000000;
box-shadow: 0px 0px 5px 2px #000000;
position:relative;	
}

	#wrap-home-img {
	width: 842px;
	height: 601px;
	position: absolute;	
	top: 129px;
	right: 0px;
	z-index:4;
	}


#main-img-1 {
width: 520px;
height: 383px;
position: absolute;
z-index:2;
top: -27px;
right: 276px;
}
#main-img-2 {
width: 342px;
height: 296px;	
position: absolute;
z-index:3;
top: 86px;
right: 100px;
}

section {
padding-right: 25px;
width: 602px;
min-height: 247px;
position: relative;
top: 380px;
left: 60px; 
}
	section .aside-box {
	margin-top: -75px;	
	margin-left: 15px;
	padding-left: 20px;
	padding-top: 60px;
	width: 325px;
	min-height: 170px;
	-webkit-box-shadow: inset 0px 0px 60px 1px #E7DFD5;
    box-shadow: inset 0px 0px 60px 1px #E7DFD5;
	background:#F5F3EB;
	float: right;	
	}
	
	section .top-z {
	width: auto;
	height: auto;
	position: absolute;
	z-index:5;
	right: 75px;
	top: 20px;	
	}
	
	section .service-box {
	padding: 10px 10px 10px 30px;
	width: 535px;
	min-height: 20px;
	-webkit-box-shadow: inset 0px 0px 60px 1px #E7DFD5;
    box-shadow: inset 0px 0px 60px 1px #E7DFD5;
	background:#F5F3EB;
	color: #669900;
	}


/* NAVIGATION
============= */

#nav-container {
width: 195px;
min-height: 312px;
position: absolute;
top: -30px;
left: 33px;
}

nav {
margin-top: 20px;
width: 156px;
min-height: 330px;
font-family: 'book_antiquaregular', Times New Roman, serif;
font-size: 12pt;
color:#666666;
}


	nav .btn, nav .btn a, nav .btn-last, nav .btn-last a {
	width: 156px;
	min-height: 34px;
	padding-top: 14px;
	color:#666666;
	font-size: 11pt;
	text-decoration: none;
	text-transform: uppercase;
	}
	nav .btn {
	border-bottom: 1pt solid #EFDEA9;
	}
	
	
	nav .btn a:hover, nav .btn-last a:hover {
	color:#990000;	
	font-size: 18pt;
    font-family: 'as_speedwayregular';
	text-transform: capitalize;
	}
	
	
/* CURRENT PAGE SELECTOR 
========================= */
					
body#home a#current-home, body#about a#current-about,
body#services a#current-services, body#menus a#current-menus,
body#gallery a#current-gallery, body#testimonials a#current-testimonials,
body#contact a#current-contact {
font-family: 'as_speedwayregular';
color:#990000;	
text-transform: capitalize;
font-size: 18pt;
}
	
	
	
/* FOOTER 
========== */
footer, footer a{
margin-top: 20px;
color: #fff;
font-size: 9pt;
position: relative;
z-index: 8;
}

/* FORMS
========= */
form .style {
padding-left: 5px;	
height: 25px;	
width: 200px;
border: 1pt solid #999;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px; 
}
	form .style:focus {
	border: 1pt solid #990000;	
	}

form .style-txt-area {
padding-left: 5px;	
padding-top: 5px;
border: 1pt solid #999;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px; 
}
	form. style-txt-area:focus {
	border: 1pt solid #990000;	
	}


/* CLASSES 
=========== */
.img-pad {
margin-right: 15px;
margin-bottom: 10px;	
}



/* FONTS
========= */

@font-face {
    font-family: 'as_speedwayregular';
    src: url('fonts/ays_speedway-webfont.eot');
    src: url('fonts/ays_speedway-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ays_speedway-webfont.woff') format('woff'),
         url('fonts/ays_speedway-webfont.ttf') format('truetype'),
         url('fonts/ays_speedway-webfont.svg#as_speedwayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('fonts/bkant_1-webfont.eot');
    src: url('fonts/bkant_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bkant_1-webfont.woff') format('woff'),
         url('fonts/bkant_1-webfont.ttf') format('truetype'),
         url('fonts/bkant_1-webfont.svg#book_antiquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquabold';
    src: url('fonts/antquab_1-webfont.eot');
    src: url('fonts/antquab_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antquab_1-webfont.woff') format('woff'),
         url('fonts/antquab_1-webfont.ttf') format('truetype'),
         url('fonts/antquab_1-webfont.svg#book_antiquabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquabold_italic';
    src: url('fonts/antquabi_1-webfont.eot');
    src: url('fonts/antquabi_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antquabi_1-webfont.woff') format('woff'),
         url('fonts/antquabi_1-webfont.ttf') format('truetype'),
         url('fonts/antquabi_1-webfont.svg#book_antiquabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book_antiquaitalic';
    src: url('fonts/antquai_1-webfont.eot');
    src: url('fonts/antquai_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antquai_1-webfont.woff') format('woff'),
         url('fonts/antquai_1-webfont.ttf') format('truetype'),
         url('fonts/antquai_1-webfont.svg#book_antiquaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



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