@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/*FOOTER PROPERTIES */
/*---------------------------------*/

#footer
{
	width				:	100%;
	height				:	22px;
	background-image	:	url(../images/footer/footer_background.jpg);
	background-position	:	bottom;
	background-repeat	:	no-repeat;
	float				:	left;
	margin-top			:	10px;
}


#logosFooterSection
{
	width				:	992px;
	margin				:	auto;
	padding-top			:	1px;
}

#logosFooter
{
	float				:	right;
	padding-right		:	20px;
}

#logoFooter1
{
	width				:	57px;
	height				:	19px;
	background-image	:	url(../images/footer/logo_footer1.jpg);
	background-repeat	:	no-repeat;
	float				:	left;

}

#logoFooter2
{
	width				:	57px;
	height				:	19px;
	background-image	:	url(../images/footer/logo_footer2.jpg);
	background-repeat	:	no-repeat;
	float				:	left;

}

#logoFooter3
{
	width				:	45px;
	height				:	19px;
	background-image	:	url(../images/footer/logo_footer3.jpg);
	background-repeat	:	no-repeat;
	float				:	left;

}

#logoFooter4
{
	width				:	55px;
	height				:	19px;
	background-image	:	url(../images/footer/logo_footer4.jpg);
	background-repeat	:	no-repeat;
	float				:	left;

}

#logoFooter5
{
	width				:	21px;
	height				:	19px;
	background-image	:	url(../images/footer/logo_footer5.jpg);
	background-repeat	:	no-repeat;
	float				:	left;

}

.logos
{
	padding-right		:	10px;
}

#logosFooter a
{
	cursor				:	pointer;
}

#footerItemsBlock
{
	padding-left		:	50px;
}


#flag
{
	width				:	25px;
	height				:	13px;
	margin-top			:	3px;
	background-image	:	url(../images/footer/uk_flag.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
}


#footerItems
{
	width				:	550px;
	float				:	left;
}

#footerItems ul
{
	margin				:	0px;
	padding				:	0px;
	list-style			:	none;
}

#footerItems li
{
	float				:	left;
	margin				:	0px;
	padding				:	0px;
	padding-left		:	30px;
	padding-top			:	1px;
} 


#footerItems a
{
	margin-top			:	1px;
	font-family			:	Arial;
	font-size			:	10px;
	color				:	#838383;
	text-decoration		:	none;
	float				:	left;
}



.unselectedItemLeftFooter
{
	width				:	8px;
	height				:	18px;
	float				:	left;
}

.unselectedItemCenterFooter
{
	width				:	auto;
	height				:	18px;
	float				:	left;
	padding-top			:	3px;
}

.unselectedItemRightFooter
{
	width				:	8px;
	height				:	18px;
	float				:	left;
}

.selectedItemLeftFooter
{
	width				:	8px;
	height				:	18px;
	background-image	:	url(../images/footer/selected_item_left.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
}

.selectedItemCenterFooter
{
	width				:	auto;
	height				:	18px;
	background-image	:	url(../images/footer/selected_item_center.jpg);
	background-repeat	:	repeat-x;
	float				:	left;
	padding-top			:	3px;
}

.selectedItemRightFooter
{
	width				:	8px;
	height				:	18px;
	background-image	:	url(../images/footer/selected_item_right.jpg);
	background-repeat	:	no-repeat;
	float				:	left;
}

