@charset "utf-8";
/* CSS Document */

.HomePage
{
	position:relative;
	top:3pc;
}

.ImageBoxes
{
	border:none;
	padding:0px;
	border-width:0px;
	margin:0px;
	text-decoration:none;
	border-bottom:none;
	display:block;
}

.Catalogue
{
		position:static;
		top:1pc;
}

.CatalogueTableTopSection
{
	height:100px;
	position:static;
	overflow:hidden;
}

.CatalogueTableLeftMargin
{
	height:400px;
	width:370px;
	position:static;
	overflow:hidden;
	text-align:center;
	table-layout:fixed;
}



.CatalogueTableImageDetail
{
	height:400px;
	width:600px;
	position:static;
	overflow:hidden;
	margin:0px;
	padding:0px;
	text-align:center;
	table-layout:fixed;
	
}

.CatalogueThumbnailSection
{
	height:100px;
	text-align:center;
}



#sidebar {  
height:200px;  
overflow:hidden;  
position:relative;   
}     
  
#menu {  
width:100%;  
list-style:none;  
padding:0;  
margin:0;  
top:0;  
position:relative;  
height:100%;  
width:370px;  
}  
  
#menu li {  
padding:10px 0;  
text-align:left;  
display:block;  
cursor:hand;  
cursor:pointer;  
}  
  
#menu li a {  
background:url() repeat #1f1f1f;  
color:#ddd;  
font-family:helvetica, arial, verdana;  
font-size:14px;  
font-weight:900;  
display:inline;  
padding:20px 8px 5px 20px;  
text-decoration:none;  
}  
  

  

  

