@charset "utf-8";
/* CSS Document */

/*--BODY -----------------------------------------------------------------------------------------------------------------------------*/
body {
	background: #3A2418 url(../images/bg_bodymain.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

/*--OUTER CONTAINERS -----------------------------------------------------------------------------------------------------------------------------*/
#wrap{
	margin:0px auto;
	width:906px;
	}

#page{
	position:relative;
	width:906px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}

.clear2 {
	clear:both;
}

.clear {
	clear:both;
	height:1px;
}

.clear_bottom {
	clear:both;
	height:6px;
}

.line {
	position:relative;
	height:4px;
	margin:10px 0px 20px 30px;
	padding:0px 0px 0px 0px;
	background: url(../images/dot_orange.gif) repeat-x;
}

/*--COLOURS -----------------------------------------------------------------------------------------------------------------------------*/
.brown01 {
	color:#3A2418;
}

.brown02 {
	color:#551C15;
}

.orange {
	color:#cc6600;
}


/*--DEFAULT HTML STYLES (P, H1, H2, H3, H4, H5, H6, ul, li, a,) -----------------------------------------------------------------------------------------------------------------------------*/

p {
	font-size:80%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 30px;
	color:#ffffff;
	line-height:150%;	
}

.large {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.large p {
	font-size:90%;
}



h1 {
	font-size:180%;
	margin:25px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	font-weight:normal;	
}

h2 {
	font-size:130%;
	margin:10px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	color:#cc6600;	
	font-weight:normal;
}

h2.strapline {
	font-size:100%;
	margin:10px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	color:#cc6600;	
	font-weight:normal;
	font-style:italic;
}

h3 {
	font-size:100%;
	margin:10px 0px 5px 30px;
	padding:0px 0px 0px 0px;
	color:#ffffff;	
}

ul {
	margin:0px 0px 0px 60px;
	padding:0px 0px 10px 0px;	
}

li {
	font-size:80%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#ffffff;	
}

a {
	color:#cc6600;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

/*--HEADER
-----------------------------------------------------------------------------------------------------------------------------*/

#header {
	position:relative;
	width:906px;
	height:350px;
	margin:56px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#551C15;
}

/*--NAVIGATION
-----------------------------------------------------------------------------------------------------------------------------*/
#navigation {
	position:relative;
	width:306px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	font-size:100%;
}
#navigation img.blaichcottage {
	margin:30px 0px 13px 0px;
}

#navigation ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	text-align:center;
}

#navigation li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#navigation li img {
	margin: 6px 0px 0px 0px;
}

/*--HEADER PHOTO
-----------------------------------------------------------------------------------------------------------------------------*/
#headerphoto {
	position:relative;
	width:600px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#headerphoto img {
	border: solid 10px #ffffff;
	margin-top:24px;
}


#toptrim {
	position:relative;
	width:906px;
	height:6px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#bottom_clear {
	position:relative;
	width:906px;
	height:6px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

/*--CONTENT
-----------------------------------------------------------------------------------------------------------------------------*/
#contentzone {
	position:relative;
	width:906px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(../images/bg_content906.gif) repeat-y;
}

#content_left {
	position:relative;
	width:312px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.photos {
	position:relative;
	width:260px;
	margin:0px 0px 0px 26px;
	padding:30px 0px 0px 0px;
	background: url(../images/bg_photos.jpg) repeat-x;
	min-height:300px;
 	height:auto !important;
  	height:300px;
}	

.photos img.pic {
	margin:0px 0px 36px 30px;
	padding:0px 0px 0px 0px;
	border: solid 5px #ffffff;
}

#news {
	width:200px;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

#news p {
	font-size:70%;
	margin:0px 0px 12px 0px;
	padding:0px 0px 5px 0px;
	color:#ffffff;
	line-height:150%;
	border-bottom: dotted 2px #cc6600;
}
#news img.title {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#content_right {
	position:relative;
	width:594px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	float:left;
	background: url(../images/bg_contentright.jpg) repeat-x;
	min-height:300px;
 	height:auto !important;
  	height:300px;
}

.columnleft {
	position:relative;
	width:282px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.columnright {
	position:relative;
	width:282px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.columnleft p, .columnright p {
	font-size:70%;
}


/*--TARIFF -----------------------------------------------------------------------------------------------------------------------------*/
table.prices {
	width:450px;
	margin:0px 0px 0px 28px;
	padding:0px 0px 0px 0px;
}

table.prices th p {
	color:#ffffff;
}

table.prices th, table.prices td {
	text-align:left;
	padding: 3px;
}

table.prices th p, table.prices td p {
	font-size:80%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/*--NEWS ON HOMEPAGE
-----------------------------------------------------------------------------------------------------------------------------*/


#footer {
	position:relative;
	width:906px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 10px 0px;
	text-align:center;
	background: #551C15 url(../images/bg_footer.gif) repeat-y;
}

#footerbottom {
	position:relative;
	width:906px;
	height:6px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


