@charset "utf-8";
@import url("/js/fancybox/jquery.fancybox-1.3.0.css") screen;
* { margin: 0; padding: 0;}
body {
	background: #881b26 top repeat-x url('/img/body-bg-top.png');
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	position: relative;
	width: 800px;
	height: 113px;
}
#header h1 {
	text-indent: -99999em;
}
#header h1 a {
	background: transparent no-repeat url('/img/site-logo.png');
	outline: none;
	position: absolute;
	width: 245px;
	height: 50px;
	top: 45px;
	left: 42px;
}
ul#header-navigation {
	display: none;
	position: absolute;
	top: 57px;
	left: 415px;
	list-style: none;
}
ul#header-navigation li {
	display: block;
	float: left;
	text-align: center;
	padding: 0 10px;
}
ul#header-navigation li a {
	color: #e9eacf;
	text-decoration: none;
}
ul#header-navigation li a:hover, ul#header-navigation li a.current {
	text-decoration: underline;
}
#content {
	padding: 0 45px;
	font-size: 16px;
	font-weight: normal;
	color: #e9eacf;
	line-height: 20px;
}
#content p {
	padding: 10px 0;
}
#content p.roku {
	font-size: 12px;
	padding: 10px 20px;
	background: #570c14;
	margin-top: 10px;
}
#content a {
	color: #e9eacf;
	text-decoration: underline;
}
#hide {
	display: none;
}
#contact {  }
#contact label {
	display: block;
	font-weight: bold;
	color: #333;
}
#contact p {
	line-height: 1.7em;
	padding: 8px;
}
#contact fieldset {
	border: 1px #333 solid;
	padding: 20px;
}
#contact legend {
	color: #333;
	padding: 8px;
	font-weight: bold;
}
#contact input, #contact textarea {
	border: 1px #666 solid;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact #error {
	padding: 2px;
	background: #FCC;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: none;
	border: 1px solid #F00;
}
#cft {
	line-height: 100px;
	width: 300px;
	text-align: center;
	border: 1px solid #060;
	background: #CFC;
	color: #030;
}
#footer {
	color: #e9eacf;
	font-size: 11px;
	margin: 45px;
}
#footer a {
	color: #e9eacf;
}