@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e5c95b url('../images/background.jpg') center top repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}


/* ****************************** */
/* HEADER */

#header {
	height: 224px;
	position: relative;
}

h1 {
	position: absolute;
}
h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
h1, h1 a {
	background: url('../images/cella-logo.jpg');
	height: 206px;
	width: 290px;
}


/* ****************************** */
/* NAVIGATION */

#navigation {
	height: 40px;
	left: 290px;
	position: absolute;
	top: 77px;
	width: 602px;
}
#navigation li {
	display: block;
	height: 40px;
	float: left;
}
#navigation li a {
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
#navigation li a:hover {
	background-position: 0 -40px !important;
}

#navigation #nav-video, #navigation #nav-video a { background: url('../images/navigation/video.jpg'); width: 66px; }
#navigation #nav-creative-studio, #navigation #nav-creative-studio a { background: url('../images/navigation/creative-studio.jpg'); width: 140px; }
#navigation #nav-funzone, #navigation #nav-funzone a { background: url('../images/navigation/funzone.jpg'); width: 85px; }
#navigation #nav-products, #navigation #nav-products a { background: url('../images/navigation/products.jpg'); width: 86px; }
#navigation #nav-art-library, #navigation #nav-art-library a { background: url('../images/navigation/art-library.jpg'); width: 101px; }
#navigation #nav-where-to-buy, #navigation #nav-where-to-buy a { background: url('../images/navigation/where-to-buy.jpg'); width: 124px; }


/* ****************************** */
/* HEADERS */

#video h2,
#creative-zone h2,
#funzone h2,
#products h2,
#art-library h2,
#where-to-buy h2 {
	height: 254px;
	text-indent: -9999px;
}
#funzone h2 { background: url('../images/headers/fun-zone.gif') 50% 224px no-repeat; }
#products h2 { background: url('../images/headers/products.gif') 50% 224px no-repeat; }
#art-library h2 { background: url('../images/headers/art-library.gif') 50% 224px no-repeat; }
#where-to-buy h2 { background: url('../images/headers/where-to-buy.gif') 50% 224px no-repeat; }

#sparkles {
	background: url('../images/sparkles.png') no-repeat;
	height: 167px;
	left: 290px;
	position: absolute;
	top: 150px;
	width: 401px;
}


/* ****************************** */
/* FOOTER */

#footer {
	font-size: 1.1em;
	margin: 40px 0;
	text-align: center;
}
#footer li {
	display: inline;
	list-style: none;
	padding: 0 2px;
}


/* ****************************** */
/* HACKS */

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}