<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
}
html, body {
	height:100%;
}
 
body {
	background: 50% 50% no-repeat #EFEFEF;
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
    min-width: 900px;
    color: #aaa;
    
}
a {
    text-decoration: none;
    color: #fff;
}
#floater {
	position:relative;
    float:left;
	height:50%;
    margin-bottom:-300px;
	width:1px;
}
 
#wrapper {
	position:relative;
    clear:left;
	min-height:500px;
    width:900px;
	margin:0 auto;
	background: #000;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

#content {
    position: relative;
    text-align:center;
    padding: 20px;
    margin-top: 30px;
}

#navigation {
    margin-top: 25px;
    float: right; 
    width: 250px; 
    padding: 15px;
    line-height: 30px;
    background-color: #b3d335;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    clear:both;
}
#navigation ul {
    float: left;
    width: 250px;
}
#navigation ul li {
    float: left;
    height: 13px;
    list-style-type: none;
    margin-right: 8px;
}
#navigation .contact_us {
    background: url(../images/nav.png) -138px 0px no-repeat;
    width: 98px;
}
#navigation .contact_us:hover {
    background: url(../images/nav_hover.png) -138px 0px no-repeat;
     cursor: pointer;
}
#navigation .contact_us_current {
    background: url(../images/nav_active.png) -138px 0px no-repeat;
    width: 98px;
}

#navigation .about_us {
    background: url(../images/nav.png) -54px 0px no-repeat;
    width: 78px;
}
#navigation .about_us:hover {
    background: url(../images/nav_hover.png) -54px 0px no-repeat;
    cursor: pointer;
}
#navigation .about_us_current {
    background: url(../images/nav_active.png) -54px 0px no-repeat;
    width: 78px;
}

#navigation .home {
    background: url(../images/nav.png) 2px 0px no-repeat;
    width: 50px;
}
#navigation .home:hover {
    background: url(../images/nav_hover.png) 2px 0px no-repeat;
     cursor: pointer;
}
#navigation .home_current {
    background: url(../images/nav_active.png) 2px 0px no-repeat;
    width: 50px;
}
.content_box {
    color: #f1f1f1;
    margin: 0 auto;
    width: 500px;
    min-height: 250px;
    text-align: left;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    background-image: url(../images/fader.png);
}

input, textarea, .feedback {
    border: 1px solid #b3d335;
    background-image: url(../images/fader.png);
    background-color: transparent;
    padding: 5px;
    color: #f1f1f1;
    margin-bottom: 3px;
}
input[type='text'] {
    width: 200px;
}
input[type='submit'], .feedback {
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.feedback {
    text-align:center;
}
textarea {
    min-height: 50px;
}
fieldset {
    border: none;
    background-image: url(../images/fader.png);
    background-color: transparent;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
}
div.left {
    float: left;
    width: 150px;
}
div.right {
    float: left;
    width: auto;
}


h1.about_us {
    height: 13px;
    width: 77px;
    background: url(../images/header.png) 0px 0px no-repeat;
    margin-bottom: 15px;
}

h1.contact_us {
    height: 13px;
    width: 92px;
    background: url(../images/header.png) -85px 0px no-repeat;
    margin-bottom: 15px;
}
.phone {
    background: url(../images/icons.png) 0px 0px no-repeat;
    height: 25px;
    width: 28px;
    float: left;
    margin-right: 10px;
}

.email {
    background: url(../images/icons.png) -30px 0px no-repeat;
    height: 25px;
    width: 30px;
    float: left;
    margin-right: 10px;
}</pre></body></html>