#container {
	position: relative;
	width: 768px;
	height: 1800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
}

#fruitLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 207px;
	width: 257px;
	background-image: url(images/fruit_left.jpg);
	background-repeat: no-repeat;
}

#fruitRight {
	position: absolute;
	top: 0;
	right: 0;
	height: 207px;
	width: 284px;
	background-image: url(images/fruit_right.jpg);
	background-repeat: no-repeat;
}

#fruitLeft2 {
	position: absolute;
	top: 207px;
	left: 0;
	height: 425px;
	width: 178px;
	background-image: url(images/fruit_left2.jpg);
	background-repeat: no-repeat;
}

#fruitRight2 {
	position: absolute;
	top: 207px;
	right: 0;
	height: 425px;
	width: 178px;
	background-image: url(images/fruit_right2.jpg);
	background-repeat: no-repeat;
}

#fruitLeft3 {
	position: absolute;
	top: 632px;
	left: 0;
	height: 710px;
	width: 130px;
	background-image: url(images/fruit_left3.jpg);
	background-repeat: no-repeat;
}

#fruitRight3 {
	position: absolute;
	top: 632px;
	right: 0;
	height: 818px;
	width: 152px;
	background-image: url(images/fruit_right3.jpg);
	background-repeat: no-repeat;
}

#main {
	position: absolute;
	top: 70px;
	left: 129px;
	margin-bottom: 4em;
	width: 510px;
	text-align: left;
}

.center {
	text-align: center;
}

.disclaimer {
	margin-top: 1em;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.trademark {
	margin: 6em 0 2em 0;
	font-size: 10px;
	font-style: italic;
}

.formFields {
	line-height: 2.5em;
}

/* ---- HORIZONTAL NAVIGATION ---- */

#navigation ul {
	position: absolute;
	top: 8px;
	right: 0;
	width: 315px;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	float: left;
	width: 74px;
	list-style: none;
	text-align: center;
}
	
#navigation a {
	display: block;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

#navigation a img {
	display: block;
}

#navigation a img.twoLines {
	margin-bottom: -3px;
}

/* ---- END HORIZONTAL NAVIGATION ---- */

/* ---- VERTICAL NAVIGATION ---- */

#navigation {
	margin: 24px 0 24px 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin: 7px 0;
}

#navigation li a {
	display: block;
	width: 130px;
	margin-left: 26px;
	border: 1px solid #BF6000;
	border-right: 0;
	padding: 4px 0 5px 12px;
	background: #FFF;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#navigation li a:hover {
	border-left: 8px solid #099;
	margin-left: 19px;
}

/* ---- END VERTICAL NAVIGATION ---- */

#column1 {
	position: absolute;
	top: 155px;
	left: 0;
	margin: 0 25px;
	width: 300px;
}

#column2 {
	position: absolute;
	top: 155px;
	left: 360px;
	width: 420px;
	text-align: left;
}
