/*
	Client: Belmet
	Client URI: http://www.belmet.com
	Version: 1.0
	Company: VTOLD.com
	Author: Tommy White
	Company URI: http://www.vtold.com

	No information may be copied or reproduced without prior written consent.
	Copyright: 2005 Belmet Products, Inc.
*/

/* top of the tree to ya */
body, html{
	}
body {
	height: 100.01%;
	overflow: -moz-scrollbars-vertical;
	}
/* global top level settings */
body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #464646;
	padding:0;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
#container{
	position: relative;
	height: 100%;
	z-index: 1;
	min-width: 770px;
	margin: 0 auto;
	}
#div#outerwrap { 
	text-align: left; 
	margin: 0 auto; 
	width: 770px; 
	height: 100%; 
	}
div#wrap {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	}
#wrap > #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	width: 770px;
	height: 164px;
	margin: 0 auto;
	}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 770px;
	height: 164px;
	}
#maincontent {
	display: inline; /* fixes a strange ie margin bug */
	float: left;
	margin: 0 0 0 55px;
	padding: 0;
	width: 465px;
	}
td {
	font-size: 80%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}

/* lets do some navigation */
#navigation {
	color: #00c;
	font-size: 80%;
	font-weight: bold;
	width: 500px;
	z-index: 2;
	margin-bottom: 0;
	margin-left: 50px;
	}
	
/* lets do some linking */
a:link {
	color: #204095;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #96adea;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #7d0101;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #204095;
	font-weight: bold;
	text-decoration: none;
	}
	
/* text syling and profiling */
.heading {
	color: #bc1127;
	font-size: 12pt;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	}

.subheading {
	color: #7d0101;
	font-size: 110%;
	font-weight: bold;
	}

.callnumbers {
	color: #bc1127;
	font-weight: bold;
	}

.boldtxt {
	color: #7d0101;
	font-weight: bold;
	}

.sidebg {
	background-image: url(images/mainsidebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.footer1  {
	color: #9f9a92;
	font-size: 8pt;
	line-height: normal;
	}
.footer {
	color: #9f9a92;
	font-size: 95%;
	line-height: normal;
	}

.footer a:link {
	color: #646464;
	font-size: 95%;
	font-family: tahoma;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	}
.footer a:visited {
	color: #646464;
	font-size: 95%;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	}
.footer a:hover {
	color: #646464;
	font-size: 95%;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	}
.footer a:active {
	color: #646464;
	font-size: 95%;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	}
