/*	

	PFS CSS Styles
	
	This file contains all of the primary styles that are used in the PFS website.
	
	Designed by:	Robin Mair
	Date:			2006.12.25

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

p {
	font-weight: normal;
	color: white;
	margin-top: 4px;
	margin-bottom: 6px;
	line-height: 1.25em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: white;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
	margin-top: 2px;
}

h3 {
	font-size: 1.17em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 6px;
}

h4 { 
	font-size: 1em;
	font-weight: bold; 
	color: white;
	margin: 6px 0; 
}

h4.caution  { 
	font-weight: bold; 
	color: black;
	margin: 6px 0; 
	background-color: yellow;
}

ul { 
	font-size: 12px; 
	font-weight: normal; 
	color: white;
	list-style-type: disc; 
	margin: 6px 0 8px 10px; 
}

td {  }

/*
	LINK STYLES
	
	These styles are used to consistently display links in the 
	site using a rollover effect
*/

a { 
	color: #7aa7d3;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1em;
}

a:hover { 
	color: white;
	background-color: black; 
}

/*
	INSTALLATION NAVIGATION BAR STYLES
	
	These styles are used to navigation bars within pages, these are then
	further refined and controlled through the use of CSS!
*/

#pfs_InstallNavBar {
	position: absolute;
	left: 146px;
	top: 0px;
	width: 646px;
	height: 26px;
	margin:0;
	padding: 0;
	background-color: transparent;
	z-index: 4;
	overflow: hidden;
}

ul#pfs_InstallNavBar {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#pfs_InstallNavBar li {
	float: left;
	background-color: transparent;
	padding-top: 6px;
}

#pfs_InstallNavBar a {
	padding: 3px 2px 2px;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#pfs_InstallNavBar a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#pfs_InstallNavBar li a#current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/*
	PRODUCT NAVIGATION BAR STYLES
	
	These styles are used to navigation bars within pages, these are then
	further refined and  controlled through the use of CSS!
*/

#pfs_ProductNavBar {
	position: absolute;
	left: 322px;
	top: 0px;
	width: 470px;
	height: 26px;
	margin:0;
	padding: 0;
	background-color: transparent;
	z-index: 4;
	overflow: hidden;
}

ul#pfs_ProductNavBar {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#pfs_ProductNavBar li {
	float: left;
	background-color: transparent;
	padding-top: 6px;
}

#pfs_ProductNavBar a {
	padding: 3px 2px 2px;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#pfs_ProductNavBar a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#pfs_ProductNavBar li a#current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/*
	FINS NAVIGATION BAR STYLES
	
	These styles are used to navigation bars within pages, these are then
	further refined and  controlled through the use of CSS!
*/

#pfs_FinsNavBar {
	position: absolute;
	left: 394px;
	top: 0px;
	width: 396px;
	height: 26px;
	margin:0;
	padding: 0;
	background-color: transparent;
	z-index: 4;
	overflow: hidden;
}

ul#pfs_FinsNavBar {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#pfs_FinsNavBar li {
	float: left;
	background-color: transparent;
	padding-top: 6px;
}

#pfs_FinsNavBar a {
	padding: 3px 2px 2px;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#pfs_FinsNavBar a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#pfs_FinsNavBar li a#current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/*
	TECHNICAL NAVIGATION BAR STYLES
	
	These styles are used to navigation bars within pages, these are then
	further refined and  controlled through the use of CSS!
*/

#pfs_TechnicalNavBar {
	position: absolute;
	left: 342px;
	top: 0px;
	width: 450px;
	height: 26px;
	margin:0;
	padding: 0;
	background-color: transparent;
	z-index: 4;
	overflow: hidden;
}

ul#pfs_TechnicalNavBar {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#pfs_TechnicalNavBar li {
	float: left;
	background-color: transparent;
	padding-top: 6px;
}

#pfs_TechnicalNavBar a {
	padding: 3px 2px 2px;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#pfs_TechnicalNavBar a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#pfs_TechnicalNavBar li a#current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/*
	EXTRAS NAVIGATION BAR STYLES
	
	These styles are used for navigation bars within pages, these are then
	further refined and  controlled through the use of CSS!
*/

#pfs_ExtrasNavBar {
	position: absolute;
	left: 400px;
	top: 0px;
	width: 392px;
	height: 26px;
	margin:0;
	padding: 0;
	background-color: transparent;
	z-index: 4;
	overflow: hidden;
}

ul#pfs_ExtrasNavBar {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: transparent;
	overflow: hidden;
}

#pfs_ExtrasNavBar li {
	float: left;
	background-color: transparent;
	padding-top: 6px;
}

#pfs_ExtrasNavBar a {
	padding: 3px 2px 2px;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#pfs_ExtrasNavBar a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#pfs_ExtrasNavBar li a#current
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/*
	PRICE LIST TABLES STYLES
*/

#pfs_PriceList
{
	position: absolute;
	width: 752px;
	left: 20px;
	top: 20px;
}

#pfs_PriceList table {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pfs_PriceList tr {
    background-color: gray;
	vertical-align: middle;
}

#pfs_PriceList th {
    height: 20px;
	background-color: gray;
	font-size: 1.4em;
	padding: 8px 4px 4px;
}

#pfs_PriceList td {
	height: 22px;
	padding: 4px 2px 2px 4px;
	font-weight: bold;
}

#pfs_PriceList td.spacer {
	background-color: black;
	height: 0px;
	padding: 0;
}

#pfs_PriceList td.col1 {
	text-align: left;
}

#pfs_PriceList td.col2 {
	text-align: center;
}

#pfs_PriceList tfoot td p {
	line-height: 1.02em;
}

/*
	MISCELLANEOUS STYLES
	
	These styles are used to for various or elements in the site
*/

.copyright {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	color: silver;
	text-align: left;
	display: block;
	margin: auto;
	top: 100%;
}

.image_caption {
	font-size: 0.75em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 4px;
}

.specialLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*
	copyright ©2007 ProBox Fin Systems  All Rights Reserved
*/


