/* Copyright (C) www.wiltscottages.co.uk, All Rights Reserved. */
/* light = #63271D, dark = #9B735A, pic tect = #A54433 */

BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* 62.5% drops default 16pt to 10pt so from now on can ems = pixels ie. 1em is 10px, 0.8em is 8px, 1.6em is 16px etc */
	font-size: 62.5%
	line-height: 1.5em;		
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #63271D;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.cottage-title h1 {margin-top: 0px;}

h2 {
	font-size: 70%;
	font-weight: bold;
	color: #63271D;
	line-height: 1.5em;
}

p {
	font-size: 60%;
	line-height: 1.4em;
}

.description {
	font-size: 65%;
	color: #666;	
	line-height: 1.4em;	
	margin-top: 3px;
}

.content {
	/*       top R   bot  L  */
	padding: 0px 0px 10px 0px;
}

.testimonials {
	font-size: 60%;
	/*       top R   bot L  */
	padding: 0px 2px 0px 13px;
}

a:link {
	text-decoration: underline;
	color: #685E40;
}
a:active {
	text-decoration: underline;
	color: #685E40;
}
a:visited {
	text-decoration: underline;
	color: #685E40;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.form_box {
	font-size: 70%;
	line-height: 1.4em;
	margin-bottom: 2px;
}

.form_send {
	font-size: 90%;
}

td {vertical-align: top;}

table.year {border: 1px solid #9B735A;}
td.prices {padding: 5px 10px;}

.imagepadleft {padding-right: 10px;}

.imagepadright {padding-left: 10px;}

.imageborder {
	border: 1px;
	border-style: solid;
	border-color: #666;
}

DIV.pullquote_left{
	font-size: 90%;
	line-height: 1.6em;	
	border-top-width: 8px;
	border-right-width: 5px;
	border-bottom-width: 8px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #7A7A3E;
	width: 125px;
	float: left;
	margin-right: 17px;
	background-color: #7A7A3E;
	color: #FFFFFF;
}

DIV.pullquote_right{
	font-size: 90%;
	line-height: 1.6em;
	border-top-width: 8px;
	border-right-width: 5px;
	border-bottom-width: 8px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #7A7A3E;
	width: 125px;
	float: right;
	margin-left: 17px;
	background-color: #7A7A3E;
	color: #FFFFFF;
	margin-bottom: 2px;
}

#navtext a {padding-left: 2px; padding-right: 2px;}
