﻿body
{
    font-family: Verdana;
    background-color: #fff0e9;
    font-size:14px;
}


/*-------------MainPage--------------*/

.CssLanguageSwitching
{
    color: #737373;
    font-size:12px;
    text-decoration: none;   
}

.CssLanguageSwitching a
{
    color: #737373;
    font-size:12px;
    text-decoration: none;   
}

.CssMainTopPage
{
    background-image: url(Images/MainPage/MainTopPage.png);
    background-repeat: no-repeat;
    width: 1004px;
    height: 39px;
}

.CssMainLeftBar
{
    background-image: url(Images/MainPage/MainLeftBar.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 537px;    
}

.CssMainCenter
{
    width: 961px;
    background-color: White;
    vertical-align:top;
}


.CssMainRightBar
{
    background-image: url(Images/MainPage/MainRightBar.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 537px;    
}

.CssMainBottomPage
{
    background-image: url(Images/MainPage/MainBottomPage.png);
    background-repeat: no-repeat;
    width: 1004px;
    height: 72px;    
}

.CssTopMainLeftInBox
{
    background-image: url(Images/MainPage/TopMainLeftInBox.png);
    background-repeat: no-repeat;
    width: 369px;
    height: 63px;     
}

.CssTopMainRightInBox
{
    background-image: url(Images/MainPage/TopMainRightInBox.png);
    background-repeat: no-repeat;
    width: 592px;
    height: 56px;
    vertical-align:bottom;
    text-align:right;
    font-size: small;
    color: #4d3819;
}

.CssMainMenuBar
{
    width: 961px;
    height: 34px;
    /*background-color: #e9a890;*/
    background-image: url(Images/MainPage/MenuBarBG.png);
    background-repeat:  repeat;
    text-align:left;
}

.CssMainMenuBar TD
{
    font-family: Verdana;
    font-weight: bold;
    color: White;
}

.CssMainMenuBar a
{
    color: White;
    text-decoration: none;
}

.CssMainMenuBar a:hover
{
    color: #99724b;
    cursor: pointer;
}


/*-------------- Contact Us --------------------*/
.CssContactBorder
{
    border-right: #ffe0cb 1px solid;
    border-top: #ffe0cb 1px solid;
    border-left: #ffe0cb 1px solid;
    border-bottom: #ffe0cb 1px solid;
}

.CssBGSoftPink
{
    background-color: #fff2ec;   
}

.CssBGWhite
{
    background-color: White;  
}

.CssContactTitleText
{
    color: #e4b898;  
    font-weight: bold;
    margin: 25px auto 20px 20px;     
}

.CssContactLogoText
{
    color: #818181;   
    font-size: small;
}

.CssContactText
{
    font-size: small;
    margin-left:10px;
}

.CssContactTitle
{
    font-weight:bold;   
    margin: auto auto auto 20px;
}

.CssContactTextColor
{
    color:#737373;   
}

.CssPortFolioLeft
{
    background-image: url(../../Images/Portfolio/Left.png);
    background-repeat: no-repeat;
    width: 369px;
    height: 503px;  
}

.CssPortFolioLeft2
{
    background-image: url(../../Images/Portfolio/Left2.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 447px;  
}

.CssPortFolioRight
{
    background-image: url(../../Images/Portfolio/TopRight.png);
    background-repeat: no-repeat;    
    width: 592px;
    height: 56px;
    font-size: 12px;
    color : #737373;
}

.CssPortFolioText
{
    color: #737373;
    font-size: 12px;    
}

.CssPortfolioLine
{
    line-height: 20px;
}

.CssFooterText
{
    color: #737373;
    font-size: 11px;
}

.CssFooterText a
{
    color: #737373;
    font-size: 11px;
}

.CssNoBorder
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}