<Style>

html {
	margin: 0;
	padding: 0;
	}
	
body {
text-align: justify;
font: 12px 'Helvetica Nueu', Arial, sans-serif; color: #C5C3AC;
background-color: #626530;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: white;
scrollbar-shadow-color: #626530;
scrollbar-arrow-color: #626530;
scrollbar-3dlight-color: #626530;
margin: 2;

}
hr {border: 1px dotted #77795B; border-style: none none dotted;
}

h1 {font: normal 25px Arial, sans-serif; color:#fff;
	font-weight: lighter;
	margin: 0 0 20px 0 ;
	}

h2 {font: lighter 16px  Arial, Helvetica, sans-serif; color:#fff;
margin:0px;
}

#sidebar h2 { font-size:20px; line-height:20px; color:#FFFFFF; margin:0 0 2px 0; font-weight:normal; }

.right
{float:right;
margin: 0;
}

.right2
{float:right;
margin: 0;
border: 1px solid #fff;
}

b	{font: 12px Arial, Georgia, Times, serif; font-weight: bold; color: #fff;}

table, tr {
  	font: normal 11px Arial, Georgia, Times, serif;
	color: #C5C3AC;
	background-color: #626530;
	text-align: left;
	background-image:url('bgpinkjpg');
	background-repeat: repeat; 
	background-attachment: fixed;
	}
	
.border { border:1px solid #FFF;
margin: 0;
padding:20px;
width: 390px;
background-color: #494C24;
}

.border2 { border:1px solid #FFF;
margin: 0;
padding:20px;
width: 880px;
background-color: #494C24;
}

.borderfabrics { border:1px solid #FFF;
margin: 10px;
padding:20px;
float: left;
background-color: #494C24;
}

.tablebg{
border: 5px solid #FEFEFD;
}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFF;
	}
	
a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #E6AF6D;
	}
	
img {
border: 1px solid #fff;
}

.opacity a{ 
filter: Alpha(opacity=100); /* IE */ 
-moz-opacity: 1.0; /* Mozilla */ 
} 

.opacity a:hover { 
filter: Alpha(opacity=50); 
-moz-opacity: 0.5; 
}

shadow img {}
.verticleleft {background: url(stitch_verticle.jpg) left repeat-y;}
.verticleright {background: url(stitch_verticle.jpg) right repeat-y;}
.horizontaltop {background: url(stitch_horizontal.jpg) repeat-x top;}
.horizontalbottom {background: url(stitch_horizontal.jpg) repeat-x bottom;}

.opacity a{ 
filter: Alpha(opacity=100); /* IE */ 
-moz-opacity: 1.0; /* Mozilla */ 
} 

.opacity a:hover { 
filter: Alpha(opacity=50); 
-moz-opacity: 0.5; 
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #C5C3AC;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -100px;
border: 0px solid white;
visibility: hidden;
text-decoration: none;
color: #C5C3AC;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
margin: 0 10px 0 0;
img-align: left;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: -1;
}


#multi-level {height:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:10px; top:8px; z-index:10px; font-size:15px; color:white; letter-spacing: -1px} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:120px; margin:0; background:url(multi_level-files/topmenu_about_over.gif) no-repeat;}
.menu li.p2 {width:120px; margin:0; background:url(multi_level-files/topmenu_fabrics_over.gif) no-repeat;}
.menu li.p3 {width:120px; margin:0; background:url(multi_level-files/topmenu_lighting_over.gif) no-repeat;}
.menu li.p4 {width:120px; margin:0; background:url(multi_level-files/topmenu_clients_over.gif) no-repeat;}
.menu li.p5 {width:120px; margin:0; background:url(multi_level-files/topmenu_contact_over.gif) no-repeat;}
.menu li.p6 {width:120px; margin:0; background:url(multi_level-files/topmenu_services_over.gif) no-repeat;}
.menu li.p7 {width:120px; margin:0; background:url(multi_level-files/topmenu_customize_over.gif) no-repeat;}
.menu li.p8 {width:120px; margin:0; background:url(multi_level-files/topmenu_search_over.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#about {width:120px; margin:0; background:url(multi_level-files/topmenu_about.gif) no-repeat;}
.menu li a#fabrics {width:120px; margin:0; background:url(multi_level-files/topmenu_fabrics.gif) no-repeat;}
.menu li a#lighting {width:120px; margin:0; background:url(multi_level-files/topmenu_lighting.gif) no-repeat;}
.menu li a#clients {width:120px; margin:0; background:url(multi_level-files/topmenu_clients.gif) no-repeat;}
.menu li a#contact {width:120px; margin:0; background:url(multi_level-files/topmenu_contact.gif) no-repeat;}
.menu li a#services {width:120px; margin:0; background:url(multi_level-files/topmenu_services.gif) no-repeat;}
.menu li a#customize {width:120px; margin:0; background:url(multi_level-files/topmenu_customize.gif) no-repeat;}
.menu li a#search {width:120px; margin:0; background:url(multi_level-files/topmenu_search.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#fabrics:hover, .menu li:hover a#fabrics,
.menu li a#lighting:hover, .menu li:hover a#lighting,
.menu li a#clients:hover, .menu li:hover a#clients,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#customize:hover, .menu li:hover a#customize,
.menu li a#search:hover, .menu li:hover a#search
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #F5F5F2; padding:3px 0; border:1px solid #C5C3AC; white-space:nowrap; width:153px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:120px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:147px; line-height:20px; text-indent:5px; color:#626530; text-decoration:none; border:3px solid #F5F5F2; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 120px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#D6D4BD; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#6AC367 url(multi_level-files/arrow_over.gif) 120px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#6AC367 url(multi_level-files/arrow_over.gif) 120px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

</Style>