/* -- html styles -- */	

	
p {  
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	font-size: 10px; 
	color: #000;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
	
table {  
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	font-size: 10px;
	color: #000;
	}	
	
th {  
	background-color: #000;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	}	
	
td {  
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	font-size: 10px; 
	color: #000;
	}	
	
a {  
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	}

a:hover { 
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #09c;
	text-decoration: underline;
	}

h2 {
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	font-size: 19px;
	font-weight:bold; 
	color: #09c;
	padding-top: 3px;
}
	
h3 {
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	font-size: 14px;
	font-weight:bold; 
	color: #93c;
	padding-top: 3px;
}
	
h4 {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height:17px;
	font-weight: 900;
	color: #000;
}
	

select {  
	font-family: Verdana, "Trebuchet MS", sans-serif; 
	background-color:#fff; 
	border-style:1px;
	font-size: 10px; 
	color: #000;
}

hr {
	color:#ccc;
	background-color:#ccc;
	width: 95%;
	margin-left:5px;
}


/* -- id styles -- */


#header {
	background-color: #fff;
	margin-bottom: 0px;
	position:absolute;
	top: 0px;
	left: 0px;
	}
	
#main_nav {
	position: absolute;
	top: 64px;
	left: 75px;
	font-size:10px;
	font-weight:bold;
	z-index:100;
}

	#main_nav ul {
		display: inline;
	}

	#main_nav ul li {
		display: inline;
		padding-right: 7px;
	}

	#main_nav a {
		text-decoration: none;
		color: black;
	}

	#main_nav a:hover {
		text-decoration: none;
		color: #09c;
	}

	#main_nav a:active {
		text-decoration: none;
		color: #f36;
	}

	#main_nav a.on {
		color: #09c;
	}
	
	
#leftcol {
	position: absolute;
	left: 0;
	top: 106px;
	width: 150px;
	margin-left: 0px;
	margin-top: 10px;
	color: #000;
	padding: 0px;
	}
	
#content {
	margin: 106px 0px 0px 165px;
	padding:2px 8px 5px 8px;
	color: #000;
}

#text {
	width:410px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	padding: 0px 8px 0px 8px;
}
	
#footer {
	clear: both;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	}
		
/* --- not used but can be ---

#rightcol {
	position: absolute;
	left: 80%;
	top: 106px;
	width: 140px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 3px;
	}
	
*/

/* -- class styles -- */

.price {
	width:100%;
	background-color: #e6e6ee;
	margin-bottom:20px;
}
	
.price th {
	padding:4px;
}

.price td {
	padding:3px;
	border: 1px solid white;
}
