/* Grainger & Wolff website 2008. Contact Steve Blood: stevenblood@gmail.com */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: scroll;
}

/* end hide */

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
	color:#ffffff;
	border: 0px;
	background-image:url(../images/alt_bg.jpg);
	background-repeat:no-repeat;
}

h1 {
font-family: "verdana", "helvetica", "sans"; font-weight: bold; font-size: 10pt;color: #000000;
display: none;
}

/*
#flash_content{
	margin: 0px auto;
	padding: 0px;
	width: 1180px;
	height: 700px;
}
*/

noscript{
	margin: 0px auto;
	padding: 0px;
	width: 1180px;
	height: 700px;
	background-image:url(../images/alt_bg.jpg);
	background-repeat:no-repeat;
}

h2 {
font-family: "Nueva Roman", "Lithos Regular", "verdana"; font-weight: bold; font-size: 10pt; color: black;
}

p {
font-family: "verdana", "helvetica", "sans-serif"; font-weight: normal; font-size:9pt; color: #cccccc;
} 

a:link {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #cccccc; text-decoration: none;} 
a:visited {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #999999; text-decoration: none;} 
a:hover {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #ffffff; text-decoration:underline;} 
a:active {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #cccccc; text-decoration: none} 

#footer {
	display: none;
	color: #999999;
	font-family: "verdana", "helvetica", "sans-serif"; 
	font-weight: normal; 
	font-size:6pt;
	margin: 10px 0px 0px 0px;
}


