body {
	width:800px;
	background-color:white;
	margin:10px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	overflow: scroll;
	}

html>body {
	width: auto;
	min-width: 1024px;
}
	
form {
	margin:2px;}

p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	margin:0px 10px 10px 0px;
	padding:0px;
	}

h1 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#333;
	z-index: 999;
	}

h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	}
	
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#333;
	}

.header {
	margin: 0px 0px 0px 0px;
	position:relative;
	width:100%;
	padding:2px 2px 6px 5px;
	border-bottom: 2px solid;
	}
	
#breadcrumb h1 {
	font-size:12px;
	font-weight:900;
	margin:0px 0px 0px 0px;
	position: inherit;	text-align: left;}
	
#navAlpha {
	position:absolute;
	width:240px;
	min-width:240px;
	top:158px;
	right:20px;
	background-color: #eafff3;
	padding:2px;
	z-index:2;
	border: 0px #66ffcc solid;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	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:160px;}

#navAlpha H1{
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:2px;
	color:#900;
	background-color: #6fc;
	border-bottom:1px black solid;
	}

#navAlpha p{
	font:verdana, arial, helvetica, sans-serif;
	text-align: left;
}

#navAlpha a{
	font-weight:600;
	}

#navAlpha .subnav{
	font-weight:normal;
}

#hackersafe {
	position:absolute;
	width:240px;
	height:18px;
	top:112px;
	right:20px;
	border: 0px;
	margin-bottom:0px;
	z-index:10;
	text-align:right;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}

#navKappa {
	position:absolute;
	width:235px;
	height:18px;
	top:145px;
	right:20px;
	border: 0px;
	background-color: #ff9;
	padding:5px;
	margin-bottom:0px;
	z-index:1;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}
/* Again, "be nice to Opera 5". */
body>#navKappa {width:235px;}

#navKappa p{
	font:11/13px #000;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:left;
	line-height:13px;
}

#search {
	position: absolute;
	width:170px;
	top:35px;
	right: 258px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	

#producthelp {
	position: absolute;
	width:220px;
	top:35px;
	right: 20px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
.subnavmain {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top:-10px;
	padding:2px;
	margin-bottom:-15px;
	}
	
.subnavmaintop {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top:-2px;
	padding:2px;
	margin-bottom:-15px;
	}
	
.subnav {
	font:11px;
	padding-left:15px;
	margin:0px 0px 0px 0px;
	}
	
.footer1 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: white;	border-top: 2px solid;
	border-bottom: 2px solid;
	margin:20px 0px 0px 0px;
	z-index:5;
	}

.footer1 p {
    margin:0px;
	color:black;
	}

.footer2 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: #666;	border-bottom: 2px solid;
	margin:0px;
	z-index:5;
	}

.footer2 p {
    margin:2px;
	color:white;
	}
	

	
a {
	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:underline;}

a:link {color:#06c;}
a:visited {color: #99F;}
a:hover {background-color:#ccc;}

.header a:hover {background-color:#fff;}

.footer2 a{
	color:blue;
	}	

.content2 {
	position: relative;
	width: auto;
	height: auto;
	min-height: 140px;
	display: inline-block;
	overflow: auto;
	min-width:620px;
	margin:20px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px 30px 10px 10px;
	overflow: visible;
	z-index:1;}

.content2 p{
	min-width:500px;
}

.content3 {
	position: relative;
	width:auto;
	height: auto;
	min-height: 140px;
	display: inline-block;
	overflow: visible;
	min-width:620px;
	margin:20px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px 30px 10px 10px;
	overflow: visible;
	z-index:1;
	}
	
.content3 p{
	min-width:500px;}

.list{
	font: bold 11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	text-align:justify;
	margin: 0px 0px 20px 0px;
	padding:0px;}
.contact{
	font: bold 11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	text-align:justify;
	margin: 0px 0px 10px 0px;
	padding:0px;}
	
.listhead {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	margin:0px 0px 10px 0px;
	padding:0px;
}	

.description{
	margin-left:10px;
}

.thumbs{
	overflow: visible;	margin-right:10px;
	margin-left:0px;
	width: inherit;
	float:left;}

.thumbs a {
	font-size:10px;	font-weight: normal;
	float:left;
	margin-left:10px;
}

.thumbs img {
	display: block;      /* prevent text from flowing on the side */
	height: 250px;       
	text-align: left;
	margin: auto;
	padding: 0px;
	border: 2px solid;
  }
 
#others {
	background-color: #ffc;
	width:400px;
	margin:15px;
	padding:5px;
	border:2px solid navy;
	clear:left;
 }
 
#others H2{
 	font: bold 14px/16px verdana, arial, helvetica, sans-serif;
 }
 
#topnavlist{
	position: absolute;
	top:5px;	right: 0px;}

#topnavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.chatbutton {
	position:static;
	text-align:right;
	right:20px;
	bottom: 10px;
	padding:2px;
	margin:0px 25px -30px 0px;
}

.chatbutton a:hover{
	background-color:#fff;
}

td.minus{
	font:bold 11px/13px verdana, arial, helvetica, sans-serif;
	padding:4px;	color: #005;
	}

.productTable{
	position: relative;
	border: 0px #ddd; 
	width: 650px;
	margin: 20px 10px 10px 0px;
	background-color:#fff;
	clear:left;}

.productTable td{
	font:10px/14px verdana, arial, helvetica, sans-serif;
	padding: 0px 5px 0px 3px;
	border: 1px inset;
	vertical-align: middle;
	width:auto;
}

.productTable th{
	padding: 1px 5px 1px 3px;
	border: 1px inset;
	vertical-align: middle;
	text-align: left;	font: bold 10px/15px verdana, arial, helvetica, sans-serif;
	background:#ddd;
	white-space: nowrap;}

.productTable .what{
    font: 12px verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color:#fff;
    padding: 2px;
    background: #333;
}

.callout{
	color:#000;
	margin:20px 300px 10px 20px;
	width:650px;
	position: inherit;	clear: left;}

.disclaim{
	font-size:9px;
	margin-left:10px;
}

.conditionTable{
	position: static;
	border: 2px solid #999;
	min-width:650px;
	width: 650px;
	min-height:200px;
	margin:10px 260px 20px 20px;
	padding:0px 0px 5px 0px;	overflow: visible;
}

.conditionTable th{
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin:5px 0px 30px 0px;
	padding: 0px 20px 1px 0px;
	border-bottom: 1px #999 ridge;
	border-right: 1px #999 ridge;
	border-left: 0px #999 ridge;
	vertical-align: middle;
	}
.conditionTable td{
	font:9px/10px verdana, arial, helvetica, sans-serif;
	width:33%;
	text-align:justify;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #999 ridge;
	border-right: 1px #999 ridge;
	border-left: 0px #999 ridge;
	vertical-align: top;
}

.scrolldown {
	font:bold 11px/20px verdana, arial, helvetica, sans-serif;
	color: #999;
	text-align: inherit;
	padding:0px;
	}

td.minus{
	font:bold 11px/13px verdana, arial, helvetica, sans-serif;
	padding:4px;	color: #005;
	background-color: #d6ff96;
	}

.used{
	background-color: #dddaff;}

.reconditioned{
	background-color: #ffcdc6;
}

.new{
	background-color: #8eedaf;
}

.newmaterial{
	background-color: #faff7b;
	margin:0px 0px 0px 20px;
	width:600px;
	border:1px red solid;
	padding:5px;
}


.fastquote {
	margin-bottom:10px;

}

.fastquote img{
	border:1px solid;
}

.fastquote a{
	font-size:52px;
}

.fastquote a:hover{
	background:#FFF;
}

#product ul {
	list-style-type:none;
	margin: 50px 0px 0px 20px;
	}

li {
	margin-top:0px;
	position:relative; /* IE needs this in order to recognize links in all columns */
	}
	
.col1 {
	position: relative;
    margin-left:10px;	}
	
.col2 { /* col2 - miscoltop : these allow for split unordered lists.  miscoltop has to be seperately defined because its list is much longer than the others */
    margin-left:250px;	}
    
.col3 {
    margin-left:510px;
	}

.coltop {
    margin-top:-220px;
	}

#product p{
	margin:0px 0px 0px 45px;}

.list img{
float:left;
height:170px;
}

.buttons{text-align: center;
}


.linkTable{
	width:665px;
	border:1px solid black;	color: #000000;	font-family: sans-serif;	font-size: 10px ;
	margin:20px 0px 0px 20px;
	background:#ffc;
	}

.linktable a{
	font-size: 10px;	font-weight: normal;	font-family: sans-serif;
}

.linktable th{
	text-align:left;
	font: 12px sans-serif;
	font-weight: bold;
	}
	
.indent {
	margin-left:20px;
}

.addthis {
	position:absolute;
	top:93px;
	left:78px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}
	
.button1 {
	margin-left:20px;
	margin-top:-20px;
}


#countbox {
    font: 10px bold verdana, arial, helvetica, sans-serif;
	text-align:left;
	margin-top:-10px;
	margin-left: 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	background:#FFFF00;
	width:150px;
	}
	
#helpContent{
	display:none;
}

#help{
	border:1px solid black;
	margin:20px 0px 0px 20px;
	padding:5px;
	height:140px;
	width:500px;
	color:;	overflow: hidden;	background-color: #ccd7f6;}

#help h2{
	font: bold 16px verdana, arial, helvetica, sans-serif;}

#help a{
	font: 12px bold verdana, arial, helvetica, sans-serif;
}

#help img{
	float:left;
	border:1px solid black;
	margin:0px 10px 0px 0px;
}

#sendtofriend{
	position:absolute;
	top:110px;
	right:135px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}
	
.tagline{
	margin:10px 0px 0px 0px;
	font-size: 100%;
}
