/* Generic HTML styles */

body {
    margin: 0;
    text-align: center;
    background: #131B2D url('../Images/SpaceBackground.png') repeat-x;
}

body, div, td {
    font-family: Arial, /*'Lucida Grande', 'Lucida Sans', Helvetica, Arial,*/ sans-serif;
    font-size: 14px;
}

div
{
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
}

a:link {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:visited {
    color: #fff;
}

#mainview
{
    width: 970px;
    margin: auto;
    border: 0;
}

#TitanicSplash
{
    position: relative;
    width: 972px;
    height: 352px;
    background: url('../Images/TitanicSplash.png') no-repeat;
}

#TitanicSloganSpace
{
    height: 60px;
    position: relative;
}

#TitanicSlogan
{
    position: absolute;
    top: 32px;
    left: 585px;
    width: 0;/*375px;*/
    height: 0;/*20px;*/
    /*background: url('../Images/TitanicSlogan.png') no-repeat;*/
    display: none;
    visibility: hidden;
}

#NavigationBar
{
    position: absolute;
    top: 0;
    left: -9px;
    width: 988px;
    height: 80px;
    background: url('../Images/NavigationBackground.png') repeat-x;
    border: 0;
}

#NavigationLeftCorner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 66px;
    background: url('../Images/NavigationLeftCorner.png') no-repeat;
}

#NavigationRightCorner
{
    position: absolute;
    top: 0;
    left: 982px;
    width: 6px;
    height: 66px;
    background: url('../Images/NavigationRightCorner.png') no-repeat;
}

#NavigationContainer
{
    position: relative;
    height: 66px;
    border: 0;
}

#NavigationUndershadow
{
    
    width: 970px;
    height: 15px;
    background: url('../Images/NavigationUnderShadow.png') no-repeat;
    padding: 0;
    margin: 0;
    border: 0;
}

#content
{
    position: relative;
    background: #000;
}

#ContentText
{
    padding: 32px;
    padding-top: 16px;
    width: 898px;
    height: 325px; /* Important — this sets the default height of the front page content area */
    margin-left: 4px;
    background: #fff;
    clip: rect(0, 898, 800, 0);
}

#mainmenu {
    position: absolute;
    top: 100px;
    left: 4px;
    width: 200px;
    text-align: center;
}

#mainmenu ul {
    list-style-type: none;
    border: 0;
    margin-left: 0;
    padding-left: 0;
    width: 190px;
}

#mainmenu ul li {
    background-color: #99ccff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #dfe8f1;
    border-left: 1px solid #dfe8f1;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
}

#mainmenu ul li a {
    display: block;
    padding: 4px;
    background-color: transparent;
    border: 0;
}

#mainmenu ul li a:link {
    text-decoration: none;
    background-color: #99ccff;
    color: #1d1e26;
}

#mainmenu ul li a:visited {
    text-decoration: none;
    background-color: #99ccff;
    color: #1d1e26;
}

#mainmenu ul li a:hover {
    text-decoration: none;
    background-color: #2227f5;
    color: #fff;
}

ul.slim
{
    list-style-type: none;
    margin: 0;    
    padding: 0;
    /*border: 1px solid silver;*/
}

ul.slim li
{
    display: block;
    text-align: center;
    padding-top: 5px;
}

ul.slim .header
{
    padding: 0;
    background-color: #99ccff;
}

ul.slim h2
{
    margin: 0;   
}

span.yellowbg
{
    background-color: #FEFFE5;
}

.White
{
    color: white;
}

#EndOfPage
{
    position: relative;
    width: 972px;
    height: 38px;
    background: url('../Images/EndOfPage.png') no-repeat;
}

#TitanicSplash
{

}

#ShowWebsiteExamplesButton
{
    position: absolute;
    top: 25px;
    left: 800px;
    width: 166px;
    height: 25px;
    background: url('../Images/FreePriceQuoteButton.png') no-repeat;
    cursor: pointer;
    z-index: 10;
    display:none;
}

#ShowWebsiteExamplesButtonH
{
    position: absolute;
    top: 25px;
    left: 800px;
    width: 166px;
    height: 25px;
    background: url('../Images/FreePriceQuoteButtonH.png') no-repeat;
    cursor: pointer;
    z-index: 15;
    display: none;
}

#ShowWebsiteExamplesClickableLayer
{
    position: absolute;
    top: 25px;
    left: 800px;
    width: 166px;
    height: 25px;
    cursor: pointer;
    z-index: 1000;
}

#RequestReceivedButton
{
    position: absolute;
    top: 259px;
    left: 70px;
    width: 167px;
    height: 36px;
    background: url('../Images/RequestReceivedButton.png') no-repeat;
    cursor: pointer;
    z-index: 20;
}

#TitanicWebDesignLogo
{
    position: absolute;
    top: 18px;
    left: 0px;
    width: 196px;
    height: 32px;
    background: url('../Images/TitanicWebDesign.png') no-repeat;
    cursor: pointer;
    /*display:none;*/
}

#TitanicWebDesignGlowLogo
{
    position: absolute;
    top:-60px;
    width: 977px;
    height: 58px;
    background: url('../Images/TopLogoBar.png') no-repeat;
    display:none;
    z-index: 100000;
}

#ClickableNavigationBlock
{
    position: absolute;
    top: 24px;
    left: 240px;
    width: 700px;
    height: 40px;
    background: transparent;
}

/* Site Navigation Buttons */

#MyPreviousWork
{
    position: absolute;
    top: 0;
    left: 0;
    width: 151px;
    height: 24px;
    background: url('../Images/ButtonMyPreviousWork.png') no-repeat;
    cursor: pointer;
    display: none;
}

#MyServices
{
    position: absolute;
    top: 0;
    left: 170px;
    width: 103px;
    height: 24px;
    background: url('../Images/ButtonMyServices.png') no-repeat;
    cursor: pointer;
    display: none;
}

#HowMuch
{
    position: absolute;
    top: 0;
    left: 287px;
    width: 197px;
    height: 24px;
    background: url('../Images/ButtonHowMuch.png') no-repeat;
    cursor: pointer;
    display: none;
}

#ContactMe
{
    position: absolute;
    top: 0;
    left: 495px;
    width: 103px;
    height: 24px;
    background: url('../Images/ButtonContactMe.png') no-repeat;
    cursor: pointer;
    display: none;
}

#ChooseTitanic
{
    position: absolute;
    top: 0;
    left: 600px;
    width: 108px;
    height: 24px;
    background: url('../Images/ButtonChooseTitanic.png') no-repeat;
    cursor: pointer;
    display: none;
}

/* Control Panel navigation buttons */

#ControlPanel
{
    position: absolute;
    top: 21px;
    left: 21px;
    width: 151px;
    height: 24px;
    background: url('../Images/ControlPanel.png') no-repeat;
    cursor: pointer;
}

#NewsPublisher
{
    position: absolute;
    top: -2px;
    left: 0;
    width: 180px;
    height: 24px;
    background: url('../Images/ButtonControlPanelSiteNewsP.png') no-repeat;
    cursor: pointer;
    display: none;
}

.NewsUpdateTextarea
{
    width: 400px;
    height: 100px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#AdminSiteHandle
{
    position: absolute;
    top: 30px;
    left: 32px;
    width: auto;
    height: 24px;
    color: #fff;
}

#PublishNewsButtonOn
{
    width: 150px;
    height: 31px;
    background: url('../Images/PublishNewsButton.png') no-repeat;
    cursor: pointer;
    display: none;
}

#PublishNewsButtonOff
{
    width: 150px;
    height: 31px;
    background: url('../Images/PublishNewsButtonOff.png') no-repeat;
    cursor: pointer;
    display: block;
}

/**/

#TitanicBackLight1
{
    position: absolute;
    top: 180px;
    left: 83px;
    width: 14px;
    height: 13px;
    background: url('../Images/TitanicBackLight.png') no-repeat;
    display: none;
    z-index: 5;
}

#WebsiteDesignCosts
{
    position: absolute;
    top: -6px;
    left: 654px;
    width: 300px;
    height: 340px;
    background: url('../Images/CalculateWebsiteDesignCosts.png') no-repeat;
    display: none;
    z-index: 6;
}

#QuoteReceivedInfo
{
    position: absolute;
    top: 19px;
    left: 654px;
    width: 300px;
    height: 315px;
    background: url('../Images/ThankYouInfo.png') no-repeat;
    display: none;
    z-index: 19;
}

#CustomInteractiveView
{
    position: absolute;
    top: 19px;
    left: 24px;
    width: 300px;
    height: 340px;
    background: url('../Images/CustomInteractiveView.png') no-repeat;
    display: none;
    z-index: 6;
}

#SelectServicesYouNeed
{
    position: absolute;
    top: -6px;
    left: 341px;
    width: 300px;
    height: 340px;
    background: url('../Images/SelectServicesYouNeed.png') no-repeat;
    display: none;
    z-index: 6;
}

#RequestFreeQuoteButton
{
    position: absolute;
    top: 284px;
    left: 70px;
    width: 167px;
    height: 36px;
    background: url('../Images/RequestFreeQuoteButton.png') no-repeat;
    cursor: pointer;
    z-index: 7;
}

#ButtonSendingRequest
{
    position: absolute;
    top: 284px;
    left: 70px;
    width: 167px;
    height: 36px;
    background: url('../Images/ButtonSendingRequest.gif') no-repeat;
    cursor: pointer;
    z-index: 8;
    display: none;
}

#A, #B, #C, #D, #E, #F, #G, #H, #I, #J, #K, #L, #M, #N, #O, #P, #Q, #R, #S, #T, #U, #V, #W, #X, #Y, #Z, #Z2
{
    position: absolute;
    top: 0;
    left: 0;
    width: 108px;
    height: 117px;
    display: none;
}

#A{
    background: url('../Images/Animation/A.png') no-repeat;
}

#B{
    background: url('../Images/Animation/B.png') no-repeat;
}

#C{
    background: url('../Images/Animation/C.png') no-repeat;
}

#D{
    background: url('../Images/Animation/D.png') no-repeat;
}

#E{
    background: url('../Images/Animation/E.png') no-repeat;
}

#F{
    background: url('../Images/Animation/F.png') no-repeat;
}

#G{
    background: url('../Images/Animation/G.png') no-repeat;
}

#H{
    background: url('../Images/Animation/H.png') no-repeat;
}

#I{
    background: url('../Images/Animation/I.png') no-repeat;
}

#J{
    background: url('../Images/Animation/J.png') no-repeat;
}

#K{
    background: url('../Images/Animation/K.png') no-repeat;
}

#L{
    background: url('../Images/Animation/L.png') no-repeat;
}

#M{
    background: url('../Images/Animation/M.png') no-repeat;
}

#N{
    background: url('../Images/Animation/N.png') no-repeat;
}

#O{
    background: url('../Images/Animation/O.png') no-repeat;
}

#P{
    background: url('../Images/Animation/P.png') no-repeat;
}

#Q{
    background: url('../Images/Animation/Q.png') no-repeat;
}

#R{
    background: url('../Images/Animation/R.png') no-repeat;
}

#S{
    background: url('../Images/Animation/S.png') no-repeat;
}

#T{
    background: url('../Images/Animation/T.png') no-repeat;
}

#U{
    background: url('../Images/Animation/U.png') no-repeat;
}

#V{
    background: url('../Images/Animation/V.png') no-repeat;
}

#W{
    background: url('../Images/Animation/W.png') no-repeat;
}

#X{
    background: url('../Images/Animation/X.png') no-repeat;
}

#Y{
    background: url('../Images/Animation/Y.png') no-repeat;
}

#Z{
    background: url('../Images/Animation/Z.png') no-repeat;
}

#Z2{
    background: url('../Images/Animation/Z2.png') no-repeat;
}

#Overlay
{
    position: absolute;
    top: 0;
    left: 0;
}

.OverlayBlock{
    position: absolute;
    width: 108px;
    height: 117px;
    z-index: 1000;
    display: none;
}

.AA{
    background: url('../Images/Animation/0A.png') no-repeat;
}

.AB{
    background: url('../Images/Animation/0B.png') no-repeat;
}

.AC{
    background: url('../Images/Animation/0C.png') no-repeat;
}

.AD{
    background: url('../Images/Animation/0D.png') no-repeat;
}

.AE{
    background: url('../Images/Animation/0E.png') no-repeat;
}

.AF{
    background: url('../Images/Animation/0F.png') no-repeat;
}

.AG{
    background: url('../Images/Animation/0G.png') no-repeat;
}

.AH{
    background: url('../Images/Animation/0H.png') no-repeat;
}

#footer
{
    color: #fff;
    margin-bottom: 64px;
}

#footer a:link
{
    color: #fff;
}

#footer a:visited
{
    color: #fff;
}

#footer a:hover
{
    color: #fff;
}

#SampleWebsiteNavigation
{
    position: absolute;
    top: 30px;
    left: 585px;
    width: 450px;
    height: 20px;
    display: none;
}

#ExampleSiteButton1, #ExampleSiteButton2, #ExampleSiteButton3, #ExampleSiteButton4, #ExampleSiteButton5, #ExampleSiteButton6, #ExampleSiteButton7
{
    position: absolute;
    width: 45px;
    height: 18px;
    cursor: pointer;
    z-index: 50;
    display: none;
}

#ExampleSiteButtonHighlight1, #ExampleSiteButtonHighlight2, #ExampleSiteButtonHighlight3, #ExampleSiteButtonHighlight4, #ExampleSiteButtonHighlight5, #ExampleSiteButtonHighlight6, #ExampleSiteButtonHighlight7
{
    z-index: 51;
    display: none;
}

#QuoteFormElements
{
    position: absolute;
    top: 85px;
    left: 20px;
}

#QuoteFormElements div
{
    color: #ffffff;
    font-size: 12px; 
}

#QuoteFormElements div input,
#QuoteFormElements div select,
#QuoteFormElements div option
{
    font-size: 10px;
    border: 2px solid #723E3E;

}

#Q1
{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
}

#Q2
{
    position: absolute;
    top: 0;
    left: 160px;
    width: 180px;
}

#Q3
{
    position: absolute;
    top: 38px;
    left: 0;
    margin-bottom: 4px;
}

textarea#WebsiteDescriptionTextarea
{
    width: 262px;
    height: 85px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border: 2px solid #723E3E;
}

#BudgetWindow
{
    position: absolute;
    top: 287px;
    left: 65px;
    width: 170px;
    height: 30px;
    clip: rect(0, 170, 30, 0);
}

.DigitSelector
{
    position: absolute;
    width: 17px;
    height: 390px;
    background: url('../Images/DigitSelector.png') no-repeat;
}

#DecBudget
{
    position: absolute;
    top: 284px;
    left: 18px;
    width: 38px;
    height: 36px;
    cursor: pointer;
}

#IncBudget
{
    position: absolute;
    top: 284px;
    left: 241px;
    width: 38px;
    height: 36px;
    cursor: pointer;
}

/* Timer Digits */

#TimerH1, #TimerH2, #TimerM1, #TimerM2, #TimerS1, #TimerS2
{
    position: absolute;
    top: 133px;
    width: 18px;
    height: 27px;
    clip: rect(0, 18, 27, 0);
    z-index: 103;
}

#TimerH1{
    left: 84px;
}

#TimerH2{
    left: 104px;
}

#TimerM1{
    left: 132px;
}

#TimerM2{
    left: 150px;
}

#TimerS1{
    left: 178px;
}

#TimerS2{
    left: 198px;
}

.BigTimerFont
{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 325px;
    background: url('../Images/BigTimerFont.png') no-repeat;
    z-index: 103;
}

/* Smaller timer font */

#DateM1, #DateM2, #DateD1, #DateD2, #DateY1, #DateY2, #DateY3, #DateY4
{
    position: absolute;
    top: 79px;
    width: 9px;
    height: 14px;
    clip: rect(0, 9, 13, 0);
    z-index: 103;
}

#DateM1{
    left: 51px;
}

#DateM2{
    left: 61px;
}

#DateD1{
    left: 79px;
}

#DateD2{
    left: 89px;
}

#DateY1{
    left: 108px;
}

#DateY2{
    left: 118px;
}

#DateY3{
    left: 128px;
}

#DateY4{
    left: 138px;
}

.SmallTimerFont
{
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 218px;
    background: url('../Images/SmallTimerFont.png') no-repeat;
    z-index: 103;
}

/* Red Slot Machine "Credits" Font */

#GameD1,#GameD2,#GameD3,#GameD4,#GameD5,#GameD6,#GameD7,#GameD8,#GameD9,#GameD10,#GameD11,#GameD12,#GameD13
{
    position: absolute;
    top: 140px;
    width: 10px;
    height: 17px;
    clip: rect(0, 10, 17, 0);
    z-index: 118;
}

#GameD1 { left: 22px; }
#GameD2 { left: 33px; }
#GameD3 { left: 44px; }
#GameD4 { left: 55px; }
#GameD5 { left: 66px; }
#GameD6 { left: 77px; }
#GameD7 { left: 88px; }

#GameD8 { left: 127px; }
#GameD9 { left: 138px; }

#GameD10{ left: 179px; }
#GameD11{ left: 190px; }
#GameD12{ left: 201px; }
#GameD13{ left: 212px; }

.RedTimerFont
{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 185px;
    background: url('../Images/RedTimerFont.png') no-repeat;
    z-index: 118;
}

/* Slot Machine */

#SlotMachineInterface
{
    position: absolute;
    top: 180px;
    left: 42px;
    width: 221px;
    height: 67px;
    background: url('../Images/SlotMachineInterface.png') no-repeat;
    z-index: 101;
}

#GameFrame
{
    position: absolute;
    top: 54px;
    left: 26px;
    width: 251px;
    height: 185px;
    background: url('../Images/GameFrame.png') no-repeat;
    z-index: 102;
}

#PlayFreeGameButton
{
    position: absolute;
    left: 64px;
    top: 260px;
    width: 174px;
    height: 36px;
    background: url('../Images/PlayAFreeGameButton.png') no-repeat;
    cursor: pointer;
    z-index: 100;
}

#ResetButtonOn
{
    position: absolute;
    left: 14px;
    top: 18px;
    width: 57px;
    height: 32px;
    cursor: pointer;
    background: url('../Images/SlowMachineResetButtonOn.png') no-repeat;
    z-index: 105;
}

#AddOneCreditButtonOn
{
    position: absolute;
    left: 73px;
    top: 31px;
    width: 32px;
    height: 26px;
    cursor: pointer;
    background: url('../Images/SlowMachineAddOneButtonOn.png') no-repeat;
    z-index: 105;
}

#AddFiveCreditsButtonOn
{
    position: absolute;
    left: 107px;
    top: 31px;
    width: 32px;
    height: 26px;
    cursor: pointer;
    background: url('../Images/SlowMachineAddFiveButtonOn.png') no-repeat;
    z-index: 105;
}

#SpinButtonOn
{
    position: absolute;
    left: 143px;
    top: 13px;
    width: 67px;
    height: 40px;
    cursor: pointer;
    background: url('../Images/SlowMachineSpinButtonOn.png') no-repeat;
    z-index: 105;
}

#SlotMachineDisplay
{
    position: absolute;
    left: 31px;
    top: 59px;
    width: 241px;
    height: 174px;
    background: url('../Images/SlotMachineDisplay.png') no-repeat;
    z-index: 110;
    display: none;
}

.SlotBaraban
{
    position: absolute;
    top: 18px;
    width: 62px;
    height: 87px;
    background: #fff;
    clip: rect(0, 62, 87, 0);
    z-index: 111;
}

.SlotBarabanFinal
{
    position: absolute;
    top: 18px;
    width: 62px;
    height: 87px;
    background: #fff;
    clip: rect(0, 62, 87, 0);
    z-index: 112;
}

#SlotBaraban1
{
    left: 19px;
}

#SlotBaraban2
{
    left: 90px;
}

#SlotBaraban3
{
    left: 162px;
}

#SlotBaraban1F
{
    left: 19px;
}

#SlotBaraban2F
{
    left: 90px;
}

#SlotBaraban3F
{
    left: 162px;
}

.SlotMachineBlurryReel
{
    position: absolute;
    left: 0;
    top: -28px;
    width: 62px;
    height: 450px;
    background: url('../Images/SlotMachineBlurryReel.png') no-repeat;
}

.SlotMachineReel
{
    position: absolute;
    left: 0;
    top: -28px;
    width: 62px;
    height: 450px;
    background: url('../Images/SlotMachineReel.png') no-repeat;
}

#SlotMachineReelA
{

}

#SlotMachineReelB
{

}

#SlotMachineReelC
{

}

#SlotReelShadowsTop
{
    position: absolute;
    top: 12px;
    left: 19px;
    width: 205px;
    height: 20px;
    clip: rect(0, 2005, 20, 0);
    z-index: 1000;
}

#SlotReelShadowsBottom
{
    position: absolute;
    top: 90px;
    left: 19px;
    width: 205px;
    height: 15px;
    clip: rect(0, 2005, 20, 0);
    z-index: 1000;
}

.SlotShadow
{
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 20px;
    background: #000;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
	-khtml-opacity: 0.10;
	opacity: 0.10;
    z-index: 1000;
}

#CreditDropper
{
    position: absolute;
    left: 81px;
    top: 171px;
    width: 72px;
    height: 41px;
    background: url('../Images/25C.png') no-repeat;
    z-index: 1000;
}

#CreditDropperCover
{
    position: absolute;
    left: 81px;
    top: 171px;
    width: 72px;
    height: 41px;
    background: url('../Images/25CC.png') no-repeat;
    z-index: 1002;
    cursor: pointer;
}

#CoinContainer
{
    position: absolute;
    left: 93px;
    top: 155px;
    width: 50px;
    height: 50px;
    clip: rect(0, 50, 50, 0);
    z-index: 1001;
    cursor: pointer;
}

#Coin
{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url('../Images/Coin.png') no-repeat;
    z-index: 1001;
}

#GameScreen
{
    position: absolute;
    left: 35px;
    top: 63px;
    width: 233px;
    height: 165px;
    background: #5AE1F1;
    z-index: 1025;
    filter:alpha(opacity=18);
	-moz-opacity:0.18;
	-khtml-opacity: 0.18;
	opacity: 0.18;
}

#PlanContainer
{
    position: relative;
    width: 100%;
    height: 100px;
}

#PlanLifeboat
{
    position: absolute;
    top: 40px;
    left: 350px;
    width: 149px;
    height: 65px;
    background: url('../Images/DesignPlanLifeboat.png') no-repeat;
}

#PlanIceberg
{
    position: absolute;
    top: -10px;
    left: 520px;
    width: 165px;
    height: 181px;
    background: url('../Images/DesignPlanIceberg.png') no-repeat;
}

#PlanTitanic
{
    position: absolute;
    top: -25px;
    left: 733px;
    width: 98px;
    height: 134px;
    background: url('../Images/DesignPlanTitanic.png') no-repeat;
}

.Included
{
    color: green;
}

/* Admin control panel */

#UploadFileConsoleContainer
{
    width: 800px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
}

#UploadBrowserView
{
    width: 1px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 400px;
    /*border-left: 1px solid gray;*/
}
#UploadedFilesView
{
    width: 425px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 475px;
    border: 0;
}

#AdminClickableNavigationBlock
{
    position: absolute;
    top: 9px;
    left: 169px;
    width: 818px;
    height: 51px;
    background: url('../Images/ControlPanelBoard.png') no-repeat;
}

#NavigationPuck
{
    position: absolute;
    top: 42px;
    left: 58px;
    width: 18px;
    height: 12px;
    background: url('../Images/Puck.png') no-repeat;
}

#NBPublishNews, #NB2, #NB3, #NB4, #NB5, #NBSiteSettings { top: 13px; position: absolute; height: 29px; background: transparent; cursor: pointer; }

#NBPublishNews
{
    left: 6px;
    width: 127px;
    background: url('../Images/ButtonPublishNews.png') no-repeat;
}

#NBSiteSettings
{
    left: 675px;
    width: 127px;
    background: url('../Images/ButtonSiteSettings.png') no-repeat;
}

#NB2
{
    left: 229px;
    width: 50px;
    background: url('../Images/ButtonFiles.png') no-repeat;
}

#NB3
{
    left: 279px;
    width: 71px;
    background: url('../Images/ButtonEStore.png') no-repeat;
}

#NB4
{
    left: 349px;
    width: 59px;
    background: url('../Images/ButtonUsers.png') no-repeat;
}

.ContentText
{
    padding: 32px;
    padding-top: 16px;
    width: 898px;
    height: 200px; /* Important — this sets the default height of the front page content area */
    margin-left: 4px;
    background: #151F2F;
    clip: rect(0, 898, 800, 0);
}

#PublishNews {display:block}
#UploadFileConsole {display:none}
#EStore {display:none}
#Users {display:none}
#SiteSettings {display:none}

    /*  6/2/2010  */

#SectionButtons
{
    position: absolute;
    top: 30px;
    left: 190px;
    width: 787px;
    height: 36px;
    background: url('../Images/SectionButtons.png') no-repeat;
}

#SideBanner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 385px;
    height: 379px;
    background: url('../Images/SideBanner.png') no-repeat;
}

#FrontIntro
{
    position: absolute;
    top: 0;
    left: 382px;
    width: 594px;
    height: 379px;
    background: url('../Images/FrontIntro.png') no-repeat;
}

#BigQuoteForm {
    position: absolute;
    top: 395px;
    left: -64px;
    width: 500px;
    height: auto;
    border: 0;
    padding-bottom: 64px;
    margin-left: 500px
}

#bqf_desc
{
    width: 400px;
    height: 200px;
}

#Expectations
{
    position: absolute;
    top: 395px;
    left: 8px;
    width: 420px;
    height: auto;
    border: 0;
    padding-bottom: 64px;
    margin-left: 0
}

#NavigationButtonHome
{
    position: absolute;
    top: 30px;
    left: 417px;
    width: 72px;
    height: 42px;
    background: url('../Images/NavHome.png') no-repeat;
    z-index: 100;
    display: none;
}

#NavigationButtonOurServices
{
    position: absolute;
    top: 30px;
    left: 495px;
    width: 128px;
    height: 42px;
    background: url('../Images/NavPreviousWork.png') no-repeat;
    z-index: 100;
    display: block;
}

#NavigationButtonPreviousWork
{
    position: absolute;
    top: 30px;
    left: 629px;
    width: 128px;
    height: 42px;
    background: url('../Images/NavOurServices.png') no-repeat;
    z-index: 100;
    display: block;
}

#NavigationButtonHowMuch
{
    position: absolute;
    top: 30px;
    left: 765px;
    width: 210px;
    height: 42px;
    background: url('../Images/NavCost.png') no-repeat;
    z-index: 100;
    display: block;
}

#NavigationButtonHomeOverlay
{
    position: absolute;
    top: 30px;
    left: 417px;
    width: 72px;
    height: 42px;
    z-index: 101;
    display: block;
    cursor: pointer;
}

#NavigationButtonOurServicesOverlay
{
    position: absolute;
    top: 30px;
    left: 495px;
    width: 128px;
    height: 42px;
    z-index: 101;
    display: block;
    cursor: pointer;
}

#NavigationButtonPreviousWorkOverlay
{
    position: absolute;
    top: 30px;
    left: 630px;
    width: 128px;
    height: 42px;
    z-index: 101;
    display: block;
    cursor: pointer;
}

#NavigationButtonHowMuchOverlay
{
    position: absolute;
    top: 30px;
    left: 765px;
    width: 210px;
    height: 42px;
    z-index: 101;
    display: block;
    cursor: pointer;
}

#Twitter
{
    position: absolute;
    top: 230px;
    left: 10px;
    width: 185px;
    height: 105px;
}

#Facebook
{
    position: absolute;
    top: 230px;
    left: 200px;
    width: 160px;
    height: 105px;
}

#SlideView
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 590px;
    height: 374px;
    clip: rect(0, 590, 374, 0);
}

.ViewBox
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 590px;
    height: 374px;
    background: #000000;
}

#GoogleAds
{
    position: absolute;
    /*top: 300px;*/
}
