/*
Pallete

Purple: #662d91
Dark Purple: #25215f

*/

*{margin: 0; padding: 0;}

body{
    font: 13px Verdana;
    background: url('images/background.png') repeat-x fixed;
}
    
p{margin-bottom: 10px; line-height: 20px}

a:link, a:visited{text-decoration: none;}
a:hover, a:active{}

a img{border: none}

h1{
    color: #25215f;
    font-weight: normal;
    margin-bottom: 15px;
}
h2{font-weight: normal; font-size: 15px; margin-bottom: 10px; color: #4a9234}
h3{}

/* Layout */

#container{
    width: 960px;
    margin: 0 auto;
    padding: 0 25px;
    background: url('images/container_bg.png') no-repeat white;
}

#inner-content{
    background: #daf7ff;
    min-height: 750px;
    border-top: 6px solid #662d91;
    padding: 0 25px;
    padding-bottom: 35px
}

/* === Header ==================== */

header{
    height: 185px;
    position: relative;
    padding: 0 20px;
}

#logo{
    padding-top: 15px
}

#telephone{
    position: absolute;
    top: -6px; right: 0;
    background: url('images/telephone_bg.png') no-repeat;
    padding-right: 20px;
    width: 200px; height: 69px;
    font-size: 18px;
    color: white;
    line-height: 60px;
    text-align: right;
}

#telephone span {
	position: relative;
	left: 5px;
}

/* === Nav ======================= */

nav{
    position: absolute;
    bottom: 0; right: 25px;
}

nav ul{list-style: none;}
nav ul li{display: inline;}
nav ul li a{
    display: block;
    color: black;
    text-decoration: none;
    float: left;
    padding: 8px 10px;
    margin-left: 3px;

}
nav ul li a:hover, nav ul li a.active{
    background: #25215f;
    color: white;
}

.nav-sepertor{
    background: url('images/nav_seperator.png') repeat-x;
    border: none;
    height: 8px;
    position: absolute;
    top: 0; width: 875px;
    z-index: 999;
}

/* === Body ======================== */

#content-area{
    background: white;
    padding: 15px;
    min-height: 500px;
    position: relative;
}

/* === Banner ====================== */

#banner{
    padding: 45px;
    padding-right: 500px;
    padding-bottom: 0;
    background: url('images/banner_graphic.jpg') no-repeat right bottom;
    min-height: 275px
}
#banner h1{font-size: 24px}
#banner p{color: #444444}

/* === Services Box ============== */

#service-boxes{
    height: 174px;
    padding: 30px 0;
    background: url('images/service-boxes-border.png') no-repeat;
    overflow: auto;
    margin-top: -35px
}

#service-boxes .service-box{
    float: left;
    width: 168px; min-height: 140px;
    background: url('images/service-box-background.png') no-repeat bottom;
    margin-left: 10px;
    position: relative;
    margin-top: 15px;
    text-align: center;
}

#service-boxes .service-box:first-child{margin-left: 0}

#service-boxes a.service-box h1, #sidebar h1{
    color: #0e76bc;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.service-box span{
    display: block;
    background: url('images/more-info-sprite.png') no-repeat;
    height: 26px; width: 80px;
    color: white;
    font-size: 11px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
    position: absolute;
    bottom: 5px; right: 5px;
    text-align: left;
}

.service-box:hover span{
    background-position: 0 -26px;
    text-decoration: none;
}

/* === Clients ==================== */

#clients{margin-top: 25px}

#clients-list{
    list-style: none;
    overflow: hidden;
}

#clients-list li{
    float: left;
    /*width: 180px;*/
    width: 240px;
    min-height: 260px;
    border-left: 1px solid #C4C4C4;
    padding: 0 20px;
    color: #666666;
    margin-bottom: 20px;
}

#clients-list li p{line-height: normal}

#clients-list li.first{border-left: 0; padding-left: 0}
#clients-list li.last{border-right: 1px solid #C4C4C4;}

#clients-list li img{
    float: left;
    margin-right: 10px
}
#clients-list li h2{
    font-size: 13px;
    margin-bottom: 5px;
}
#clients-list li p{font-size: 11px}

/* === Inner Page Structure ======= */

#inner-page{padding: 15px; overflow: hidden}

#inner-page a{color: #8dc73f}

#inner-page h1{
    padding: 15px 0;    
}

#inner-page #page-content{
    float: left;
    width: 550px;
}
#inner-page #sidebar{
    margin-left: 610px;
}

#inner-page #sidebar h1{margin: 0; padding: 0; margin-bottom: 10px}

.contact-info{margin-bottom: 15px}

/* === Useful Links =============== */

#links{}
#links dt{font-size: 17px; font-weight: bold}
#links dd{margin-bottom: 15px}

/* === Services =================== */

#services{
    list-style: none;
}

#services li{
    padding: 5px 0;
    font-size: 14px;
    border-top: 1px solid #C4C4C4;
}

#services li:first-child{border-top: 0}

/* === News ======================= */

.news{margin-bottom: 15px;}

.news h2{
    font-size: 14px;
    color: #0e76bc;
    margin-bottom: 5px;
}

/* === Prices ===================== */

#prices{}

/* === Form ======================= */

fieldset{border: none; margin-top: 25px}

fieldset label{display: block}

fieldset input, fieldset textarea{
    width: 300px;
    padding: 5px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: verdana;
}

fieldset textarea{resize: none; height: 150px}

fieldset button#submit{
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #EFEFEF;
    cursor: pointer;
}

fieldset input:focus, fieldset textarea:focus{outline: none}

/* === Footer ===================== */

footer{
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
    font-size: 11px;
    color: #444444;
    margin-top: 25px
}

#footer-links{
    list-style: none;
    float: right;
}

#footer-links li{float: left;}
#footer-links li:before{
    content: '|';
}

#footer-links li:first-child:before{content: ''}

#footer-links li a{
    padding: 0 5px;
    color: black;
}
#footer-links li a:hover{text-decoration: underline}

/* === Message ===================== */

.message-status{padding: 5px; color: white; margin-bottom: 10px; display: inline-block}

.success{background: #4a9234;}
.error{background: #6c0509;}

/* === Effects ===================== */

.rounded-20{
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
}

.rounded-top, nav ul li a{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.shadow-full{
    -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.48);
    -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.48);
    box-shadow:0px 0px 6px rgba(0,0,0,0.48);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#7a000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#7a000000,Positive=true);
}

.gradient-grey, nav ul li a{
    background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(219,219,234) 100%); 
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(219,219,234)));
    background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(219,219,234) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(219,219,234) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(219,219,234) 100%);
    background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(219,219,234) 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbdbea,GradientType=0)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdbdbea,GradientType=0);
}

.message-status{padding: 5px; color: white; margin-bottom: 10px; display: inline-block}

.success{background: #4a9234;}
.error{background: #6c0509;}

.price{
    text-align: right;
    margin-bottom: 10px;
    color: #0e76bc;
    font-size: 16px;
}