* {margin: 0; padding: 0; outline: none;}
img {border: none;}

 
#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2 url(../images/footerbg.jpg);
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 100%;
	margin: 0 1%;
	
}
 
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
 
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	/*font-size: 1.1e*/m;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}
 
 
#footpanel a.home{	
	background: url(../footimg/home.png) no-repeat center center;

}

#footpanel a.allright{	

	width: 320px;
	padding-left: 10px;
	text-align:center;
	text-indent: 0; /*--Reset text indent--*/
}


a.signup{	background: url(../footimg/createfreeact.png) no-repeat center center; }
a.facebook{	background: url(../footimg/Facebook_icon.png) no-repeat center center; }
a.twitter{	background: url(../footimg/TwitterIcon.png) no-repeat center center; }
a.contact{	background: url(../footimg/contactus.png) no-repeat center center; }
a.price{ background: url(../footimg/price.png) no-repeat center center; }
a.resellers{ background: url(../footimg/resellers.png) no-repeat center center; }

#footpanel a.compare{	background: url(../images/compare_us.gif) no-repeat center center; 

width: 80px;
	padding-left: 10px;
	text-align:center;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.login{	background: url(../images/login_foot.gif) no-repeat center center; 

	width: 80px;
	padding-left: 10px;
	text-align:center;
	text-indent: 0; /*--Reset text indent--*/

}
a.support{	background: url(../footimg/support.png) no-repeat center center; }

#footpanel a.chat{	
	background: url(../footimg/navigation.png) no-repeat 15px center;
	width: 130px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 30px;
	text-indent: 0; /*--Reset text indent--*/
}
#alertpanel a.alerts{	background: #CCCCCC url(../footimg/click2call.png) no-repeat 15px center;
	width: 100px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
	padding-left: 30px;
    text-align: left;
    width: 95px;

 }
 
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
 
#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(../footimg/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}
 
 
 
 
 
#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/
 
#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h5 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h5 span { 
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
	color: #FFFFFF
}

#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}
 
#chatpanel .subpanel li { background: url(../footimg/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;

}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}
 


 
#alertpanel .subpanel { right: 0; left: auto; width:300px; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
	
}
#alertpanel .subpanel li p {padding: 3px 0px; color:#666666; font-size:12px; text-align:justify;}
#alertpanel .subpanel li a.delete{
	background: url(../footimg/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}


#foot form {
	background:none;
	padding:0 0 0 0 ;
	border:none;
}



#foot input, select, textarea {
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color:#777;
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

#foot input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #D3FFA8 #639632 #639632 #D3FFA8;
}







* html .boxhead h6 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 300px; /* ems so it will grow */
	background: url(../footimg/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../footimg/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h6 {
	background: url(../footimg/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	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(../footimg/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}