
/*Footer*/ 

#footer-wrap {
	background:url(../graphics/bg-bottom.jpg) center bottom no-repeat;
	padding-bottom:35px;
	}	

#footer {
	width:980px;
	height: 360px;
	margin:0px auto;
	position: relative;
	margin-top: -360px; /* negative value of footer height */	
	clear:both;
	padding:10px;
	border:#333 solid 10px;
	border-top:none;
	background-color: #242424;
	margin-bottom:150px;
}
	
#footer a {
	color:#767676;
	font-size:11px;
	}

#footer a:hover {
	color: #c00;
	text-decoration:none;
	}	

#footer-spidersnet {
	clear:both;
	width:300px;
	height:20px;	
	color:#666;
	font-size:11px;
	text-align:left;
	position: absolute;
	top:410px;
	left:15px;
	}	

#footer-spidersnet a {
	color: #666;
	}

#footer-spidersnet a:hover {
	color:#ccc;
	text-decoration:underline;
	}	

/* Footer - Blog */	

#blog {
	float:left;
	width:445px;
	margin:25px 0 0 15px;
	}

#blog li {
	list-style: url(../graphics/side-arrow-grey.png) inside;
	margin:0 0 10px 0;
	padding:0;
	color:#999999;
	font-size:11px;
	}

#blog li a {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	color:#666666;
	}

#blog li img {
	display:none;
	}

#blog h6 {
	width:445px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #c7c7c7;
	margin-bottom:10px;
	}

#blog p {
	color:#666;
}

/* Footer - Internal Links */

.footer-links {
	float:left;
	width:190px;
	height:200px;
	margin:25px 0 0 60px;
	}
	
.footer-links li {
	list-style: url(../graphics/side-arrow-grey.png) inside;
	padding:0;
	margin:0 0 5px 0;
	color:#cccccc;
	}

.footer-links li a {
	color:#666666;
	}

.footer-links li a:hover {
	color:#c00;
	text-decoration:none;
	}	

.footer-links h6 {
	width:190px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #c7c7c7;
	margin-bottom:15px;
	}

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;/* Hides from IE-mac \*/
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}