/* 
    Document   : style
    Created on : 2009/07/05, 06:35:40
    Author     : Jeremy Ramsavak
    Description: Main stylesheet for Precision
*/

root { 
    display: block;
}
body {
    background: #000000;
    margin: 0;
    padding: 0;
}
/*ROUNDED BORDER*/
div.rounded {
    clear: both;
    margin: 5px auto;
    width: 800px;
}
div.top {
   background: url(images/tl.png) no-repeat bottom left;
   padding: 0;
   width: 100%;
}
div.top div.right {
    background: url(images/tr.png) no-repeat bottom right;
    height: 13px;
    margin-left: 13px;
}
div.middle {
    background: url(images/l.png) repeat-y left;/*Changed temp*/
    clear: both;
    width: 100%;
}
div.middle div.right {
    background: url(images/r.png) repeat-y right;
    margin-left: 5px;
}
div.wrapperindex {
    background: url(images/bg.png) repeat top left;
    height: 750px; /*was 1050px*/
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
/*END ROUNDED BORDER*/
/*HEADER*/
div.header {
    width: 791px;
    height: 200px;
    background: url(images/header5.jpg);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    /*removed     position: relative;*/
}
div.header ul {
    text-decoration: none;
    margin-right: 40px;
    position: absolute;
    top: 145px;
    right: 0;
}
div.header ul li {
    display: inline;
}
div.header ul li a {
    
    text-decoration: none;
    padding-left: 10px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
div.header ul li a:hover {
    color: #000000;
}
/*END HEADER*/
/*INDEX PAGE*/
div.wrapperindex div.images {
    float: left;
    height: 500px;
    width: 200px;
    padding-top: 18px;
    padding-left: 20px;
}
div.wrapperindex div.images div#picture1 {
    width: 175px;
    height: 109px;
    background-image: url(images/pic6.png);
    margin-top: 15px;
}
div.wrapperindex div.images div#picture2 {
    width: 175px;
    height: 109px;
    background-image: url(images/pic2.png);
    margin-top: 15px;
}
div.wrapperindex div.images div#picture3 {
    width: 175px;
    height: 109px;
    background-image: url(images/pic3.png);
    margin-top: 15px;
}
div.wrapperindex div.images div#picture4 {
    width: 175px;
    height: 109px;
    background-image: url(images/pic4.png);
    margin-top: 15px;
}
/*
div.images img {
    margin-top: 15px;
}
*/
div.wrapperindex div.intro {
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    background: url(images/countries3.png) no-repeat; /*image editted*/
    height: 500px;
    margin-left: 75px;
}
div.wrapperindex div.intro ul {
    margin-left: 460px; /*was 500px*/
    color: #FF6600;
}
div.wrapperindex div.intro p.anywhere {
    margin-left: 450px; /*was 470px*/
    color: #004A7F;
}
div.wrapperindex div.intro p.welcome {
    padding-top: 40px; /*was 100px*/
    font-family: Arial,Helvetica,sans-serif;
    margin-left: 225px; /*was 370px*/
    color: #004A7F;
    font-size: 20px;
}
div.wrapperindex div.intro p.specialize {
    margin-top: 80px;
    margin-left: 450px; /*was 470px*/
    color: #004A7F;
}
div.bottom {
    background: url(images/bl.png) no-repeat top left;
    clear: both;
    padding: 0;
    width: 100%;
}
div.bottom div.right {
    background: url(images/br.png) no-repeat top right;
    height: 13px;
    margin-left: 13px;
}
div.firstline {
    height: 1px;
    background: #000000;
}
div.footer {
    width: 791px;
    margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}
div.footer a {
    text-decoration: none;
    color: #FFFFFF;
}
div.footer span.copyright {
    margin-left: 20px;
    float: left;
}
div.footer span.footermenu {
    margin-right: 20px;
    float: right;
}
/*END INDEX PAGE*/
/*ABOUT US PAGE*/
div.wrapperabout {
    background: url(images/bg.png) repeat top left;
    height: 1050px;
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
div.wrapperabout p.bold {
    
    font-weight: bold;
}
div.wrapperabout p a {
    
    text-decoration: none;
}
div.wrapperabout h2,div.wrapperabout p,div.wrapperabout ul {
    margin-left: 35px;
    margin-right: 35px;
}
div.wrapperabout ul#team {
    list-style-type: square;
}
div.wrapperabout ul#serviceslist li ul{
    line-height: 20px;
}
div.wrapperabout h2 {
    color: #004A7F;
    font-weight: normal;
    font-size: 20px;
}
/*END ABOUT US PAGE*/
/*PAST PROJECTS PAGE*/
div.wrapperprojects {
    background: url(images/bg.png) repeat top left;
    height: 910px; /*was 1050px*/
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
div.wrapperprojects h2 {
    color: #004A7F;
    font-weight: normal;
    font-size: 20px;
}
div.wrapperprojects h2, div.wrapperprojects p {
    margin-left: 35px;
    margin-right: 35px;
}
div.wrapperprojects table {
    width: 90%;
    margin-top: 5px;
    margin-left: 40px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #404040;
}
/*END PAST PROJECTS PAGE*/
/*GALLERY PAGE*/
div.wrappergallery {
    background: url(images/bg.png) repeat top left;
    height: 1300px; /*was 750px*/
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
div.wrappergallery h2 {
    color: #004A7F;
    font-weight: normal;
    font-size: 20px;
    margin-left: 35px;
}
/*to remove*/
/*
div.wrappergallery div.gallerypics {
    margin-left: 10px;
    margin-top: 10px;
}
div.wrappergallery div.gallerypics table tr td {
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-position: left;
    text-align: center;
    vertical-align: middle;
}
div.wrappergallery div.gallerypics table tr td.caption {
    padding-left: 25px;
    padding-right: 25px;
}
    div.wrappergallery div.gallerypics img {
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
}
*/
/*end to remove*/
/*END GALLERY PAGE*/
/*CONTACT US PAGE*/
div.wrappercontact {
    background: url(images/bg.png) repeat top left;
    height: 800px; /*was 1050px*/
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
div.wrappercontact h2 {
    color: #004A7F;
    font-weight: normal;
    font-size: 20px;
}
div.wrappercontact h2, div.wrappercontact p {
    margin-left: 35px;
    margin-right: 35px;
}
div.wrappercontact form, div.wrappercontact table, div.wrappercontact h3 {
    margin-left: 35px;
}
div.wrappercontact form {
    margin-top: 20px;
}
/*END CONTACT US PAGE*/
/*CAREERS PAGE*/
div.wrappercareers {
    background: url(images/bg.png) repeat top left;
    height: 500px; /*was 1050px*/
    width: 791px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000000;
}
div.wrappercareers h2 {
    color: #004A7F;
    font-weight: normal;
    font-size: 20px;
}
div.wrappercareers h2, div.wrappercareers p {
    margin-left: 35px;
    margin-right: 35px;
}
/*END CAREERS PAGE*/


