
.Up{
	display:none;
	position:fixed;
	z-index:100;
	bottom:20px;
	right:20px;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor:pointer;
	}
	

	
body {
	margin:0px;
	height:100%;
	}
body img, td img{
	max-width:100%;
	height: auto !important;
	}	
	
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
	
.wrap{
	max-width:1300px;
	#position:relative;
    margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	word-wrap: break-word;
}
.wrap img{
	max-width:100%;
	height: auto !important;
	}
	
.button{
	padding:8px 25px 8px 25px;
	border:2px #000 solid;
	border-radius:5px;
	display:inline-block;
	text-transform: uppercase;
	font-size:11px;
	#font-weight:bold;
	color:#000;
	clear:both;
	cursor:pointer;
	letter-spacing:1px;
	font-family:Montserrat, 'Maven Pro', arial;
	}
.button:hover{
	background:#000;
	color:#fff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
	
nav{
	border-bottom:2px #000 solid;
	padding:20px 0 20px 0;
	overflow:hidden;
	}

	
nav .wrap .logo{
	float:left;
	}
	
nav .wrap .menu{
	float:right;
	}
nav .wrap .menu .item{
	float:left;
	padding:5px;
	}
	
nav .wrap .menu .mobilespace{
	float:left;
	padding:5px;
	width:50px;
	}
	
.window{
	height:200px;
	background-image:url("/img/ocean.jpg");
	background-size:cover;
	background-position:top center;
	border-bottom:2px #000 solid;
	}

	
footer{
	position:relative;
	overflow:hidden;
	bottom:0;
	width:100%;
	padding:50px 0 50px 0;
	background:#000;
	background-image:url("/img/grass4.png");
	background-size:400px;
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	box-shadow:inset 0px 0px 2px #000;
	}
	
footer .wrap{
	color:#f1f1f1;
	font-size:12px;
	text-align:center;
	}

