@charset "UTF-8";
/* CSS Document */

#footer_container {
	width:940px;
	/* height:85px; */
	height:75px;
	background:url(../images/footer_background.gif) no-repeat;
	padding:10px 0px 0px 0px;
	font-size:11px;
	color:#fff;
	margin:30px 0px 0px 0px;
}

#footer_container a {
	color:#fff;
	text-decoration:none;
}

#footer_container a:hover {
	color:#40901c;
	text-decoration:none;
}

#skype {
	width:60px;
	height:23px;
	display:block;
	background:url(../images/skype.gif) no-repeat;
	text-indent:-999999px;
	overflow:hidden;
	float:right;
	margin:5px 0px 0px 0px;
}

#skype:hover {
	background:url(../images/skype_over.gif) no-repeat;
}

#footer_phone_number {
	font-size:32px;
	color:#40901c;
/*	float:left;*/
	text-align:center;
}

#footer_info {
	width:129px;
	height:12px;
	display:block;
	background:url(../images/footer_info.png) no-repeat;
	behavior:url(../js/iepngfix.htc);
	text-indent:-999999px;
	overflow:hidden;
	float:left;
}

#footer_info:hover {
	background:url(../images/footer_info_over.png) no-repeat;
}

#footer_support {
	width:129px;
	height:12px;
	display:block;
	background:url(../images/footer_sales.png) no-repeat;
	behavior:url(../js/iepngfix.htc);
	text-indent:-999999px;
	overflow:hidden;
	float:right;
}

#footer_support:hover {
	background:url(../images/footer_sales_over.png) no-repeat;
}

#login_links {
	font-size:11px;
	line-height:normal;
	color:#fff;
}

#login_links a {
	color:#333;
	text-decoration:none;
}

#login_links a:hover {
	color:#317613;
	text-decoration:none;
}