body {  
	background: #D0D0DF url(img/bg_gradient.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px;
	cursor: default;
	scrollbar-3dlight-color:#003;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color:#003;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:#003;
	scrollbar-highlight-color:#CCC;
	scrollbar-shadow-color:#333;
}
body, p, div, td, input, select, textarea { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	/*border: 1px solid #F00;*/
} 
.cleared {
	clear: both;
	display: block;
	width: 100%;
}
#crystaltech {
	clear: both;
	display: block;
	padding: 10px 0px;
	width: 100%;
}
.del {
	text-decoration: line-through;
}
/*
	for power tools
*/
.head {
	background: #000;
	font-weight: bold;
	width: 750px;
}
.head a {
	color: #FFF;
	display: block;
	text-align: left;
	padding: 3px;
}
.heading {  
	font-weight: bold; 
	color: #FFF; 
	background-color: #333; 
	padding: 3px;
	white-space: nowrap;
}
/*
	holds the list of links on the main page
*/
.linkListHolder {
	/*border: 1px solid #F00;*/
	clear: both;
	margin:20px;
	/*width: 750px;
	width: 90%;*/
}
.linkListHolder ul {
	/*border: 1px solid #F00;*/
	margin: 0 10px 0 0;
	padding: 1px 1px 15px 1px;
	float: left;
	width: 220px;
}
.linkListHolder form {
	margin: 0px;
	padding: 0px;
}
.linkListHolder ul li {
	list-style-type: none;
	text-align: left;
}
.linkListHolder ul li input {
	width: 98%;
}
.linkListHolder ul li a {
	color: #006; 
	display: block;
	padding: 3px;
	/*width: 100%;*/
}
.linkListHolder ul li a:hover {
	color: #00C; 
	background: #FFF;
	text-decoration: none;
}
.main {
	background: #EEE; 
	text-align: center;
	margin: auto;
	width: 1000px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height: 100%;
	padding: 10px 0px;
	overflow: hidden;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
}
.menu {
	background: #DDD;
	border-top: 1px solid #FFF;
	display: block;
	white-space: nowrap;
	width: 100%;
}
.menu ul {
	border-left: 2px groove #FFF;
	height: 26px;
	margin: 0px auto;
	padding: 0px;
	/*width: auto;*/
	width: 610px;
}
.menu ul li {
	border-right: 2px groove #FFF;
	float: left;
	list-style-type: none;
	margin: 0px;
	width: 120px;
}
.menu ul li a {
	color: #006;
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	width: 100%;
}
.menu a:hover {
	background-color: #FFF;
	color: #600;
	text-decoration: underline;
}
.links a {  
	color: #333;
	display: block; 
	padding: 3px; 
	width:100%; 
}
.links a:hover { 
	text-decoration:none; 
	background:#E2E5D4; 
}
.flashHolder {
	background-image:url(img/addison05.jpg);
	background-position: center;
	background-repeat: repeat-x;
	border-top: 1px solid #333;
	border-bottom: 1px solid #DDD;
	display: block;
	width: 100%;
}

/*
	for power tools
*/
table#tools {
	border-collapse: collapse;
	width: 750px; 
}
table#tools td {
	border: 1px solid #000;
	padding: 0px;
	width: 150px; 
}
table#tools td a {
	background: #DDF;
	padding: 4px;
	color: #009;
	display: block;
	/*width: 100%;*/
}
table#tools td a:hover {
	background: #FFF;
	color: #900;
}
