body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #400000;
	line-height: 18px;
	font-size: 13px;
}
body {
	background-color: #E7DFC7;
}
td img {display: block;}
.bkg-main {
	background-image: url(images/layout_r6_c1.gif);
	background-repeat: repeat;
}
.footer-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #333300;
}

a:link, a:visited {
	color: #7B411B;
}
a:active, a:hover {
	color: #400000;
}

h1 {
	font-size:20px;
	font-style: italic;
	color: #7B411B;
	line-height: 1.2em;
}
h2 {
	font-size:18px;
	font-style: italic;
	color: #400000;
}

#businessAreas {
	margin: 0 0 10px 0;
	text-align: center;
	color: #ac9c6d;
}


#examplePhotos {
	margin: 0 0 0 20px;
}
#examplePhotos img {
	margin: 0 0 12px 0;
}





.productCategory {
	width: 415px;
	padding: 0 20px;
	margin: 0 0 15px 0;
	background-color: #FFF;
}
.productCategory img {
	margin: 10px 0 20px 0;
}
.productCategory p {
	margin: 0;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
.productCategory p.clickHere {
	font-size: 120%;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
}




.londonAreas {
	float: left;
	width: 180px;
	font-size: 90%;
}


/*---------------------FORMS-----------------------*/


#form {
	margin: 0 25px 25px 25px;
}
#form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#form li {
	background: none;
}
label {
	font-weight: bold;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #7B411B;
	background: #FFF;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #A7B9C3;
	background: #FFF;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #A7B9C3;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	border: 1px solid #333;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #6a9900;
}


/*-----------------------CAPTCHA-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { clear: both; width: 60%; }


