/* set standard font and color */
body {
   font-family: Verdana, Arial, Geneva, sans-serif;
   background-color: #eeeeee;
   font-size: 70%;
   line-height: 18px;
   text-align: center;
   color: #333;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 1em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
	display: block;
	background-color: #000;
	color: white;
	padding-left: 3px;
	position: relative;
}
h2 {
	font-size: 1.2em;
   	font-weight: bold;
   	line-height: 20px;
}
h2.pro_title {
	display: block;
	background-color: #000;
	color: white;
	padding-left: 3px;
}
h3 {
	font-size: 1.1em;
   	font-weight: bold;
   	line-height: 20px;
}
img {
	border: 0px;
}
hr {
  	height: 0;
	border-style: dotted;
 	border-color: #000;
 	border-width: 1px 0 0 0;
	clear: both;
}
p {
	margin: 10px 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 760px;
   margin: 20px auto;
   text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
}
#links {
	float: right;
	margin: 32px 0px 0px 0px;
}
#links a {
	margin: 0px 7px 0px 7px;
	text-decoration: none;
}
#logo {
	position: relative;
	left: 20px;
	width: 200px;
}
#pic {
	float: right;
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	border-top: 0px;
}
/* ---------------------------------------------------- */
#outer_wrapper {
}
#wrapper3col {
}
#container3col {
	width: 100%;
	float: left;
	margin-right: -320px;
}
#content3col {
	margin-right: 320px;
}
/* ---------------------------------------------------- */
#main {
	margin: 10px 0 20px 20px;
}
html>/**/body #main {
	margin: 0 0 20px 20px;
}
/* ---------------------------------------------------- */
#sidebar {
	width: 302px;
	float: right;
	margin-top: 0px;
}
#sidebar h1 {
	margin-top: 20px;
}
.main_pic {
	border: 1px solid #000;
	border-top: 0px;
}
/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
#footer {
	margin: 10px 0px;
	padding: 5px 20px;
	border-top: 1px dotted #000;
}
/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: underline;
}
a:link {
   color: #701515;	
}
a:visited {
   color: #701515;
}
a:hover {
   color: #9c9c9c;
}
a:active {
   color: #701515;
}
/* ---------------------------------------------------- */
/* homepage layout */
#purley {
	float: left;
	width: 47%;
	margin: 0px 20px 10px 0px;
}
html>/**/body #purley ul {
	margin: 0px 0px 20px 0px;
}
#mayfair {
	float: left;
	width: 47%;
}
html>/**/body #mayfair ul {
	margin: 0px 0px 20px 0px;
}
.flashMovie {
display: block;
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	border-top: 0px;
}
/* ---------------------------------------------------- */
/* products layout */
.item {
	margin-bottom: 20px;
}
.item p{
	margin: 0px 0px 10px 0px;
}

.item img {
	float: left;
	border: 1px solid #000;
	margin: 5px 20px 0px 0px;
}
