/*
BASIC LAYOUT

Widths can be changed between 800x600 and 1024x768
*/
html {
  height: 100%;
}

html body {
  margin: 0 auto;
  position: relative;
/*  width: 984px;*/
/*  width: 1024px;*/
  min-height: 100%;
}

html body div#minHeight {
  float: left;
  width: 1px;
  height: 100%;
}

html body div#wrapper {
  display: table;
  margin: 0 auto;
  width: 984px;
}

html body div#wrapper div#header div#basket ul li,
html body div#wrapper div#header div#topNav ul li {
  list-style-type: none;
  float: left;
}

html body div#wrapper div#content {
  float: left;
  clear: both;
  width: 984px;
/*  width: 990px;*/
  padding: 0;
}

html body div#wrapper div#content div#left {
  float: left;
  width: 140px;
}

html body div#wrapper div#content div#left ul {
  list-style-type: none;
}

html body div#wrapper div#content div#main {
  float: left;
  width: 844px;
}

html body div#wrapper div#content div#main div#right {
  float: right;
  clear: right;
  width: 220px;
}

html body div#footerWrapper {
  clear: both;
  width: 984px;
  height: 0;
  margin: 0 auto;
  
}

html body div#footerWrapper div#footer {
  position: absolute;
  width: 984px;
}


/*
---------------------------------------
BASIC STYING
---------------------------------------
*/
* {
  /* Reset all margins and padding */
  margin: 0;
  padding: 0;
  /* Set the base font and size */
  font-size: inherit;
  font-family: Tahoma, Verdana, Helvetica, Sans-serif;
}

body {
  font-size: 11px;
}

img {
  border: 0;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.0em;
}

p {
  margin: 10px 0;
}

a, a:visited {
  color: #000;
}

a:hover, a:active {
  color: #000;
  text-decoration:underline;
}

body {
  background: #fff;
}

/*
---------------------------------------
Main elements
---------------------------------------

Header
*/
div#header {
  height: 80px;
}

a#top {
  display: block;
  float: left;
  width: 250px;
  height: 50px;
  text-decoration: none;
}

/*
Left column
*/
div#left {
}

/*
Main column
*/
div#main {
}

/*
Footer
*/
div#footer {
}


/*
---------------------------------------
Seperate page elements
---------------------------------------
*/
form.static {
  text-align: left;
  margin: 0 0 10px;
}

form.static fieldset {
  padding: 0 10px 5px;
  border: 0;
}

form.static fieldset p {
  clear: both;
}

form.static fieldset p label {
  display: block;
  width: 120px;
  float: left;
  margin: 3px 0;
}

form.static fieldset p textarea {
  display: block;
  clear: both;
}

form.static fieldset p span {
  color: #c00;
}

.keyPeoplePhoto {
	float: right;
	margin: 0 0 10px 10px;
}

#lefticons {
    text-align:center;
}

