/* Graphic design Tables And Cells
----------------------------------------------- */

/* Main Content Tables And Cells
----------------------------------------------- */

table.logo-navigation-container
{
width:100%;
}

td.logo-cell
{
width:190px;
text-align:left;
vertical-align:top;
}

td.navi-mood-cell
{
text-align:left;
vertical-align:bottom;
background-image:url(images/instro-top-mood.jpg);
background-repeat:no-repeat;
background-position:left top;
}

table.navigation-container
{
width:100%;
background-color:#FF0000;
}

td.navigation-search-cell
{
text-align:right;
vertical-align:middle;
padding-right:10px;
}

/* Main Content Tables And Cells
----------------------------------------------- */

table.content-container
{
width:550px;
}

td.content-cell
{
text-align:left;
vertical-align:top;
}

/* Secondary navigation Cells
----------------------------------------------- */

td.secondary-navigation-cell
{
width:190px;
text-align:center;
vertical-align:top;
background-color:#FF3333;
background-image:url(images/instro-navi-bg.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}

/* Index Table And Cells
----------------------------------------------- */

table.index-column-container
{
width:550px;
}

td.index-column-cell
{
width:170px;
text-align:left;
vertical-align:top;
}

/* Product Table And Cells
----------------------------------------------- */

table.product-container
{
width:550px;
}

td.product-title-cell
{
text-align:left;
vertical-align:top;
}

td.product-image-cell
{
text-align:left;
vertical-align:top;
width:100px;
}

td.product-description-cell
{
text-align:left;
vertical-align:top;
width:390px;
}

/* News And Events Table
----------------------------------------------- */

table.news-events-container
{
width:160px;
margin-top:10px;
margin-bottom:10px;
}

td.news-events-top-content
{
font-weight: bold;
font-size: 16px;
text-align: center;
color:#FF3300;
background-image:url(images/news-events-top.gif);
background-repeat:no-repeat;
background-position:left top;
}

td.news-events-content
{
text-align:left;
vertical-align:top;
padding-left:10px;
padding-right:10px;
background-color:#FFCCCC;
text-align: center;
}

/* Form Table And Cells
----------------------------------------------- */

table.form-container
{
width:550px;
}

td.form-left-cell
{
width:260px;
text-align:left;
vertical-align:top;
}

td.form-right-cell
{
width:260px;
text-align:left;
vertical-align:top;
}

/* Bottom Navigation Table
----------------------------------------------- */

table.bottom-navigation-container
{
width:100%;
background-color:#000000;
}

td.bottom-navigation-cell
{
text-align:center;
vertical-align:middle;
}

/* Copyright Table
----------------------------------------------- */

table.bottom-credit-container
{
width:100%;
}

td.bottom-credit-cell
{
text-align:right;
vertical-align:top;
}

