/* ---------- © Eric Dubois ---------- */
/* ---- http://www.ericdubois.com ---- */

/* ------- Styles for page layout ------- */

body {
	margin: 0;
	border: none;
	padding: 0px;
	background: #fff;
	text-align: center;
	font-size: 10px;
	font-family: Trebuchet MS, sans serif;
	color: #000;
}

#column {
	margin: 0px auto 0px auto;
	border: none;
	padding: 0px;
	width: 880px;
	background: url('images/page_bkgd.gif') repeat-y;
	overflow: hidden;
}

#page {
	margin: 0;
	border: none;
	padding: 0px;
	width: 660px;
	float: right;
	display: inline;
}

#copyright {
	margin: 0 auto;
	border: none;
	padding: 10px 0 0 0;
	text-align: center;
	width: 880px;
	height: 30px;
	clear: both;
	background: #f96;
}

/* ------- Left Nav ------- */
#navigation {
	margin: 10px 15px;
	border: none;
	padding: 0;
	width: 150px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline;
}

.btn_home, .btn_illus, .btn_books, .btn_toys, .btn_products, .btn_licensing {
	margin: 0;
	border: none;
	padding: 0;
	width: 150px;
	height: 125px;
	display: block;
	overflow: hidden;
}
.btn_home {
	background: url('images/btn_home.gif') no-repeat;
}
.btn_illus {
	background: url('images/btn_illus.gif') no-repeat;
}
.btn_books {
	background: url('images/btn_books.gif') no-repeat;
}
.btn_toys {
	background: url('images/btn_toys.gif') no-repeat;
}
.btn_products {
	background: url('images/btn_products.gif') no-repeat;
}
.btn_licensing {
	background: url('images/btn_licensing.gif') no-repeat;
}
#navigation a:hover {
	background-position: 0 -125px;
}

/* ------- Top Nav ------- */
#topNav {
	margin: 10px 0;
	border: none;
	padding: 0;
	width: 640px;
	overflow: hidden;
	text-align: center;
}

.btn_about, .btn_clients, .btn_press, .btn_blog, .btn_links, .btn_shop, .btn_contact {
	margin: 0;
	border: none;
	padding: 0;
	height: 40px;
	float: left;
	overflow: hidden;
}
.btn_about {
	background: url('images/btn_about.gif') no-repeat;
	width: 90px;
}
.btn_clients {
	background: url('images/btn_clients.gif') no-repeat;
	width: 100px;
}
.btn_press {
	background: url('images/btn_press.gif') no-repeat;
	width: 85px;
}
.btn_blog {
	background: url('images/btn_blog.gif') no-repeat;
	width: 75px;
}
.btn_links {
	background: url('images/btn_links.gif') no-repeat;
	width: 85px;
}
.btn_shop {
	background: url('images/btn_shop.gif') no-repeat;
	width: 80px;
}
.btn_contact {
	background: url('images/btn_contact.gif') no-repeat;
	width: 100px;
}
#topNav a:hover {
	background-position: 0 -40px;
}

#mainContent {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 640px;
	display: block;
	clear: both;
}

#home_bkgd {
	margin: 0 auto 10px auto;
	border: none;
	padding: 0;
	width: 640px;
	height: 500px;
	display: block;
	clear: both;
	background: url('images/home_bkgd.gif') no-repeat;
	text-align: left;
}

#home_show {
	margin: 0;
	border: none;
	padding: 0;
	width: 300px;
	height: 100px;
	position: relative;
	top: 350px;
	display: block;
}
