/*----------------------------------------------------*/
/* Header */
/*----------------------------------------------------*/

#home #header {
	float: left;
	margin: 0 2px 0 0;
}

/*----------------------------------------------------*/
/* Main brands */
/*----------------------------------------------------*/

#home h2 {
	float: left;
	height: 316px; width: 220px;
	margin: 0 0 19px 0;
	padding: 0;
}
#home h2 a {
	display: block;
	height: 316px; width: 220px;
}
#home h2 a span {
	display: none;
}
#home h2#camel-lights {
	background: url(../img/camel_lights_box.jpg) no-repeat;
}
#home h2#marlboro-red {
	margin-left: 12px;
	background: url(../img/marlboro_red_box.jpg) no-repeat;
}
#home h2#winston-lights {
	margin-left: 12px;
	background: url(../img/winston_lights_box.jpg) no-repeat;
}

