body {
	color: #000 !important;
	background-color:#fff !important;
	font-family:arial;
	border:0 !important;
}

* {
	border:0 !important;
}

#nav, #breadcrumb {
	display:none !important; 
}

#container {
	width: auto !important;
	margin: 0 5%;
	border: 0 !important;
	padding: 0 !important;
}

	#header {
		padding: 0;
	}

	#logo {
		padding: 0;
	}

	#banner {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	#content, #footer {
		width: auto !important;
	}

	#product-outer {
		width: 100% !important;
		overflow: visible !important;
	}

		.product-title {
			position: static !important;
		}

		.product-block {
			width: 25% !important;
			overflow: hidden;
		}

			/*.product-block img {
				max-width: 100%;
				height: auto;
			}*/

img {
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}