html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
font-size: 100.01%;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}

html>body {
 	width: auto;
}
	
p {
	text-align:justify;
	margin:0px 10px 10px 0px;
	padding:0px;
	z-index: 10;
}

h2 {
	font-size:100%;
}

.ID td {
	font-size:85%;
	text-align:center;
	font-weight:bold;
	padding:5px 0px 0px 15px;

}

img {
	border:0px;
	}

/* ------ Navigation Sections ------*/

#inv {
	float:right;
	margin-right:30px;
}

#navAlpha {
	position: absolute;
	width:180px;
	min-width:180px;
	top:70px;
	left:5px;
	padding:3px;
	text-align:center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:180px;}


#navAlpha H2{
	font-size:100%;
	margin:0px 0px 1px 0px;
	padding:1px;
	color:#9CC;
	background-color: #030;
	text-align:left;
	width:165px;
    border:2px #030 solid;
	}
	
#insider{
	font-size:85%;
	position: absolute;
	width:210px;
	top:80px;
	left:770px;
	border:2px solid #666;
	padding:3px;
	background:#FF9;
	text-align:right;
}

#insider p{
	text-align:right;
	margin:0px;
	}

#insider-page{
	font-size:85%;
	position: absolute;
	width:210px;
	top:350px;
	left:770px;
	border:2px solid #666;
	padding:3px;
	background: #DDF;
	text-align:right;}

#insider-page p{
	text-align:right;
	margin:0px;
	}


#buy {
	font-size:85%;
	position: absolute;
	width:210px;
	top:175px;
	left:770px;
	border:2px solid #666;
	padding:3px;
	background:#FF9;
	text-align:right;
}

#buy p {
	text-align:right;
	margin:0px;
	}
	
#buy-page {
	font-size:85%;
	position: absolute;
	width:210px;
	top:290px;
	left:770px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:3px;
	/*background:#FFa;*/
	text-align:right;
	margin-top:0px;
	margin-bottom:10px;
}

#buy-page p {
	text-align:right;
	margin:0px;
	}
	
#blog {
	font:bold;
	position: absolute;
	width:210px;
	top:358px;
	left:770px;
	border-bottom:1px solid #000;
	padding:3px;
	/*background:#FFa;*/
	text-align:right;
	margin-top:0px;
	margin-bottom:10px;


}

#quote{
	font-size:85%;
	position: absolute;
	width:210px;
	top:190px;
	left:770px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:3px;
	/*background:#FF0;*/
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

#quote H2{
	font-style: italic;}

#quote p{
	text-align:right;
	margin:0px;
	}

#store {
	font-size:85%;
	position: absolute;
	width:210px;
	top:75px;
	left:770px;
	border-top:1px solid #000;
	padding:2px;
	/*background: #acff30;*/
	text-align:left;}

#storelinks {
	font-size:85%;
	font:bold;
	position: absolute;
	width:210px;
	top:145px;
	left:770px;
	/*border:2px solid #666;*/
	padding:2px;
	background: #fff;
	text-align:right;}

#sale-index{
	position: absolute;
	top:137px;
	left:770px;
	font-size:110%;
	font:bold;
	/*background: #acff30;*/
	width:210px;
	height:30px;
	border-bottom:1px black solid;}

#sale-index p{
	margin-left:22px;
	margin-top:8px;}

#store p{
	text-align:left;
	margin:0px;
	}

#quote p{
	font-size:85%;
	text-align:right;
	margin:0px;
	}
	
#buy-page p{
	font-size:85%;
	text-align:right;
	margin:0px;
	}


#content {
	position: relative;
	width:580px;
	left:190px;
	top:5px;
	}

#content H1 {
	font-size:150%;
	background:#ddd;
	margin-right:10px;
	padding:2px;
	}


#content H2 {
	font-size:150%;
	background:#ddd;
	margin-right:10px;
	padding:2px;
	}
	
#content H3 {
	font-size:120%;
	margin-right:10px;
	padding:2px;
	}

	
#inlinegfx {
	float:left;
}
	
.inlineimage {
	float:left;
	}
	
#rackbrands{
	position:absolute;
	top:400px;
	left:800px;
}

#rackbrands th{
	font-size:75%;
	text-align:left;

}

#rackbrands td{
	font-size:70%;
	text-align:left;
	padding:0px 20px 0px 0px;
}


/* -------------- LINK STYLES ------------ */

a {
	font-size:85%;
	text-decoration:underline;	
}

a:hover{
	background:#ccc;
}

#navAlpha a {
	border:2px blue solid;
	background:blue;
	font-size:75%;
	text-decoration:underline;
	padding: 1px 0px 1px 2px;
	display: inherit;
	margin-bottom:1px;

	min-width:165px;
	width:165px;

	font-weight: bold;
	text-align: left;
	color:white;
}

#navAlpha a:hover {
	border:2px black solid;
	background:#FFF;
	font-size:75%;
	text-decoration:underline;
	color: blue;
}

#store a{
	font:bold;
	font-size:80%;
	padding: 1px 0px 2px 0px;
	display: inherit;
	margin:0px;

	min-width:80px;
	width:80px;

	
	text-align: right;
	color:blue;
}

#store a:hover{
	font:bold;
	font-size:80%;
	text-decoration:underline;
	padding: 1px 0px 2px 0px;
	display: inline;
	margin:0px;

	min-width:80px;
	width:80px;

	text-align: right;
	color: blue;
}

#quote a{
	font:bold;
}

#buy-page a{
	font:bold;
}

.pageon{
	border:2px black solid;
	background:#FFF;
	font-size:75%;
	color: red;
	text-align:left;
	font-weight: bold;
	padding: 1px 0px 1px 2px;
	min-width:165px;
	width:165px;
}


/* Ugly 3 Column Hack */

#product ul {
	list-style-type:none;
	margin-top: 15px;
	}

li {
	margin:10px 0px 0px 0px;
	position:relative; /* IE needs this in order to recognize links in all columns */
	}
	
.col1 {
	position: relative;
    margin:10px 0px 0px 200px;
	}
	
.col2 {
	position: relative;
    margin:10px 0px 0px 390px;
	}
    
.col3 {
	position: relative;
    margin:10px 0px 0px 590px;
	}

.coltop {
    margin-top:-352px;
	}
	
/* --- Footer --- */

.footer1 {
	position: relative;
	bottom:0px;
	width:980px;
	padding:2px 2px 2px 2px;
	background-color: white;	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-top: 200px;
	}

.footer1 p {
	font-size:80%;
    margin:0px;
	color:black;
	}

.footer2 {
	position: relative;
	padding:2px 2px 2px 2px;
	width:980px;
	background-color: #333;	border-bottom: 2px solid;
	margin:0px;
	}

.footer2 p {
	font-size:80%;
    margin:2px;
	color:white;
	}

.footlink {
	color:#FFF;
}

fieldset{
	border:1px black solid;
	padding:5px;
	width:560px;
	background:#ddd;
}

legend{
	font-weight:bold;
	color:#333;
	
}

li{
margin-left:20px;

}

.addthis {
	position:absolute;
	top:180px;
	left:850px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}

.ebay {
	position: relative;
}

#auction{
	position:absolute;
	top:400px;
	left:800px;

}

#countbox {
    font: 10px bold verdana, arial, helvetica, sans-serif;
	text-align:left;
	margin-top:-3px;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	background:#FFFF00;
	}

#feature{
	position:absolute;
	left:20px;
	top:650px;	

}

#feature p{
	font-size: 90%;

}

.articleimage{
	float:right;
	margin: 2px 2px 2px 20px;
}

.articleimage2{
	float:left;
	margin: 2px 20px 2px 0px;
}
