﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-size: 12px;
    font-family: Arial;
}

.DarkBlue
{
    color: #0E0B38;
}

a
{
    color: #7E7E7E;
}

a:hover
{
    color: #000;
}

p
{
    line-height: 24px;
}

h1
{
    margin-bottom: 5px;
    font-weight: normal;
}

#Page ul, #PagePortfolio ul
{
    padding: 0px 20px;
}

#Page h3
{
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 30px;
    font-weight: normal;
}

#Page p
{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #2e2e2e;
}

#Page .SubHeader, .HeaderText
{
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 20px;
}

#Page ul
{
    font-size: 13px;
    margin: 10px 0;
}

#Page li
{
    margin-bottom: 5px;
}

#Main-Wrapper
{
    width: 960px;
    margin: 0 auto;
}

#Header
{
    height: 75px;
    border-bottom: solid 1px #eaeaeb;
}

.Logo
{
    height: 42px;
    width: 250px;
    margin-top: 20px;
    background-image: url(Images/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}

.PhoneNumber
{
    width: 150px;
    position: relative;
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 45px;
    font-family: Arial;
    color: #000;
}

#Navigation
{
    float: right;
    padding: 0px;
    position: relative;
    bottom: 0px;
    margin-top: 18px;
    width: 525px;
}

#Navigation ul
{
    height: 24px;
    float: right;
}

#Navigation ul li
{
    float: left;
    border-right: solid 1px #eaeaeb;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 58px;
}

#Navigation ul li a
{
    display: block;
    padding: 33px 15px 10px 15px;
    margin: 0px;
    text-decoration: none;
    font-size: 15px;
}

#Navigation ul li a:hover, .CurrentNav a
{
    color: #000;
}


#Splash-Slider
{
    width: 950px;
    padding: 0px;
    background: url(Images/IndexImages/default.png) no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Splash-Slide
{
    margin: 0px 0px;
    height: 250px;
    float: right;
    position: absolute;
    overflow: hidden;
    width: 950px;
    background-color: #fff;
}

.Slide-Header
{
    background-position: left top;
    background-repeat: no-repeat;
    height: 250px;
    width: 43px;
    float: left;
    cursor: pointer;
}

.Slide-Content
{
    float: left;
    position: absolute;
    left: 50px;
}

#Slide1
{
    right: -907px;
    background: url(Images/IndexImages/001.png) no-repeat;
}

#Slide1 .Slide-Header
{
    background-image: url(Images/slides.png);
    background-position: 0px 0px;
}

#Slide2
{
    right: -864px;
    background: url(Images/IndexImages/002.png) no-repeat;
}

#Slide2 .Slide-Header
{
    background-image: url(Images/slides.png);
    background-position: -43px 0px;
}

#Slide3
{
    right: -821px;
    background: url(Images/IndexImages/003.png) no-repeat;
}

#Slide3 .Slide-Header
{
    background-image: url(Images/slides.png);
    background-position: -86px 0px;
}

#Slide4
{
    right: -778px;
    background: url(Images/IndexImages/004.png) no-repeat;
}

#Slide4 .Slide-Header
{
    background-image: url(Images/slides.png);
    background-position: -129px 0px;
}

#Slide5
{
    right: -735px;
    background: url(Images/IndexImages/005.png) no-repeat;
}

#Slide5 .Slide-Header
{
    background-image: url(Images/slides.png);
    background-position: -172px 0px;
}

#Middle-Content
{
    background-color: #fff;
    overflow: hidden;
}

#Content
{
    overflow: hidden;
    background-color: #fff;
}

#LeftColumn
{
    width: 200px;
    padding: 0px 0px 20px 0px;
    border-right: solid 1px #eaeaeb;
    vertical-align: top;
}

#LeftColumn ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 14px;
}

#LeftColumn li
{
    width: 200px;
}

#LeftColumn a
{
    display: block;
    width: 190px;
    text-decoration: none;
    padding: 10px 0px;
    color: #7E7E7E;
}

#LeftColumn .CurrentNav
{
    color: #000;
}

#LeftColumn .CurrentNav a
{
    color: #000;
    background-image: url(Images/menu_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#LeftColumn .BottomLink a
{
    font-weight: bold;
    color: #000;
}

#LeftColumn a:hover
{
    background-image: url(Images/menu_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #000;
}

#Portfolio .Header, #Page .Header, #PagePortfolio .Header
{
    font-family: Arial;
    border-left: solid 3px #000;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 0px;
    height: 36px;
    margin-bottom: 20px;
}

#Page
{
    padding: 20px;
    background-color: #fff;
}

#PagePortfolio
{
    padding: 20px 0;
    background-color: #fff;
}

#Portfolio
{
    padding: 0px;
    background-color: #fff;
    margin: 0 auto;
}

#Sub
{
    padding: 10px;
    width: 700px;
}

#Page td, #Portfolio td, #PagePortfolio td
{
    vertical-align: top;
}

#PortfolioWrap
{
    float: left;
    margin: 10px 0 20px 0px;
    padding: 0 0 0 30px;
}

#PortfolioWrap a
{
    text-decoration: none;
}

#Footer
{
    border-top: solid 1px #eaeaeb;
}

#Find-Us
{
    height: 190px;
    float: left;
    padding: 15px 10px 15px 0px;
    font-size: 12px;
}

#Find-Us td
{
    line-height: 19px;
}

#Get-In-Touch
{
    width: 280px;
    border-left: solid 1px #eaeaeb;
    border-right: solid 1px #eaeaeb;
    height: 200px;
    float: left;
    padding: 15px 10px 15px 10px;
}

#Get-In-Touch input, #Get-In-Touch textarea
{
    border: solid 1px #000;
    font-family: inherit;
}

.Send-Button
{
    font-size: 17px;
    border: solid 1px #000;
    background-color: #000;
    padding: 2px 10px;
    color: white;
    cursor: pointer;
}

.News
{
    width: 200px;
    height: 200px;
    float: left;
    font-size: 12px;
    padding: 15px 10px 15px 10px;
}

.News a
{
    font-size: 13px;
    color: #3399FF;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

.News img
{
    border: none;
}

.News a:hover
{
    text-decoration: underline;
}

.News p
{
    color: Gray;
    margin-bottom: 10px;
    line-height: 13px;
}

#Copy
{
    height: auto;
    background: url(Images/Footer_Background.png) repeat-x;
    text-align: center;
    padding: 20px 0;
    color: White;
}

#Copy a
{
    color: #FFF;
    text-decoration: underline;
}

#Copy a:hover
{
    text-decoration: none;
}

.Header
{
    font-size: 15px;
    font-family: Arial;
    border-left: solid 3px #000;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 0px;
    height: 24px;
}

.Header span
{
    position: absolute;
}

.Clear
{
    clear: both;
}

.Ajax-Loader
{
    width: 100px;
    margin: 0px auto;
    border: solid 1px #eaeaeb;
    padding: 5px;
}

.Ajax-Loader div
{
    background-image: url(Images/ajax-loader.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}

.PortBox
{
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border: solid 1px #C7C7C7;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    background-position: top left;
    background-repeat: no-repeat;
}

#PortBox1
{
    background-image: url(Images/Portfolio/da.jpg);
}

#PortBox2
{
    background-image: url(Images/Portfolio/pa.jpg);
}

#PortBox3
{
    background-image: url(Images/Portfolio/il.jpg);
}

#PortBox4
{
    background-image: url(Images/Portfolio/bf.jpg);
}

#PortBox5
{
    background-image: url(Images/Portfolio/mf.jpg);
}

#PortBox6
{
    background-image: url(Images/Portfolio/es.jpg);
}

#PortBox7
{
    background-image: url(Images/Portfolio/rc.jpg);
}

#PortBox8
{
    background-image: url(Images/Portfolio/ps4u.jpg);
}

#PortBox9
{
    background-image: url(Images/Portfolio/cc.jpg);
}

.PortDesc
{
    height: 20px;
    width: 190px;
    position: absolute;
    bottom: 0px;
    background-image: url(Images/trans.png);
    background-position: top left;
    padding: 5px;
    margin: 0px;
    border: solid 0px #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.SubHeader
{
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.PortfolioPicture
{
    width: 670px;
    margin: 0 auto;
}

#PortfolioContentWrap
{
    width: 100%;
    height: auto;
    float: left;
}

#PortfolioContentWrap .LeftCol
{
    width: 310px;
    height: auto;
    float: left;
}

#PortfolioContentWrap .RightCol
{
    width: 350px;
    height: auto;
    float: right;
}

#PortfolioContentWrap .FullCol
{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}

#PortfolioContentWrap h2
{
    font-size: 22px;
    margin-bottom: 10px;
}

#PortfolioContentWrap p
{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #2e2e2e;
}

#PortfolioContentWrap ul
{
    font-size: 14px;
    margin-left: 20px;
    list-style-type: decimal;
    font-weight: bold;
}

#PortfolioContentWrap li
{
    margin-bottom: 7px;
}

#ProductBox
{
    width: 100%;
    height: 31px;
    background: url(Images/Productbar.png) no-repeat;
    float: left;
    margin-bottom: 20px;
}

.ServicesChart
{
    width: 100%;
    height: 540px;
    float: left;
    margin: 20px 0 0 0px;
    text-align: center;
    background: url(Images/ServicesChart.gif) top right no-repeat;
}


a.product_ds
{
    width: 191px;
    height: 31px;
    float: left;
    background: url(Images/productBox_ds.png) no-repeat;
}
a.product_wd
{
    width: 191px;
    height: 31px;
    float: left;
    background: url(Images/productBox_wd.png) no-repeat;
}
a.product_ns
{
    width: 189px;
    height: 31px;
    float: left;
    background: url(Images/productBox_ns.png) no-repeat;
}
a.product_pa
{
    width: 191px;
    height: 31px;
    float: left;
    background: url(Images/productBox_pa.png) no-repeat;
}
a.product_bs
{
    width: 187px;
    height: 31px;
    float: left;
    background: url(Images/productBox_bs.png) no-repeat;
}

#Page .LeftBox
{
    width: 440px;
    height: auto;
    float: left;
    margin-top: 20px;
}

#Page .RightBox
{
    width: 440px;
    height: auto;
    float: right;
    margin-top: 20px;
}

#Page .LeftBox h3, #Page .RightBox h3
{
    margin: 0 0 20px 0;
    font-size: 23px;
}

#Page ul
{
    font-size: 14px;
    line-height: 20px;
}

#Page li
{
    margin-bottom: 5px;
}


#Page.ds
{
    background: url(Images/Services/ds.png) top left no-repeat;
    float: left;
}

.Services-Contact-Form
{
    width: 165px;
    float: right;
    margin: 10px -20px 20px 20px;
    padding: 10px;
    border: solid 1px #ddd;
    background-color: #f9f9f9;
}

.Services-Contact-Form .ContactHeader
{
    font-size: 16px;
    font-family: Arial;
    border-left: solid 3px #000;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 0px;
    height: 16px;
    margin-bottom: 15px;
}

.Services-Contact-Form .TextBox
{
    width: 155px;
    border: solid 1px #000;
}

.Services-Contact-Form .Submit-Button
{
    font-size: 17px;
    border: solid 1px #000;
    background-color: #000;
    padding: 2px 10px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}

.Form-Controls
{
    text-align: right;
}

.Question
{
    display: none;
    margin: 7px;
    text-align: center;
    font-size: 16px;
}

.QuestionText
{
    width: 250px;
    float: left;
    padding: 6px;
    text-align: left;
    margin: 10px auto 20px auto;
}

.Answer
{
    float: right;
    margin: 10px auto 10px auto;
}


.Answer input, .Answer select
{
    padding: 5px;
    border: solid 1px #000;
}

.Info
{
    display: none;
}

#QuestionnaireHeader
{
    width: 960px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

#QuestionnaireHeaderInner
{
    position: absolute;
    width: 960px;
    height: 250px;
    background: url(Images/PPC/MainImage.png) no-repeat;
}

.Loader
{
    background: #fff url(Images/ajax-loader.gif) no-repeat bottom center;
    width: 230px;
    padding: 5px;
    height: 39px;
    border: solid 1px #fff;
    display: none;
    margin: 50px auto 0px auto;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
}

#QuestionForm
{
    margin: 0px auto auto auto;
    width: 550px;
}

.BackButton
{
    margin-right: 50px;
}

a.NextButton
{
    width: 154px;
    height: 70px;
    background: url(Images/PPC/next.png) no-repeat;
    float: right;
}

a.NextButton:hover
{
    background-position: 0 -70px;
}

a.BackButton
{
    width: 154px;
    height: 70px;
    background: url(Images/PPC/back.png) no-repeat;
    float: left;
}

a.BackButton:hover
{
    background-position: 0 -70px;
}

.StartHolder  
{
    float:right;
    margin:115px 168px 0 0;
}

a.StartButton  
{
    width: 154px;
    height: 120px; 
    float:left;
    background: url(Images/PPC/StartButton.png) 0 0 no-repeat;
}

a.StartButton:hover  
{
    background-position: 0 -120px;
}

.QuoteTextHolder  
{
    width:560px; 
    height:100px;
    float:left;
    margin:116px 0 0 30px;
    padding:10px;
}

.guideform
{
    width: 500px;
    margin: 0 auto;
    font-size: 13px;
}

.guideform td
{
    padding: 10px 20px;
    vertical-align: middle;
}

.guideform input, .guideform select
{
    padding: 5px;
}