body,html { 

	margin: 0; 
	padding: 0; 
	color: #037; 
	background-color: white; 
	font-family: Verdana;
	font-size: 12px;
	}
h1 {
	font-size: 1.7em;
	font-style: oblique;
	}
h2 	{
	font-size: 1.3em;
	font-style: oblique;
	}
#main  {
	width: 100%;
	}

#sidebar {  
	display: none;
	
	}
#masthead {
	display: none;
	}
#wrap { 
	width: 90%;
	margin:0px auto 0px 0px;
	}
#nav {
display: none;
}
#footer {
	margin-top: 10px;
	clear: both;
	border-top: 1px solid black;
	}
#footer p { 
	text-align: center; 
	color: #fff; 	
	font-size: .8em; 
	padding-bottom: 10px;
	}
#footer ul {
	display: none;
	color: #fff;	
	text-align: center;
	}
#footer ul li {
	display: inline;
	font-size:.8em;
	}
#footer ul li a { 
	color: #fff
	}
.firstindent { 
	list-style-type: disc; 
	}
.secondindent { 
	margin-left: 1em; 
	list-style-type: circle; 
	}
.thirdindent { 
	margin-left: 2em; 
	list-style-type: square; 
	}
.address span {
	display: block;
	}
.product_img {
	float: left;
	}
.top {
	position: relative;
	top: -3em;
	float: right;
	width: 3em;
	
	}
.level2 {
	padding-left: 2em;
	}
.level3 {
	padding-left: 4em;
	}
.level4 {
	padding-left: 6em;
	}
