@charset "UTF-8";
/* In this section of CSS we are defining classes. Classes are used to define something that maybe happening more than once in the document
or might be part of a tag that we wish to change for a single time. These are shown in the HTML as <div class="">*/
.spacer
{
	clear:both;
}

/*This shows an instance where we want to change a specific type of paragraph marker to be positioned slightly differently on the screen.
This will only occur if we call it with a paragraph marker.*/
p.image1, p.image2
{
	position:relative;
	text-align:left;
	width:100px;
}
/*We have used the idea of cascading to make sure we dont have to define the same things twice on this document. If we call the same variable
more than once we can add specific things to it.*/
p.image1
{
	left:75px;
	top:-8px;
}

p.image2
{
	left:520px;
	top:-40px;
}

.inputtext
{
	width:300px;
}

.nameinput, .addressinput, .telephoneinput, .emailinput, .telephoneradio, .emailradio, .transportdateinput
{
	width:300px;
	position:relative;
}

.nameinput
{
	left:25px;
}

.addressinput
{
	left:25px;
}

.telephoneinput
{
	left:27px;
}

.emailinput
{
	left:26px;
	#left:27px;
}

.telephoneradio
{
	left:40px;
}

.emailradio
{
	left:100px;
}

.transportdateinput
{
	left:25px;
}

p.formtext
{
	color:#FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.testimtext
{
	color:#FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.testimtext2
{
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

p.salesnametext
{
	color:#AA864A;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

p.salestest
{
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

p.salespricetext
{
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

p.salesparatext
{
	color:#FFFFFF;
	text-align:left;
	font-family:"Georgia", "Times New Roman", Times, serif;
	font-size: 15px;
}

.namelabel, .address1label, .address2label, .address3label, .postcodelabel, .telephonelabel, .emaillabel, .methodlabel, .teleradiolabel, .emailradiolabel,
.transportdatelabel, .horsenumberlabel, .locationlabel, .destinationlabel, .extradetailslabel
{
	color:#FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
}

.namelabel
{
	left:175px;
}

.address1label
{
	left:160px;
}

.address2label
{
	left:147px;
}

.address3label
{
	left:147px;
}

.postcodelabel
{
	left:147px;
}

.telephonelabel
{
	left:136px;
}

.emaillabel
{
	left:116px;
	#left:117px;
}

.methodlabel
{
	left:15px;
}

.teleradiolabel
{
	left:27px;
}

.emailradiolabel
{
	left:100px;
}

.transportdatelabel
{
	left:55px;
}

.horsenumberlabel
{
	left:86px;
}

.locationlabel
{
	left:118px;
}

.destinationlabel
{
	left:138px;
}

.extradetailslabel
{
	left:125px;
}

.lefttable
{
	position:relative;
	top:-520px;
	left:-30px;
}

.righttable
{
	position:relative;
	top:-720px;
	left:500px;
}

p.float
{
	text-align:justify;
}

p.contacttext
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
}

.image_float
{
	float:right;
	margin-left:10px;
} 

.spacer2
{
	clear:right;
}

.imagebox
{
margin:0px;
}

.nametext
{
	position:relative;
	left:20px;
}

.input3
{
width:403px;
position:relative;
}

.input2
{
	width:400px;
	position:relative;
}

.input2, .input3
{
	left:10px;
}



.telephonelabel2, .namelabel2, .emaillabel2, .querylabel2
{
	color:#FFFFFF;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	position:relative;
}

.emaillabel2
{
	left:70px;
}
.telephonelabel2
{
	left:42px;
}

.namelabel2
{
	left:70px;
}

.querylabel2
{
	left:33px;
}

.servicestext
{
	text-align:justify;
}

.covertext
{
	text-align:justify;
	padding-right: 14px;
}

.footnotepic
{
	position:relative;
	left:100px;
}
