/* SUPAFLUSH CSS */

/* BODY */

html, body {
	padding: 0px;
	margin: 0px;
}
body {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 130%;
	background: #FCED37;
}
#container {
	width: 760px;
	margin: 0 auto;
	background: #FCED37;
}
#header {
	width: 760px;
	height: 125px;
	background: #FCED37 url(images/headerbg.gif);
	
}
#sidecontainer {
	width: 242px;
	float: left;
	background-color: #FCED37;

}
#contentcontainer {
	width: 518px;
	float: left;
	background-color: #FCED37;
}

#footer {
font-size: 80%;
clear: right;
float: right;
margin: 20px 20px 30px 0;
}

.textarea {
	margin: 40px 40px 20px 20px;
	float: left;
}


/* FONTS */

h1 {
text-indent: -9999px;
float: left;
margin: -50px;
position: absolute;

}

h2 {
	font-size: 100%;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}
a, a:visited {
	color: #333A8F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#nav {
	width: 366px;
	height: 30px;
	background: url(images/nav.gif) no-repeat;
	text-indent: -9999px;
	margin: 90px 0 0 262px;
	display: block;
	position: absolute;
}

#nav li {
	font-size: 8pt;
	display: block;
	list-style: none;
	position: absolute;
}

#nav li, #nav a {
	display: block;
	height: 40px;
}

#nav a, #nav a:hover {
	text-decoration: none;
}


#nav-home 			{ left: 1px; width: 50px;}
#nav-products 		{ left: 51px; width: 94px;}
#nav-where 			{ left: 145px; width: 124px; }
#nav-contact 		{ left: 268px ; width: 98px; }

#nav-home 			a:hover	{ background: url(images/nav.gif) -1px -30px no-repeat; }
#nav-products 		a:hover	{ background: url(images/nav.gif) -51px -30px no-repeat; }
#nav-where 			a:hover	{ background: url(images/nav.gif) -145px -30px no-repeat; }
#nav-contact 		a:hover	{ background: url(images/nav.gif) -268px -30px no-repeat; }

#page-home	#nav-home 			{ background: url(images/nav.gif) -1px -30px no-repeat; }
#page-products #nav-products 		{ background: url(images/nav.gif) -51px -30px no-repeat; }
#page-where #nav-where 			{ background: url(images/nav.gif) -145px -30px no-repeat; }
#page-contact #nav-contact 		{ background: url(images/nav.gif) -268px -30px no-repeat; }