/**********************
	General Styles
**********************/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px Arial, sans-serif;
	color: #4B4B4B;
	background: url(images/bg_main.gif) center top fixed;
	text-align: center;
	}
p {
	line-height: 1.4em;
	}
a:link, a:visited {
	color: #3C4480;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	color: #BF9C36;
	font-weight: bold;
	text-decoration: underline;
	}
	
/*****************************
	Layout & Header Styles
*****************************/

#container {
	position: relative;
	margin: 0 auto;
	width: 600px;
	text-align: left;
	}
#header {
	width: 600px;
	height: 220px;
	background: url(images/header.gif) no-repeat;
	}
	
/**************************
	Navigational Styles
**************************/

#hznav {
	position: absolute;
	top: 185px;
	left: 255px;
	}
#hznav ul, #navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#hznav li {
	display: inline;
	padding-left: 12px;
	}
#hznav li a:link, #hznav li a:visited {
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
	}
#hznav li a:hover, #hznave li a:active {
	color: #292F58;
	font-weight: bold;
	text-decoration: underline;
	}
#navlist {
	position: absolute;
	top: 230px;
	left: 15px;
	width: 150px;
	font-weight: bold;
	}
#navlist li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 20px;
	}
#navlist li a:link, #navlist li a:visited {
	color: #3C4480;
	display: block;
	background: url(images/menu_arrows.gif);
	padding: 7px 0 0 16px;
	}
#navlist li a:hover, #navlist li a:active {
	color: #C8AA3B;
	background: url(images/menu_arrows.gif) 0 -32px;
	padding: 7px 0 0 20px;
	}
	
/***************************
	Right Column Styles
***************************/

#rightcol {
	margin-left: 180px;
	width: 380px;
	padding: 11px 0;
	}
#rightcol h3 {
	border-bottom: 1px solid #394079;
	}
#docimg_preamble, #tuigilinks {
	padding: 0 11px;
	}
#rightcol h3 {
	clear: left;
	}
#docimg_preamble img {
	clear: left;
	}
#docimg_preamble h3 {
	background: url(images/bg_docimg_pre.gif) no-repeat;
	height: 30px;
	}
#imgsales_preamble h3 {
	background: url(images/bg_imgsales_pre.gif) no-repeat;
	height: 30px;
	}
#hardware h3 {
	background: url(images/bg_hardware.gif) no-repeat;
	height: 30px;
	}
#softsys h3 {
	background: url(images/bg_softsys.gif) no-repeat;
	height: 30px;
	}
#hardware img, #tuigilinks img, #softsys img {
	float: left;
	padding-right: 11px;
	}
#anydoc_preamble span {
	font-weight: bold;
	color: #3C4480;
	}
#anydoc_preamble li {
	list-style: normal;
	}
#contact_form h3 {
	background: url(images/bg_contact.gif) no-repeat;
	height: 30px;
	}
.lowtext {
	padding-top: 4px;
	}

/*********************
	Footer Styles
*********************/

#footer {
	width: 600px;
	margin: 30px 0 15px;
	text-align: center;
	font-size: 10px;
	color: #A6A6A6;
	}
#footer li {
	display: inline;
	}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	font-weight: bold;
	color: #3C4480;
	text-decoration: underline;
	}
#footer p {
	margin-top: 4px;
	}	
	
/*************
	Hidden
*************/

#docimg_preamble h3 span, #imgsales_preamble h3 span, #hardware h3 span, #tuigilinks h3 span,
#softsys h3 span, #contact_form h3 span {	
	display: none;
	}

/*****************
	Form Styles
******************/

.contactalignleft {text-align: left;}
.contactalignright {text-align: right;}

