<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: right;
	font-family: sans-serif;
	-moz-box-align: top;
	padding-top: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	background-image: url(images/bg.png)
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#bg {
	clear: both;
	float: none;
	margin-left: auto;
	width: 950px;
	display: block;
	height: 100%;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(website_1650-01.jpg);
	box-shadow: 5px 0px 10px 0px #000;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/website_1650-01_01.gif);
	height: 182px;
	box-shadow: 3px 0px 10px 0px #999;
}
#header2 {
	height: 140px;
	background-image: none;
}
#header1 {
	height: 42px;
}
#barspace {
	height: 43px;
	width: 45px;
	float: left;
}
#product {
	float: left;
	height: 43px;
	width: 100px;
	text-align: center;
}
#contact {
	height: 43px;
	width: 120px;
	float: left;
	text-align: center;
}
#faq {
	float: left;
	height: 43px;
	width: 100px;
	text-align: left;
}
#about {
	height: 43px;
	width: 100px;
	clear: none;
	float: left;
	text-align: center;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 302px;
	box-shadow: 3px 0px 10px 0px #999;
	background-color: #FFF;
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 150px;
	box-shadow: 3px 0px 10px 0px #999;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}		
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%;
	background-color: #FFF;
	box-shadow: 3px 0px 10px 0px #999;
}
#main1 {
	height: 777px;
	width: 100%;
	float: both;
	clear: left;
	font-family: sans-serif;
	height: 100%;

}
#footer {
	clear: both;
	height: 267px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#bg {
	clear: both;
	float: none;
	margin-left: auto;
	width: 90.675%;
	display: block;
	height: 1680px;
	margin-right: auto;
	background-image: url(website_1650-01.jpg);
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.675%;
	display: block;
	height: 182px;
	background-image: url(website_1650-01_01.gif);
}
#header2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.675%;
	display: block;
	height: 140px;
}
#header1 {
	height: 45px;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.675%;
	display: block;
	background-color: #999;
	height: 301px;
	background-image: url(images/website_1650-01_02.gif);
}	
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.675%;
	display: block;
	height: 150px;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.675%;
	display: block;	
}
#main {
	clear: none;
	float: left;
	width: 90.675%;
	display: block;
	height: 100%;
}
#main1 {
	height: 777px;
	width: 90.675%;
	float: left;
	clear: left;
}
#footer {
	clear: both;
	height: 267px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 950px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#bg {
	clear: both;
	float: none;
	margin-left: auto;
	width: 950px;
	hight: 1680px;
	display: block;
	margin-right: auto;
	height: 1680px;
	box-shadow: 2px 2px 5px #666;
	background-image: url(website_1650-01.jpg);
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 182px;
	background-image: url(website_1650-01_01.gif);
}
#header2 {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 140px;
}
#header1 {
	height: 45px;	
}
#banner {
	clear: both;
	float: none;
	width: 100%;
	display: run-in;
	height: 302px;
	white-space: nowrap;
	background-image: url(images/website_1650-01_02.gif);
}
#news {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 150px;
	text-align: left;
	background-image: url(images/website_1650-01_03.gif);
}
#contact {
	float: left;
	margin-right: 0px;
	height: 42px;
	width: 130px;
	clear: none;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 1044px;
	background-image: url(website_1650-01_04.gif);	
}
#main1 {
	height: 777px;
	width: 100%;
	float: left;
	clear: left;
}
#footer {
	clear: both;
	height: 267px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
</pre></body></html>