/* footer navigation styles*/

#footer { 
	display: block;
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0px 15px;
	padding: 10px 0px 0px 0px;
}

/* widget foundation styles --------------------------------------- */


#footer-top, #footer-column, #footer-bottom {
	float: left;
	width: 1000px;
	padding: 0px;
}

#footer-top {
	height: 40px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/footer-top.gif');
	background-repeat: no-repeat;
}

#footer-column {
	margin: 0px;
	height: auto;
	background-image: url('../images/footer-column.gif');
	background-repeat: repeat-y;
}

#footer-bottom {
	height: 15px;
	margin: 0px 0px 15px 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/footer-bottom.gif');
	background-repeat: no-repeat;
}

#ftitle-left {
	display: block;
	float: left;
	width: auto;
	height: 40px;
	margin: 0px;
	padding: 0px 50px 0px 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
}

#footer-box {
	display: block;
	float: left;
	height: 90px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}

#footer-row {
	display: block;
	float: left;
	width: 1000px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #FFF;
}

* html #footer-box, #footer-row  { display:inline; }

#footer-item {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

* html #footer-item {
	display: inline;
}

#footer-item a {
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}

#footer-item a:hover {
	color: #FF0;
	text-decoration: none;
}

#copyright { 
	display: block;
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

#awethentik { 
	display: block;
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	text-align: right;
}

#awethentik a {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}

#awethentik a:hover { color: #FF0; }

