﻿div#header
{
  height: 100px;
}

div#header
{
  width: 675px;
  margin-bottom: 10px;
  float: left;
}

div#header h1 a
{
  display: block;
  width: 190px;
  height: 50px;
}

div#header h1 a span
{
  display: none;
}

div#headerTop
{
  height: 50px;
  margin-right: 30px;
}

div#headerTop div#logos
{
  float: right;
}

div#headerBottom
{
  height: 50px;
  margin-right: 30px;
}

div#logo
{
  width: 280px;
  height: 50px;
  float: left;
  background: url(../images/homePage/logo.gif) no-repeat;
  text-align: left;
}

div.search
{
  width: 230px;
  height: 50px;
  float: left;
}

div.search input
{
  width: 162px;
  height: 15px;
  position: relative;
  left: 2px;
  margin-top: 19px;
  border: 1px solid #004a31;
  font: 11px Verdana, Arial, Helvetiva, Sans-Serif;
}

div.search input.btn
{
  width: 50px;
  height: 21px;
  color: #fff;
  background-color: #004a31;
  font-size: 10px !important;
}

div#basket
{
  padding-top: 8px;
  font: 11px Verdana, Arial, Helvetiva, Sans-Serif;
  text-align: right;
}

div#basket a
{
  color: #004a31;
  text-decoration: none;
}

div#basket img
{
  margin-left: 5px;
}

div#weather
{
  width: 95px;
  height: 100px;
  float: left;
  background-color: #d8e3dd;
  font: 10px Arial, Helvetiva, Sans-Serif;
  text-align: center;
}

div#weather div#location
{
  padding: 4px 0;
  margin-bottom: 3px;
  color: #fff;
  background-color: #004a31;
  text-align: center;
}

div#weather div#description
{
  height: 44px;
  padding-top: 9px;
  margin: 0 8px 3px;
  border: 1px solid #004a31;
  color: #004a31;
}

div#weather div#description span
{
  font-size: 18px;
}

div#weather div#changeLocation
{
  padding: 1px 0;
  margin: 0 3px;
  background-color: #004a31;
  text-align: center;
}

div#weather div#changeLocation a
{
  color: #fff;
  text-decoration: none;
}