@charset "utf-8";

html {
    height: 100%;
}
*{
    margin:0;
    padding:0;
}
a{
    outline-style:none;
    text-decoration:none;
    color:#6082ff;
}
a:hover{
    color:#e64b8d;
}
img {
    border: none;
}
:focus{
    outline:none;
}
body {
    background: #141414 url(../imgs/bg.jpg) no-repeat fixed center top;
    text-align: center;
    margin:0;
    padding:0;
    font: 62.5% Arial, Helvetica, sans-serif;
    height:100%;
}
#container{
    position:relative;
    z-index:0;
    margin: 0 auto;
    text-align: center;
    min-height:100%;
}
#header{
    position: fixed;
    top:0;
    left:25px;
    z-index:2;
    background: url(../imgs/images.gif) no-repeat -200px -350px;
    height: 77px;
    width:272px;
    margin: 20px 0 0;
}
#header_phone_no{
    position: fixed;
    top:10px;
    right:25px;
    z-index:3;
    color:#fff;
    font-size:1.8em;
}
#header_phone_no .img{
    float:left;
    display:block;
    background: url(../imgs/images.gif) no-repeat 0px -650px;
    width: 24px;
    height: 18px;
    margin:3px 10px 0 0;
}
#header_phone_no .number{
    float:left;
    display:block;
}

#active_nav{
    display:block;
    position: fixed;
    z-index:1;
    top:130px;
    left:0;
    height: 36px;
}
#active_nav .back{
    display:block;
    float: left;
    background: #7a2147;
    height: 36px;
    width: 123px;
}
#active_nav .arrow{
    display:block;
    float: left;
    background: url(../imgs/nav_arrow.gif) no-repeat;
    height: 36px;
    width: 30px;
}
#active_nav_cont .works{
    top:184px;
}
#active_nav_cont .services{
    top:236px;
}
#active_nav_cont .contact{
    top:288px;
}
#nav{
    position: fixed;
    z-index:2;
    top:124px;
    left:25px;
    list-style: none;
    cursor: pointer;
}
#nav li{
    display:block;
    height: 20px;
    padding: 16px 0;
}
#nav a{
    display:block;
    height: 20px;
    width: 123px;
}
#home{
    top:10px;
    background: url(../imgs/nav_text.png) no-repeat 0px 0px;
}
#works{
    top:66px;
    background: url(../imgs/nav_text.png) no-repeat 0px -20px;
}
#services{
    top:122px;
    background: url(../imgs/nav_text.png) no-repeat 0px -40px;
}
#contact{
    top:178px;
    background: url(../imgs/nav_text.png) no-repeat 0px -60px;
}
#home.active{
    background: url(../imgs/nav_text.png) no-repeat -152px 0px;
}
#works.active{
    background: url(../imgs/nav_text.png) no-repeat -152px -20px;
}
#services.active{
    background: url(../imgs/nav_text.png) no-repeat -152px -40px;
}
#contact.active{
    background: url(../imgs/nav_text.png) no-repeat -152px -60px;
}
a.toplink {
    clear: both;
    float: right;
    margin: 30px 0 0;
    display: block;
    background: url(../imgs/images.gif) no-repeat -100px -600px;
    width: 26px;
    height: 26px;
}
a.toplink:hover {
    background: url(../imgs/images.gif) no-repeat -100px -626px;
}

#logo{
    position: fixed;
    bottom:25px;
    left:25px;
    width:84px;
    height:91px;
    background: url(../imgs/logo.gif) no-repeat;
}

#viewport{
    position:relative;
    z-index:4;
    display:none;
    width:0;
    height:auto;
    margin:0 auto;
    background: #000;
    border: solid 2px #ad2760;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}
#overlay{
    display:none;
    position: absolute;
    z-index:3;
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    top:0;
    left:0;
}
#a_home,#a_works,#a_services,#a_contact{
    position: absolute;
    width: 640px;
    left:50%;
    padding: 130px 0 0 0;
    text-align: left;
    margin-left:-280px;
    top: 0px;
}
html.js #a_home, html.js #a_works, html.js #a_services, html.js #a_contact{
    display:block;
    height:800px;
}
#top_home{
    width:100%;
}
#home_caption{
    float:left;
    display:inline;
    background: url(../imgs/whatsinyourwebsite.gif) no-repeat;
    width:219px;
    height:178px;
    margin: 0 0 0 30px;
}
#home_bullets{
    float:left;
    display:inline;
    background: url(../imgs/images.gif) no-repeat 0px -300px;
    width:200px;
    height:180px;
    margin: 0 0 0 100px;
}
#home_text{
    clear:both;
    margin: 0 0 0 30px;
    padding: 30px 0 0;
}
#home_text p {
    text-align:left;
    font: 1.8em Arial, Helvetica, sans-serif;
    color: #dddddd;
    margin: 10px 5px;
}
#quicklinks,a.domainchecker{
    display:block;
    float: left;
    height:90px;
    margin: 40px 0 0;
}
#quicklinks a {
    display:block;
    float: left;
    height:90px;
    width:150px;
    margin: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#quicklinks a.works{
    background: url(../imgs/images.gif) no-repeat 0px -500px;
}
#quicklinks a.services{
    background: url(../imgs/images.gif) no-repeat -150px -500px;
}
#quicklinks a.contact{
    background: url(../imgs/images.gif) no-repeat -300px -500px;
}
a.domainchecker{
    background: url(../imgs/images.gif) no-repeat -450px -500px;
    width:170px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#quicklinks a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
a.domainchecker:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
#domainchecker,#formsuccess{
    display:none;
}
#domains{
    margin: 20px 0 0;
}
#domains label{
    font-size: 1.4em;
}
#dmn_query{
    width: 390px;
    height: 30px;
    font-size: 2.0em;
    margin:10px;
    padding: 5px 10px;
    background: url(../imgs/dmn_query_bk.gif) no-repeat bottom;
    border: none;
    color: #fff;
}
#dmn_sbmt_img{
    height:27px;
    margin: 5px 0 10px;
    outline-style:none;
}
#dmn_results{
    margin: 10px auto 0;
}
#dmn_results .error, #projects_nojs{
    display: inline-block;
    font-size:1.6em;
    text-align: center;
    padding: 10px;
    color: #cccccc;
    margin: 0 auto 20px;
    max-width: 400px;
    border: 1px solid #990000;
    white-space:normal;
}
#dmn_results table{
    font-size:1.6em;
    text-align:left;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
}
#dmn_results td.domain{
    padding: 5px 10px;
}
#dmn_results td.dmn_status_available, #dmn_results td.dmn_status_taken{
    width: 16px;
    height: 16px;
    padding: 5px 0;
}
#dmn_results .dmn_status_available{
    background: url(../imgs/tick_cross.gif) no-repeat left;
}
#dmn_results .dmn_status_taken{
    background: url(../imgs/tick_cross.gif) no-repeat right;
}

html.js #a_works{
    top:1000px;
}
#a_works{
    display:none;
}
#a_works .glassboxes{
    width: 664px;
}
#a_works .glassbox {
    float:left;
    width:312px;
    height:166px;
    margin:0 20px 10px 0;
    background: url(../imgs/glassboxes.png) no-repeat 0px 0px;
}
#a_works .glassbox:hover {
    background: url(../imgs/glassboxes.png) no-repeat 0px -166px;
}
#a_works a.langlea, #a_works a.hgta, #a_works a.freecarads, #a_works a.privaterenting, #a_works a.doddlecms {
    position: absolute;
    margin: 10px;
    width:280px;
    height:130px;
}
#a_works .glassbox a.langlea{
    background: url(../imgs/works.png) no-repeat 0px 0px;
}
#a_works .glassbox a.hgta{
    background: url(../imgs/works.png) no-repeat -280px 0px;
}
#a_works .glassbox a.freecarads{
    background: url(../imgs/works.png) no-repeat 0px -130px;
}
#a_works .glassbox a.privaterenting{
    background: url(../imgs/works.png) no-repeat 0px -260px;
}
#a_works .glassbox a.doddlecms{
    background: url(../imgs/works.png) no-repeat -280px -130px;
}


.close{
    background:url(../imgs/images.gif) no-repeat -150px -600px;
    display:none;
    position: absolute;
    right:-2px;
    top:-18px;
    z-index:4;
    width:48px;
    height:18px;
}
.close:hover{
    background:url(../imgs/images.gif) no-repeat -150px -618px;
}

#langlea,#hgta,#freecarads,#doddlecms,#privaterenting{
    display:none;
}

.project{
    height: 500px;
    background: #fff !important;
    text-align: left;
    color: #000;
    white-space: normal;
}
.cont_lt{
    background: url(../imgs/brdr_stripe.gif) repeat-y left;
    height: 100%;
}
.cont_rt{
    background: url(../imgs/brdr_stripe.gif) repeat-y right;
    height: 100%;
}
.project img{
    margin: 5px 10px;
}
.projecttext{
    width: 90%;
    margin: 0 auto;
}
.quote_lt{
    float: left;
    width: 30px;
    height: 20px;
    background: url(../imgs/6699.gif) no-repeat 0px 0px;
}
.quote_rt{
    float: right;
    width: 30px;
    height: 20px;
    background: url(../imgs/6699.gif) no-repeat -30px 0px;
}
.projecttext h1{
    color: #555555;
    font-size: 2em;
}
.projecttext ul{
    list-style: none;
    font-size: 1.3em;
    margin: 5px 0 0 10px;
    color: #555555;
}
.projecttext li{
    background: url(../imgs/bullet.gif) no-repeat left;
    padding: 0 0 0 15px;
}
.projecttext p{
    clear: both;
    margin: 0 auto;
    padding: 0 35px;
    font: oblique 1.5em Arial, Helvetica, sans-serif;
    color: #333333;
}
.projecttext p.client{
    clear: both;
    font: 1.2em Arial, Helvetica, sans-serif;
    text-align: right;
    color: #777777;
    margin-top: 10px;
}
#projects_nojs{
    display: block;
}

#a_services{
    display:none;
}
html.js #a_services{
    top:2000px;
}
#a_services .service{
    height:100px;
    margin: 0 0 0px;
}
#a_services .img{
    float:left;
    height: 70px;
    width:100px;
    margin:10px 20px 0 0;
}
#a_services .title{
    float:left;
    height: 40px;
    width: 450px;
}
#a_services p{
    float: left;
    width: 450px;
    font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align:left;
}
#a_services .appdev .img{
    background: url(../imgs/images.gif) no-repeat 0px 0px;
}
#a_services .design .img{
    background: url(../imgs/images.gif) no-repeat 0px -70px;
}
#a_services .seo .img{
    background: url(../imgs/images.gif) no-repeat 0px -140px;
}
#a_services .hosting .img{
    background: url(../imgs/images.gif) no-repeat 0px -210px;
}
#a_services .appdev .title{
    background: url(../imgs/images.gif) no-repeat -100px 0px;
}
#a_services .design .title{
    background: url(../imgs/images.gif) no-repeat -100px -50px;
}
#a_services .seo .title{
    background: url(../imgs/images.gif) no-repeat -100px -100px;
}
#a_services .hosting .title{
    background: url(../imgs/images.gif) no-repeat -100px -150px;
}


#talktous{
    height:40px;
    width:180px;
    background: url(../imgs/images.gif) no-repeat -200px -300px;
}
#a_contact{
    display:none;
    color: #fff;
    text-align:left;
}
html.js #a_contact{
    top:3000px;
    color: #fff;
    text-align:left;
}
#a_contact p{
    font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 5px 5px;
}

#fancyform{
    padding:10px 0 0;
}
#fancyform dl{
    clear:both;
    text-align:left;
    width:575px;
    margin: auto;
}
#fancyform dt{
    clear:both;
    float:left;
    width:150px;
    margin: 10px 20px 10px 0;
    text-align:right;
}
#fancyform dd{
    float:left;
    width:400px;
    margin: 0 0 5px 0;
}
#fancyform .input{
    background: url('../imgs/textinputborder.gif') no-repeat bottom center;
    height:40px;
}
#fancyform .input.selected{
    background: url('../imgs/textinputborder.gif') no-repeat top center;
}
#fancyform .textarea{
    background: url('../imgs/textareaborder.gif') no-repeat bottom center;
    height:80px;
}
#fancyform .textarea.selected{
    background: url('../imgs/textareaborder.gif') no-repeat top center;
}
#fancyform .submit{
    background: url('../imgs/submitborder.gif') no-repeat bottom center;
}
#fancyform .submit.selected{
    background: url('../imgs/submitborder.gif') no-repeat top center;
}
#fancyform label{
    font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
    vertical-align: top;
    padding: 0;
}

#fancyform input{
    background: none;
    border:none;
    width: 380px;
    height:20px;
    padding:0;
    margin:10px;
    color:#ccc;
}
#fancyform .submit input{
    cursor:pointer;
    background:none;
    border:none;
}
#fancyform textarea{
    background: none;
    border:none;
    width: 380px;
    max-width:380px;
    height:60px;
    max-height:60px;
    padding:0;
    margin:10px;
    color:#ccc;
}

.formsuccess p, .formfailed p{
    font-size: 1.6em;
    margin: 20px 10px;
    color:#ccc;
}
.formsuccess p.thanks, .formfailed p.thanks{
    font-size: 2.8em;
}

#footer{
    position:absolute;
    bottom:0;
    color:#fff;
    width: inherit;
    height: 5em;
}
#footer ul{
    padding:0;
    margin: 2em 0 0;
    list-style:none;
}
#footer li{
    display:inline;
}