body {
	font-family: arial, helvetica, serif;
	background-color: #457f24;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a:link{
	color: green;
	text-decoration:none;
}
a:visited{
	color: green;
	text-decoration:none;
}
a:hover{
	color: black;
}

img{
	border-style: solid;
	border-width: 1px;
	color: black;
}
#centerBlock{
	background-image:url('images/background.jpg');
	position: relative;
	margin: 0 auto;
	top: 35px;
	width: 801px;
	height: 495px;
	border-style: solid;
	border-width: 1px;
}

.bigHeading{
	font-size: 13px;
	font-weight: bold;
}
.smallHeading{
	font-size: 11px;
	font-weight: bold;
}
#underlinedHeading{
	text-decoration: underline;
}
#mainBox{
	position: absolute;
	top: 70px;
	left: 155px;
	width:400px;
	font-size: 11px;
	font-family: arial, helvetica, serif;
	color: green;
}

#clock{
	position: absolute;
	top: 258px;
	left: 343px;
	width: 80px;
	height: 80px;

}
#calendar{
	position: absolute;
	top: 93px;
	left: 42px;
	width: 85px;
	height: 80px;
	font-size: 10px;
	font-family: arial, helvetica, serif;
	font-weight: bold;
	color: black;	
}
#header{

		position: absolute;
		margin: 0 auto;
		top: -28px;
		left:-1px;
		font-size: 15px;
		font-weight: bold;
		font-family: arial, helvetica, serif;	
		text-align: center;
		padding-top:3px;
		color: orange;
		width:801px;
		height:20px;
		background-color:#29501F;
		border-style: solid;
		border-width: 1px;


}
/***************************** Drawers *****************************/
#firstDrawerOpen{
	position: absolute;
	top: 430px;
	left: 83px;
	background-image:url('images/drawer.jpg');
	width:99px;
	height:65px;
	cursor: pointer;
}
#firstDrawerClosed{
	position:absolute;
	top:435px;
	left:92px;
	width: 80px;
	height: 35px;
	/*background-color: #F0FFFF;*/
	cursor: pointer;
}
#firstPaper{
	position: absolute;
	top: 395px;
	left: 92px;
	background-color: #F0FFFF;
	width:79px;
	height:43px;
	border-style: solid;
	border-width: 1px;
}
#secondDrawerOpen{
	position: absolute;
	top: 430px;
	left: 182px;
	background-image:url('images/drawer.jpg');
	width:99px;
	height:65px;
	cursor: pointer;
	
}
#secondDrawerClosed{
	position:absolute;
	top: 435px;
	left: 190px;
	width: 80px;
	height: 35px;
	/*background-color: #F0FFFF;*/
	cursor: pointer;
}
#secondPaper{
	position: absolute;
	top: 356px;
	left: 191px;
	background-color: #F0FFFF;
	width:79px;
	height:82px;
	border-style: solid;
	border-width: 1px;
}

#thirdDrawerOpen{
	position: absolute;
	top: 430px;
	left: 281px;
	background-image:url('images/drawer.jpg');
	width:99px;
	height:65px;
	cursor: pointer;
}
#thirdDrawerClosed{
	position:absolute;
	top: 435px;
	left: 290px;
	width: 80px;
	height: 35px;
	/*background-color: #F0FFFF;*/
	cursor: pointer;
}
#thirdPaper{
	position: absolute;
	top: 369px;
	left: 290px;
	background-color: #F0FFFF;
	width:79px;
	height:69px;
	border-style: solid;
	border-width: 1px;
}
#fourthDrawerOpen{
	position: absolute;
	top: 430px;
	left: 380px;
	background-image:url('images/drawer.jpg');
	width:99px;
	height:65px;
	cursor: pointer;
	
}
#fourthDrawerClosed{
	position:absolute;
	top: 435px;
	left: 390px;
	width: 80px;
	height: 35px;
	/*background-color: #F0FFFF;*/
	cursor: pointer;
}
#fourthPaper{
	position: absolute;
	top: 395px;
	left: 389px;
	background-color: #F0FFFF;
	width:79px;
	height:43px;
	border-style: solid;
	border-width: 1px;
}

#fifthDrawerClosed{
	position:absolute;
	top: 442px;
	left: 490px;

	width: 80px;
	height: 35px;
	/*background-color: #F0FFFF;*/
	cursor: pointer;
}

.drawerText{
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, serif;	
	text-align: center;
}
.openDrawerText{
	margin-top: 36px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, serif;	
	text-align: center;


}
.drawerContentText{
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, helvetica, serif;	
	text-align: center;
	
}


.hidden{
	display: none;
}

/***************************** Contact *****************************/
.contactText{
	position: absolute;
	top: 60px;
	left: 175px;
	width:150px;
}
#contactImage{
	position: absolute;
	top: 140px;
	left: 191px;
	width:133px;
	height:142px;
	border-style: solid;
	border-width: 1px;
}
#contactBox{		
	position: absolute;
	top: 75px;
	left: 160px;
	width: 300px;
	font-size: 11px;
	font-family: arial, helvetica, serif;
	color: green;
}


/***************************** Products *****************************/
.mainText{		
	position: absolute;
	width: 385px;
	height: 252px;
	top: 10px;
	left: 12px;
	overflow: auto;
}

#productsNavText{
	position:absolute;
	top: 270px;
	left: 165px;		
	font-size: 13px;
	font-family: arial, helvetica, serif;
	color: green;
}

#productsImage{
	position: absolute;
	top: 145px;
	left: 110px;
	width: 150px;
	height: 112px;
}



/***************************** Company/Berry *****************************/

#companyImage{
	position: absolute;
	top: 185px;
	left: 130px;
	width: 115px;
	height: 84px;
}

#berryImage{
	position: absolute;
	top: 175px;
	left: 125px;
	width: 115px;
	height: 84px;
}
/***************************** Berry/History *****************************/
#cubesNStaxInfo{
	position: relative;
	margin: 0 auto;
	top:500px;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, helvetica, serif;	
	text-align: left;
	color: #333333;
	cursor: pointer;

}