/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CCS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR HOMEPAGE (page 10)
============================================================================= */

body {
	background: #040707 url(/images/layout/gradient-home.png) top left repeat-x;
}



p {
	margin: 2em;
	text-align: justify;
}

#logo {
	display: none;
}

#header {
	height: 130px;
}

/* image replacement homepage */
h1.de-man-logo {
	width: auto;
	height: 101px;
	background: url(/images/layout/logo.png) top left no-repeat;
}
h1.de-man-logo span {
	display: none;
}

#content-wrapper {
	width: 840px;
}

#content {
	width: 380px;
	float: right;
}

#image-container {
	width: 420px;
	float: left;
	padding-top: 20px;
}

/* --- styles for bookstores on homepage --- */
.bookstore-container {
	float: left;
	width: 180px;
	height: 90px;
	background: url(/images/layout/bookstore-bg.png) top left no-repeat;
}

.bookstore-container img {
	float: left;
	margin: 5px 0 0 5px;
}

.bookstore-container a {
	display: block;
	width: 80px;
	margin: 17px 0 0 80px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;

}
.bookstore-container a.logo {
	float: left;
	margin: 0;
}


.bookstore-container a:hover {
	text-decoration: underline;
}