/* HOMEPAGE ELEMENTS */


body a:link {
	color: #003888;
}
body a:hover {
	color: #003888;
}
body a:visited {
	color: #003888;
}




#mainblockframe_height {
	height: 33px;	
}

#homeblock {
	z-index: 3;
	background-image: url(images/homeblock.png);
	background-repeat: none;
	background-position: left top;
	position: absolute;
	width: 390px;
	height: 477px;
	left: 193px;
	top: 28px;
}

#fruitleaves {
	z-index: 4;
	overflow: hidden;
	position: absolute;
	width: 384px;
	height: 239px;
	left: 244px;
	top: 21px;
}
#bottles_home {
	z-index: 4;
	overflow: hidden;
	position: absolute;
	width: 384px;
	height: 239px;
	left: 460px;
	top: 314px;
	cursor: pointer;
}
#contentblock_home {
	z-index: 4;
	position: absolute;
	overflow: visible;
	top: 250px;
	left: 210px;
	width: 250px;
	height: 300px;
	font-family: Arial;
	font-size: 75%;
	color: #003888;
	text-align: left;
}

#contentblock_home a:hover {
	text-decoration: underline;
}

.homeintro {
	font-size: 145%;
	color: #E21350;
	font-weight: bold;
}



#footerblock_home {
	z-index: 5;
	position: absolute;
	overflow: visible;
	bottom: 109px;
	left: 35px;
	width: 600px;
	height: 50px;
	font-family: Arial;
	font-size: 60%;
	text-align: left;
	color: #FFFFFF;
}
#footerblock_home a:link {
	color: #FFFFFF !important;
}
#footerblock_home a:hover {
	text-decoration: underline !important;
}
#footerblock_home a:visited {
	color: #FFFFFF !important;
}
