html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #696a6e;
	background-image: url('../images/bg-brushedmetal.jpg');
}
html {
	overflow: auto;
}
p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #696a6e;
	margin: 0px;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #696a6e;
	margin: 0px;
}
a, a:active, a:visited {
	color: #444447;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
	color: #696a6e;
	text-decoration: none;
	font-size: 13px;
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
}
img {
	border: 0px;
}
.hover {
	cursor: pointer;
}

img#popup {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	display: none;
}

/* Site Layout */
div#opacity {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #696a6e;
	z-index: 98;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	display: none;
}
div#sitecontainer {
    position: relative;
    width: 953px;
	height: 731px;
	margin: auto;
}
img#leasecalc {
	position: absolute;
	left: -16px;
	bottom: 29px;
	z-index: 2;
}
div#mainmenu {
	position: relative;
    width: 953px;
	height: 62px;
}
div#photoholder {
	position: relative;
	width: 953px;
	height: 242px;
	z-index: 1;
}
div#marketing {
	position: absolute;
	width: 246px;
	height: 76px;
	top: 130px;
	left: 37px;
	padding: 5px;
	background-image: url('../images/bg-marketing.png');
	z-index: 2;
}
div#submenu {
	position: relative;
    width: 953px;
	height: 48px;
}
div#logo {
	position: relative;
    width: 141px;
	height: 350px;
	float: left;
}
div#content {
    position: relative;
    width: 535px;
	height: 350px;
	float: left;
}
div#wrapper {
	position: relative;
    width: 480px;
	top: 75px;
	padding-left: 38px;
	overflow: auto;
}
div#specialoccasion {
	position: relative;
    width: 277px;
	height: 350px;
	float: left;
}
div#footer {
	position: relative;
    width: 953px;
	height: 29px;
	clear: both;
	background-image: url('../images/bg-footer.gif');
}
div#spacer {
	position: relative;
    width: 953px;
	height: 40px;
}
img#vaai {
	position: absolute;
	right: 11px;
	top: 12px;
}

/* Afleveropties pagina */
div#afleveropties {
	position: relative;
    width: 913px;
	height: 691px;
	padding: 20px;
	margin: auto;
	background-color: #ffffff;
	overflow: auto;
	display: none;
}
img#bgafleveropties {
	position: absolute;
	width: 369px;
	height: 369px;
	top: 50%;
	margin-top: -185px;
	left: 50%;
	margin-left: -185px;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
	z-index: 99;
}
img#lgbovag {
	position: absolute;
	width: 50px;
	height: 75px;
	right: 21px;
	bottom: 63px;
}
img#pdficon {
	position: absolute;
	right: 50px;
	top: 20px;
}
img#ico01 {
	position: absolute;
	top: 120px;
}
img#ico02 {
	position: absolute;
	top: 240px;
}
img#ico03 {
	position: absolute;
	top: 360px;
}
img#ico04 {
	position: absolute;
	top: 480px;
}
img#close_afleveropties {
	position: absolute;
	top: 7px;
	right: 9px;
	cursor: pointer;
}
