/*CSS Stylesheet*/
/* . = class, # = id */

A { color: inherit; }

A:link { text-decoration:none; }
A:visited { text-decoration:none; }
A:hover { text-decoration:none; color: #9aa700; }
#page-links A:hover { text-decoration:none; color: #000; }
H2 A:hover { color: #000; }
body {
	background-color: #000000;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}

HR { 
	color: #9aa700; 
	background-color: #9aa700; 
	height: 1px; 
}

IMG { border: none; }

P {
	line-height: 150%;
	font-size: 110%;
}

UL, LI { line-height: 150%; }

#container {
	position: relative;
	margin: 0 auto;
	margin-top: 2%;
	width: 75%;
	min-width: 800px;
	background-color: #fff;
	border: 3px solid #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	/*order is important! acg*/
    box-shadow: 0px 3px 8px #fff; /* Opera 10.5, IE9, Chrome 10+ */
    -moz-box-shadow: 0px 3px 8px #fff; /* FF3.5+ */
	-webkit-box-shadow: 0px 3px 8px #fff; /* Saf3.0+, Chrome */
}

#header {
	background-color: #9aa700;
	width: 100%;
}

#tagline {
	font-size: 300%;
	color: #fff;
}

#link-bar {
	width: 100%;
	background-color: #000;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 2% 0 2% 0; /*should be same value as #link-bar LI padding*/
}

#link-bar LI {
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	display: inline;
	padding: 1% 2%;
	margin: 1%;
}

#content {
	width: 96%;
	padding: 1% 2%;
	color: #000;
	clear: both;
}

#product-page-header {
	clear: both;
	width: 98%;
	padding: 0 1% 1% 1%;
	border-bottom: 2px solid #9aa700;
}

#page-links {
	width: 100%;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 1% 0 2% 0; /*should be same or greater value as #link-bar LI padding*/
}

#page-links LI {
	color: #9aa700;
	font-size: 125%;
	font-weight: bold;
	display: inline;
	padding: 1% 1%;
	margin: 1%;
}


#parts {
	padding: 1%;
	width: 98%;
	text-align: left;
}

#footer {
	width: 98%;
	background-color: #9aa700;
	border-top: 10px solid #000;
	padding: 1%;
	clear: both;
	font-size: 14px;
	text-align: center;
	color: #000;
}

.copyright {
	font-size: 80%;
	margin: 1% 0 0 0;
}


.main	{
	background-position:             left top;
	background-color: #000000; 
	background-repeat: no-repeat; 
	padding: 0; 
	margin-left: 0;
	margin-top: 0;
	position:absolute; 
	left:0; 
	top:0; 
	background-image:url('../images/backgrounds/splash05.jpg')   }

.boarder	{
	background-position:             left top; background-repeat: repeat; 
	padding: 0; 
	margin-left: 5;
	margin-top: 0;
	position:absolute; 
	left:0; 
	top:0; background-image:url('../grx/outer_right_shadow.gif')  }

.bot	{
	background-position:
	left top; background-color: #C8302B; 
	background-repeat: no-repeat; 
	padding: 0; 
	position:absolute; 
	margin-left: 0;
	margin-top: 0;
	left:0; 
	top:0;
	    }

.menu	{
	background-position:
	 left top; background-color: #000000; 
	background-repeat: repeat-y; 
	padding: 0; 
	position:absolute; 
	margin-left: 0;
	margin-top: 0;
	left:0; 
	top:0; background-image:url('../images/backgrounds/navbg.gif')
	    }

.content	{
	background-color: #000000;
	background-image:url('../images/backgrounds/bg.gif');
	background-repeat: repeat-x; 
	top:0
	font-size: 100%;
	line-height: 125%;
	word-spacing: 0;
	text-indent: 0;
	margin-left: 5;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0  
    }

.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.itemBorder { border: 0px solid #B0BB3B }
.itemBorderBlank { border: 0px solid #B0BB3B }

/* Delete these "button" styles if you're not using them */

.buttonText { text-decoration: none; color: #000000; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #B0BB3B; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #B0BB3B }
.buttonBorderOver { border: 1px inset #B0BB3B }
