@charset "utf-8";
/* CSS Document */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	padding: 0;
	margin: 0;
	line-height: normal;
}

body {
	margin: 0px 0 40px 0;
	padding: 0;
	font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #FFFFFF;
	background-color: #066;
}
/* user-defined classes */
.clear { clear: both; }


#divPromo{margin: 0px 0 0 -10px; float: left; border: 2px solid #FFF}
#divMWrapper{ width: 1055px; margin: 10px auto;}
#divMWrapper img{border: 0; 


	


}




#divWrapper {
	width: 792px;
	margin: 10px auto;
background-color: #000066;
border: 5px solid #FFF;
}

#divHeader {
	width: 792px;
	margin: 0 auto;
	height: 140px;
	background-color: #000066;
	background-image: url(selfcatering/harbourcottage.gif);
	background-repeat: no-repeat;
}

#divTitle{
width: 792px;
background-color: #000066;
	height: 40px;
}

h1 {
color: #FFFFFF;
	font-size: 16px;
padding: 20px 0px 0px 10px;
	}


h2 {
	color: #FFFFFF;
	font-size: 16px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px 20px 0;
	
}

/* Header */

#divHeader ul {
list-style:none;
margin:110px 0 10px 10px;
padding:0px;
float: left;
}
#divHeader li {
display:inline;
margin:0 10px 0 0;
padding:0;
line-height:200%;
}
#divHeader li a:link, #divHeader li a:visited {
text-decoration:none;

color:#FFFFFF;
}
#divHeader li a:hover {
	color:#FF0000;
}


/* Left hand column */

.leftHandCol {
float:left;
width: 210px;
background-color: #000066;
color: #FFFFFF;

}
.leftHandCol p{
padding: 10px 5px 5px 10px;
}
.leftHandCol form{
padding: 10px 0 0 25px;
}
.leftHandCol img{
    display: block;
    margin:10px auto;
     }
	 
/* Right hand column */
	 
.rightHandCol{
	width: 570px;
	float:right;
	background-color:#000032;
	color: #FFFFFF;
margin: 0px 10px 0 0 ;
}
.rightHandCol img{
float: right;
clear: left;
padding: 10px;
}
.rightHandCol p{
	padding: 10px;
	
}

.rightHandCol p.startp{padding: 40px 10px 10px 10px}
.rightHandCol a:link, .rightHandCol a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}


/* Botom links*/


.bottomlinks li a:hover {
	color:#FF0000;
}
.bottomlinks ul {
	list-style:none;
	padding:10px 0 0 0;
	text-align: center;
        font-size: 9px;
}
.bottomlinks li {
display:inline;
padding: 5px;
	
}
.bottomlinks li a:link, .bottomlinks li a:visited {
text-decoration:none;

color:#FFFFFF;
}
.bottomlinks li a:hover {
	color:#FF0000;
}




/* Footer */
.footer{
width: 792px;

}

.footertext{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
padding: 10px;
}
.footerlink{
	float: left;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}



/* Prices */
.prices table {
border:0;
border-collapse:collapse;
font:normal 12px;
}
.prices td, .prices th {
padding: 0px 10px 0 10px;
}
.prices th{
text-align:left;
border-bottom:1px solid #FFFFFF;
}
.prices td{
border-botom: 1px solid #FFFFFF;
}

.divPvideo{font-weight: bold; font-size: 11px;}
