﻿#TdspLogo
{
    float: left;
}

#ToshibaLeadingLogo
{
     float: right;
     position: relative;
     top: 10px;
}

#CompanyTitle
{
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: x-large;
    color: #CD4A4A;
}

#MasterDiv
{
    min-width: 848px;
    width: 848px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}

#MainNavigationBar
{
    text-align: center;
    margin-top: 10px;
    
    padding: 10px;
    background-repeat: repeat-x;
    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	/*background-color: #CD4A4A;*/
	background-image: url('../../Images/Common/RedBackground.png');
	background-repeat: repeat-x;
	background-position: center center;
}

#MasterContentDiv
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#CopyrightMessage
{
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #CD4A4A;
}

#WebsiteBestView
{
    text-align: right;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #CD4A4A;
}

#HomePageQuickLinkBlock
{
    width: 20%;
    float: right;
}

#HomePageQuickLinkBlock a
{
    text-decoration: none;
    color: #CD4A4A;
}

#HomePagePromotionBlock
{
    width: 32%;
    float: left;
}

#HomePageProductBlock
{
    width: 38%;
    float: left;
}

#HomePageNewsUpdateBlock
{
    margin-left: 2%;
    width: 44%;
    float: left;
}

#HomePageNewsUpdateBlock a
{
    text-decoration: none;
}

#HomePageNewsUpdateBlock a:hover
{
    text-decoration: underline;
}

#ProductHomeDirectoryBar
{
    text-align: center;
}

#ProductHomeDirectoryBar a
{
    text-decoration: none;
    display: inline-block;
    padding: 7px;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: Silver;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: Silver;
    font-weight: bold;
    background-color: #FAF2F2; /*#E5F2F5;*/
    color: #CD4A4A; /*rgb(225, 112, 9);*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

#ProductHomeDirectoryBar a:hover
{
    background-color: Red;
    color: White;
}

#Disclaimer
{
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
}

#MasterFooterDiv
{
    margin-top: 10px;
}

#ISOMessageBlock
{
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
}