body
{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #666666;
}

img
{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

a
{
	outline: none;
	text-decoration: none;
	color: #059BD8;
}

.bg
{
	display: block;
	position: relative;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat top center;
	padding: 200px 0 100px;
}

.menu-item
{
	display: block;
	position: relative;
	width: 280px;
	height: 210px;
}
	.menu-item:hover
	{
		background-position: center -210px;
	}

.suzuki
{
	background: url(../images/suzuki.png) no-repeat center 0px;
}

.seat
{
	background: url(../images/seat.png) no-repeat center 0px;
}

.honda
{
	background: url(../images/honda.png) no-repeat center 0px;
}

.mitsubishi
{
	background: url(../images/mitsubishi.png) no-repeat center 0px;
}

.ktm
{
	background: url(../images/ktm.png) no-repeat center 0px;
}

.request-item
{
	display: block;
	position: relative;
	width: 280px;
	height: 105px;
}
	.request-item:hover
	{
		background-position: center -105px;
	}

.service-request
{
	background: url(../images/button_service.png) no-repeat center 0px;
}

.buy-request
{
	background: url(../images/button_sales.png) no-repeat center 0px;
}

.LYNXGroup
{
	display: block;
	position: fixed;
	bottom: 0px;
	left:0px;
	right: 0px;
	height: 35px;
	background: #000000 url(../images/LYNX-Group.jpg) no-repeat center 10px;
}