body {
	text-align: center;
	background-color: #000000;
}

#header {
	position: absolute;
	left: -325px;
	margin-left: 50%;
	width: 650px;
 	text-align: left;
}

#logo {
	position: absolute;
	background: url(../images/logo.png) center no-repeat;
	width: 650px;
	top: 25px;
	height: 150px;
	font-size: 1px;
	color: #000000;
	cursor: pointer;
	z-index: 1;
}

#menu {
	position: absolute;
	top:200px;
	height: 40px;
	width: 650px;
	padding-left: 25px;
	background: url(../images/menu.png) 0 0 no-repeat;

}

#container {
	position: absolute;
	left: -325px;
	margin-left: 50%;
	top: 240px;
	width: 650px;
 	text-align: left;
}


#footer {
	position: absolute;
	left: -325px;
	margin-left: 50%;
	width: 650px;
	height: 30px;
 	text-align: center;
 	background: url(../images/footer.png) top no-repeat;
 	font-size: 10px;
 	font-family: helvetica, veranda, sans-serif;
 	line-height: 20px;	
}
 
#footer a:hover {
	color: white;
	text-decoration: underline;
} 

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 40px;
        position: relative;
        display: block;
        background: url(../images/menu.png) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.home {
  background-position: -25px 0;
  width: 120px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: -25px -40px;
}

#navigation a.siq {
  background-position: -145px 0;
  width: 120px;
}

#navigation .highlight a.siq:hover,
#navigation a.siq .hover {
  background-position: -145px -40px;
}

#navigation a.combo {
  background-position: -265px 0;
  width: 120px;
}

#navigation .highlight a.combo:hover,
#navigation a.combo .hover {
  background-position: -265px -40px;
}

#navigation a.wind {
  background-position: -385px 0;
  width: 120px;
}

#navigation .highlight a.wind:hover,
#navigation a.wind .hover {
  background-position: -385px -40px;
}

#navigation a.contact {
  background-position: -505px 0;
  width: 120px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -505px -40px;
}

#navigation a.selected {
  background-position-y: -80px;
}



/* classes for text */

.blue {
	color: #237eac;
}

.black {
	color: black;
}


.aquagreen {
	color: #3b7e7f;
}

.red {
	color: #fc0008;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: 12px;
}

.mini {
	font-size: 9px;
}

.bullets {
	list-style-type: disc;
	list-style-position: inside;
}

.number {
	list-style-position: inside;
	list-style-type: decimal;
}

.grey {
	color: #808080;
}

.orange {
	color: #fd6209;
}
.green {
	color: #0f8305;
}

.lightblue {
	color: #108DD6 ;
}

.darkblue {
	color: #000080;
}

.aqua {
	color: #39cf66;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.big {
	font-size: 24px;
}

.large {
	font-size: 16px;
}

.blueback {
	background-color: #d1e1ff;
}

.yellowback {
	background-color: #FFE1B3;
}
