﻿/*MINDBUS 2009*/

/* USED COLORS:
--------------------------------------
	- Green										:	#4b7f80
	- Pink										:	#cc2c91
	- Purple									:	#4f2b80
	- Grey/purple (textcolor)	:	#7d7994
	-	Dark grey								:	#484250
	-	Light grey							:	#b3b2b9
--------------------------------------
*/
#footerHolder
{
	width: 960px;
	height :auto;
	padding: 50px 0 0 8px;
	float: left;
}

#footerHolderBackground
{
	width: 960px;
	height :auto;
	float: left;
	background: url(/images/main_footer_background.jpg);	
	background-repeat: repeat-x;
	background-color: #e0dfe3;
}


.footerHolderListItem 
{
	float:left;
	padding: 40px 0 20px 5px;
	color: #b3b2b9;
	line-height: 20px;
	
	
}

.footerHolderListItem ul 
{
	margin: 0;
	padding: 0 0 10px 5px;
	list-style-type: none;
	width: 230px;
	float: left;

}

.footerHolderListItem ul 
{
	width: 235px;
	
}


.footerHolderListItem ul ul 
{
	border: none;
}

.footerHolderListItem ul li 
{
	font-weight: bold;
}

.footerHolderListItem ul li ul li 
{
	
	padding: 0 0 0 5px;
}
.footerHolderListItem ul ul li
{
	font-weight: normal;	
}

	
.footerHolderListItem ul li a:link,
.footerHolderListItem ul li a:visited,
.footerHolderListItem ul li a:active,
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active 

{
	color: #888888;
	text-decoration: none;
}

.footerHolderListItem a:hover,
.footerLinks a:hover

{
	color: #484250;
} 


.footerLinksHolder
{
		font-size: 10px;
		width: 952px;
		text-align: center;
		float: left;
		padding: 0 0 0 8px;
}

.footerLinks 
{
	width: 920px;
	margin: 5px 20px;
	padding: 10px 0;
	border-top: solid 1px #C8C4C5;
	text-align: right;
	color: #888888;
}

.footerLinksBackGrey 
{
	width: 962px;
	float: left;
		background-color: #e0dfe3;	
	}

.divFooter 
{
	height: auto;
	width: 240px;
	padding: 50px 0 0 0;
}

