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: 1200px;
	margin: 30px auto 0 auto;
}

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


	#pad {padding-top:85px;}
	
	
	
.bold
{font-size:130%;}	


#blue

{
	color: #85B8BF;
	}

/*HEADER 1*/



div.header{
	width: 1200px;
	padding:20px 0 0 0;
	text-align:left;
	margin: 0px auto 0 auto;
	background-image:url(../img/holiday_lettings_skipton_logo.png);
	background-repeat:no-repeat;
	min-height:250px;
}

div.headercv{
	width: 1200px;
	padding:20px 0 0 0;
	text-align:left;
	margin: 0px auto 0 auto;
	background-image:url(../img/cravenvue_holiday_cottage_skipton_logo.png);
	background-repeat:no-repeat;
	min-height:250px;
}

div.headerBV{
	width: 1200px;
	padding:20px 0 0 0;
	text-align:left;
	margin: 0px auto 0 auto;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	min-height:250px;
}

div.headerAV{
    width: 1200px;
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0px auto 0 auto;
    background-image: url(../img/airevue_holiday_cottage_skipton_logo.png);
    background-repeat: no-repeat;
    min-height: 250px;
}

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



div.header_right {
	float:right;
	width:800px;
	text-align:right;
	padding-right:20px;
	margin:0;}
	
	

/*MENU 1*/

div.menu{
    width: 1200px;
    text-align: center;
    float: left;
    padding: 5px 0 5px 0;
    margin-top: 60px;
    background-color: #E3E3E3;
}



div.menu a{
	font-size:100%;
	text-decoration:none;
	color:#39393B;
	padding: 5px 0 5px 0;


}


#menupad
{
	padding-left:2%;
	padding-right:2%;
}

 
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: 1200px;
	padding: 0px;
	margin: 0px auto 0 auto;
	
}


/*ROW 1 Home*/

div.row1home{
	width: 1200px;
	min-height:600px;
	float: left;
	background-image:url(../img/1_home_bg.png);
	background-repeat:no-repeat;
}



	
	/*COLUMN 1*/

div.col1home{
	width: 427px;
	float: left;
	margin-top:250px;
	background-color:#FFF;
	margin-left:140px;

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

div.col1home p{
	padding-left:10px;
	padding-right:25px;
	line-height:22px;
	text-align:left;
	}
	
div.col1home a {
		text-decoration:none;

		margin-top:0px;
		color:#58585A;
		font-weight:bolder;

}

div.col1home img {
	padding: 4px 0px 4px 0px;}
	
	
	
div.col1home h1 {
	padding: 5px 0px 5px 10px;
	color:#58585A;}

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


	/*COLUMN 2*/

div.col2home{
	width: 427px;
	float: left;
	margin-top:250px;
	background-color:#FFF;
	margin-left:64px;

}

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



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

div.col2home img {
	padding: 4px 0px 4px 0px;}
	
	div.col2home h1 {
	padding: 5px 0px 5px 10px;
		text-align:left;
	}


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

	
/*COLUMN 3 WIDE*/

div.col3home{
	width: 900px;
	float: left;
	margin-top:20px;
	background-color:#FFF;
	margin-left:140px;

}
	

div.col3home p{
	padding-right:25px;
	line-height:22px;
	text-align:left;
	}
	

	
	
div.col3home h1 {
	padding: 5px 25px 5px 0px;
	color:#58585A;}

div.col3home h2 {
	padding: 5px 25px 5px 0px;
	}




/* FOOTER  */

div.footer{
	width: 1200px;
	background-color:#58585A;
	height:30px;
}

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

    background: #0098E8;
	border:none;
	color:#FFF;
	height:26px;
}

.button2:hover {
    background: #CCCCCC;
	border:none;
	color:#000;
	height:26px;
}

.input2 {
	height: 24px;
	width: 195px;
	border:thin;
	border-color:#666;
	border-style:solid;
}

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

}


a{	outline : none;
	
}

a:hover
{
	outline : none;
}


@media screen and (max-device-width: 480px) {

#menupad
 { padding-left:2%; }
	 
	}
