@charset "UTF-8";
/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}

img {
   behavior: url("pngbehavior.htc");
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	height: 600px;
	position: relative;
	}
		

#bigpix {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 900px;
	}
	



br {
clear: both;
}

#clear {
	clear: both;
	}
/*---------basic styling----------*/

/*---------main navigation----------*/
#navigator {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 740px;
	top: 142px;
	width: 160px;
		}
	
ul {
	list-style: none;
	width: 160px;
	}
	
ul li {
	float: left;
	margin-bottom: 5px;
	}
	

ul a {
	float: left;
	}	
	
#homelink {
	background-image: url(../images/markerhomev.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
ul a:hover {
	background-image: url(../images/markerhoverv.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	


/*---------main navigation----------*/

/* ---- main block styles -------*/
p {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	}
	
#slidebackground {
	margin: 0px;
	padding: 0px;
	height: 277px;
	width: 426px;
	position: absolute;
	left: 300px;
	top: 142px;
	}
	
#rotate {
	margin: 0px;
	padding: 0px;
	height: 261px;
	width: 408px;
	position: absolute;
	left: 309px;
	top: 150px;
	}
	
#summerheader {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 384px;
	position: absolute;
	left: 297px;
	top: 107px;
	z-index: 999;
	}
	
#carensaholtlogo {
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 205px;
	position: absolute;
	left: 512px;
	top: 419px;
	}
	
#frontteaser {
	width: 425px;
	position: absolute;
	left: 300px;
	top: 478px;
	}
	
#frontteaser {
	text-align: right;
	}

/* ---- main block styles -------*/

/*------------ footer --------------*/
#webbuildlink {
	position: absolute;
	left: 185px;
	top: 590px;
	width: 232px;
	height: 13px;
	}
	
#webbuildlink a:link {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #878787;
	text-decoration: none;
	line-height: 11px;
	}
	
#webbuildlink a:visited {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #878787;
	text-decoration: underline;
	}
	
#webbuildlink a:hover {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #878787;
	text-decoration: underline;
	}

#webbuildlink a:active {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #878787;
	text-decoration: underline;
	}
	
#disclaimer {
	position: absolute;
	left: 427px;
	top: 590px;
	width: 346px;
	}

#disclaimer p {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #878787;
	line-height: 11px;
	}
/*------------ footer --------------*/



