@charset "utf-8";

/* --- begin footer styles --- */
/* footer with 4 widget areas for menus */
#extrasFooter
{
	position:relative;
	background-color:transparent;
	width:100%;
	padding:0;
	margin:0  0 20px 0;
}

#extrasFooter .widget-container
{
	position:relative;
	overflow:hidden;
	float:left;
	width:138px; 
	height:138px;
	margin:0;
	padding:0;
	text-align:center;

	background-color:#f6f6f6;

	border:1px solid #dedede;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-bottom-color:#e9e9e9;
	border-right-color:#e9e9e9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#extrasFooter .widget-container + .widget-container
{
	margin:0 0 0 20px;
}

#extrasFooter .widget-container > .middler
{
	text-align:center;
	margin:20px 0 0 0;
	/*position:absolute;
	top:50%;
	margin:-49px 0 0 0;
	padding:0;
	height:138px;
	width:138px;*/
}

#extrasFooter .widget-container > .middler *
{
	position:relative;
}

#extrasFooter ol, #extrasFooter ul,
#contentFooter ol, #contentFooter ul
{
	list-style-type:none;
	margin:0;
}

#contentFooter ol li, #contentFooter ul li
{
	margin:0px;
}

#contentFooter
{
	height:49px;
	width:auto;
	background-image:url("../images/footer-bg.png");
	background-repeat:repeat-x;
	text-align:left;
}

#contentFooter > .footer-left
{
	float:left;
	margin:0;
	padding:0;
	background-image:url("../images/footer-bg-left.png");
	background-repeat:no-repeat;
	width:20px;
	height:49px;
}

#contentFooter > .footer-right
{
	float:right;
	margin:0;
	padding:0;
	background-image:url("../images/footer-bg-right.png");
	background-repeat:no-repeat;
	width:20px;
	height:49px;
}

#contentFooter ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:12px 0 0 0;
}
#contentFooter ul li
{
	display:inline;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0px 0px 0 #333333;
	color:#333333;
	padding:0px 5px 0px 6px;
}

#hangingFooter li + li,
#contentFooter li + li
{
	border-left:#333333 1px solid;
}

#contentFooter a:link,
#contentFooter a:visited
{
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #EFEFEF;
	color:#333333;
	text-decoration:none;
}

#contentFooter a:focus,
#contentFooter a:hover,
#contentFooter a:active
{
	text-decoration:underline;
}

#hangingFooter
{
	height:auto;
	width:auto;
	text-align:left;
	margin-bottom:15px;
}

#hangingFooter ul
{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:360px;
}

#hangingFooter ul li
{
	display:inline;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	margin:0;
	padding:0px 5px 0px 8px;
}

#hangingFooter a:link,
#hangingFooter a:visited
{
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}

#hangingFooter a:focus,
#hangingFooter a:hover,
#hangingFooter a:active
{
	text-decoration:underline;
}



/* --- end footer styles --- */
