/* ARITHMO BUTTONS STYLE SHEET */


/* BEGIN LOGIN BUTTON FOR QUICK FORM AT THE TOP OF EACH PAGE */
.login_container
{
	position:absolute;
	left:170px;
	top:55px;
	width:48px;
	height:26px;
	background-image:url('../images/buttons/quick_button_off.gif');
	background-repeat:no-repeat;
}
.login_container a:hover
{
	display:block;
	background-image:url('../images/buttons/quick_button_on.gif');
	background-repeat:no-repeat;
}
.login_container_image
{
	width:48px;
	height:26px;
	border:0px
}
/* END LOGIN BUTTON FOR QUICK FORM AT THE TOP OF EACH PAGE */



/* BEGIN FIND OUT MORE CONTENT BUTTON */
.find_out_more_container
{
	position:relative;;
	left:370px;
	width:191px;
	height:52px;
	background-image:url('../images/buttons/find_out_more_off.gif');
	background-repeat:no-repeat;
}
.find_out_more_container a:hover
{
	display:block;
	background-image:url('../images/buttons/find_out_more_on.gif');
	background-repeat:no-repeat;
}
.find_out_more_container_image
{
	width:191px;
	height:52px;
	border:0px
}
/* END FIND OUT MORE CONTENT BUTTON */



/* BEGIN CASE STUDIES CONTENT BUTTON */
.case_studies_container
{
	position:relative;;
	left:170px;
	width:191px;
	height:52px;
	background-image:url('../images/buttons/case_studies_off.gif');
	background-repeat:no-repeat;
}
.case_studies_container a:hover
{
	display:block;
	background-image:url('../images/buttons/case_studies_on.gif');
	background-repeat:no-repeat;
}
.case_studies_container_image
{
	width:191px;
	height:52px;
	border:0px
}
/* END CASE STUDIES CONTENT BUTTON */



/* BEGIN 3 SIDE PRODUCT BUTTONS */
.accountant_container
{
	position:relative;;
	left:0px;
	top:0px;
	width:190px;
	height:155px;
	background-image:url('../images/buttons/accountant_off.jpg');
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.accountant_container a:hover
{
	display:block;
	background-image:url('../images/buttons/accountant_on.jpg');
	background-repeat:no-repeat;
}
.accountant_container_image
{
	width:190px;
	height:155px;
	border:0px
}

.reseller_container
{
	position:relative;;
	left:0px;
	top:0px;
	width:190px;
	height:155px;
	background-image:url('../images/buttons/reseller_off.jpg');
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.reseller_container a:hover
{
	display:block;
	background-image:url('../images/buttons/reseller_on.jpg');
	background-repeat:no-repeat;
}
.reseller_container_image
{
	width:190px;
	height:155px;
	border:0px
}

.individual_container
{
	position:relative;;
	left:0px;
	top:0px;
	width:190px;
	height:155px;
	background-image:url('../images/buttons/individual_off.jpg');
	background-repeat:no-repeat;
}
.individual_container a:hover
{
	display:block;
	background-image:url('../images/buttons/individual_on.jpg');
	background-repeat:no-repeat;
}
.individual_container_image
{
	width:190px;
	height:155px;
	border:0px
}
/* END 3 SIDE PRODUCT BUTTONS */

/* BEGIN CONTACT CONTENT BUTTON */
.contact_us_container
{
	position:relative;;
	left:170px;
	width:191px;
	height:52px;
	background-image:url('../images/buttons/contact_us_off.gif');
	background-repeat:no-repeat;
}
.contact_us_container a:hover
{
	display:block;
	background-image:url('../images/buttons/contact_us_on.gif');
	background-repeat:no-repeat;
}
.contact_us_container_image
{
	width:191px;
	height:52px;
	border:0px
}
/* END CAONTACT CONTENT BUTTON */

/* BEGIN CALL BACK  BUTTON */
.call_back_container
{
	position:relative;;
	width:191px;
	height:52px;
	background-image:url('../images/buttons/call_back_off.gif');
	background-repeat:no-repeat;
}
.call_back_container a:hover
{
	display:block;
	background-image:url('../images/buttons/call_back_on.gif');
	background-repeat:no-repeat;
}
.call_back_container_image
{
	width:191px;
	height:52px;
	border:0px
}
/* END CALL BACK CONTENT BUTTON */

/* BEGIN REGISTER BUTTON RED VERSION - created by julian shaw 8/7/8 */
.register_container
{
	position:relative;;
	width:191px;
	height:52px;
	background-image:url('../images/buttons/register_off_red.gif');
	background-repeat:no-repeat;
}
.register_container a:hover
{
	display:block;
	background-image:url('../images/buttons/register_on.gif');
	background-repeat:no-repeat;
}
.register_container_image
{
	width:191px;
	height:52px;
	border:0px
}
/* END CALL BACK CONTENT BUTTON */

/* BEGIN TOP CALL BACK BUTTON (JS- 4/8/8) */
.call_container
{
	position:absolute;
	left:170px;
	top:55px;
	width:48px;
	height:26px;
	background-image:url('../images/buttons/call_top_off.gif');
	background-repeat:no-repeat;
}
.call_container a:hover
{
	display:block;
	background-image:url('../images/buttons/call_top_on.gif');
	background-repeat:no-repeat;
}
.call_container_image
{
	width:48px;
	height:26px;
	border:0px
}
/* END LOGIN BUTTON FOR QUICK FORM AT THE TOP OF EACH PAGE */


