/* Location - Ambience Air */

* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 62.5% Arial, Helvetica, sans-serif;
}

/* Content */

div.content {
	width: 560px;
	padding: 20px;
}

div.content:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}

/* Info */

div.info {
  width: 260px;
  float: left;
  font-size: 1.2em;
  color: #3e414b;
  padding-left: 20px;
  clear: none;
}

div.info p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

div.info a {
	text-decoration: underline;
	color: #3755ad;
}
	
div.info a:hover {
	color: #182a60;
}

/* Storefront */

div.storefront {
  width: 280px;
  height: 200px;
  background: #000;
  margin-bottom: 15px;
  float: left;
}

  body#joondalup div.storefront {
    background: url('../images/storefront/joondalup.jpg') 0 0 no-repeat;
  }
  
  body#midland div.storefront {
    background: url('../images/storefront/midland.jpg') 0 0 no-repeat;
  }
  
  body#bibralake div.storefront {
    background: url('../images/storefront/bibralake.jpg') 0 0 no-repeat;
  }

  body#gosnells div.storefront {
    background: url('../images/storefront/gosnells.jpg') 0 0 no-repeat;
  }
  
  body#rockingham div.storefront {
    background: url('../images/storefront/rockingham.jpg') 0 0 no-repeat;
  }

/* Google Map */

div.googlemap {
  width: 560px;
  height: 300px;
  background: #000;
  float: left;
  clear: left;
}

  body#joondalup div.googlemap {
    background: url('../images/googlemap/joondalup.jpg') 0 0 no-repeat;
  }

  body#midland div.googlemap {
    background: url('../images/googlemap/midland.jpg') 0 0 no-repeat;
  }

  body#bibralake div.googlemap {
    background: url('../images/googlemap/bibralake.jpg') 0 0 no-repeat;
  }

  body#gosnells div.googlemap {
    background: url('../images/googlemap/gosnells.jpg') 0 0 no-repeat;
  }

  body#rockingham div.googlemap {
    background: url('../images/googlemap/rockingham.jpg') 0 0 no-repeat;
  }




