/*
BASIC LAYOUT

Widths can be changed between 800x600 and 1024x768
*/

html, body {
	height: 100%;
}

#wrapper {
  background: #d2c3a1 url(/img/main-background.gif) repeat-y top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

#footerWrapper, .push {
	height: 40px; /* .push must be the same height as .footer */
}

#wrapper {
	position: relative;
	width: 950px;
	font-size: 0.9em;
	margin: 0 auto -40px;
	text-align: left;
}

#header {
	height: 140px;
}

#footerWrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#content {
  overflow: hidden;
}

#left {
  width: 174px;
  float: left;
}

#main {
  width: 565px;
  padding: 15px;
  float: left;
}

#right {
  width: 181px;
  float: right;
}

html body#checkout div#wrapper {
  background: #d2c3a1 url(/img/main-background-wide.gif) repeat-y top center;
}

html body#checkout div#wrapper div#content div#main {
  width: 746px;
}

html body#checkout div#wrapper div#content div#right {
  display: none;
}

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

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


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

ul {
  margin: 0 20px;
}

img {
  border: 0;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

p {
  margin: 10px 0;
}

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

a:hover, a:active {
  color: #f00;
}

body {
  background: #fff;
}

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

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

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

/*
Left column
*/
div#left {
}

/*
Main column
*/
div#main {
}

/*
Footer
*/
div#footer {
}

div#footer a#datasouth {
  clear: both;
  float: right;
  color: #000;
  text-decoration: none;
  padding: 7px 62px 7px 7px;
  background: transparent url(/img/datasouth.gif) no-repeat right center;
}

/*
---------------------------------------
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;
}