body{
	background: #41c4dc;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
hr,
.hidden {
	display: none;
}
a{
	text-decoration: none;
	color: #41c4dc;
}
a:hover{
	text-decoration: none;
	color: #e31936;
}
/*** LAYOUT ***/
#container {
	width: 782px;
	margin: 0 auto;
}
#header{
	padding-top: 208px; height: 0px; overflow: hidden;
	background:url(_img/header.jpg) no-repeat;
}
#subtitle{ display: none; }
/* Menu */
#menu {
	padding: 0px 0px 0px 24px;
	margin: 0px;
	background: #fff;
	list-style:none;
	height: 30px;
}
#menu li {
	display: inline;
}
#menu li a{
	float: left;
	display: inline;
	margin-right: 12px;
	padding-top: 17px; height: 0px; overflow: hidden;
	background: no-repeat;
}
/* OFF */
#menu li a.home		{ width: 61px; background: url(_img/menu.gif) 0px -18px; }
#menu li a.motion	{ width: 82px; background: url(_img/menu.gif) -61px -18px; }
#menu li a.illus	{ width: 148px; background: url(_img/menu.gif) -142px -18px; }
#menu li a.video	{ width: 62px; background: url(_img/menu.gif) -290px -18px; }
#menu li a.extras	{ width: 71px; background: url(_img/menu.gif) -352px -18px; }
#menu li a.friends	{ width: 84px; background: url(_img/menu.gif) -423px -18px; }
#menu li a.store	{ width: 62px; background: url(_img/menu.gif) -507px -18px; }
#menu li a.contacts	{ width: 87px; background: url(_img/menu.gif) -569px -18px; }
/* ON */
#menu li a.home:hover		{ width: 61px; background: url(_img/menu.gif); }
#menu li a.motion:hover		{ width: 82px; background: url(_img/menu.gif) -61px 0px; }
#menu li a.illus:hover		{ width: 148px; background: url(_img/menu.gif) -142px 0px; }
#menu li a.video:hover		{ width: 62px; background: url(_img/menu.gif) -290px 0px; }
#menu li a.extras:hover		{ width: 71px; background: url(_img/menu.gif) -352px 0px; }
#menu li a.friends:hover	{ width: 84px; background: url(_img/menu.gif) -423px 0px; }
#menu li a.store:hover		{ width: 62px; background: url(_img/menu.gif) -507px 0px; }
#menu li a.contacts:hover	{ width: 87px; background: url(_img/menu.gif) -569px 0px; }

#content{ 
	clear: both; 
	background: #fff;
	color: #fff;
	font-size: 12px;
}
#content_mask{
	clear:both;
	background: #fff;
	overflow: hidden;
}
#content h2.title{
	display: none;
}
#footer{
	padding: 25px 24px 8px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	color: #666;
}
#credits{
	color: #222;
	padding: 8px 24px 25px;
	background: #fff;
	font-size: 11px;
}

/*** HIGLIGHTS ***/
/* Store */
#hl_store h3{ 
	padding-top: 20px; height: 0px; overflow: hidden;
}
#hl_store h1.goto strong{ display: none; }
#hl_store h1.goto a {
	display: block;
	width: 250px;
	padding-top: 22px; height: 0px; overflow: hidden;
	margin: 108px 0px 0px 504px;
	/*background:red;*/
}
/* Illustration */
#hl_illus h3{ 
	padding-top: 20px; height: 0px; overflow: hidden;
}
#hl_illus h1.goto strong{ display: none; }
#hl_illus h1.goto a.illus_link {
	display: block;
	width: 260px;
	padding-top: 22px; height: 0px; overflow: hidden;
	margin: 207px 0px 0px 24px;
	/*background:red;*/
}
#hl_illus h1.goto a.store_link {
	display: block;
	width: 260px;
	padding-top: 22px; height: 0px; overflow: hidden;
	margin: 0px 0px 0px 24px;
	/*background:green;*/
}
/* Motion */
#hl_motion h3{ 
	padding-top: 20px; height: 0px; overflow: hidden;
}
#hl_motion h1.pj_link{ 
	/*background: red;*/
	cursor: pointer;
	float:left; display: inline;
	padding-top: 330px; height: 0px; overflow: hidden;
	margin: 50px 0px 0px 24px;
	width: 320px;
}
#hl_motion ul.pj_items{ display: none; }
#hl_motion h1 a.motion_link {
	/*background:green;*/
	float: left; display: inline;
	width: 260px;
	padding-top: 22px; height: 0px; overflow: hidden;
	margin: 107px 0px 0px 160px;
}

/*** PORTFOLIO ***/
#portfolio h2{
	display: none;
}
#project h1.preview{
	padding-top: 150px; height: 0px; overflow: hidden;
	width: 782px;
	position: absolute;
	display: block;
	cursor: pointer;
}
#project h1.full{
	padding-top: 120px; height: 0px; overflow: hidden;
	width: 782px;
	position: absolute;
	display: block;
}
#project img{
	display: block;
}
#project h3{
	display: none;
}
#pj_items{
	background: #e31936;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: bold;
}
#pj_items strong { font-size: 12px; }
#pj_items a { color: #FFFF00; }
#pj_items a:hover{ color: #41c4dc; }
#pj_menu{
	list-style: none;
	margin: 0px 0px 0px 10px; padding: 25px 20px;
	float:left;
	font-size: 14px;
}
#pj_menu li{
	display: inline;
}
#pj_menu li a{
	display: block;
	width: 200px;
}
#pj_menu li a.sel{
	color: #FFFF00;
}
#pj_list{
	clear: both;
	background: #fff;
	padding: 10px 24px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#pj_list li{
	display: inline;
}
#pj_list li a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #41c4dc;
}
#pj_list li a:hover{
	border-bottom: 1px dotted #41c4dc;
}
#pj_list li a.sel{
	color: #e31936;
}

/* STORE */
#store{
	height: 600px;
}
#store h1{
	width: 782px;
	display: block !important;
	padding-top: 600px; height: 0px; overflow: hidden;
	background: url(_img/coming.jpg) no-repeat center center;
}
/*#store{
	background: #000 url(_img/store_bg.gif) no-repeat bottom right;
	padding: 15px 0px 145px 24px;
}
#store h1{ display: none; }
#store h2{
	background: url(_img/store.gif) no-repeat 0px 0px;
	float: left; display: inline;
	width: 136px;
	padding-top: 37px; height: 0px; overflow: hidden;
	margin-bottom: 60px;
}
#store ol{
	float:left; display: inline;
	width: 368px;
	padding: 10px 0px 0px 230px; margin: 0px;
	list-style: none;
}
#store ol li{
	display: inline;
}
#store ol li a{
	float: left; display: inline;
	padding-top: 26px; height: 0px; overflow: hidden;
	background:url(_img/store.gif) no-repeat;
	margin-left: 15px;
}

#store ol li a.tees{ 		width: 67px; background-position: 0px -63px; }
#store ol li a.posters{ 	width: 128px; background-position: -67px -63px; }
#store ol li a.stickers{ 	width: 128px; background-position: -195px -63px; }

#store ol li a.tees:hover{ 		background-position: 0px -37px; }
#store ol li a.posters:hover{ 	background-position: -67px -37px; }
#store ol li a.stickers:hover{ 	background-position: -195px -37px; }

#store_items{
	clear: both;
}
#store_items div.tee{
	float: left; display: inline;
	padding: 0px 22px 50px 0px;
}
#store_items div.poster{
	float: left; display: inline;
	padding: 0px 28px 50px 0px;
}
#store_items div.sticker{
	float: left; display: inline;
	padding: 0px 22px 50px 0px;
}
#store_items div.tee h3,
#store_items div.poster h3,
#store_items div.sticker h3{
	padding-top: 14px; height: 0px; overflow: hidden;
	background: url(_img/store.gif) no-repeat -136px 0px;
	width: 160px;
	margin: 14px 0px 0px 42px;
}
#store_items div.tee a.detail,
#store_items div.poster a.detail,
#store_items div.sticker a.detail{
	display: block;
	padding-top: 14px; height: 0px; overflow: hidden;
	background: url(_img/store.gif) no-repeat -136px 0px;
	width: 97px;
	margin: 4px 0px 0px 42px;
}
#store_items div.tee a.cart,
#store_items div.poster a.cart,
#store_items div.sticker a.cart{
	display: block;
	margin: 4px 0px 0px 42px;
	padding-top: 14px; height: 0px; overflow: hidden;
	background: url(_img/store.gif) no-repeat -136px -14px;
	width: 104px;
}

#store_items div.poster h3,
#store_items div.poster a.detail,
#store_items div.poster a.cart{
	margin-left: 0px;
}*/

/* EXTRAS */
#extras{
	background: #000 url(_img/store_bg.gif) no-repeat bottom right;
	padding: 15px 0px 145px 24px;
}
#extras h2{
	background: url(_img/extras.gif) no-repeat 0px 0px;
	width: 156px;
	padding-top: 36px; height: 0px; overflow: hidden;
	margin-bottom: 10px;
	float:left; display: inline;
}
#extras_list{
	float:left; display: inline;
	width: 416px;
	padding: 10px 0px 0px 166px; margin: 0px;
	list-style: none;
}
#extras_list li{ display: inline; }
#extras_list li a{
	float: right; display: inline;
	padding-top: 24px; height: 0px; overflow: hidden;
	background:url(_img/extras.gif) no-repeat;
	margin-left: 15px;
}
#extras_list li a.wallpapers{ background-position: 0px -50px; width: 185px; }
#extras_list li a.press{ background-position: 0px -98px; width: 84px; }
#extras_list li a.events{ background-position: -86px -98px; width: 102px; }
/* Hover */
#extras_list li a.wallpapers:hover{ background-position: 0px -74px; }
#extras_list li a.press:hover{ background-position: 0px -122px; }
#extras_list li a.events:hover{ background-position: -86px -122px; }


#extras_items{
	clear: both;
}
#extras_items h1{
	display: none;
}

/* Wallpapers */
#extras_items div.wp{
	float: left; display: inline;
	margin: 25px 22px 0px 0px;
}
#extras_items div.wp h3{
	width: 230px;
	padding-top: 14px; height: 0px; overflow: hidden;
	margin: 10px 0px 4px;
}
#extras_items div.wp a.dload{
	display: block;
	width: 93px;
	padding-top: 14px; height: 0px; overflow: hidden;
	background: url(_img/extras.gif) no-repeat 0px -36px;
}
/* Press */
#extras_items div.press,
#extras_items div.events{
	float: left; display: inline;
	margin: 25px 22px 0px 0px;
}
#extras_items div.press h3,
#extras_items div.events h3{
	width: 160px;
	padding-top: 14px; height: 0px; overflow: hidden;
	margin: 10px 0px 4px;
}

/* FRIENDS */
#friends{
	background: #000 url(_img/friends_bg.gif) no-repeat bottom right;
	padding: 15px 0px 15px 24px;
	height: 290px;
	color: #fff;
}
#friends h2{
	background: url(_img/friends.gif) no-repeat 0px 0px;
	width: 180px;
	padding-top: 37px; height: 0px; overflow: hidden;
	margin-bottom: 10px;
}
#friends ul{
	padding: 15px 0px 0px; margin: 0px;
	list-style: none;
	width: 300px;
}
#friends ul li{
	display: inline;
	clear: both;
	font-size: 11px;
}
#friends ul li em{
	float: left; display: inline;
	width: 150px;
	font-style:normal;
	padding: 5px 0px;
	border-bottom: 1px dotted #FFFF00;
}
#friends ul li a{
	float: left; display: inline;
	padding: 5px 0px 5px 0px;
	width: 150px;
	border-bottom: 1px dotted #FFFF00;
}