
html, body, div{
	margin: 0; 
	padding: 0;
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
	outline: none; 
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

body {
	/*
	background:url('../img/allCabins.jpg') no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	*/
	background-color: gray;
}
/*#topPageCabins{
	position: fixed;
	float: top;
}*/

#adamsCabins {max-width:1280px;min-width:768px;margin:auto;padding:5px;}
#adamCabinsContainer {max-width:1280px;min-width:768px;margin:auto;border:#999 thin solid;}

.scrollable{
	position: fixed;
	float: left;
	clear: both;
}
.navSite {
	padding: 1em;
	color: yellow;
	background-color: yellow;
	opacity: 0.7;
	border-bottom: 2px solid black;
}
.navSite li{
	display: inline;
	margin: 0 0.75em;
}
.navSite a{
	color: blue;
}
.navSite li a:hover {
    background-color: green;
    color: white;
}


#infoContainer{  
	
}
#backImage{
	max-width:100%;min-width: 800px;
	height: 250px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


#home{

}
#home p{
	font-weight: bold;
	text-align: justify;
}
.webpageInfo{
	padding: 1em;
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 0.1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
}
.cRate{
	font-weight: bold !important;	
}
.tabs {
	width: 75%;
	margin: 0 auto;
	padding: 2em;	
	zoom : 1;
}
.tabs li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
}
.tabs a {
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background-color: black;
	margin-right: 10px;
	border: 1px solid rgb(153,153,153);
	margin-bottom: -1px;
}
.tabs .active {
	border-bottom: 1px solid red;
	background-color: yellow;
	color: blue;
	font-weight: bold;
	position: relative;
}
#aboutUs{
	/*
	padding: 3em;
	margin-left: 20em; 
	margin-right: 20em;
	margin-top: 1em;
	margin-bottom: 7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8emm;
	width: 500px;
	border: 2px solid black;
	background-color: white;
	*/
}
#aboutUs p{
	text-align: justify;
	font-style:italic;
	font-weight:bold;

}
#reserve{
	padding: 1em;
	margin:auto;
	margin-top:1em;
	width: 700px;
	border: 2px solid black;
	font-weight: bold;
	background-color:white;
}
#cAv {
	text-align: center;
	margin: auto;
 }
footer{
	/*position: fixed; 
	bottom: 0px;*/
	margin-right:2em;
	text-align:right;
	font-size:0.90em;
}

.frame{
    margin:auto;
    width:100%;
    height:750px;
}