/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

img,fieldset {
	border:none;
}

body {
	text-align:center; /* IE 5.x centering */
	padding:8px;
	font:normal 85%/140% arial,helvetica,sans-serif;
	background:#666;
}

#pageWrapper {
	padding:4px;
	min-width:750px;
	border:1px solid;
	border-color:#888 #000 #000 #888;
}

* html #pageWrapper {
	/* 
		IE6/earlier has no min-width, but we can fake it with 
		an expression. As lowest common denominator if .js is
		disabled we'll first set a 800px friendly width
	*/
	width:750px;
	/* 
		then our expression to set auto or fixed
	*/
	width:expression(
		(document.body.clientWidth>800) ? "auto" : "758px"
	);
}

h1 {
	zoom:1; /* trip haslayout and other zoom fix */
	position:relative;
	padding:26px 0;
	font:bold italic 40px/48px arial,helvetica,sans-serif;
	color:#000;
	/* flag image left side of banner */	
	background:#FFF url(/IMAGES/h1Background.jpg) 7px 7px no-repeat;
	border:1px solid;
	border-color:#000 #888 #888 #000;
}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	/* banner Freer Tool and Supply */	
	background:url(/IMAGES/h1Logo.png) center center no-repeat;
}

#headerContact {
		position:relative;
		float:right;
		width:128px;
		margin-top:-81px;
		font:normal 14px/18px arial,helvetica,sans-serif;
		/* globe on right side  */		
		background:url(/IMAGES/globe.png) top center no-repeat;
		padding-top: 60px;
		padding-right: 0;
		padding-bottom: 9px;
		padding-left: 0;
}

#mainMenu {
	clear:both;
	list-style:none;
	background:#000;
	border-style:solid;
	border-width:0px 0px 0;
	border-color:#000 #888 #888 #000;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	padding:3px /*24px; */15px;
	text-decoration:none;
	font:normal 18px/22px arial,helvetica,sans-serif;
	color:#FFF;
}

#mainMenu .current a {
	color:#FC3;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	color:#000;
	background:#FC3;
}
#marquee {
		margin-right: auto;
		margin-left: auto;
}
#content {
	color:#FFF;
	background:#000;
	border-style:solid;
	border-width:0 1px 1px;
	border-color:#000 #888 #888 #000;
}

#content p {
	padding:0.5em 0;
}

#footer {
		padding:4px 1em;
		color:#FC6;
		border:1px solid;
		border-color:#000 #888 #888 #000;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		font-weight: bold;
}

.bottomLinks {
	list-style:none;
	padding-bottom:2px;
}

.bottomLinks li {
	display:inline;
}

.bottomLinks a {
	color:#FFF;
}

.bottomLinks a:active,
.bottomLinks a:focus,
.bottomLinks a:hover {
	color:#FC6;
}

.privacyPolicy {
		color:#FFF;
		font-size: 9px;
}