@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
html {
	background-color: #000000;
}
body {
	width: 900px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* Menu */
#menu {
	width: 100%;
	font: bold 13px Arial;
	text-align: center;
	line-height: 30px;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 5px;
	display: inline;
}
#menu li a {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
#menu li a:hover, #menu .current a {
	color: #000000;
	background-color: #ffffff;
}
#menu img {
	position: relative;
	top: 3px;
}
/* zenshow */
#zenshow {
	display: block;
	width: 800px;
	margin: 15px auto;
}
/* Contact */
#contact {
	height: 600px;
}
#contact img {
	margin: 175px 0 0 0;
}
/* Services */
#servicesList {
	text-align: justify;
	width: 800px;
	margin: 0 auto;
	list-style: none;
}
#servicesList p {
	padding: 5px 0;
}
#servicesList p:first-letter {
	padding: 0 0 0 15px;
}
#about .middle img {
	float: right;
	margin: 0 0 0 10px;
}
#about .top {
	height: 32px;
	background: #000000 url(images/02.png) no-repeat;
}
#about .middle {
	min-height: 250px;
	padding: 0 40px 0 50px;
	background: #000000 url(images/03.png) repeat-y;
}
#about .bottom {
	height: 59px;
	background: #000000 url(images/04.png) no-repeat;
}
#services .top {
	height: 48px;
	background: #000000 url(images/06.png) no-repeat;
}
#services .middle {
	min-height: 44px;
	padding: 0 55px 0 35px;
	background: #000000 url(images/07.png) repeat-y;
}
#services .bottom {
	height: 70px;
	background: #000000 url(images/08.png) no-repeat;
}
#services {
	color: #000000;
	font-size: 14px;
}
#services p:first-letter {
	padding: 0;
}
#services p {
	margin: 0 0 0 10px;
}
#services h4 {
	padding: 8px 0;
}
#services table {
	border-collapse: collapse;
	margin: 0 0 0 10px;
}
.pretty-table th, .pretty-table td {
	padding: 5px;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin: 0 0 10px 0;
}
/* 404 */
#fohohfoh, #fohohfoh a {
	font-family: "Courier New", Courier, monospace;
}
#fohohfoh h1, #fohohfoh h2, #fohohfoh h3, #fohohfoh h4, #fohohfoh h5, #fohohfoh h6 {
	text-align: center;
	padding: 5px;
	margin: 0;
}
#fohohfoh h1 {
	font-size: 120px;
}
#fohohfoh h2 {
	font-size: 39px;
}
#fohohfoh h3 {
	font-size: 30px;
}
#fohohfoh h4 {
	font-size: 25px;
}
#fohohfoh h5 {
	font-size: 23px;
}
#fohohfoh h6 {
	font-size: 15px;
	margin: 0 0 15px 0;
}