
#footer-stripe {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: none;
	overflow: hidden;
}

#footer-stripe-1 {
	position: absolute;
	top: 0px;
	left: -94px;
	bottom: 0px;
}

#footer-stripe-2 {
	position: absolute;
	top: 0px;
	left: -18px;
	bottom: 0px;
}

#footer-stripe-3 {
	position: absolute;
	top: 0px;
	right: 70px;
	bottom: 0px;
}

#footer-stripe-4 {
	position: absolute;
	top: 0px;
	right: -6px;
	bottom: 0px;
}

#footer-stripe-5 {
	position: absolute;
	top: 0px;
	right: -82px;
	bottom: 0px;
}

#siteinfoIP{
	position: absolute;

	width: 200px;
	height: auto;

	bottom: 4px;
	left: 50%;
	margin-left: -100px;

	font-size: 8px;
	line-height: 10px;
	text-align: center;
}

#footer-menu{
	position: absolute;

	left: 100px;
	right: 100px;
	bottom: 0px;
	top: 0px;
}

dl{
	margin:3px;
	padding:0;

	clear:both;

	height:130px;
	width:90%;
}

dt{
	margin:0px;
	font-weight:bold;
}

dd{
	margin:0px;
	padding:0;
	float:left;
	width:33.33%;
}
dd ul{
	margin:0;
	padding:0;
	list-style: none;
}
dd li{
	margin:0;
	padding:0;
}
dd li a{
	margin:0;
	padding-left:2em;
	display:block;
}
dd li a:hover{
	color:#000;
	text-decoration:underline;
}
.menuTitle {
	margin:0px;
	margin-bottom: 18px;
	margin-top:10px;
	margin-left:15px;

	text-align:left;
	color:#000;

	font-size:14px;
	font-weight: normal;
}
.first, .second, .third {
	border-right:0px dashed #000;
}
.footer-phone{
	background: url(../images/phone.png) no-repeat left center;
	margin-left:20px;
	line-height:25px;
	padding-left:15px;
}
.footer-email{
	background: url(../images/email.png) no-repeat left center;
	line-height:25px;
	padding-left:15px;
	margin-top:10px;
	margin-left:20px;
}