body {
	color: #069;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #FFF;
}

td {  
	font-size: 11px; 
	color: #069;
}

a {
	color: #666;
	font-size: 13px;
	text-decoration: underline;
}

a:hover {
	color: #C09;
	font-size: 13px;
	text-decoration: none;
}

#home a.home, #show1 a.show1, #show2 a.show2, #work a.work, #pairing a.pairing, #choosing a.choosing, #pricing a.pricing, #questions a.questions, #booking a.booking, #openday a.openday, #news a.news, #about a.about, #specials a.specials, #contact a.contact, #links a.links, #grooms a.grooms, #feedback a.feedback, #truck a.truck, #terms a.terms, #proms a.proms {
	font-size: 13px;
	color: #A040A8;
	text-decoration: none;
}

/*a.grooms    {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}*/

.contentlink {
	color: #784888;
	font-size: 11px;
	text-decoration: none;
}

.contentlink:hover { 
	color : #C09; 
	font-size: 11px; 
}

p {	
	font-size: 13px;
	color: #333;
}

.border { 
	font-size: 11px; 
	color: #666; 
	border: 1px #069 solid;
}

.tr1 { 
	border: 1px solid #804888;
}

h4 {
	font-size: 16px;
	color: #339;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}

.p2 {
	font-size: 13px;
	color: #A040A8;
	text-align: justify;
}

.p1 {
	font-size: 13px;
	color: #333;
	text-align: center;
}

.p3 {
	font-size: 12px;
	color: #333;
	text-align: center;
}

.tr2 {
	background-color: #FFFFE6;
	border-bottom: 1px solid #939;
}

.p4 {
	font-size: 12px;
	color: #333;
}

.pjust {
	font-size: 13px;
	color: #333;
	text-align: justify;
}

.tr3 {
	background-color: #FFC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.p5 {
	font-size: 13px;
	color: #A040A8;
	text-align: justify;
	background-color: #FFC;

}

ul {
	font-size: 13px;
	color: #333;
}

li {
	padding-top: 5px;
	padding-bottom: 3px;
}

.t1 {
	background-color: #FFFFE6;
}

.psmall {
	font-size: 11px;
}

.tr4 {
	border-bottom: 1px solid #999;
}

.tr5 {
	border-bottom: 1px solid #DFDFDF;
}

.pleft {
	border-top: 1px solid #A43AA5;
	border-bottom: 1px solid #A43AA5;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

/*--- Gallery ---*/

#imagegallery {
	list-style: none;
	margin: 0px 0px 0px -25px;
}

#imagegallery li {
	display: inline;
	float: left;
	padding: 0em;
	list-style: none;
	margin: 0px 20px 20px 0px;
}

#imagegallery li a img,  #placeholder, .car {
	border: 1px solid #999;
	padding: 4px;
	background: #FFF;
}

#placeholder {
	margin-left: 0;
}

.back {
	margin-left: 150px;
}

#form2 td {
	vertical-align: top;
	font-size: 13px;
	color: #333;
	padding: 10px;
}

#form2 table {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #D7A2DB;
}

/* ------ Comments form styles ----- */

#form1 td {
	font-size: 13px;
	color: #333;
}

#form1 label.error {
	display: block;
	color:red;
	font-style:italic;
}

#form1 input.error, #form1 textarea.error, #form1 select.error {
	border:1px dotted red;
}


