/*************** 3 box ******************/

#threebox
{ 
width:380px; 
height:260px; 
position:absolute; 
right:20px; 
top:160px; 
clear: both; 
}

#threebox p{display:none;}

a#warningsigns
{ 
background-image: url(warningsigns.png); 
background-repeat: no-repeat; 
position: absolute; 
top: 90px; 
left: 0; 
width: 231px; 
height: 155px; 
z-index: 3; 
}

a#warningsigns:hover
{
background-image: url(warningsigns_hover.png);
z-index: 4; 
}

a#howwecanhelp
{ 
background-image: url(howwecanhelp.png); 
background-repeat: no-repeat; 
position: absolute; 
top: 0; 
right: 0; 
width: 240px; 
height: 171px; 
z-index: 2; 
}

a:hover#howwecanhelp
{
background-image: url(howwecanhelp_hover.png);
z-index: 4;
}

a#testimonials
{ 
background-image: url(testimonials.png); 
position: absolute; 
right: 0; 
bottom: 0; 
width: 163px; 
height: 170px;
z-index: 1; 
}

a#testimonials:hover
{
background-image: url(testimonials_hover.png);
z-index: 4;
}

/* IE6 */

*html a#warningsigns
{background-image: url(warningsigns.gif);}

*html a#warningsigns:hover
{background-image: url(warningsigns_hover.gif);}

*html a#howwecanhelp
{ background-image: url(howwecanhelp.gif);}

*html a#howwecanhelp:hover
{background-image: url(howwecanhelp_hover.gif);}

*html a#testimonials
{ background-image: url(testimonials.gif);}

*html a#testimonials:hover
{background-image: url(testimonials_hover.gif);}


/*************** opnion box ******************/

.opinionbox
{
padding:35px 0;
position:relative;
text-align:center;
}

*html .opinionbox
{
padding:15px 0 0 0;
background-image: url(poll_bg.gif);
background-repeat: no-repeat; 
background-position: center 15px; 
}

.opnionbox_bg
{
background-image: url(poll_bg.gif);
background-repeat: no-repeat; 
background-position: center top; 
padding:30px 20px 0px 20px;
margin:0;
text-align:left;
}

.opnionbox_bot
{
background-image: url(poll_bot.gif);
background-repeat: no-repeat; 
background-position: center bottom; 
height:28px;
margin:0;
}