/*
Design by Davide Tommasin
http://www.tommasin.org
*/

/* Foot Banner */

.footbanner {
/*	clear: both; */
	width: 960px;
	background: #FFFFFF;
	color: #800080;
	padding: 10px 0px 0px 0px;
border: 1px solid #CACACA;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
font-family: 'Ubuntu', sans-serif; font-weight: 400;

/*
box-shadow: 0 0 20px #AFAFAF inset;
-moz-box-shadow: 0 0 20px #AFAFAF inset;
-webkit-box-shadow: 0 0 20px #AFAFAF inset;
*/

 -moz-box-shadow: 0px 5px 5px #777777;
 -webkit-box-shadow: 0px 5px 5px #777777;
 box-shadow: 0px 5px 5px #777777;

font-size: 13px;

}

.footbanner ul {
	margin: 0;
	padding: 0;
	list-style: circle;
}


.footbanner li {
	display: block;
	float: left;
	width: 202px /* 187px */;
	padding: 0px 10px 10px 25px;
}

.footbanner li ul {
	line-height: 1.8em;
}

.footbanner li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0px;
	line-height: 20px;
}

.footbanner h2 {
	margin: 0 0 10px 0;
padding-left: 25px;
	color: #000000;
	text-align: left;
font-family: 'Ubuntu', sans-serif; font-weight: 500;
	font-style: normal;
background: transparent url('http://www.sitonerd.com/public/themes/sn/img/sn_navi.png') no-repeat left bottom;
	}

.footbanner h2 a, .footbanner h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
/*
.footbanner li a {
	text-decoration: none;
	color: #969696;
}

.footbanner li a:hover {
	text-decoration: underline;
}
*/

.current
{
	text-decoration: none;

}

.footbanner ul li ul li {
list-style-image:url('http://www.sitonerd.com/public/themes/sn/img/sn_l.png');
}
