﻿a.swap { 
background-image:url(image1.jpg); 
}

a.swap:hover { 
background-image:url(image2.jpg)}

#ClicktoChat
{
	background-position: right;
	height: 40px;
	background-repeat: no-repeat;
	width: 256px;
}
ClicktoChat.nav {
	background-image: url('../images/misc/click-to-chat-ON.png');
	background-repeat: no-repeat;
}
#ClicktoCall{
	background-position: right;
	height: 40px;
	background-repeat: no-repeat;
	width: 256px;">
}
ClicktoCall.nav {
	background-image: url('../images/misc/click-to-call-ON.png');
	background-repeat: no-repeat;
}
#ClicktoEmail {
	background-position: right;
	height: 40px;
	background-repeat: no-repeat;
	width: 256px;"
}
ClicktoEmail.nav {
	background-image: url('../images/misc/SendEmail-ON.png');
	background-repeat: no-repeat;
}

#Call
{
	background-position: right;
	height: 40px;
	width: 256px;">
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto;
/* center for now */	
width: 100% /* ems so it will grow */;
height:100%;
	background: url('../images/boxes/sbbody-R.gif') no-repeat right
bottom;
	font-size: 100%;
}
.boxhead {
	background: url(../images/boxes/sbhead-R.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	text-align:center;
	padding: 10px 5px 5px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/boxes/sbbody-L.gif) no-repeat bottom left;
	margin: -3px 0 0 0;
	padding: 5px 15px 5px 15px;

