html,body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif,"Trebuchet MS";
	font-size: 90%;
	color:#39393B;
	background-color: #FFF;
}


.page 
{
	width: 100%;
	margin: 10px auto 0 auto;
}

h1{
	text-align:left;
	font-size:150%;
	font-weight:lighter;
	}
	
	h2{
	text-align:left;
	font-size:130%;
	font-weight:lighter;
	}


	
.bold
{font-size:130%;}	


#blue

{
	color: #58585A;
	}

/*HEADER 1*/


div.header{
	width: 100%;
	padding: 10px 0 0 0px;
	background-image: url(../img/holiday_lettings_skipton_logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10% 0%;
}

div.headerBV{
	width: 100%;
	padding: 10px 0 0 0px;
	background-image:url(../img/header.png);
	background-attachment: fixed;
	background-position: 10% 0%;
	background-repeat: no-repeat;
}

div.headerAV{
    width: 100%;
	padding: 10px 0 0 0px;
    background-image: url(../img/airevue_holiday_cottage_skipton_logo.png);
    background-attachment: fixed;
	background-position: 10% 0%;
	background-repeat: no-repeat;
}

div.headercv{
	width: 100%;
	padding: 10px 0 0 0px;
	background-image: url(../img/cravenvue_holiday_cottage_skipton_logo.png);
	background-attachment: fixed;
	background-position: 10% 0%;
	background-repeat: no-repeat;
}

div.header a{
	font-size:100%;
	text-decoration:none;
	color:#39393B;
	
}

div.header_right {padding: 230px 0 0 0;}

	

/*MENU 1*/

div.menu{
	width: 100%;

	margin: 30px auto 0 auto;

}



div.menu a{
	font-size: 100%;
	text-decoration: none;
	color: #39393B;
	padding: 5px 0px 5px 0;
	display: list-item;
	list-style: none;
	text-align: center;
	background-color: #ECF2ED;
}


 
div.menu a:hover
{
	color: #fff;
	background-color:#A4C3A9;
	text-decoration: none;

}

div.menu a.selected
{
	color: #fff;
	background-color:#58585A;
	text-decoration: none;

}

/*CONTENT*/

div.content{
	width: 100%;
	padding: 0px;
	
}


/*ROW 1 Home*/

div.row1home{
	margin-top:20px;
	width: 100%;
	background-image:url(../img/1_home_bg.png);
	background-repeat:no-repeat;
}


	
	/*COLUMN 1*/

div.col1home img {width:90%; height:auto; padding:10px 0 10px 0px;}

div.col1home{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px 0 5px;
	background-color:#FFF;

}
	
 div.col1home ul {
	padding:0 20px 0 20px;
	text-align:left;
	line-height:22px;
}

div.col1home p{
	padding-left:5px;
	padding-right:15px;
	line-height:22px;
	text-align:left;
	}
	
div.col1home a {
		text-decoration:none;
		color:#58585A;
		font-weight:bolder;

}

	
div.col1home h1 {
	padding: 5px 5px 5px 5px;
	color: #58585A;}

div.col1home h2 {
	padding: 5px 5px 5px 5px;
	}


	/*COLUMN 2*/

div.col2home{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
	background-color:#FFF;


}

 div.col2home ul {
	padding:0 0 0 20px;
	text-align:left;
	line-height:22px;
}





	div.col2home p{
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
	text-align:left;
	}
	
div.col2home a {
		text-decoration:none;
		color:#58585A;
		font-weight:bolder;

}

	
div.col2home h1 {
	padding: 5px 5px 5px 10px;
	color:#58585A;}

div.col2home h2 {
	padding: 5px 5px 5px 5px;
	}

div.col2home img {width:90%;height:auto;padding:10px;}


/* FOOTER  */

div.footer{
	width: 100%;
	background-color:#58585A;

}

div.footer p {
	padding-right:20px;
	padding-top:5px;
	line-height:22px;
	text-align:right;
	color:#FFF;}
	
		div.footer a {
	color:#FFF;}
	

div.spacer_row 
{
	clear: both;
	line-height: 0px;

}


a{	outline : none;
	
}

a:hover
{
	outline : none;
}


