body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font: Verdana;
	color: #FFF;
	background-color: #003;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
.GAS_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 105px;
}
.GAS_header .top_menu {
	position: absolute;
	top: 46px;
	left: 386px;
	width: 632px;
	height: 37px;
}
.GAS_main {
	position: relative;
	background-color: #FFF;
	height: 600px;
	width: 980px;
}
.GAS_heading {
	position: absolute;
	top: 30px;
	left: 30px;
  color: #000;
	font-size: 32px;
}
.GAS_main #GAS_infoBlock {
	position: absolute;
	background-color: #3399FF;
	margin: 20px;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 270px;
	font-size: 28px;
  line-height: 32px;
	font-style: italic;
	text-align: left;
}
.GAS_main #GAS_prodInfoBox,
.GAS_main #GAS_aogInfoBox,
.GAS_main #GAS_contactInfoBox {
	position: absolute;
	background-color: #174F93;
	margin: 20px;
	top: 290px;
	width: 300px;
	height: 270px;
}
.GAS_main #GAS_prodInfoBox {
	left: 0px;
}
.GAS_main #GAS_aogInfoBox {
	left: 320px;
}
.GAS_main #GAS_contactInfoBox {
	left: 640px;
}
.GAS_infoBoxTitle {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 22px;
}
.GAS_infoBoxText {
	position: absolute;
	top: 60px;
	left: 18px;
	margin-right: 16px;
	font-size: 16px;
  line-height: 20px;
	text-align: left;
}
.GAS_infoBoxButton {
	position: absolute;
	top: 200px;
	left: 76px;
}
.GAS_main #GAS_image {
	position: absolute;
	margin: 20px;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 270px;
}
.GAS_footer {
	position: relative;
	font-size: 12px;
	color: #006;
	background-color: #FFF;
	height: 40px;
	width: 980px;
	padding-top: 10px;
	margin-top: 20px;
}
.homeButton, .contactButton, .prodsButton, .aboutButton, .moreInfoButton{
	background: url("GASbuttonSprite.png") no-repeat;
	border:none; 
}
.homeButton{
	position: absolute;
	left: 34px;
	top: 0px;
	background-position: 0 0;
	width: 94px;
	height: 32px;
}
.homeButton:hover, .homeButton:active,
.wrapper#homePage .GAS_header .top_menu .homeButton{
	background-position: 0 -35px ;
	width: 94px;
	height: 32px;
}
.contactButton{
	position: absolute;
	left: 470px;
	top: 0px;
	background-position: 0 -70px ;
	width: 116px;
	height: 32px;
}
.contactButton:hover, .contactButton:active,
.wrapper#contactPage .GAS_header .top_menu .contactButton{
	background-position: 0 -105px ;
	width: 116px;
	height: 32px;
}
.prodsButton{
	position: absolute;
	left: 234px;
	top: 0px;
	background-position: -1px -141px ;
	width: 232px;
	height: 32px;
}
.prodsButton:hover, .prodsButton:active,
.wrapper#productsPage .GAS_header .top_menu .prodsButton{
	background-position: 0 -177px ;
	width: 232px;
	height: 32px;
}
.aboutButton{
	position: absolute;
	left: 133px;
	top: 0px;
	background-position: 0 -212px ;
	width: 96px;
	height: 32px;
}
.aboutButton:hover, .aboutButton:active,
.wrapper#aboutPage .GAS_header .top_menu .aboutButton{
	background-position: 0 -249px ;
	width: 96px;
	height: 32px;
}
.moreInfoButton{
	background-position: 0 -285px ;
	width: 130px;
	height: 32px;
}
.moreInfoButton:hover, .moreInfoButton:active{
	background-position: -1px -321px ;
	width: 130px;
	height: 32px;
}
.about_box {
  width: 430px;
  height: 430px;
  color: #000;
	background-color: #DAEDFF;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
}
.about_box#about_left {
	position: absolute;
	left: 25px;
	top: 90px;
}
.about_box#about_right{
	position: absolute;
	left: 505px;
	top: 90px;
}
.products_image{
	position: absolute;
  width: 285px;
  height: 200px;
  top: 90px;
}
.products_infoBox{
	position: absolute;
  width: 285px;
  height: 260px;
  top: 320px;
  color: #000;
	background-color: #DAEDFF;
  text-align: left;
}
.products_infoBox_title{
	position: absolute;
	left: 15px;
	top: 15px;
  font-size: 20px;
  line-height: 22px;
  width: 255px;
} 
.products_infoBox_text{
	position: absolute;
	left: 15px;
	top: 75px;
  font-size: 16px;
  line-height: 18px;
  width: 255px;
} 
.products_image#prodimage_left,
.products_infoBox#prodbox_left{
	position: absolute;
  left: 30px;
}
.products_image#prodimage_centre,
.products_infoBox#prodbox_centre{
	position: absolute;
  left: 345px;
}
.products_image#prodimage_right,
.products_infoBox#prodbox_right{
	position: absolute;
  left: 660px;
}
.contact_info{
	position: absolute;
	left: 30px;
	top: 90px;
  font-size: 16px;
  line-height: 18px;
  width: 280px;
  color: #000;
  text-align: left;
}
#GAS_contact{
	position: absolute;
	left: 330px;
	top: 26px;
  width: 520px;
}