#Layout1-MediaCentreGroups-Container						{ width:600px; height:19px; }
#Layout1-MediaCentreGroups-Wrapper ul 						{  }
#Layout1-MediaCentreGroups-Wrapper ul li					{ list-style:none; float:left; margin-left:10px;  }
#Layout1-MediaCentreGroups-Wrapper ul li a					{ display:block; width:133px; height:19px; text-indent:-9999px; background-position:top left; background-repeat:no-repeat; }
#Layout1-MediaCentreGroups-Wrapper ul li a.COMPANY-DOWNLOADS			{ background-image:url('../grfx/buttons/company-downloads.gif'); }			
#Layout1-MediaCentreGroups-Wrapper ul li a.TECHNICAL-DOWNLOADS				{ background-image:url('../grfx/buttons/technical-downloads.gif'); }		
#Layout1-MediaCentreGroups-Wrapper ul li a:hover			{ background-position:bottom left; }



#Downloads-Table-Container { background:#e8e8e8 url('../grfx/layout/downloads-top.gif') no-repeat top left; margin:0; padding:0; width:694px; position:absolute;  }
#Downloads-Table-Wrapper	{ background:transparent url('../grfx/layout/downloads-bottom.gif') no-repeat bottom left; padding:5px 10px 10px 10px; margin:0px; width:674px; position:relative; }

#Downloads-Table-Wrapper table { width:674px; }


table td,
table th						{ border-bottom:none; margin-bottom:1px; text-align:left;}
table td						{ background-color:#cccccc; }
table td.File					{}

table td.Product				{ font-weight:bold;}
table td.File a					{  background:url('../grfx/layout/bullet.gif') no-repeat 0 3px;	float:right; display:block;  padding:0px 0px 0px 20px; height:15px; color:#3a4e9f; }
table td.File a:hover			{ text-decoration:underline; }


/*

<div id='Layout1-MediaCentreGroups-Container'>
   <div id='Layout1-MediaCentreGroups-Wrapper'>
      <ul>
         <li  class='first' ><p><a href='downloads.asp?dlgid=7'>Company Downloads</a></p></li>

         <li  class='last' ><p><a href='downloads.asp?dlgid=8'>Technical Downloads</a></p></li>
      </ul>
   </div>
</div>
<div id='Layout1-MediaCentreGroups-Footer'></div>
<div id='Downloads-Table-Container'>
   <div id='Downloads-Table-Wrapper'>
      <table summary='Downloads' id='Downloads' cellspacing='0'>
         <tr>
            <th width='60%' class='Product' scope='col'>Description</th>

            <th width='10%' class='Format' scope='col'>Format</th>
            <th width='10%' class='Size' scope='col'>Size</th>
            <th width='10%' class='Posted' scope='col'>Posted</th>
            <th width='10%' class='Download' scope='col'>Download</th>
         </tr>
         <tr>
            <td nowrap class='Product'>Caparo Group Directory</td>

            <td nowrap class='Format'>PDF</td>
            <td nowrap class='Size'>4,438 kb</td>
            <td nowrap class='Posted'>02 June 2008</td>
            <td nowrap class='File'><a target='_blank' href='../_assets/7901.pdf'>Download</a></td>
         </tr>
      </table>
   </div>

</div>
<div id='Downloads-Table-Footer'></div>


*/