@charset "UTF-8";

#header
{
	background: url(../images/header/header-bg.png) repeat-x;
	padding-left: 0;
	margin-left: 0;
	/*width: 100%;*/
}

#headerbuttons
{
	height: 44px;
	margin: 0 0 0 122px;
	padding-bottom: 0;
	width:699px;
}

.headerbutton
{
	padding: 0;
	margin: 0;
	float: left;
}

	.headerbutton a.home
	{
		display: block;
		width: 62px;
		height: 35px;
		background: url(../images/header/home.png) 0 0;
		margin: 0;
	}

		.headerbutton a.home:hover
		{
			background-position: 0 -35px;
		}

		.headerbutton a.home.selected
		{
			background-position: 0 -35px;
		}

	.headerbutton a.compare
	{
		display: block;
		width: 153px;
		height: 35px;
		background: url(../images/header/compare.png) 0 0;
		margin: 0;
	}

		.headerbutton a.compare:hover
		{
			background-position: 0 -35px;
		}

		.headerbutton a.compare.selected
		{
			background-position: 0 -35px;
		}

	.headerbutton a.profile
	{
		display: block;
		width: 172px;
		height: 35px;
		background: url(../images/header/profiles.png) 0 0;
		margin: 0;
	}

		.headerbutton a.profile:hover
		{
			background-position: 0 -35px;
		}

		.headerbutton a.profile.selected
		{
			background-position: 0 -35px;
		}

.headerbutton-small
{
	padding: 0;
	margin: 0;
	float: left;
}

	.headerbutton-small a.about
	{
		display: block;
		width: 111px;
		height: 19px;
		background: url(../images/header/about.png) 0 0;
		margin: 0;
	}

		.headerbutton-small a.about:hover
		{
			background-position: 0 -19px;
		}

		.headerbutton-small a.about.selected
		{
			background-position: 0 -19px;
		}

	.headerbutton-small a.feedback
	{
		display: block;
		width: 88px;
		height: 19px;
		background: url(../images/header/contact.png) 0 0;
		margin: 0;
	}

		.headerbutton-small a.feedback:hover
		{
			background-position: 0 -19px;
		}

		.headerbutton-small a.feedback.selected
		{
			background-position: 0 -19px;
		}

	.headerbutton-small a.faq
	{
		display: block;
		width: 111px;
		height: 16px;
		background: url(../images/header/faq.png) 0 0;
		margin: 0;
	}

		.headerbutton-small a.faq:hover
		{
			background-position: 0 -16px;
		}

		.headerbutton-small a.faq:hover
		{
			background-position: 0 -16px;
		}

	.headerbutton-small a.sitemap
	{
		display: block;
		width: 88px;
		height: 16px;
		background: url(../images/header/sitemap.png) 0 0;
		margin: 0;
	}

		.headerbutton-small a.sitemap:hover
		{
			background-position: 0 -16px;
		}

.headerbuttons-container
{
	padding: 0;
	margin: 0;
	float: left;
}

.clearer
{
	padding: 0;
	margin: 0;
	clear: both;
}

a .alt
{
	display: none;
}

