/* Middle boxes on the mainpage */
#threeBoxes {
	 clear: both; 
	 float: left; 
	 position: relative; 
	 top: 53px; 
	 width: 874px; 
	 padding-left: 36px; 
	 left: 13px;
	 height: 227px; 
	 background: url(../images/planBg.png);
	 background-repeat: no-repeat;
	 background-position: bottom;
	 overflow: hidden;
}
/* each individual box */
.midBox {
	width: 245px;
	height:227px;
	float: left;
	position: relative; 
}
/* links in box */
.midBox .lower .link {
	float: right; 
	position: relative; 
	top: 22px; 
	right: 25px; 
	font-size: .8em;
}
.midBox .lower {
	 width: 245px; 
	 height: 49px;
	 border-top: 1px solid #CCC;
}
.midBox .lower .link a {
	text-decoration: underline;
}
.midBox .lower .link a:hover {
	text-decoration: none;
}
/* List of items included */
ul.list {
	list-style-type: none;
	padding: 0em;
	margin: 10px 0 0 12px; font-size: .8em; 
}
ul.list li  {
	 margin-bottom: 5px;
	 height: 25px;
}
ul.list li a {
	 background-image:url(../images/arrowIcon.png);
	 background-repeat:no-repeat;	 padding-left: 25px;
	 color: #464646;
}
ul.list li a:hover {
	 background-image:url(../images/arrowIconOver.png);
	 background-repeat:no-repeat;
	 text-decoration: none;
}
/* order now buttons */
a.orderButton {
	display:block;
	width:116px;
	height:35px;
	background: url(../images/orderButton.png);
	background-position: -116px 0; 
	position: relative;
	top: 13px;
	left: 15px;
	float: left;
}
a.orderButton:hover { 
	background-position: 0 0; 
}

