*{ margin: 0; padding: 0;}

html, body {
  height: 100%;
}

html{
  min-height: 100%;
  margin-bottom: 1px;
}

body {
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  color: #0d0d0d;
  font-size: 62.5%;
}

#page2{
  background: url('/images/hii-mid-banner.gif') #0d0d0d repeat-x top;
  color: #FFFFFF;
  padding: 20px 0;
  clear: both;
}

#content {
  padding: 10px;
  padding-bottom: 48px;
}

#footer {
  background: url('/images/hii-mid-banner-shadow.gif') repeat-x top;
  text-align: center;
  font-size: 1.0em;
  padding: 10px 0;
  width: 100%;
}

.container{
  width: 900px;
  margin: 0 auto;
}

.clear{
  clear: both;
}

#header{
  background: url('/images/hii-top-banner.gif') #000000 repeat-x bottom;
  padding-bottom: 40px;
}

h1{
  padding: 10px;
  height: 97px;
  margin: 0 auto;
  font: 0px Arial; 
  line-height: 0; 
  text-indent: 8px;
  outline: 0;
  text-align: center;
}

h1 a, h1 a img{
  border: none;

}

h1 a{
  position: relative;
  top: 20px;

}

#header ul{
  float: right;
  list-style-type: none;
  color: #C0C0C0;
  font-size: 1.1em;
  padding-top: 9px;
  font-weight: bold;
}

#header ul li{
  float: left;
  margin: 0 2px;
}

#header ul li a{
  background-color: #444444;
  color: white;
  border: none;
  padding: 1px 3px;
}

#header ul li a:hover{
  text-decoration: underline;
  font-style: normal;
}

#header ul li#current a{
  background-color: #7d7d7d;
}

h2{
  font-size: 2.5em;
  margin: 5px 0 15px 0;
}

h3{
  font-size: 1.6em;
  margin-left: 15px;
}

#content p, #content2 p{
  font-size: 1.5em;
  margin: 10px 0;
  padding: 0 20px;
}

a{
  color: #1368a3;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

/**** home page ****/

#intro {
  float: left;
  width: 700px;
  height: 100px;
}

#address {
  height: 100px;
  width: 150px;
  float: right;
  text-align: right;
}

#address img {
  float: left;
}

#address p {
  font-size: 1em;
  padding: 0;
  margin: 5px 0 0 0;
}

#storeinfo{
  width: 730px;
}

#storeinfo img{
  float: left;
  margin: 5px 3px 5px 0;
}

#workshops{
  float: left;
  width: 30%;
}

#workshops2 img {
 float: left;
}

#workshops2 p{
  float: right;
  width: 550px;
}

#workshops2{
  float: right;
  text-align: left;
  width: 70%;
}

#workshops2 p img {
  clear: left;
}

#workshops2 h2{
  margin-left: 180px;
}

.centeredimage{
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.shopimages {
  clear: both;
}

.shopimages img{
  padding: 1px 2px;
}

.shopimages2 {
  clear: both;
}

.shopimages2 img{
  padding: 5px 30px;
}


/**** contact page ****/

#location{
  width: 900px;
  text-align: center;
}

#contact p{
  font-size: 1.1em;
  margin: 0 0 0 0;
}

#sendins{
  margin-left: 90px;
}

#contact p label{
  width: 80px;
  padding: 5px 10px 0 0;
  font-weight: bold;
  float: left;
  text-align: right;
  font-size:1.5em;
}

#contact input{
  padding: 10px 0 0 5px;
  margin: 1px 0;
  width: 300px;
}

#contact textarea{
  padding: 10px 0 0 5px;
  margin: 1px 0;
  width: 300px;
}

#senderdetails{
  float: left;
}

#messagebox{
  float: right;
}

#content #submitbtn{
  margin-left: 330px;
  width: 74px;
  height: 40px;
  background: url('/images/hii_sendbtn.png') no-repeat;
  border: none;
  font-size: 1px;
}

#details{
  float: left;
  width: 50%;
}

#map{
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 50px;
}

#errormsg{
  color: #c72e10;
  font-weight: bold;
}


/**** Workshops page ****/


#mosaic{
  float: left;
  width: 50%;
}

#mosaicphotos{
  float: right;
  width: 50%;
}