@charset "utf-8";
/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* PNG fix */

img, div, a {behavior: url(iepngfix.htc);
}

/* CSS Layout */

.disclaimer {
	font-size:10px;
	color:#909090;
}

html, body {margin-left: 0;
margin-right: 0 ;
width: 100%;
text-align: center;
background: url(stonhouse-bg.jpg) #212121 repeat;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#one-hundred-percent {width: 100%;
min-height: 670px;
height: auto !important;
height: 670px;
margin-left: auto;
margin-right: auto;
text-align: left;
background:url(stonhouse-big-bg.jpg);
background-position: center top;
background-repeat: no-repeat;
}

#content-holder {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 960px;
}

#header {width: 960px;
height: 70px;
float: left;
display: inline;
}

#header-left {width: 760px;
height: 70px;
float: left;
display: inline;
}

#header-right {width: 200px;
height: 70px;
float: left;
display: inline;
}

#main-content-holder {width: 960px;
min-height: 546px;
height: auto !important;
height: 546px;
float: left;
display: inline;
background: url(content-bg.jpg) #888888 repeat-x;
}

#main-content {width: 960px;
min-height: 546px;
height: auto !important;
height: 546px;
float: left;
display: inline;
background:url(content-bottom-bg.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

#main-holder {width: 950px;
min-height: 546px;
height: auto !important;
height: 546px;
float: left;
display: inline;
margin: 5px 5px 0 5px;
background: #111111;
}

#menu-holder {width: 950px;
min-height: 546px;
height: auto !important;
height: 546px;
float: left;
display: inline;
margin: 5px 5px 0 5px;
background: url(menu-bg.jpg) #111111;
background-position: top right;
background-repeat: no-repeat;
}

#menu-left {width: 330px;
float: left;
display: inline;
}

#menu-right {width: 600px;
float: left;
display: inline;
}

#inner-holder {width: 930px;
margin: 10px;
}

#animation-holder {width: 930px;
height: 340px;
float: left;
display: inline;
}

#navigation-holder {width: 930px;
height: 47px;
float: left;
display: inline;
background: url(stonhouse-bg.jpg) repeat;
}

#text-holder {width: 930px;
float: left;
display: inline;
}

#text-left {width: 600px;
float: left;
display: inline;
}

#text-right {width: 330px;
float: left;
display: inline;
}

#footer {width: 960px;
height: 45px;
float: left;
display: inline;
background: url(footer-bg.jpg) no-repeat #888888;
}

#footer-left {width: 640px;
height: 45px;
float: left;
display: inline;
}

#footer-middle {width: 220px;
height: 30px;
float: left;
display: inline;
padding-top: 10px;
}

#footer-right {width: 100px;
height: 45px;
float: left;
display: inline;
}

/* CSS image */

.header-logo {float:right;
}

.sister-sites {margin: 42px 0 0 0;
float: right;
}

.title {margin: 10px 0 0 0;
}

.offers-link {margin: 15px 0 0 15px;
}

.menu {margin: 15px 0 0 15px;
}

.center-menu {margin: 15px 0 0 86px;
}

.reviews-center {margin: 0 0 0 237px;
}

.reviews-big {margin: 0 0 0 200px;
}

/* CSS fonts */

p {font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
line-height: 18px;
padding: 10px 10px 10px 5px;
}

.footer-link {color: #000000;
text-decoration: none;
}

.link {font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.contact-link {color: #FFFFFF;
text-decoration: none;
}

.footer-address {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding: 15px 10px 0 10px;
}

.highlight {
	color: #a4c40c;
}

.bold {font-weight: bold;
}

.prop-link {float: right;
color: #000000;
text-decoration: none;
}

.small-text {
	font-size:9px;
	line-height:11px;
	margin-bottom:0px;
	}

/* CSS forms */

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {width: 110px;
float: left;
display: inline;
}

#forename {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#surname {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#email {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#phone {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#reservation-guests {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#comments {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.formdropdown {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#friendsemail1 {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#friendsemail2 {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#friendsemail3 {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#friendsemail4 {background: #111111;
border: 1px solid #888888;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

/* mailer archive */
.mailer-outer {
	float:left;
	display:inline;
	margin-right:18px;
	width:177px;
	height:280px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

.mailer-outer a {
	text-decoration:none;
	color:#ffffff;
}

.mailer-outer img {
	padding:6px;
	border:1px solid #ffffff;
	margin-bottom:15px;
}



.mailer-outer .mailername, .mailer-outer .mailername a{
	color:#819B0A;
	line-height:16px;
	clear:both;
	text-decoration:none;
}

#facebook-like{
	margin:15px 0 0 15px;
}