/*	CSS for Bunka - Copyright Bunka 2006
	Author: Moustique Design http://www.moustique.net/
	Date: 24 November 2006
/* Generic elements =========================*/
body {
	padding: 0;
	background-color: #000;
	color: #fff;
	font: normal 76% Arial, Verdana, sans-serif;
}
h1 {
	background: #000 url("../images/logo-bunka.gif") top left no-repeat;
	width: 195px;
	height: 60px;
	margin: 0;
}

h1 span {
display: none;
}

h2 {
	font-size: 1.6em;
	text-indent: 30px;
	font-weight: bold;
	margin-top: 35px;
	color: #fff;
}

p.indent {
	text-indent: 30px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
#panel-news h3 {
	text-indent: -1000em;
	background: url("../images/h3-news-box.gif") top left no-repeat;
	width: 176px;
	height: 31px;
}

#panel-news p {
	font-size: 0.8em;
	line-height: 1em;
	color: #fff;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
}
img {
  border: 0;
}
form {
	margin:  0;
	padding: 0;
}
input {
}
table {
  margin: 10px 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
}
/* Nav ==============================*/
ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 160px 0 0 0;
}
ul#nav li {
	margin: 0;
	padding: 0;
	}
ul#nav li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
}
ul#nav li span {
	display: none;
}

ul#nav li a#home:link,
ul#nav li a#home:visited {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-home-off.gif") top left no-repeat;
	width: 154px;
	height: 20px;
}
ul#nav li a#home:hover,
ul#nav li a#home:active,
ul#nav li a#home:focus,
ul#nav li a#home-active {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-home-hover.gif") top left no-repeat;
	width: 154px;
	height: 20px;
}
ul#nav li a#who:link,
ul#nav li a#who:visited {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-who-off.gif") top left no-repeat;
	width: 154px;
	height: 17px;
}
ul#nav li a#who:hover,
ul#nav li a#who:active,
ul#nav li a#who:focus,
ul#nav li a#who-active {
	text-decoration: none;
	color: #fff;
	background: url("../images/nav-who-hover.gif") top left no-repeat;
	height: 17px;
	width: 154px;
}
ul#nav li a#shop:link,
ul#nav li a#shop:active,
ul#nav li a#shop:visited {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-shop-off.gif") top left no-repeat;
	width: 154px;
	height: 21px;
}
ul#nav li a#shop:hover,
ul#nav li a#shop:focus,
ul#nav li a#shop-active {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-shop-hover.gif") top left no-repeat;
	width: 154px;
	height: 21px;
}
ul#nav li a#jobs:link,
ul#nav li a#jobs:visited {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-jobs-off.gif") top left no-repeat;
	width: 154px;
	height: 21px;
}
ul#nav li a#jobs:hover,
ul#nav li a#jobs:active,
ul#nav li a#jobs:focus,
ul#nav li a#jobs-active {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-jobs-hover.gif") top left no-repeat;
	width: 154px;
	height: 21px;
}
ul#nav li a#contact:link,
ul#nav li a#contact:visited {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-contact-off.gif") top left no-repeat;
	width: 154px;
	height: 18px;
}
ul#nav li a#contact:hover,
ul#nav li a#contact:active,
ul#nav li a#contact:focus,
ul#nav li a#contact-active {
	text-decoration: none;
	color: #ccc;
	background: url("../images/nav-contact-hover.gif") top left no-repeat;
	width: 154px;
	height: 18px;
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	background: #000 url("../images/bg-wrapper.jpg") center top no-repeat;
	width: 850px;
	padding: 0 0 0 50px;
	position: relative;
}

#wrapper-whoarewe {
	margin: 0 auto;
	background: #000 url("../images/bg-whoarewe.jpg") center top no-repeat;
	width: 850px;
	padding: 0 0 0 50px;
	position: relative;
}

#wrapper-jobs {
	margin: 0 auto;
	background: #000 url("../images/bg-jobs.jpg") center top no-repeat;
	width: 850px;
	padding: 0 0 0 50px;
	position: relative;
}

#graphic {
	background: #000 url("../images/graphic-present.gif") top left no-repeat;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 5px;
}
#left-nav {
	float: left;
	width: 300px;
}
#left-nav-home {
	position: absolute;
	top: 60px;
	left: 50px;
}
#right-content-home {
	float: right;
	width: 495px;
	margin: 1px 100px 0 0;
	_margin: 1px 50px 0 0;
}
#right-content {
	float: left;
	width: 350px;
	margin-left: 50px;
}
#right-content img {
	float: right;
}
#panel-news {
	clear: left;
	width: 163px;
	position: absolute;
	top: 420px;
	left: 100px;
}
#panel-news h3,
#panel-news p {
	color: #666;
	margin: 0;
}
#panel-news p {
	margin-left: 30px;
}
#left-nav-home #panel-news {
	top: 360px;
	left: 50px;
}
#footer {
	clear: both;
}
#footer p{
	font: normal 0.8em Verdana, Arial, sans-serif;
	margin: 0 90px 0 0;
	_margin: 0 50px 0 0;
	float: right;
	color: #666;
	}
#footer p a:link,
#footer p a:visited {
	color: #666;
	text-decoration: none;
}
#footer p a:hover,
#footer p a:active,
#footer p a:focus {
	color: #666;
	text-decoration: underline;
}
/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}