/*
** HomePage.css
*/



/*
** Main header image and text framework
*/
table.headerBar td
{
   padding: 0;
   vertical-align: top;
}

table.headerBar td.image
{
   width: 300px;
}

table.headerBar td.introductionPanel
{
   padding-left: 10px;
   width: 400px;
}






/*
** Main content table/framework
*/

table#content
{
   margin: 40px 0 0 0;
}

table#content td.main
{
   vertical-align: top;
   width: 400px;
}

table#content td.supplement
{
   vertical-align: bottom;
   width: 300px;
}



/*
** Product/Technical Spotlight
*/
div.spotLight
{
   float: right;
   width: 275px;
}

div.spotLight h1,
div.spotLight h2,
div.spotLight h3
{
   margin-top: 0;
}

div.spotLight div.imageLink
{
   margin-top: 15px;
   text-align: right;
}
