@charset "utf-8";
body {
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-size: 10pt;
  line-height: 120%;
	color: #444;
}
a {
	color: #666;
}
a:hover {
	color: #9C0;
}

#content {
	width: 840px;
	margin: 100px auto;
}

#toplinks {
  margin-top: 1em;
	padding: 0;
	width: 100%;
}

#toplinks .wrapper {
    position: relative;
    max-width: 1024px;
    margin: auto auto;
    height: 6em;
}

#flash {
 width: 1024px;
 position: relative;
}

.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

#menu {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
    height: 2em;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
  color: white;
	display: block;
	text-decoration: none;
	padding: 0.6em 1em;
  background: #777;
  margin-left: 1px;
}

#menu li a:hover {
	background-color: #74ad5a;
}

#left {
	width: 450px;
	float: left;
	text-align: center;
	color: #888;
	font-size: 1em;
}

#promo {
	margin-top: 50px;
	height: 450px;
	background: url("./images/promo.png") no-repeat top;
}

#promo1 {
	margin-top: 50px;
	height: 400px;
	background: url("./images/02.04.09.png") no-repeat top;
}

#right {
	width: 350px;
	float: right;
	color: #777;
	margin-bottom: 100px
}

h1 {
	font-size: 15px;
	color: #eee;
	margin: 0;
}


h2 {
	font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-weight:600;
	font-size: 1.2em;
	color: #693;
	font-weight: normal;
	margin-top: -7px;
    margin-left: 60px;
	letter-spacing: -1px;
}

ul.features {
	margin: 5px 15px;
	padding: 0;
}

ul.features li {
	list-style: none;
	margin: 10px;
	padding : 0;

}

#right b {
	color: #444;
}

ul.features li img {
	float: left;
	margin-right: 12px;
}

ul.features b {
	display: block;
}

.center, .wrap {
	display: block;
	margin: auto auto;
	text-align: center;
	color: #777;
} .wrap { position: relative; top: 0px; }

#launch {
	margin-top: 15px;
}


#chemix {
  box-shadow: 0 0 20px #aaa;
}

#unavailable {
  background: white;
  width: 100%;
  padding: 2em 0;
  margin-top: 1em;
}

#unavailable h3 {
  font-size: 150%;
  font-weight: 300;
}

#footerLogo {
  background: url(http://micron.me.uk/wp-content/uploads/logo2015.png) center;
  background-size: contain;
  display: inline-block;
  width: 120px;
  height: 28px;
  padding: 0 0.6em;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  background-repeat: no-repeat;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	padding:6px 12px;
  font-family: "Montserrat", Arial, sans-serif;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:1px;
}
