* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
html, body { background: #111 url('../gfx/bg-cd.gif') no-repeat fixed; }
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
p { margin: 7px 0; }
a {
	color: #5393bf;
	border-bottom: 1px dotted #5393bf;
	text-decoration: none;
	font-weight: bold;
}
a:hover { border-bottom-style: solid; }
.logo { border-width: 0; float: left; }
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
.fl_menu {
	float: right;
	margin-top: 28px;
	padding-bottom: 4px;
}
.fl_menu li {
	float: left;
}
.fl_menu a {
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 1px 5px;
	margin-left: 4px;
	background: #5393bf url('../gfx/bg-menu.gif') repeat-x;
	border-width: 0;
}
.fl_menu a:hover { background-image: url('../gfx/bg-menu-on.gif'); }

h1 {
	clear: both;
	background: #5393bf url('../gfx/bg-header.gif') no-repeat right;
	font-size: 42px;
	line-height: 59px;
	letter-spacing: -1px;
	color: #fff;
	padding: 0 5px;
	margin-top: 2px;
}
h2 {
	color: #5393bf;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;

}
.email {
	display: block;
	float: right;
	line-height: 14px;
	margin-top: 14px;
}
.content {
	margin-top: 4px;
	background: #ccc;
	background: rgba(255, 255, 255, 0.8);
	padding: 3px 5px;
}
.index { margin-left: 486px; }
.videobox div {
	border: 1px solid #5393bf;
	width: 480px;
	height: 480px;
}
.content div { width: 615px; }
.index div { width: 100%; }
div.videobox {
	position: absolute;
	width: 480px;
	margin-left: -491px;
	margin-top: -3px;
	padding-bottom: 25px;
	background: url('../gfx/cdshowreel.gif') no-repeat bottom right;
}
.cms_imgright {
	position: absolute;
	border: 1px solid #5393bf;
	margin-left: 625px;
}
.footer {
	float: right;
	color: #5393bf;
	padding: 3px 0;
	text-transform: lowercase;
	font-size: 11px;
}
input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 5px;
	border: 1px dotted #5393bf;
	color: #999;
}
input:hover, textarea:hover {
	border-style: solid;
	background-color: #fff;
}
input:focus, textarea:focus {
	border-style: solid;
	background-color: #f6f6f6;
	color: #111;
}
.emailsub { color: #111; }

