@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

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

ul, ol {
	list-style-type: none;	
}

body {
	color: #002666;
	font-family: arial,sans-serif;
	font-size: 12px;
	background-color: #336FEB;
/*	background-color: lightGrey; /* correct it to #336FEB on removing measure div*/
}

/* temporarely div to see page measures - remove after work and set background-color in body */
/*div#measure {
	width: 1024px;
	height: 768px;
	overflow: hidden;
}*/

div.clearer {
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	line-height: 0;
	font-size: 0px;
	visibility: hidden;
	clear: both;	
}

/* styles for branding */

#branding {
	position: relative;
	background: transparent url(/resources/gunga/px/bg_branding.gif) left top no-repeat;
	height: 240px;
	background-position: 100px 0px;
}
#branding h1{
	text-indent: -4000px;
}

#branding_flash {
	position: absolute;
	top: 26px;
	left: 750px;
	width: 248px;
	height: 204px;
	z-index: 3;
}

#logo span {
	position: absolute;
	top: 15px;
	left: 340px;
	z-index: 3;
}

#spots_link {
	position: absolute;
	left: 885px;
	top: 234px;
	z-index: 5;
	width: 122px;
	height: 25px;
	background: transparent url(/resources/gunga/px/link_but_more.gif) center center no-repeat;
}
#spots_link span {
	line-height: 12px;
	padding: 6px 12px 8px;
	color: white;
	font-weight: bold;
	display: block;
	background: transparent url(/resources/gunga/px/link_arrow.gif) no-repeat;
	background-position: 85px 0px;
}

/* google add */
.banner {
	width: 728px;
	height: 90px;	
	position: relative;
	left: 48px;
}
.skyscraper {
	width: 120px;
	height: 240px;	
	position: absolute;
	left: 1060px;
	top: 248px;
}

/* styles for main content */
div#content_b {
	background:  transparent url(/resources/gunga/px/bg_content_bottom.gif) no-repeat;
	background-position: 40px bottom;
	padding-bottom: 37px;
	margin-bottom: 20px;
}

div#content {
	background: transparent url(/resources/gunga/px/bg_content.gif) left top no-repeat;
	margin-left: 40px;
	padding-top: 80px;
	padding-left: 150px;
	height: 100%;
	z-index: 1;
}

div#main {
	min-height: 350px;	
}

div#main #ieMinHeight {
	float: right;
	height: 350px;	
}

div.clearer {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 0pt !important;
	clear: both !important;
	float: none !important;	
}

div.plain {
	background: url(/resources/gunga/px/bg_plain.gif) 0px 20px no-repeat;
	width: 798px;
}
div.plainContent {
	background: url(/resources/gunga/px/bg_plain_bottom.gif) left bottom no-repeat;
	padding: 20px;
	padding-top: 40px;
	min-height: 310px;
}

div.plainContent p, div.plainContent h1 {
	margin-bottom: 10px;	
}

div.small {
	position: relative;
	background: url(/resources/gunga/px/bg_cartoon_onepic.gif) left top no-repeat;
	width: 316px;
	height: 361px;
	text-align: center;
}
div.big {
	position: relative;
	background: url(/resources/gunga/px/bg_cartoon_threepic.gif) left center no-repeat;
	width: 798px;
	height: 360px;
}
div.client {
	position: relative;
	background: url(/resources/gunga/px/bg_cartoon_threepic.gif) left center no-repeat;
	width: 800px;
	height: 360px;
}

div.small img {
	margin: 0 auto;
	margin-top: 20px;	
}
div.big img {
	margin-left: 20px;
	margin-top: 75px;	
}
div.client img {
	display: none;
}
div.client li a img {
	display: inline;
	margin: 0 7px;
}
div.small h2, div.small p, div.big h2, div.big p {
	display: none;	
}
div.client h2, div.client p {
	padding-left: 36px;
}
div.client p {
	padding-top: 3px;
	font-size: 10px;
}
div.client h2 {
	padding-top: 36px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#main_flash {
	width: 325px;
	height: 267px;
}
div#main h2.spotHead {
	font-size: 1px;
	text-indent: -999px;
	background: transparent url(/resources/gunga/px/bg_spotHead.gif) no-repeat left center;	
	width: 220px;
	height: 300px;
	float: left;
	display: block;
}

div.spot p {
	display: none;
}
div.spot h3 {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 3px;
}
div.spot h4 {
	font-size: 14px;
	padding: 3px 0;
	width: 170px;
}

ul.spots {
	clear: both;
	margin-left: -25px;
}

ul.spots li {
	float: left;
	margin: 0 25px;
	height: 140px;
}

div.spot {
	width: 855px;
}

ul.itemNavi {
	position: absolute;
	top: 345px;
	left: 30px;	
}
.client ul.itemNavi {
	top: 295px;
	left: 700px;	
}
.big ul.itemNavi {
	top: 295px;
	left: 700px;	
}

ul.itemNavi li{
	background: transparent url(/resources/gunga/px/bg_itemNavi.gif) no-repeat left center;
	display: block;
	float: left;
	height: 32px;
}
ul.itemNavi li span{
	font-weight: bold;
	color: white;
	line-height: 14px;
	padding: 9px 0;
	display: block;
	font-size: 1px;
	text-indent: -999px;
}
ul.itemNavi li img{
	margin: 0;
	padding-top: 4px;
}
ul.itemNavi li.card{
	background: transparent url(/resources/gunga/px/bg_card.gif) no-repeat center center;
	margin-right: 60px;
}
ul.itemNavi li.no_card{
	background: none;
	margin-right: 60px;
}
ul.itemNavi li.no_card span{
	width: 39px;
}
div.big ul.itemNavi li.card{
	margin-right: 60px;
}
ul.itemNavi li.card span{
	font-size: 1px;
	text-indent: -999px;
	width: 39px;
	background: transparent url(/resources/gunga/px/link_card.gif) no-repeat center center;
	
}

ul.itemNavi li.prev{
	background-position: left center;
	width: 36px;
}
ul.itemNavi li.prev span{
	background: transparent url(/resources/gunga/px/back_arrow.gif) no-repeat center center;
}
ul.itemNavi li.more{
	background-position: center center;
}
ul.itemNavi li.more span{
	font-size: 14px;
	text-indent: inherit;
	
}
ul.itemNavi li.next{
	background-position: center right;
	width: 36px;
}
ul.itemNavi li.next span{
	background: transparent url(/resources/gunga/px/link_arrow.gif) no-repeat center center;
}

div#news {
/*	background: url(/resources/gunga/px/bg_news.gif) left top no-repeat; with shop link */
	background: url(/resources/gunga/px/bg_news2.gif) left top no-repeat;
	position: absolute;
/*	top: 143px; with shop link */ 
	top: 330px;
	left: 532px;
	padding: 50px 10px 10px 25px;
}
div#news ul{
	overflow: auto;
	overflow-x: hidden;
	width: 412px;
/*	height: 238px; with shop link */
	height: 275px;
}
div#news ul h2{
	margin-top: 8px;
}
div#news ul span{
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 3px;
}
div#news ul p{
	clear: both;
}


div#shop_link {
	background: transparent url(/resources/gunga/px/bg_shop_link.gif) left top no-repeat;
	position: absolute;
	top: 21px;
	left: 661px;
	width: 286px;
	height: 120px;
}
div#shop_link h2 a span{
	display: block;
	padding: 55px 10px 10px 128px;
	color: white;
	background: transparent url(/resources/gunga/px/link_arrow.gif) no-repeat;
	background-position: 250px 80px;
}
div#shop_link h2 a span strong{
	display: none;
}

div.additionalNavi {
	position: relative;
	clear: both;	
}

div#add {
	position: absolute;
	clear: both;
	top: 5px;
	left: 355px;
}




/* styles for navi */

div#navi {
	position: absolute;
	top: 260px;
	left: 12px;
}
div#navi li {
	padding-bottom: 30px;	
	position: relative;
}
div#navi li#home {
	padding-bottom: 20px;	
}
div#navi li#theStory {
	padding-bottom: 20px;	
}
div#navi div {
	height: 100px;
	width: 110px;
	background: transparent url(/resources/gunga/px/navi_but_home.gif) left top no-repeat;
	cursor: pointer;
	text-indent: -500px;
}
div#navi li ul {
	display: none;
	position: absolute;
	left: 100px;
	top: 10px;
	background-color: #CBD8ED;
	opacity: 0.7;
	padding-top: 8px;
	padding-bottom: 3px;
}
div#navi li:hover ul {
	display: block;
}
div#navi li ul li{
	color: #002666;
	white-space: nowrap;
	margin-left: 20px;
	margin-right: 5px;
	border-top: 1px solid #395C8C;
	padding: 2px 5px 2px 8px;
	background: transparent url(/resources/gunga/px/navi_sub_li.gif) no-repeat;
	background-position: 2px 9px;
}
div#navi li ul li.first{
	border-top: none;
}
li#cartoons div {
	background-image: url(/resources/gunga/px/navi_but_cartoons.gif);
}
li#clients div {
	background-image: url(/resources/gunga/px/navi_but_clients.gif);
}
li#theStory div {
	background-image: url(/resources/gunga/px/navi_but_theStory.gif);
}


ul#legalNavi {
	width: 333px;
	background: url(/resources/gunga/px/bg_legal.gif) bottom left no-repeat;
	height: 70px;
}

ul#legalNavi li {
	float: left;
	padding-top: 50px;	
	margin-left: 21px;
}
ul#legalNavi li a{
	font-weight: bold;
	padding-left: 8px;
}
ul#legalNavi li#toonga{
	margin: 0;
}
ul#legalNavi li#toonga a{
	color: #FFF;
	padding: 0 14px;
}