/* abelandsbarn.co.uk Style Sheet /*
/* Designed by Alex Stanhope */

body {
	background: #ebebeb url(../images/bg_main.jpg) repeat-x top left;
	text-align: center;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	padding: 0px;
	margin: 0px;
}

/* Layout styles */

#container {
	margin: 1% auto 0px auto;
	padding: 0px;
	width: 750px;
	background-color: #fff;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	border-right: 1px solid #959596;
	text-align: left;
}

#header {
	padding: 0px;
	height: 220px;
	width: 750px;
	margin: 0px;
	position: relative;
	background-image: url(../images/bg_nav_shadow.jpg);
	background-repeat:  repeat-x;
	background-position: bottom left;
}

#header_logo {
	float: left;
	width: 350px;
	text-align: left;
}

#header_reservations {
	float: right;
	width: 350px;
	text-align: right;
}

#header_nav {
	clear: both;
	width: 750px;
	height: 166px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

* html #header_nav {
	height: 170px;
} 

#left {
	width: 355px;
	padding: 15px 5px 15px 15px;
	float: left;
}

#right {
	width: 355px;
	padding: 15px 15px 15px 5px;
	float: right;
}

#right_divider {
	width: 355px;
	padding: 15px 15px 15px 5px;
	float: right;
}

#footer {
	text-align: center;
	margin: 0px 0px 5px 0px;
	width: 750px;
	clear: both;
}

#footer_gradient {
	border: none;
	height: 37px;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	text-align: left;
	background: url(../Images/bg_footer.jpg) no-repeat top;
}

/* General Styles */

img {
	border: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.italic_raised {
	font-style: italic;
	margin-top: -0.7em;
}

.raised {
	margin-top: -0.7em;
}

.center {
	text-align: center;
}

/* Text Styles */

h1 {
	font-size: 1.2em;
}

h1.error {
	font-size: 1.2em;
	color: #cc0000;
	background: url(../images/important.gif) no-repeat top left;
	height: 64px;
	padding-left: 5em;
	padding-top: 1em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -2%;
}

h2.break {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 400;
	margin-bottom: -2%;
}

h3.break {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}

p {
	font-size: 1.1em;
	color: #333;
}

.smalltext {
	font-size: 1em;
	margin-bottom: -0.75em;
}

.errortext {
	color: #ff0000;
}

/* Link Styles */

a:link {
	color: #336633;
	text-decoration: none;
}

a:visited {
	color: #336633;
	text-decoration: none;
}

a:hover {
	color: #336633;
	text-decoration: underline;
}

a.footer:link {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.footer:visited {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #336633;
	text-decoration: none;
}

a.footer:hover {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #336633;
	text-decoration: underline;
}

/* Navbar Styles */

#button1 {
	height: 20px;
	width: 80px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 0px;
	position: absolute;
}

#button2 {
	height: 20px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 80px;
	position: absolute;
}

#button3 {
	height: 20px;
	width: 125px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 190px;
	position: absolute;
}

#button4 {
	height: 20px;
	width: 115px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 315px;
	position: absolute;
}

#button5 {
 	height: 20px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 430px;
	position: absolute;
}

#button6 {
	height: 20px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 535px;
	position: absolute;
}

#button7 {
	height: 20px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	top: 195px;
	left: 630px;
	position: absolute;
}

/* List Styles */

dt {
	background: transparent url(../images/bullet.gif) 0px 1px no-repeat;
	margin-top: 2px;
	padding-bottom: 5px;
	text-indent: 20px;
	font-size: 1.1em;
}

dd {
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.1em;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 2em;
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 0.5em;
}

/* Table Styles */

table.divider {
	border-left: 1px dashed #959596;
}

td.td_left {
	width: 50%;
	padding-left: 7.5px;
}

td.td_left_spanned {
	padding-left: 7.5px;
}

td.td_right {
	width: 50%;
}

td.top {
	vertical-align: top;
	padding-left: 7.5px;
}

/* Form Styles */

form.contact {
	font-size: 1.1em;
}

.button {
	background-image: url(../images/bg_button.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	border: 1px solid #666;
}

.input
{
	background: #f4f4f4; 
	border: 1px solid #666;
	font-size: 1em;
	width: 16.5em;
}

select
{
	background: #f4f4f4; 
	border: 1px solid #666;
	font-size: 1em;
}

textarea {
	background: #f4f4f4; 
	border: 1px solid #666;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif; 
}

/* Horizontal Rule Styles */

hr
{
	border: 0;
}

hr.hr1
{
 	color: #999;
	background-color: #999;
	height: 1px;
}

hr.hr2
{
 	color: #999;
	background-color: #999;
	height: 1px;
	width: 33%;
	text-align: center;
}
