#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
	margin: auto;
}
th {
	text-align: left;
}
.content {
	margin: 0px;
	padding: 0px;
}
.top {
	display: none;
}
.breadcrumbs, .user, .header,  .crumbs, .searchBox{
display: none;
}
.navigation {
	display: none;
}
.footer {
	display: none;
		
		
}

.newsletter {
	display: none;
	border: none;
}

.tools{
	display: none;
}
/***********************
home nav 
***********************/


/***********************
elements
***********************/
a {
	color: #176592;
}





table.pricelist{
	width: 100%;
	margin-bottom: 40px;

	margin-top: 20px;
}

table.pricelist th {
	width: 15%;
	text-transform: lowercase;
}

table.pricelist th.heading {
	width: 70%;
	font-size: 14px;
		color: 		#7199B9;
	text-transform: uppercase;
}
table.pricelist th.heading  strong{
	width: 70%;
	font-size: 14px;
		color: 		#7199B9;
	font-weight: normal;
} 
table.pricelist td {
	border-bottom: 1px dotted #666666;

	color: #666666;
	font-size: 11px;

}
table.pricelist td strong {
	color: #000000;
}

table.pricelist td.product_name {
	color: #000000;

	font-weight: bold;
}