@charset "utf-8";
/* CSS Document */

@import url("reset.css");

* {
	margin:0;	
}

body {
	background-color:#000;
	background: url(/images/bgr.jpg) no-repeat top center;
	color:#666;
}

#clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

#wrapper {
	margin:0px auto;
	width:880px;
	overflow:hidden;
}

#branding {
	width:880px;
	height:145px;
	background:url(/images/header.gif) top left no-repeat;
}

/* ------------------------- Fonts ------------------------ */

#content p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	line-height:18px;
}

#content h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	line-height:21px;
	font-weight:bold;
	margin-bottom:15px;
}

.alert {
	color:#000;
	font-weight:bold;
}

a:link {
	color:#5a7790;
	text-decoration:none;
}

a:visited {
	color:#5a7790;
	text-decoration:none;
}

a:hover {
	color:#5a7790;
	text-decoration:underline;
}

a:active {
	color:#5a7790;
	text-decoration:underline;
}

/* -------------------------- Page images -------------------*/

#contact_header {
	width:880px;
	height:150px;
	background:url(/images/contact-image.jpg) top left no-repeat;
}

#about_header {
	width:880px;
	height:150px;
	background:url(/images/about-image.jpg) top left no-repeat;
}

#solutions_header {
	width:880px;
	height:150px;
	background:url(/images/solutions-image.jpg) top left no-repeat;
}

#film_stories_header {
	width:880px;
	height:150px;
	background:url(/images/film-stories-image.jpg) top left no-repeat;
}

/* ------------------------ Menu --------------------------*/

#menu {
	float:left;
	width:393px;
	height:29px;
	margin:0px;
	padding:0px;
	position:relative;
	top:116px;
	left:13px;
}

#menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
}

#menu li, #menu a {
	height:29px;
	display:block;
}

#menu li a span {
	display: none;	
}

#menu li span {
	display: none;	
}

/* -------------------- Menu Buttons -------------------------------- */

#menu_btn_home {
	left:0px;
	width:46px;
}

#menu_btn_home a {
	left:0px;
	width:46px;
	background: url('/images/menu.gif') 0px 0px no-repeat;
}

#menu_btn_home a:hover {
	left:0px;
	width:46px;
	background: url('/images/menu.gif') 0px -29px no-repeat;
}

#menu_btn_about {
	left:54px;
	width:64px;
}

#menu_btn_about a {
	left:54px;
	width:64px;
	background: url('/images/menu.gif') -46px 0px no-repeat;
}

#menu_btn_about a:hover {
	left:54px;
	width:64px;
	background: url('/images/menu.gif') -46px -29px no-repeat;
}

#menu_btn_solutions {
	left:122px;
	width:112px;
}

#menu_btn_solutions a {
	left:122px;
	width:112px;
	background: url('/images/menu.gif') -110px 0px no-repeat;
}

#menu_btn_solutions a:hover {
	left:122px;
	width:112px;
	background: url('/images/menu.gif') -110px -29px no-repeat;
}


#menu_btn_contact {
	left:321px;
	width:76px;
}

#menu_btn_contact a {
	left:321px;
	width:76px;
	background: url('/images/menu.gif') -222px 0px no-repeat;
}

#menu_btn_contact a:hover {
	left:321px;
	width:76px;
	background: url('/images/menu.gif') -222px -29px no-repeat;
}

#menu_btn_filmstories {
	left:240px;
	width:79px;
}

#menu_btn_filmstories a {
	left:240px;
	width:79px;
	background: url('/images/menu.gif') -298px 0px no-repeat;
}

#menu_btn_filmstories a:hover {
	left:240px;
	width:79px;
	background: url('/images/menu.gif') -298px -29px no-repeat;
}

/* ------------------------ Menu Language --------------------------*/

#menu_lang {
	float:right;
	width:98px;
	height:29px;
	margin:0px;
	padding:0px;
	position:relative;
	top:116px;
	right:26px;
}

#menu_lang li {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
}

#menu_lang li, #menu_lang a {
	height:29px;
	display:block;
}

#menu_lang li a span {
	display: none;	
}

#menu_lang li span {
	display: none;	
}

/* ------------------------ Menu Language Buttons ----------------------*/

#menu_btn_eng {
	left:0px;
	width:53px;
}

#menu_btn_eng a {
	left:0px;
	width:53px;
	background: url('/images/menu-lang.gif') 0px 0px no-repeat;
}

#menu_btn_eng a:hover {
	left:0px;
	width:53px;
	background: url('/images/menu-lang.gif') 0px -29px no-repeat;
}

#menu_btn_jap {
	left:53px;
	width:45px;
}

#menu_btn_jap a {
	left:53px;
	width:45px;
	background: url('/images/menu-lang.gif') -53px 0px no-repeat;
}

#menu_btn_jap a:hover {
	left:53px;
	width:45px;
	background: url('/images/menu-lang.gif') -53px -29px no-repeat;
}

/* ---------------------- Footer ------------------------- */

#footer {
	width:749px;
	margin-left:131px;
	margin-top:50px;
}

#divider {
	width:659px;
	height:3px;
	margin-bottom:5px;
	background:url('/images/footer-divider.gif') top left no-repeat;
}

#footer p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#999;
}	

#footer a:link {
	color:#999;
	text-decoration:underline;
}

#footer a:visited {
	color:#999;
	text-decoration:underline;
}

#footer a:hover {
	color:#999;
	text-decoration:none;
}

#footer a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------- Forms ------------------------------------*/

#form label {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	line-height:16px;
}

#form input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	padding:3px;
}

#form textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	padding:3px;
	line-height:16px;
}

.asterisk {
	color:#F00;	
}

#form .button {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	padding:3px 10px 3px 10px;
}

