body
{
    background-color: #F4F4F4;
    overflow: auto;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.MainTable
{
    border: solid 1px Black;
    width: 900px; 
    height: 70px;
}

table.MainContents
{
    background-color: White;
    padding: 5px 5px 5px 5px;   
    border: solid 0px Black;
    width: 100%;
}

td.MainHeader
{
	text-align: center;
	background: White; 
	font-size: 50px; 
	color: Blue; 
	font-weight: bold;
	color: Blue;
	width: 900px;
}

td.MainMenu
{
    background: #FFFFFF;
    height: 25px;
    vertical-align: bottom;
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: 100%;
}

td.MainSiteMapPath
{
    background: #1e90ff;
    height: 30px;
    width: 100%;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}


td
{
    vertical-align: top;
}

table.info
{
    border: solid 1px #1e90ff;
    width: 100%;
}

td.infoHeader
{
    color: White;
    font-weight: bold;
    background-color: #1e90ff;
    
    font-family: Verdana;
}



td.contentPlaceHolder
{
    height: 500px;
    background-color: #FFFFFF;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px 10px;
    text-align: left;
}

td.footer
{
    background: #1e90ff;
    height: 20px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}

tr.alternateColour1
{
    background: #FFFFFF;
    height: 20px;
    vertical-align: middle;
    text-align: left;
}
tr.alternateColour2
{
    background: #DDDFE0;
    height: 20px;
    vertical-align: middle;
    text-align: left;
}

table.mainTable
{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px 10px 0px 10px;
    text-align: left;
}

span.productheader
{
    color: #1e90ff;
    text-decoration: none;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
}

/* ---------- Links/Menu ---------- */

a
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
}


a.textlink
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
}

a.textlink:hover
{
    text-decoration: underline;
}

.thumbnail
{
    position: relative;
    z-index: 0;
}
.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}
.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    left: -1000px;
    border: 1px solid black;
    background-color: white;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -90px;
    left: 30px; /*position where enlarged image should offset horizontally */
}

