﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 01/09/2009
Last modified: 01/09/2009
*******************************************************
*/

body {
	background-color: #0087e4;
	margin: 0 auto;
	padding: 0;
	height: auto; min-height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}

img {
	border-width: 0px;
}

html, body {
height: 100%;

	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;

}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

div {
		font-family: Arial, Verdana, sans-serif;
	font-size: 13px;

}

img a {
	border-width: 0px;
}

#container {
	width: 967px; 
	margin: 0 auto;
}

#header {
	width: 967px;
	height: 267px;
	background: #0087e4 url('https://web113.secure-secure.co.uk/deppets.co.uk/shop/images/bg-header.jpg') no-repeat;
	margin: 0 0 0 0;
	padding: 0;
}

#logo {
	position: relative;
	float: left;
	top: 9px;
	left: 13px;
	width: 469px;
	height: 187px;
}

#buttons {
	position: relative;
	float: right;
	right: 0;
	top: 0;
	width: 420px;
	height: 38px;
}

#basket {
	position: relative;
	float: right;
	right: 0;
	top: 55px;
	width: 406px;
	text-align:left;
}

#basket-buttons {
	position: relative;
	float: right;
	right: 10px;
	top: -32px;	
}

#scroller {
	position: relative;
	float: left;
	clear: left;
	top: 42px;
	left: 130px;
	width: 365px;
	height: 24px;
}

#content {
	background: #fff url('https://web113.secure-secure.co.uk/deppets.co.uk/shop/images/bg-main.jpg') repeat-y;
	width: 937px;
	padding: 0px 15px 15px 15px;
}

#footer {
	background-image: url('https://web113.secure-secure.co.uk/deppets.co.uk/shop/images/footer.jpg');
	background-repeat: no-repeat;
	height: 47px;
	width: 967px;
}

#search {
	position: relative;
	float: left;
	clear: left;
	top: 42px;
	left: 170px;
}

/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */

