body {
  background: url('images/page_background.jpg') no-repeat scroll center top white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

button {
  background-color: #009ee9;
  color: white;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1046px;
  background-color: white;
  position: relative;
  margin-top: 0px;
}

.content {
  padding: 17px;
}

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded_lots {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}

#header {
  height: 103px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 10px;
}

#delivery_graphic {
  position: absolute;
  top: 14px;
  left: 467px;
}

#navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  width: 100%;
  height: 37px;
  background-color: rgb(41,95,253);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077c2', endColorstr='#1158a3'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#0077c2), to(#1158a3)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #0077c2,  #1158a3); /* for firefox 3.6+ */
  color: white;
}

#navigation li {
  float: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left:1em;
}

#navigation li img {
  vertical-align: middle;
  margin-left: 1em;
}

#navigation li img:first-child {
  margin-left: 0;
}

#navigation a {
  color: white;
}

#mini_logo {
  float:right;
  margin-right: 10px;
  margin-top: 5px;
}

#slideshow {
  float: left;
  width: 597px;
  height: 297px;
  margin: 5px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

div#slideshow:hover {
  -moz-box-shadow: 0px 0px 3px #003399;
  -webkit-box-shadow: 0px 0px 3px #003399;
  box-shadow: 0px 0px 3px #003399;
}

.slideshow_item {
  display:none;
  /* position: relative; */
  top: 0;
  left: 0;
}

.slideshow_item img {
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow_caption {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 665px;
  padding: 27px;
  text-shadow: black 0 0 4em, black 0 0 4em, black 1px 1px 3px;  /* stand out from image: darken background around text + drop shadow */
}

.slideshow_caption h1 {
	font-size: 30pt;
}

.slideshow_caption h2 {
	font-size: 16pt;
}

#slideshow button {
  font-size: 14pt;
  opacity: 0.8;
}

#banners_left {
  float: left;
  margin-bottom: 14px;
}

#banners_right {
  float: right;
}

#video {
  margin: 5px;
  margin-bottom: 0;
  width: 390px;
}

#video h1 {
  color: #00a0e4;
}

#top_wrapper {
  background-image: url('images/separator_light.png');
  background-repeat: repeat-x;
  background-position: left top;
  height: 67px;
  width: 100%;
  clear: both;
}

.microsite_banner {
  width: 306px;
  height: 61px;
  padding-left: 20px;
  padding-top: 10px;
  font-weight: bold;
  color: white;
  text-shadow: black 1px 1px 3px;  /* stand out from image: darken background around text + drop shadow */
  margin: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.microsite_banner:first-line {
  font-size: 130%;
}

div.microsite_banner:hover {
  -moz-box-shadow: 0px 0px 3px #003399;
  -webkit-box-shadow: 0px 0px 3px #003399;
  box-shadow: 0px 0px 3px #003399;
}

#signup {
  float: right;
}

#bottom_half {
  background-color: #eeeeee;
  clear: both;
  margin: 0;
  /* padding-top: 31px; */
  padding-bottom: 100px;
  background-image: url('images/separator_dark.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  font-size: 11pt;
}

#bottom_half h1 {
  color: #00a0e4;
  margin-top: 1em;
}

h1 {
  font-size: 14pt;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#news h1 {
  color: #003399;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
}

#news {
  background-color: #f3f5f7;
  display: block;
  width: 527px;
  border: 1px solid #cfd5d6;
  font-size: 10pt;
  float: left;
}

#customers {
  background: url('images/customers.jpg') no-repeat;
  width: 400px;
  /* height: 184px; */
  float: right;
  color: white;
  text-shadow: black 0 0 2em, black 0 0 4em, black 1px 1px 3px; /* stand out from image: darken background around text + drop shadow */
}

#catalogues {
  width: 400px;
  height: 181px;
  float: right;
  background: white;
  border: 1px solid #cfd5d6;
  margin-top: 14px;
}

#catalogues h1 {
  position: absolute;
  color: #003399;
}

#footer {
  font-size: 9pt;
  color: gray;
}

#footer a {
  color: gray;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
