/* CSS Document */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding:0px;
	margin-left:0px;

}
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #66CC00;
}

.main .submain {
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;


}
.main  .subblock{
		margin-top:7px;
	margin-bottom:7px;
}

.main .submain .subsubmain{
	line-height: 18px;
	text-transform: lowercase;
	font-weight: normal;
}


ul {
	padding-left: 8px;
	margin-left:0px;
	list-style-type: none;
}
.main #Fabrics {
	line-height: 18px;
	font-weight: normal;
}