/*RESET*/
body, h1, h6 {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}
/*FONT FACE*/
/*@font-face {
  font-family: affair1;
  src: url('affair1.ttf'),
  url('affair1.eot');
}*/

/*HEAD*/
#header {
    background: url(images/head.png) repeat-x;
    height: 85px;
    z-index: 1;
    margin-top: -17px;
    padding-top: 0px;
    /*border: 1px solid #ff0000;*/
}
#contain {
    margin: 0 auto;
    width: 1000px;
    margin-top: 0px;
    padding-top: 0px;
    /*border: solid 1px #00ff00;*/
}
#contain img {
    padding-top: 12px;
    float: left;
}
#contain h1 a img{
    text-decoration: none;
    border: none;
}
/*MENU-----------------------------------------------------------------------------------------------------------------------------------*/
#menu ul {
    margin-left: 615px;
    text-decoration: none;
    color: #ffffff;
    padding-top: 5px;
}
#menu ul a li {
    list-style: none;
    padding-top: 20px;
}
#menu ul a{
    float: left;
    /*border: 1px solid #ff0000;*/
    text-decoration: none;
    padding: 0px 30px 20px 30px;
    color: #ffffff;
}
#menudivider {
    background: url(images/menudivider.png);
    width: 1px;
    height: 62px;
    float: left;
}
#menu ul img {
    float: left;
    margin-top: -12px;
}
.hovermenu {
    background: url(images/hovermenu.png) repeat-x;
    height: 61px;
    margin-top: 1px;
}
#menu ul a:hover {
    background: url(images/hovermenu.png) repeat-x;
    height: 61px;
    margin-top: 1px;
}
.active {
    color: #a2ff00;
}

/*UNIVERSAL BODY*--------------------------------------------------------------------------------------------------------------------------------*/
#thebody {
    background: url(images/bg.png);
    background-repeat: repeat;
    margin-top: -2px;
    min-height: 900px;
    padding: 0px 5px 0 5px;
    z-index: 2;
}
#content {
    margin: 0 auto;
    padding-top: 30px;
    width: 1000px;
    min-height: 600px;
    /*border: solid 1px #0000ff;*/
}
#content h3 {
    margin: 0px;
    color: #a2ff00;
    text-shadow: 2px 2px 2px #000000;
}
#content h4 {
    margin: 0px;
    color: #a2ff00;
    text-shadow: 2px 2px 2px #000000;
    margin-top: 20px;
}
#content p {
    font-size: 14px;
    color: #ffffff;
}
#content p a img {
    margin-right: 20px;
    margin-bottom: 19px;
}

/*PORTFOLIO---------------------------------------------------------------------------------------------------*/
#samples {
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#samples img {
    float: left;
    margin: 10px 20px 5px 0px;
    border: none;
    text-decoration: none;
}
#samples h4 {
    margin: 5px 0 0 0;
    padding: 0px;
    color: #a2ff00;
    text-shadow: 2px 2px 2px #000000;
}
.test {
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
    float: left;
    margin: 0 30px 15px 30px;
}
.test img {
    text-decoration: none;
    border: none;
}
.divider {
    background: url(images/divider.png);
    width: 571px;
    height: 10px;
    margin-left: 215px;
    margin-bottom: 40px;
}
/*#designs { border: solid 1px #ff0000;}*/
#designs h4 {
    color: #444444;
    text-align: center;
    padding-top: 15px;
    /*text-shadow: 1px 1px 2px #000000;*/
    text-shadow: 0px 0px 0px #000000;
}
.ribbon {
    background: url(images/ribbon.png);
    width: 260px;
    height: 55px;
    margin-left: 370px;
}

/*CONTACT PAGE*---------------------------------------------------------------------------------------------------*/
#contactblock {
    height: 570px;
    float: left;
    width: 320px;
    padding: 0px 15px 15px 30px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#contactblock img {
    float: left;
    margin: 10px 20px 0px 0px;
}
#contactblock h2 {
    font-size: 18px;
    color: #a2ff00;
    /*text-align: center;*/
    margin-top: 35px;
    padding-bottom: 20px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

label {color: #a2ff00;}
input {
    margin-bottom: 20px;
    color: #ffffff;
}
input.text {
    font-size: 14px;
    width: 80%;
    border: none;
    padding: 7px 8px 7px 40px;
    background: url('inputSprite.png') no-repeat 4px 5px, #222222;
    color:#ffffff;
}
textarea {
    overflow: auto;
    font-size: 14px;
    width: 80%;
    height: 100px;
    border: none;
    padding: 7px 8px 7px 40px;
    background: url('inputSprite.png') no-repeat 4px 5px, #222222;
    color:#ffffff;
    margin-bottom: 20px;
    resize: none;
}
input:focus, textarea:focus {
    outline: solid thin;
    color: #ffffff;
}
input#email { 
    background-position: 4px 5px; 
    background-position: 4px 5px, 0px 0px;
}
input#test { 
    background-position: 4px -20px; 
    background-position: 4px -20px, 0px 0px;
}
textarea#msgbody {
    background-position: 4px -104px; 
    background-position: 4px -104px, 0px 0px;
}
input#name { 
    background-position: 4px -46px; 
    background-position: 4px -46px, 0px 0px; 
}
input#tel { 
    background-position: 4px -76px; 
    background-position: 4px -76px, 0px 0px; 
}
#submit {
    background: url(images/send.png);
    width: 77px;
    height: 27px;
    border: none;
    cursor: pointer;
    margin-left: 117px;
    -webkit-box-shadow: 0px 0px 4px #111111;
}

#contactinfo {
    margin-left: 375px;
    height: 570px;
    padding: 0px 15px 15px 30px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#contactinfo img {
    float: left;
    margin: -10px 20px 0px 0px;
}
#contactinfo h2 {
    font-size: 18px;
    font-weight: normal;
    color: #a2ff00;
    margin-top: 35px;
    /*padding-bottom: 20px;*/
}
#contactinfo a {
    color: #a2ff00;
    font-style: italic;
    text-decoration: none;
}
#contactinfo iframe {
    width: 550px;
    height: 430px;
}

/*HOME---------------------------------------------------------------------------------------------------*/
#homescreen {}
#homescreen h3 {
    padding-top: 12px;
    font-weight: normal;
    font-size: 18px;
    color: #a2ff00;
}
#homescreen p {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: justify;
}
#welcome {
    width: 460px;
    float: left;
    height: 230px;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#welcome img {
    float: left;
    margin: 20px 10px 5px 0px;
}
#welcome p {
    color: #ffffff;
    /*text-shadow: 1px 1px 1px #000000;*/
    /*line-height: 140%;*/
}
#services {
    width: 460px;
    margin-left: 510px;
    height: 230px;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#services img {
    float: left;
    margin: 20px 10px 5px 0px;
}
#services p {
    opacity: 1;
    letter-spacing: 0px;
}
#tools1 {
    margin-top: 20px;
    background-color: #252525;
    padding: 0px 15px 1px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#tools1 img {
    float: left;
    margin: 20px 20px 20px 0px;
}
#tools {
 padding-top: 100px;
 padding-bottom: 50px;
 margin-left: 220px;
}
#tools ul {}
#tools ul li {list-style: none;}
/*NORMAL STATE TOOLS*/
div.tool1 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: 0px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
div.tool2 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -65px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
div.tool3 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -130px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
div.tool4 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -195px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
div.tool5 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -260px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
div.tool6 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -325px -65px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
/*HIDDEN STATE TOOLS*/
#tools li:hover div.tool1 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: 0px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0; }
#tools li:hover div.tool2 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -65px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
#tools li:hover div.tool3 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -130px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
#tools li:hover div.tool4 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -195px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
#tools li:hover div.tool5 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -260px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}
#tools li:hover div.tool6 {display: block;overflow: hidden;list-style: none;background: url(images/spritetools.png) no-repeat;background-position: -325px 0px;width: 65px;height: 65px; float: left;margin: 0 20px 0 0;}

#map {
    margin-top: -140px;
    background: url(images/dottedmap.png);
    height: 244px;
    width: 500px;
}
#mapportfolio {
    margin: 20px 0px 20px 250px;
    background: url(images/dottedmap.png);
    height: 244px;
    width: 500px;
}
#mapcontact {
    margin: 20px 0px 20px 250px;
    background: url(images/dottedmap.png);
    height: 244px;
    width: 500px;
}


/*FOOTER---------------------------------------------------------------------------------------------------*/
#footer {
    background: url(images/foot.png) repeat-x;
    height: 46px;
    z-index: 1;
    margin-top: -24px;
}
#foot {
    margin: 0 auto;
    width: 1000px;
}
#foot h4 {
    text-align: center;
    padding-top: 12px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}
/*EMAIL SEND SUCCESS-----------------------------------------------------------------------------------------*/
#success {
    margin-top: 100px;
    margin-left: 375px;
    width: 250px;
    float: left;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#success img {
    float: left;
    margin: 20px 10px 5px 0px;
}
#fail {
    margin-top: 100px;
    margin-left: 375px;
    width: 250px;
    float: left;
    padding: 0px 15px 0px 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #222222;
    box-shadow: 0px 0px 5px #050505;
}
#fail img {
    float: left;
    margin: 20px 10px 5px 0px;
}
#centeredp p{
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------*/
