#footpanel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background:#013666 url(../images/bottombar-reptr.gif) left top repeat-x;
	border-left:0;
	border-top:1px solid #013666;
	border-right:0;
	border-bottom: none;
	width: 100%;/*margin: 0 3%;*/
}
*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 li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a {
	padding: 5px;
	float: left;
	text-indent: -9999px;
	line-height:22px;
	height: 22px;
	width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}*/
#footwrapper {
	width:1000px;
	margin:0 auto;
	position: relative;
}
#footpanel ul {
	padding: 0 1%;
	margin: 0;
	float: left;
	width: 98%;
	list-style: none;
	border-top: 0px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size:12px;
	color:#fff;
}
#footpanel ul li {
	padding: 5px 16px 5px 5px;
	float: left;
	line-height:22px;
	height: 22px;
	text-decoration: none;
	color: #fff;
	position: relative;
}
#footpanel ul li strong {
	padding-left:2px;
}
#footpanel ul li.callus {
	background: url(../images/callus-reptr.gif) repeat-x left top;
	padding-left:10px;
	padding-right:10px;
}
#footpanel ul li.quote {
	background: url(../images/requesta-qoute-icon.gif) no-repeat 7px center;
	padding-left:22px;
}
#footpanel ul li.quicklink {
	background: url(../images/link.png) no-repeat 5px 9px;
	padding-left:24px;
}
#footpanel ul li.chat {
	background: url(../images/livechat.jpg) no-repeat 5px 5px;
	padding-left:38px;
}
#footpanel ul li.india {
	background: url(../images/phone-icon.gif) no-repeat 14px center;
	padding-left:35px;
}
#footpanel ul li.uk {
	background: url(../images/phone-icon.gif) no-repeat 14px center;
	padding-left:35px;
}
#footpanel ul li.usa {
	background: url(../images/phone-icon.gif) no-repeat 14px center;
	padding-left:35px;
}
#footpanel ul li.email {
	background: url(../images/email-icon.gif) no-repeat 14px center;
	padding-left:35px;
}
#footpanel ul li a {
	text-decoration: none;
	color: #fff;
}
html #footpanel ul li a:hover {
	color: #000;
}
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
	color:#000;
}
#footpanel a.home {
	/*background: url(../images/home.png) no-repeat 15px center;*/
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile {
	background: url(../images/user.png) no-repeat center center;
}
a.contacts {
	background: url(../images/address_book.png) no-repeat center center;
}
a.playlist {
	background: url(../images/document_music_playlist.png) no-repeat center center;
}
a.videos {
	background: url(../images/film.png) no-repeat center center;
}
a.messages {
	background: url(../images/mail.png) no-repeat center center;
}
a.editprofile {
	background: url(../images/wrench_screwdriver.png) no-repeat center center;
}
#footpanel a.chat {
	background: url(balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts {
	/*background: url(../images/newspaper.png) no-repeat center center;*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {
	float: left;
}  /*--Right align the chat and alert panels--*/
#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(../images/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: #323232;
	position: static;
}
#footpanel ul li div a:hover {
	text-decoration: underline;
} /*--Reset link style for subpanel links--*/
#footpanel .subpanel {
	position: absolute;
	left:0px;
	bottom: 32px;
	display: none;	/*--Hide by default--*/
	width:150px;
	border: 1px solid #013666;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #013666;
	padding: 5px 10px;
	color: #fff;
	font-size:12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
}
#footpanel h3 span {
	font-size: 12px;
	float: right;
	line-height: 0.6em;
	font-weight: normal;
}
#footpanel .subpanel ul {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li {
	float: none; /*--Reset float--*/
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 11px;
	font-weight:normal;
}
#chatpanel .subpanel li {
	background: url(../images/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: #013666;
	color: #fff;
	text-decoration:none;
}
#alertpanel .subpanel {
	right: -30px;
	left: auto; /*--Reset left positioning and make it right positioned--*/
	font-family:Arial, Helvetica, sans-serif;
}
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {
	padding: 5px 10px;
}
#alertpanel .subpanel li a:hover {
	color: #013666;
	text-decoration:none;
}
#alertpanel .subpanel li a.delete {
	background: url(../images/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;
}