body {
background: url("http://www.actionag.com/assets/templates/actionag/layout/home-bg.jpg") top center;
font-family: "Times New Roman",Times,Georgia,sans-serif;
font-size: 1em;
color: #0f1c30;
}
#container {
margin: 0 auto;
background: url("http://www.actionag.com/assets/templates/actionag/layout/home-container.png") no-repeat;
/* background image is different on IE 6 */
width: 960px;
height: 700px;
}

.statcounter {
background-position:center center;
margin-left:227px;
vertical-align:-329px;
}

a.button {
background: url("http://www.actionag.com/assets/templates/actionag/layout/home-buttons.png") no-repeat;
width: 182px;
height: 181px;
display: block;
position: relative;
overflow: hidden;
text-decoration: none
}
a.button span.hidden {
position: absolute;
left: -1000px;
}
div.button { position: absolute; }

div#sales { margin-left: 75px;
margin-top: 205px;
}
a#home-sales { height:182px; }
a#home-sales:hover { background-position: 0 -181px; }

div#realize {
margin-left: 197px;
margin-top: 365px;
}
a#home-realize { height: 182px; background-position: -182px 0; }
a#home-realize:hover { background-position: -182px -182px; }

div#wsdc { 
margin-left: 390px;
margin-top: 425px;
}
a#home-wsdc { background-position: -364px -1px; }
a#home-wsdc:hover { background-position: -364px -182px; }

div#soon {margin-left: 584px; height: 184px; margin-top:365px; }
a#home-soon { background-position: -546px -1px; }
a#home-soon:hover {background-position: -546px -183px; }

div#soon2 { margin-left: 702px; margin-top: 205px; }
a#home-soon2 { background-position: -728px 0; }
a#home-soon2:hover { background-position: -728px -183px; }


/*THIS ONE WORKS, BUT TRYING A DIFFERENT ONE
a.tooltip span {display:none; padding:2px 3px; width:100%; font-family: arial; font-size: 10pt; margin-top: 45%;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#333; opacity: .9}*/

/*---------- bubble tooltip -----------*/
a.tooltip{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tooltip span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tooltip:hover{ z-index:25; color: #aaaaff; background:;}
a.tooltip:hover span.tt{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 3px 0 0 0;
	width:182px;
	color: #000;
    text-align: center;
	filter: alpha(opacity:85);
	KHTMLOpacity: 0.85;
	MozOpacity: 0.85;
	opacity: 0.85;
font-family: arial;
font-size: 9pt;
line-height: 14px;
margin-top: 50px;
}
a.tooltip:hover span.top{
	display: block;
	padding: 20px 8px 0;
    background: url(http://www.actionag.com/assets/templates/actionag/layout/bubble.gif) no-repeat top;
}
a.tooltip:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(http://www.actionag.com/assets/templates/actionag/layout/bubble_filler.gif) repeat bottom; 
}
a.tooltip:hover span.bottom{
	display: block;
	padding:3px 8px 15px;
	color: #548912;
    background: url(http://www.actionag.com/assets/templates/actionag/layout/bubble.gif) no-repeat bottom;
}
