﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
}
.wrapper 
{
    margin: 0 auto 0 auto;
    margin-top: 5px;
    text-align: left; /* Reset text alignment for Western languages. */
    width: 800px;
    position: relative;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #9999cc;
}
.StackLeft
{
    float: left;
}
.StackRight
{
    float: right;
}
.StackNone
{
    clear: both;
}
.NeonButton
{
    background-image: url('bouton.gif');
    background-repeat: no-repeat;
    width: 92px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    vertical-align: middle;
}
.NeonButton a
{
    display: block;
    text-decoration: none;
    color: #333399;
}
.DashedShadowedLine
{
    width: 100%;
    background-image: url('seperator.gif');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    height: 1px;
}
#divLeftPane
{
    float:left;
    margin-top: 10px;
    width:200px;
}
.FirstLine
{
    height: 5px;
    background-image: url('1x5.gif');
    background-repeat: repeat-x;
    width:100%;
}
.FirstLineLeftCorner
{
    background-image: url('Upper-Left-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:left;
}
.FirstLineRightCorner
{
    background-image: url('Upper-Right-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:right;
}
.Clearing
{
    margin: 0;
    padding: 0px;
    height: 0;
    clear: both;
}
.BodyBlock
{
    background-image: url('1x63.gif');
    background-repeat: repeat-x;
    width: 198px;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
}
.BodyBlock h1
{
    font-size: larger;
    color: #666699;
    margin: 0;
    font-style: italic;
}
.LastLine
{
    width: 200px;
    height: 5px;
    background-color: #666699;
}
.LastLineLeftCorner
{
    background-image: url('Lower-Left-Corner.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.LastLineRightCorner
{
    background-image: url('Lower-Right-Corner.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
#divRightPane
{
    float:right;
    margin-top: 10px;
    width:241px;
}
.RightPaneFirstLine
{
    height: 5px;
    background-image: url('RightPane-1x5.gif');
    background-repeat: repeat-x;
    width:100%;
}
.RightPaneFirstLineLeftCorner
{
    background-image: url('RightPane-Upper-Left-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:left;
}
.RightPaneFirstLineRightCorner
{
    background-image: url('RightPane-Upper-Right-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:right;
}
.RightPaneBodyBlock
{
    width: 239px;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
    height: 185px;
}
.RightPaneLastLine
{
    width: 100%;
    height: 5px;
    background-image: url('Down-1x5.gif');
    background-repeat:repeat-x;
}
.RightPaneLastLineLeftCorner
{
    background-image: url('RightPane-Lower-Left-Corner.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.RightPaneLastLineRightCorner
{
    background-image: url('RightPane-Lower-Right-Corner.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
/********************** PublicBase ****************************/
#divPageHeader
{
    background-image: url('growing-online-business.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    height: 233px;
}
#GrowingOnlineBusiness
{
    width: 619px;
    height: 143px;
}
#divMessageInHeader
{
    color: #9999cc;
    width: 78px;
    margin: 20px 20px 20px 520px;
    line-height: 18px;
}
#divLogo
{
    height: 143px;
}
#divLogo img
{
    padding-top: 30px;
    margin-left: 30px;
}
.divMainMenu
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.divMainMenu li
{
    display: inline;
    float: left;
    vertical-align: middle;
    text-align: center;
}
.divMainMenu a
{
    float: left;
    padding: 5px 5px;
}
.divBottomMenu
{
    text-align: center;
    width: 100%
}
.divBottomMenu a
{
    text-decoration: none;
    color: #aaaaaa;
    font-size: x-small;
    vertical-align: middle;
}
/**************************************************************/
/******************** Default.aspx ****************************/
#pLeftPaneMessage
{
    height: 63px;
}
#divLeftPanelMessage
{
}
.LeftPanelMessage
{
    margin: 0;
    padding: 0 5px;
}
#pLeftPaneMessage a
{
    text-decoration: none;
    display: block;
    color: #666699;
}
.LeftPaneImage
{
}
.LeftPaneImage img
{
    margin: 4px 0;
}
#pLeftPaneChoosePlan
{
    height: 30px;
    background-image: url('1x50.gif');
    background-repeat: repeat-x;
    margin: 0;
    padding: 10px 5px;
}
#pLeftPaneLimitedBudget
{
    height: 30px;
}
.LeftPaneLimitedBudget
{
    background-color: #ccccff;
    margin: 4px 0;
    padding: 10px 5px;
}
.LeftPaneLimitedBudget a
{
    text-decoration: none;
    display: block;
    color: #666699;
}
.LeftPaneLimitedBudget a:hover
{
    text-decoration: underline;
}
#pLeftPaneStartNewBusiness
{
    height: 30px;
}
.LeftPaneStartNewBusiness
{
    color: white;
    background-color: #9999cc;
    margin: 0;
    padding: 10px 5px;
}
.LeftPaneStartNewBusiness a
{
    text-decoration: none;
    display: block;
    color: white;
}
.LeftPaneStartNewBusiness a:hover
{
    text-decoration: underline;
}
#pLeftPanePerfection
{
    height: 29px;
}
.LeftPanePerfection
{
    color: white;
    background-color: #666699;
    padding: 10px 5px 6px 5px;
    margin: 4px 0 0 0;
}
.LeftPanePerfection a
{
    text-decoration: none;
    display: block;
    color: white;
}
.LeftPanePerfection a:hover
{
    text-decoration: underline;
}
.divSEO
{
    background-image: url('SEO.gif');
    background-repeat: no-repeat;
    width: 241px;
    height: 186px;
    margin-top: 10px;
    padding: 3px 5px;
}
.divSEO a
{
    text-decoration: none;
    color: #333366;
    cursor: pointer;
}
.divSEO a:hover
{
    color: #666699;
}
#divCenterPane
{
    float:left;
    width: 339px;
    margin-top: 10px;
    margin-left: 10px;
}
.CenterPaneFirstLine
{
    height: 5px;
    background-image: url('CenterPane-Top.gif');
    background-repeat: no-repeat;
    width:339px;
}
.CenterPaneFirstLineLeftCorner
{
    background-image: url('CenterPane-Upper-Left-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:left;
}
.CenterPaneFirstLineRightCorner
{
    background-image: url('CenterPane-Upper-Right-Corner.gif');
    width: 5px;
    background-color: White;
    height: 100%;
    float:right;
}
.CenterPaneBodyBlock
{
    width: 337px;
    height: 412px;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
    background-image: url('Afordable-web-design.jpg');
    background-repeat:no-repeat;
    background-position: right top;
}
.CenterPaneBodyBlock a
{
    display:block;
    text-decoration: none;
    color: #666699;
}
.CenterPaneBodyBlock a:hover
{
    text-decoration: underline;
}
.CenterPaneLastLine
{
    background-image: url('CenterPane-Bottom.gif');
    background-repeat: no-repeat;
    width: 339px;
    height: 5px;
}
.CenterPaneLastLineLeftCorner
{
    background-image: url('CenterPane-Lower-Left-Corner.gif');
    width: 5px;
    float:left;
    background-color:White;
    height: 100%;
}
.CenterPaneLastLineRightCorner
{
    background-image: url('CenterPane-Lower-Right-Corner.gif');
    width: 5px;
    float:right;
    background-color:White;
    height: 100%;
}
.IntroductionMessage
{
    font-family: Courier;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 30px;
    width:140px;
    font-size:x-large;
}
.ImportantMessage
{
    font-family: Arial Narrow, Verdana, Sans-Serif;
    margin-left: 20px;
    font-size:28px;
    width:150px;
    color: #333366;
}
.pDarkMessage
{
    height: 25px;
    background-image: url('RightPane-1x25.gif');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0 5px;
    margin-bottom: 5px;
}
.pDarkMessage a
{
    text-decoration: none;
    display: block;
    color: #666699;
}
.RightPaneRemaining
{
    padding-right: 5px;
    padding-left: 5px;
}
.RightPaneRemaining p
{
    text-align:center; 
    margin:0; 
    padding: 0;
}
.RightPaneRemaining img
{
    padding: 5px;
}
.RightPaneRemaining a
{
    text-decoration: none;
    color: #666699;
}
.RightPaneRemaining a:hover
{
    text-decoration: underline;
}
#ProfitImage
{
    text-align: center;
    padding-top: 10px;
}
.SEOTitle
{
    font-size: larger;
    margin: 0;
    font-style: italic;
    padding:  5px;
    color: #666699;
}
.SEOTitle a
{
    text-decoration: none;
}
/**************************************************************/
/************************ web design **************************/
#divWebSiteDesignLeft
{
    float:left;
    margin-top: 10px;
    margin-right: 10px;
    width:250px;
}
#divWebSiteDesignRight
{
    float:right;
    margin-top: 10px;
    width: 540px;
    
}
#divMainText
{
    width: auto;
    border-left: solid 1px #ccccff;
    border-right: solid 1px #ccccff;
    color: #666699;
    padding: 5px 60px 5px 220px;
    margin-top:0;
    padding-top:0;
    background-image: url('Web-Design.jpg');
    background-repeat: no-repeat;
    min-height: 197px;
}
#divMainText p
{
    margin:0;
    padding:0;
    padding-top: 10px;
}
.ServicePlan
{
    float: left;
    width: 30%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-align: center;
    height: 100%;
}
.ServicePlan p
{
    text-align:left;
    margin-top: 5px;
    padding-top: 0;
}
.ServicePlan a
{
    display: block;
}
/**************************************************************/
/************************ About us **************************/
#divAboutUsLeft
{
    float:left;
    margin-top: 10px;
    margin-right: 10px;
    width:200px;
}
#divAboutUsRight
{
    float:right;
    margin-top: 10px;
    width: 590px;
    
}
#divAboutUsRight li
{
    padding-bottom: 10px;
}
.RequiredInfo
{
    color: Red;
    font-size: x-small;
}
/**************************************************************/
/************************ Contact us **************************/
.GeneralFormLeft
{
    padding: 5px;
    text-align: right;
    width: 45%;
}
.Finished
{
    vertical-align: middle;
}
.Finished img
{
    vertical-align: middle;
}
.Finished span
{
    vertical-align: middle;
}
.GeneralFormRight
{
    padding: 5px;
    text-align: left;
    width: auto;
}
.ContactUsForm
{
    padding: 10px;
}
.ContactUsForm h2
{
    text-align: left;
    width: auto;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 16px;
    vertical-align: middle;
}
.AlignCellTop tr
{
    vertical-align: top;
}
.AlignCellTop table
{
    width: 100%;
}
.GeneralFormAction
{
    padding: 5px;
    text-align: Center;
    width: 45%;
    border: solid 1px #ccccff;
}
.nextPrevious
{
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.nextPrevious ul
{
}
.nextPrevious li
{
    display: inline;
    list-style-type: none;
    float:right;
    margin-left: 5px;
    margin-right: 5px;
}
.lowerLeftPane
{
    text-align: center;
    margin-top: 20px;
}
/**************************************************************/
/********************************* web design base ****************************/
#divWebDesignRight
{
    float:right;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:0;
    width: 73.75%;
}
.WebDesignSummary
{
}
.WebDesignSummary img
{
    float:right;
    padding: 0;
    margin: 0;
}
.SEOSummary
{
    text-align:justify;
}
.SEOSummary img
{
    float:right;
    padding: 0;
    margin: 0 10px 15px 15px;
}
.SEOSummary h2
{
    font-size: larger;
    color: #666699;
    margin: 0;
}
.SEOSummary strong
{
    font-weight:normal;
    font-style: italic;
}
.GeneralMessage
{
    text-align:center;
    margin-top: 20px;
    margin-left: 12.5%;
    width: 75%;
    text-align:center;
}
.GeneralMessage a
{
    text-decoration: none;
    color: #666699;
}
.GeneralMessage a:hover
{
    text-decoration: underline;
}
/******************************************************************************/
/************************* Custom plan ****************************************/
.CustomDesignSummary
{
    float: left;
    width: 43%;
    text-align:justify;
}
.CustomDesignCallToAction
{
    float:right;
    width: 55%;
}
.CustomDesign
{
    width: 100%;
}
.InnerAction
{
    padding:20px;
}
.InnerAction p
{
    margin-bottom: 20px;
}
.CustomDesignCharacteristics
{
}
.CustomDesignCharacteristics img
{
    float: left;
    padding: 0 15px 15px 15px;
    margin: 0 15px 15px 15px;
}
/******************************************************************************/
/****************************** SEO *******************************************/
.SEOOnlineMarketingPreHead
{
    margin-top:10px;
}
.SEOPlansLeft
{
    float: left;
    width: 33%;
    margin-right: 1%;
    margin-top: 10px;
}
.SEOPlansRight
{
    float: right;
    width:32%;
    margin-top: 10px;
}
/******************************************************************************/
/****************************** OM - Online Marketing *******************************************/
.OMPlansLeft
{
    float: left;
    width: 63.5%;
}
.OMPlansRight
{
    float: right;
    width:35%;
    margin-top: 10px;
}
.OMPlansRight p
{
    text-align: center;
    width: 100%;
}
.InterestedNeonButton
{
    background-image: url('Interested-Button.gif');
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 23px;
    text-align: center;
    line-height: 23px;
    vertical-align: middle;
}
.InterestedNeonButton a
{
    display: block;
    text-decoration: none;
    color: #333399;
    margin-right: 30px;
    margin-left:30px;
}
/******************************************************************************/
