@charset "UTF-8";
/* CSS MARTIN BERKOVITZ */

/* FOOTER */

/* text */


a.foot:link {
	text-decoration: none;
		color: #BFBFBF;
}

a.foot:hover {
	text-decoration: none;
	color: #A7BF35;
}

a.foot:visited {
	text-decoration: none;
	color: #BFBFBF;
}

a.foot:active {
	text-decoration: none;
	color: #BFBFBF;
}

.privcopy {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: .625em;
	font-style: normal;
	padding-top: 28px;
	line-height: 1.5em;
	text-align: left;
	display: inline;
	float: left;
	
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: .625em;
	font-style: normal;
	text-align: left;
	letter-spacing: .02em;
	color:#333;
	
}
	

/* columns */

#footer { list-style: none;
}


#footer li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .688em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #A7BF35;
	text-align: left;
	padding-top: 20px;
	letter-spacing: .02em;
}

#footer li ul li {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BFBFBF;
	text-align: left;
	letter-spacing: .02em;
	line-height: 1em;
	padding-top: 10px;
	list-style: none;
	text-transform: none;
}

#footer li ul li a:hover {
	color: #A7BF35;
}

#footwrap {
	width: 855px;
	padding-top: 25px;
	height: 300px;	
}
		 
#leftfoot {
	height: auto;
	width: 110px;
	margin-right: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	display: inline;
	float: left;
}

#midfoot {
	height: auto;
	width: 110px;
	margin-left: 20px;
	margin-right: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	display: inline;
	float: left;
}

#rightfoot {
	height: auto;
	width: 400px;
	margin-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	display: inline;
	float: left;
}


