@charset "UTF-8";
/* Colours CSS */

#lampimg {
	max-width:350px;
	width:100%;
	height:auto;
	margin:0;
	float:left;
}



#content #palette {
	width:230px;
	height:auto;
	float:left;
}

#content #palette ul li a {
	width:60px;
	height:60px;
	display:block;
	text-decoration:none;
}

#content #palette ul li.paletteinverse a {
	color:#fff;
}

#content #palette ul li a:hover {
	color:#fff;
	background:#ff2200;
	text-decoration:none;
	text-indent:-10000px;
	margin:-2px 0 0 -3px;
}

@media screen and (min-width:610px)
{
	#lampimg {
		margin-right:20px;
		float:left;
	}
}

@media screen and (max-width:550px){
	#content #palette{
		width:auto;
		float:none;
	}
}