/*********************** FOOTER ***********************/
/************ menu ************/
.footer { 			height:80px; background:gray; }

.footer ul{ 		float:right; margin:5px 10px 0 0; padding:0; display:inline; }

.footer li{ 		margin:0; padding:0; list-style:none; float:left; }

.footer a{  		float:left; color:#d5d0d0; text-decoration:none; font-size:11px; font-weight:bold; }
.footer a:hover{ 	text-decoration:underline; color:white; }

.footer span{ 		float:left; margin:0 12px 0 12px; }


/************ search ************/
.footer form {			width:700px; float:right; text-align:right; margin:10px 10px 0 0; display:inline; }

.footerSearchTextfield{	width:200px; color:gray; }

.footer form select{	width:150px; }


/************ partners ************/
.footerPartners { 		float:left; width:250px; height:100%; background:#616161; text-align:center;
						font-size:13px; font-weight:bold; }

.footerPartners a{ 		margin:5px 0 0 25px; display:block; }


/************ copyright ************/
.footerCopyright { 	float:right; margin:10px 10px 0 0; display:inline; }