/*  BACKGROUND IMAGE */

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

/*  CUSTOM FONTS */

@font-face {
    font-family: 'museo_sans100';
    src: url('type/museosans-100-webfont.eot');
    src: url('type/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans-100-webfont.woff') format('woff'),
         url('type/museosans-100-webfont.ttf') format('truetype'),
         url('type/museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans300';
    src: url('type/museosans_0-webfont.eot');
    src: url('type/museosans_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_0-webfont.woff') format('woff'),
         url('type/museosans_0-webfont.ttf') format('truetype'),
         url('type/museosans_0-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans500';
    src: url('type/museosans_1-webfont.eot');
    src: url('type/museosans_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_1-webfont.woff') format('woff'),
         url('type/museosans_1-webfont.ttf') format('truetype'),
         url('type/museosans_1-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans700';
    src: url('type/museosans_2-webfont.eot');
    src: url('type/museosans_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_2-webfont.woff') format('woff'),
         url('type/museosans_2-webfont.ttf') format('truetype'),
         url('type/museosans_2-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans900';
    src: url('type/museosans_3-webfont.eot');
    src: url('type/museosans_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/museosans_3-webfont.woff') format('woff'),
         url('type/museosans_3-webfont.ttf') format('truetype'),
         url('type/museosans_3-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  MAIN BODY */

body {
	color: #a19a91;
	background-color: #FFF;
	margin: 0px;
	}

#horizon {
	color: #a19a91;
	background-color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content {
	font-family: 'museo_sans500', Arial, sans-serif;
	margin-left: -350px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 700px;
	height: 100px;
	visibility: visible;
	}
 
 #tagline {
  font-family: 'museo_sans300', Arial, sans-serif;
  color: #b49e84;
  font-size: 1.4em;
  margin-top: 20px;
 }

 #shop-our-products {
	font-family: 'museo_sans300', Arial, sans-serif;
  color: #b49e84;
	font-size: 1.2em;
  margin-top:90px;
	}

 #shop-our-products a:link, #shop-our-products a:hover {
    color: #a3beae;
  }

#footer {
	font-size: 11px;
	font-family: 'museo_sans500', Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited {
	color: #a19a91;
	text-decoration: none
	}

a:hover {
	color: red;
	text-decoration: none;
	}
	
/* IMAGE SPRITES */

#etsy {
    background:url(images/etsy.png);
    width:65px;
    height:65px;
}

#etsy:hover {
    background:url(images/etsy.png);
    width:65px;
    height:65px;
    background-position:0px -65px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	moz-transition: ease 0.3s;
	o-transition: ease 0.3s;
}

#twitter {
    background:url(images/twitter.png);
    width:65px;
    height:65px;
}

#twitter:hover {
    background:url(images/twitter.png);
    width:65px;
    height:65px;
    background-position:0px -65px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	moz-transition: ease 0.3s;
	o-transition: ease 0.3s;
}

#mail {
    background:url(images/mail.png);
    width:65px;
    height:65px;
}

#mail:hover {
    background:url(images/mail.png);
    width:65px;
    height:65px;
    background-position:0px -65px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	moz-transition: ease 0.3s;
	o-transition: ease 0.3s;
}

#instagram {
    background:url(images/instagram.png);
    width:65px;
    height:65px;
}

#instagram:hover {
    background:url(images/instagram.png);
    width:65px;
    height:65px;
    background-position:0px -65px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	moz-transition: ease 0.3s;
	o-transition: ease 0.3s;
}

table {
margin-left:auto;
margin-right:auto;
margin-top: 60px;
}

td {
padding-right:10px;
}