/* Sean Pierce Handcrafted Oak Buildings Tables And Cells
----------------------------------------------- */


/* Logo Table And Cells
----------------------------------------------- */

table.logo-top-container
{
width:850px;
}

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

td.right-top-cell
{
width:600px;
text-align:left;
vertical-align:top;
background-image:url(images/top-bar-bg.jpg);
background-repeat:no-repeat;
background-position:left top;
border-left:3px #003300 solid;
}

/* Orange Table And Cells
----------------------------------------------- */

table.orange-container
{
width:850px;
background-color:#FF9933;
border-bottom:3px #003300 solid;
}

td.orange-cell
{
width:250px;
text-align:left;
vertical-align:top;
}

/* Navigation And Content Table And Cells
----------------------------------------------- */

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

td.navigation-cell
{
width:250px;
text-align:left;
vertical-align:top;
background-image:url(images/navigation_bg.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}

td.index-content-cell
{
width:600px;
text-align:left;
vertical-align:top;
background-image:url(images/oast-house-bg.jpg);
background-repeat:no-repeat;
background-position:right bottom;
border-left:3px #003300 solid;
}

td.content-cell
{
width:600px;
text-align:left;
vertical-align:top;
border-left:3px #003300 solid;
}

/* Portfolio Table And Cells
----------------------------------------------- */

table.portfolio-container
{
width:540px;
}

td.main-image-cell
{
width:212px;
text-align:left;
vertical-align:bottom;
}

td.portfolio-text-cell
{
width:328;
text-align:left;
vertical-align:top;
padding-bottom:10px;
}

td.small-image-cell
{
width:328;
text-align:left;
vertical-align:bottom;
}

