/* Global Reset and Global Classes */
html, body, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
p, ul, ol {
	margin: 0;
	padding: 0 0 11px 0;
}
input, select, textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
textarea {
	line-height: 1.25;
}

/* Website Styles */
html {
	background: url(ui/bgt.gif) center repeat-y;
}
body {
	background: #fff url(ui/bg.gif) top repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
div#imgdiv img {
	position:absolute;
	z-index:0;
}
blockquote{
	font-style: italic;
	color: #66cccc;
	font-size: 14px;
}
blockquoteid{
	font-style: normal;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
}
.name{
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
#container {
	width: 777px;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 1px solid #002233;
	background: #002233 url(ui/cbg.jpg) 0px 203px repeat-x;
}
#header {
	background: url(ui/custsat-book-headera.jpg) no-repeat;
	height: 203px;
	padding: 0;
	margin: 0;
}
#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 172px;
	margin-left: 10px;
	z-index: 5000 !important;
}
#nav li {
	float: left;
	line-height: 25px;
	list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 31px;
	text-decoration: none;
	padding-right: 3px;
	text-indent: -999em;
}
#nav li a:hover {
	display: block;
	color: #000;
	text-decoration: none;
}
#nav li ul li a {
	padding: 0;
	text-align: left;
	color: #990000;
	width: 192px;
}
#nav li ul li a:hover {
	color: #990000;
}
#nav li ul {
	position: absolute;
	margin: 0;
	width: 158px;
	list-style: none;
	display: none;
	padding: 0;
	top: 31px;
	background: #bfe35d;
	border-bottom: none;
}
#nav li ul li a {
	text-indent: 0;
	background: url(ui/marrow.gif) 6px 9px no-repeat!important;
	color: #000;
	width: 143px;
	font-size: 10px;
	padding: 4px 0 4px 15px;
	line-height: 16px;
	font-weight: bold;
}
#nav li ul li a:hover {
	text-indent: 0;
	background: #002233 url(ui/marrow-over.gif) 6px 9px	no-repeat!important;
	color: #def268;
}
#nav li.over ul, #nav li:hover ul{
	display: block;
	list-style-image: none;
}
#nav-home a {
	background: url(ui/nav-home.jpg) no-repeat;
	width: 37px;
}
#nav-home a:hover, #nav-home:hover a {
	background: url(ui/nav-home-over.jpg) no-repeat;
}
#nav-about a {
	background: url(ui/nav-about.jpg) no-repeat;
	width: 55px;
}
#nav-about a:hover, #nav-about:hover a {
	background: url(ui/nav-about-over.jpg) no-repeat;
}
#nav-reviews a {
	background: url(ui/nav-reviews.jpg) no-repeat;
	width: 51px;
}
#nav-reviews a:hover, #nav-reviews:hover a {
	background: url(ui/nav-reviews-over.jpg) no-repeat;
}
#nav-more-reading a {
	background: url(ui/nav-more-reading.jpg) no-repeat;
	width: 79px;
}
#nav-more-reading a:hover, #nav-case:hover a {
	background: url(ui/nav-more-reading-over.jpg) no-repeat;
}
#nav-links a {
	background: url(ui/nav-useful-links.jpg) no-repeat;
	width: 73px;
}
#nav-links a:hover, #nav-links:hover a {
	background: url(ui/nav-useful-links-over.jpg) no-repeat;
}
#nav-contact a {
	background: url(ui/nav-contact.jpg) no-repeat;
	width: 63px;
}
#nav-contact a:hover, #nav-contact:hover a {
	background: url(ui/nav-contact-over.jpg) no-repeat;
}
#left-col {
	position: absolute;
	z-index: 1000;
	padding: 0 18px 0 8px;
	width: 165px;
	margin: 0 300px 0 9px;
	background: url(ui/border.gif) no-repeat right top;
	min-height: 440px;
}
.news {
	background: url(ui/news-icon.gif) no-repeat 1px 4px;
	padding: 0 0 6px 18px;
	margin-top: 6px;
	line-height: 16px;
}
hr{
	width: 200px;
	height: 1px;
	color: #000;
	background: #000;
	border: 0;
	margin: 0 0 0 -17px;
	text-align: left;
}
#right-col {
	position: absolute;
	z-index: 1000;
	padding: 11px 0 0 18px;
	width: 165px;
	margin: 0 9px 0 577px;
	background: url(ui/border.gif) no-repeat left top;
	min-height: 440px;
}
.row {
	padding-top: 2px;
	padding-bottom: 2px;
	clear: left;
	width: 182px;
	margin-left: 0;
	margin-bottom: 2px;
	display: block;
}
.row span {
	margin-left: 6px;
}
input {
	background: none;
	border: none;
	background: url(ui/input-bg.gif) repeat-x;
}
textarea {
	background: none;
	border: none;
	background: #fff url(ui/text-bg.gif) top repeat-x;
}
dd,dl,dt{
	margin: 0px;
	padding: 0px;
}
dt{
	font-weight: bold;
	line-height: 17px;
}
dd{
	margin-bottom: 5px;
}
.arrow{
	list-style: none;
}
.arrow li{
	line-height: 20px;
	padding-left: 18px;
	background: url(ui/arrow.gif) 5px 7px no-repeat;
	border-bottom: 1px dotted #fff;
}
#content {
	padding: 10px 15px 0 215px;
	width: 345px;
	min-height: 440px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	margin-top: 10px;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	line-height: 17px;
}
.image {
	float: right;
	margin: 4px 0 4px 10px;
	border: 1px solid #8c97a7;
	padding: 1px;
}
#footer {
	color: #fff;
	font-size: 10px;
	text-align: right;
	margin-right: 18px;
	margin-top: 20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}