@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-family:verdana, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-color:#ffffff;
}
img {
	border-width: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #7d7c7c;
}
a.enter {
	font-size: 15px;
}
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 50%; 
	width: 901px;
	min-height: 600px;
	height: 600px;
	margin-left: -450px; /* -(Half the width) */
	
	background: url(/Resources/images/vacation_rentals.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#header {
	position: relative;
	height: 111px;
	width: 760px;
}
#header #localeNavigation {
	position: absolute;
	top: 125px;
	font-size: 10px;
}
#header #localeNavigation img {
	vertical-align: middle;
}
#header #localeNavigation a, a.PawlikCorp {
	color: #000000;
	text-decoration: none;
}
#header #localeNavigation a:hover, a:hover.PawlikCorp {
	color: #7d7c7c;
}
#navigation {
	position: absolute;
	top: 80px;
	font-size: 16px;
	font-weight: bold;	
	color: #999999;
}
#navigation ul {
	padding: 8px;
	margin:0px;
	list-style-type: none;
}
#navigation ul li {
	float:left;
	text-align:center;
	vertical-align: middle;
	margin-right: 0px;
	width: 220px;
}
#mainContent {
	width: 100%;
}
#footer {
	position: absolute;
	width: 880px;
	top: 535px;
	left: 15px;
	color: #999999;
	font-weight: normal;
	font-size:11px;
}
#footer a.PawlikCorp {
	font-size:10px;
	display: block;
	float: right;
}
.clear {
	clear: both;
}
.evRed {
	color: #C93227;
}
#seo {
	position: absolute;
	top: -900px;
}
#seo, #seo p, #seo a {
	color:#000000 !important;
}
#seo h1 {
	margin:0;
	padding:0;
}
#seo p {
	margin-top:2px;
}
#seo a {
	font-size:11px;
}
#seo strong, #seo a {
	font-weight:normal;
}