a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

#logo {
}

#header {
	background-color: #ffffff;
}

#footer {
	background-color: #ffffff;
}

#header {
    background-color: transparent;
    background-image: url(/file/motorcycle-parts-bg.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}


#header .title {
        color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 18px
}


.product_grid_element img {
		margin: 0 auto;
		max-height: 140px
                padding:1px;
	}

	.product_grid_element .picture {
                background: #fff;
		padding: 5px;
		max-height: 150px;
		min-height: 150px;
		display: block;
	}

.product_grid_element .name {
    height: 25px;
    display: block
}

#customer a {
    color: #fff;
    margin-bottom: 15px;
    margin-left: 15px;
}


.product_grid_element:hover  {
z-index: 99999;
}



