/* standard elements */
* {

}
a {
	color: #696969;
}
a:hover {
	color: #A45B5B;
}
body {
	background: #E5E5E5 url(img/bg.gif);
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input {
	color: #696969;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}
p {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing: normal;
	text-align: justify;
}
h1 {
	color: #800000;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.8em;
}
h2 {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.2em;
}
h3 {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	letter-spacing: normal;
	text-align: justify;
}
h4 {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 0em;
}
h5 {
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 12px;
	line-height: 1px;
}
code {
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	color: #696969;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
/* misc */
.clearer {
	clear: both;
}
.dotted-line { border-top: #cccccc 1px dotted; margin: 14px 0 14px 0; }

.lowlight { color:#A45B5B; }
.highlight { color:#800000 ; }
#caring-horse-offer { width:186px; height:185px; background: url(img/home-page-offer.png) right top no-repeat; position:absolute; right:-33px; top:-247px; text-indent:-9999px; overflow:hidden; z-index:101;  }
#caring-horse-offer a { display:block; width:186px; height:185px;  }

.image {
	height: 168px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* structure */
.container {
	margin: 0 auto;
	width: 800px;
	background-color: #D3D3D3;
	border: 1px solid #FFFFFF;
}

/* header */
.header {
	background: url(img/bgheader.gif) repeat-x;
	height: 88px;
	margin: 0 auto;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #800000;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* menu styling */
.menu {
	background: #bd9a9a url(img/bgnavigation.gif) repeat-x;
	height: 22px;
	width: 800px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #F5F5F5;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	z-index: 100;
	background-color: #bd9a9a;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:801px; w\idth:800px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	height:22px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	background:#bd9a9a;
	padding-left:15px;
	padding-right:15px;
	line-height:22px;
	font-weight:normal;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ddd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#bd9a9a;}
.menu ul ul :hover > a.drop {background:#bd9a9a;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:23px;t\op:23px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ddd; color:#696969; height:auto; line-height:1em; padding:5px 15px; width:72px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#A45B5B;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#A45B5B;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* main */
.main {
	background-color: #D3D3D3;
	padding: 1px;

}
/* content */
.content {
	float: left;
	width: 614px;
	background-color: #F5F5F5;
	height: auto;
}
.content .descr {
	color: #696969;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	word-spacing: normal;
	white-space: normal;
}

.content .map {
	float: right;
	width: auto;
	height: auto;
}

.content .box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 128px;
	width: 580px;

	
}

.content .sent {
	width: auto;
	height: 400px;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

.img {
	height: 168px;
	width: 580px;
	border: 1px solid #696969;
	padding: 1px;
}
.img2 {
	height: 193px;
	width: 580px;
	border: 1px solid #696969;
	padding: 1px;
}
.img3 {
	padding: 1px;
	float: left;
	width: 316px;
}
.img4 {
	padding: 1px;
	float: right;
	width: 316px;
}
/* sub navigation */
.sidenav {
	position:relative;
	float: right;
	width: 180px;
	padding-top: 8px;
	height: auto;
	z-index:100;
}
.sidenav .descr {
	height: auto;
	width: 170px;
	padding-left: 4px;
	padding-right: 4px;
}
.sidenav .box {
	height: auto;
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
	border: 1px solid #F5F5F5;
	margin-bottom: 12px;
	margin-top: 8px;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 577px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{
	width: 304px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}

.submit
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
	font-size: 100%;
}

/* booking form */
.booking { font-size:13px; border:#CCC 1px solid; }
.booking li { font-size:13px; }

/* footer */
.footer {
	color: #696969;
	font-size: 1.1em;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	background-color: #E5E5E5;
	background-image: none;
	background-repeat: repeat-x;
}
.footer a {
	color: #BD9A9A;
}
.footer a:hover {
	color: #A45B5B;
	text-decoration: underline;
}