body
{
background-color: #f2f2f2;
font-family: arial;
}


table
{
background-color: #ffffff;
}

table.small
{
background-color: #ffffff;
font-size: 67%;
}



a:link {color: #6B8E23}    /*0080ff*/
a:visited {color: #5a7d12}
a:hover {color: #0080ff}


div.container
{
width:80%;
padding: 2%;
background-color: #ffffff;
}

div.indent
{
width: 80%;
text-align: justify;
}

div.indentright
{
width: 80%;
text-align: right;
}

img.right
{
float: right;
}

img.left
{
float:  left;
}


/*NEW BELOW */

#page_top {
	background: url(graphics/page_top.png) repeat-x 0 0;}







#logo {
	position: absolute;
	top: 35px; left: 20;
}
#logo a {
	display: block;
	height: 71px;
	padding: 0 30px 0 0;
}




/* @group Menus */
ul.menu {
	list-style: none;
}
#header .menu {
	position: absolute;
	top: 62px;right: 0;
}
#header .menu li {
	float: left;
	margin: 0 0 0 15px;
}
#header .menu a {
	background: url(graphics/menu.jpg) no-repeat;
	display: block;
	float: left;
	height: 58px;
	text-indent: -9999em;
	width: 120px;
}
#header .menu a:hover {
	opacity: 0.5;
}
#header .menu .active a:hover {
	opacity: 1;
}
#header .menu .home {
	background-position: 0 0;
}
#header .menu .aboutfabrics {
	background-position: -135px 0;
}
#header .menu .selectfabrics {
	background-position: -270px 0;
}
#header .menu .order {
	background-position: -405px 0;
}
#header .menu .aboutus {
	background-position: -540px 0;
}
#header .menu .active .home {
	background-position: -675px 0;
}
#header .menu .active .aboutfabrics {
	background-position: -810px 0;
}
#header .menu .active .selectfabrics {
	background-position: -945px 0;
}
#header .menu .active .order {
	background-position: -1080px 0;
}
#header .menu .active .aboutus {
	background-position: -1215px 0;
}