@charset "UTF-8";
/* CSS Document */
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
} 
body {
	background-color: #ebe9cb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p, a, h1, h2, h3, h4, ul, li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	text-align: center;
	margin: 0 auto;
	width: 1024px;
	height: 600px;
	position: relative;
}

#header {
	width: 967px;
	height: 84px;
	overflow: hidden;
}
#header h1 {
	color: #AF001E;
	font-size: 8em;
	letter-spacing: -7px;
	position: absolute;
	top: 25px;
	left: 300px;
}
#header #back {
	position: absolute;
	top: 0;
	left: 100px;
}
#header #back a {
	display: block;
	width: 190px;
	height: 25px;
	background-image: url(images/backbutton.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header #back a:hover {
	background-image: url(images/backbutton-hover.png);
}
#header #download {
	position: absolute;
	top: 68px;
	right: 200px;
}
#header #download a{
	background-image: url(images/downloadformsbutton.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 216px;
	height: 40px;
}
#header #download a:hover {
	background-image: url(images/downloadformsbutton-hover.png);
}
#header h2 {
	position: absolute;
	top: 0;
	left: 300px;
	font-size: 2em;
	color: #AF001E;
	letter-spacing: -1px;
}
#logo {
	background-image: url(images/fourseasonslogo.png);
	width: 160px;
	height: 83px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#content {
	background-image: url(images/rentalbackground.png);
	background-repeat: no-repeat;
	width: 887px;
	height: 393px;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
	text-align: left;
	overflow: hidden;
}
#mainimage {
	overflow: hidden;
	float: left;
}
#mainimage img {
	width: 478px;
	height: auto;
}
#left {
	position: relative;
	width: 700px;
	height: 357px;
	float: left;
}
#featurebar {
	position: absolute;
	top: 0;
	left: 20px;
}
.barleft {
	background-image: url(images/featurebar-left.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 25px;
	float: left;
}
.barright {
	background-image: url(images/featurebar-right.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 25px;
	float: left;
}
#featurebar p {
	background-image: url(images/featurebar-middle.png);
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	float: left;
	color: #FFFFFF;
	font-size: 1.6em;
	letter-spacing: -1px;
	padding: 2px 0 0 0;
}
#featurebar p a {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#featurebar strong {
	margin-right: 5px;
}
#featurelist, #downloads {
	float: left;
	width: 180px;
	height: 357px;
	margin: 0 20px;
	border-right: 1px solid #AF001E;
}
#downloads {
	margin: 50px 0 0 20px;
	height: 307px;
}
#features p, #formslist p {
	font-size: 1em;
	color: #AF001E;
	padding: 2px 0;
}
#features li, #formslist li {
	padding: 2px 0;
}
#features li a, #formslist li a {
	color: #AF001E;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}
#features li a:hover, #formslist li a:hover {
	text-decoration: underline;
}
#features h2, #formslist h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #AF001E;
}
#right {
	float: left;
	width: 180px;
	height: 357px;
	position: relative;
}
#right_content {
	position: absolute;
	top: 0;
	left: 0;
}
#right_content p {
	font-size: 1.2em;
	padding: 0 0 5px;
}
#right_content h1 {
	color: #00529C;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: bold;
}
#right_content .email {
	font-weight: bold;
	text-decoration: none;
	color: #AF001E;
}
#footer {
	text-align: left;
	padding-left: 65px;
	position: relative;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.clearit {
	clear: both;
}
/*flyspeck*/

#flycontentdiv #header {
	display: none;
}
#flycontentdiv #right {
	display: none;
}
#flycontentdiv #content {
	overflow: visible;
}
#flycontentdiv #footer {
	display: none;
}
#flybody #features p, #flybody #features h2 {
	display: none;
}
#flybody #featurebar strong {
	display: none;
}