/* --------- 1. defaults  --------- */


* {
margin: 0;
padding: 0;
}


body {
    background: #8F9094 url(../images/bodyBackground.jpg) repeat-x top;margin-bottom: 1em;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    line-height: 1.2em;
    font-size: 0.75em;
    -webkit-text-size-adjust:none 
}

a{
    outline:none;
}

p {
   
}
    
input {
    width: 95px;
    height: 20px;
    border: 1px solid #8E5FA4;
    margin-right: 4px;
}

.spacer {
    height: 15px;
}

/*  --------- 2. main structure  --------- */

#wrapper {
    margin: 20px auto;
    width: 830px;
    background-repeat: repeat-x;
    background-position: top;
}

#wrapperTwo {
    width: 830px;
    min-height:100px;
    background-repeat: repeat-x;
    background-position: top;
    background: #FFFFFF url(../images/wrapperBackground.jpg) repeat-x top;
}

#masthead {
    height: 81px;
    margin-left: 29px;
    padding-top: 24px;
}

#masthead a {
    background-image: none;
}

#header-contact{
    float: right;
    margin: 23px 18px 0px 0px;
    width: 415px;
    text-align:right;
}

#header-contact a {
    margin: 0px 10px 0px 10px;
    text-decoration: underline; }
}


#content {
    padding-top: 12px;
    padding-left:5px;
    width: 815px;
    padding-bottom: 10px;
    min-height:380px;
}

#footer {
    width: 819px;
    height: 80px;
    font: 0.9em Trebuchet MS, Helvetica, sans-serif;
    color: #000000;
    padding-top: 10px;
    background: no-repeat;
    background: url("../images/footer.png") repeat-x scroll center;
}

#footer a{
    color:#000066;
}


#leftContent {
    width: 116px;
    margin-left: 10px;
    float: left;
    margin-top: 7px;
}

#rightContent {
    width: 128px;
    height: 100px;
    float: right;
    display: inline;
    margin-top: 0px;
    margin-right: 5px;
}

#mainContent {
    padding-bottom: 0px;
    width: 471px;
    min-height: 320px;
}


#mainContent a {
    background-image: none;
}


#mainContent1 {
    padding-bottom: 0px;
    width: 800px;
}

#headerBox {
    height: 45px;
    background: left top;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-left: -65px;
    margin-top: -10px;
    background: url("../images/header-background.png") no-repeat scroll left center transparent;
}

.headerBox2 h1 {
    text-transform: none;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #333333;
    margin-left: 75px;
    font: 1.5em Trebuchet MS, Helvetica, sans-serif;
}

.headerBox2 {
    height: 45px;
    background: left top;
    padding-top: 5px;
    margin-left: -75px;
    margin-top: -10px;
    background: url("../images/header-background.png") no-repeat scroll left center transparent;
}

.contLeft {
    width: 200px;
    float: left;
}

.contRight {
    width: 200px;
    float: right;
    margin-right: -30px;
}

#footerNew {
    float: left;
    margin-top: 13px;
    font-size: 0.8em;
    padding-left: 75px;
    color: #ffffff;
}

#footerNew  a {
    text-decoration: underline;
    color: #ffffff;
}
    
    
/*Navigation menue*/

#nav{
    width: 160px;
    font-family:Trebuchet MS, Helvetica, sans-serif;
    font-size:14px;
    margin-left: 10px;
}
#nav li{
    list-style: none;
    position: relative;
    left: -15px;
}

#nav li ul li{
    list-style: none;
    position: relative;
    left:15px;
    font-size:12px;
}

#nav a{
    text-decoration: none;
    color: #673c7a;
    padding-left: 18px;
}

#nav a:hover, a:active, a:focus{
    color:#9E008B;
    background: url("../images/arrow.png") no-repeat scroll left center transparent;
}



.aboutShow{
    display: none;
    font-size: smaller;
    /*margin-bottom: none;*/
    position:relative;
    top:-10px;
    color: #868686;
}
.aboutShow:hover{
    color:#a100fe;
}
.navMain{
    margin-bottom: 10px;
    color: #000000;
}
.solutionsShow{
    display: none;
    font-size: smaller;
    position:relative;
    top:-10px;
    color: #868686;
}
.solutionsShow:hover{
    color:#a100fe;
}
.teamShow{
    display: none;
    font-size: smaller;
    position:relative;
    top:-10px;
    color: #868686;
}
.teamShow:hover{
    color:#a100fe;
}
.clientShow{
    display: none;
    font-size: smaller;
    position:relative;
    top:-10px;
    color: #868686;
}
.clientShow:hover{
    color:#a100fe;
}
.loginShow{
    display: none;
    font-size: smaller;
    position:relative;
    top:-10px;
    color: #868686;
}
.loginShow:hover{
    color:#a100fe;
}
.contactShow{
    display: none;
    font-size: smaller;
    position:relative;
    top:-10px;
    color: #868686;
}
.contactShow:hover{
    color:#a100fe;
}

/* ---------- video navigation ---------- */

#frontpage-html5video {
    width: 320px;
    height: 240px;
    margin-bottom: 20px;
    background: #E2E2E2;
}


#frontpage-video-menu {
    list-style: none;
}
 
#frontpage-video-menu li {
    display: inline;
    margin: 0 2px;
}

.video-link {

}



#frontpage-video-menu a:hover, a:active, a:focus{
    color:#9E008B;
    background: url("../images/arrow.png") no-repeat scroll left center transparent;
}

#frontpage-video-menu a {
    color: #673C7A;
    padding-left: 18px;
    text-decoration: none;
}


    
/* ---------- 3. links and navigation ---------- */

a { color: #000000;
}

a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}

/* ---------- 4. fonts ---------- */

h1 {
    text-transform: none;
    margin-bottom: 4px;
    margin-top: 7px;
    color: #333333;
    margin-left: 75px;
    font: 1.7em Trebuchet MS, Helvetica, sans-serif;

}

h2 {
    text-transform: none;
    margin-bottom: 5px;
    color: #8E5FA4;
    font: 1.3em Trebuchet MS, Helvetica, sans-serif;
}


h3 {

     color: #333333;
    font: 1.5em Trebuchet MS,Helvetica,sans-serif;
    margin-bottom: 5px;
    text-transform: none;
     margin-left: 10px;
}



h4 {
    color: #8E5FA4;
    font: bold 1.25em Trebuchet MS,Helvetica,sans-serif;
    margin-bottom: 5px;
}



h5 {
    text-transform: none;
    margin-bottom: 5px;
    color: #8E5FA4;
    font: 0.8em Trebuchet MS, Helvetica, sans-serif;
}
    
.notesText{
    color: #7459A6;
    font-size: 0.8em;
}

.text {
    margin-left: 10px;
    margin-right: 10px;
}


.loginBox {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.loginBoxTwo {
    margin-left: 10px;
    margin-right: 10px;
}

.phoneNo {
    color: #8E5FA4;
    font-size: 1.2em;
    font-weight: bold;
}

.bullet {
    line-height: 15px;
}

.flashOne {
    height: 150px;
    width: 450px;
    background-image: url(../images/callToAction.png);
    margin-left: 0px;
}



.flashtwenty {
    height: 150px;
    width: 450px;
    background-image: url(../images/callToAction.png);
    margin-left: 25px;
}
    
.flashOne1 {
    height: 150px;
    width: 450px;
    background-image: url(../images/callToAction1.png);
}

.flashOne2 {
    height: 150px;
    width: 450px;
    background-image: url(../images/callToAction2.png);
}

.flashregister {
    height: 300px;
    width: 450px;
}

.flashregister1 {
    height: 100px;
    width: 450px;
    background-image: url(../images/registerBackground.png);
}

.flashtext {
    float: right;
    width: 250px;
    height: 500px;
}     
/*  --------- 2. index structure  --------- */  

#indexMasthead {
    height: 81px;
    margin-left: 29px;
    padding-top: 24px;
}

#indexMasthead a{
    background-image: none;
}


#indexMainContent {
    padding-bottom: 0px;
    width: 360px;
    padding-left: 0px;
}

#indexContentWrapper{
    padding: 0px;
    margin-right: 2px;
    margin-left: 50px;
}

#contentWrapper {
    padding-top: 12px;
    margin-right: 1px;
    width: 690px;
    margin-left: 55px;
}

#contentWrapper1 {
    padding: 0px;
    margin-right: 2px;
    width: 800px;
    margin-left: 2px;
}

#indexContent{
    padding-top: 12px;
    padding-left:5px;
    height: 330px;
    width: 620px;
    padding-bottom: 10px;
    min-height: 300px;
}
    
#flashContent{
    width: 241px;
    height: 563px;
    float: right;
    display: inline;
    margin-top: 0px;
    margin-right: 5px;
}

/*  --------- Expertise  --------- */

#flashFooter2 {
    width: 820px;
    min-height: 300px;
    height: 165px;
    background: #00FF00;
}

/* ---------- 3. Dear Deligate - Landing page ---------- */

.formWrapper {
    height: 260px;
}

.formBoxLeft {
    width: 213px;
    float: left;
    margin-left: 17px;
}
    
.formBoxLeftB {
    width: 213px;
    float: left;
    height:300px;
    margin-top: 50px;
}

.formBoxRight {
    width: 195px;
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
}
    
.formBoxRightB {
    width: 195px;
    float: right;
    margin-left: 12px;
    margin-top: 10px;
}
    
.formlogo {
    margin-left: 4px;
}
    
.formBoxes {
    margin-top: 5px;
    margin-left: 5px;
}

    
.formText {
    margin-top: 05px;
    margin-left: 4px;
}

.formspacer {
    margin-top: 35px;
}
    
    
.loginBoxC {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    background-color:#33FF00;
    height: 700px;
}

#box {
    margin-left: 10px;
    margin-right: 10px;
    height: 350px;
    width: 450px;
}

#profiling {
    height: 20px;
    background: left top;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    font: 1.25em Trebuchet MS, Helvetica, sans-serif;
    font-weight:bold;
    color: #8E5FA4;
}

#commence{
    height: 90px;
    background: left top;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
}

/* ---------- 3. precision selling - Landing page ---------- */

#contentSelling {
    height: 500px;
}

#contentSellingTop {
    
}

#contentSellingMiddle {
    height: 200px;
    margin-top: 15px;
}

#contentSellingBottom {
    height: 250px;
}

.flashTestOne {
    height: 100px;
    width: 530px;
    margin-top: 10px;
}

#contentSellingButtonOne {
    height: 100px;
    width: 265px;
    float: left;
}

#contentSellingButtonTwo {
    height: 100px;
    width: 265px;
    float: right;
}


/* ---------- 3. address - contact ---------- */

.addressWrapper{

    width: 600px;
     min-height: 350px;
}

.dropDownLink {
    color: #3C4A9E;
    text-decoration: none;
    font: bold 1.2em Trebuchet MS, Helvetica, sans-serif;
}

.Q {
    font-size: 1.5em;
    color: #000000;
    font-weight: 200;
}

/* quote box*/


.quoteWrapper {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 3px;
    width: 452px;
    background: url(../images/quoteLeft.png) no-repeat 2px 1px;
}

.quoteWrapperRight {
    float: right;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-left: 2px;
    width: 363px;
    background: url(../images/quoteLeft.png) no-repeat 2px 1px;
    border: thin solid #323232;
}
.quoteContent {
    padding-bottom: 2px;
    width: 395px;
    padding-left: 0px;
    padding-right: 27px;
    font-size: 0.8em;
    margin-top: 5px;
}
.quoteReferanceText {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 08px;
}
    
.bigName {
    color: #8E5FA4;
    font-size: 1.2em;
    background: url(../images/quoteRight.png) no-repeat right 1px;
    padding-left: 30px;
    height: 20px;
}

/* quote box pusher*/
    
.pusher {
    cursor:pointer;
    font-weight: bold;
    padding: 5px 0 5px;
    width: 440px;
    color: #8E5FA4;
    font: 1.0em Trebuchet MS,Helvetica,sans-serif;
    margin-bottom: 5px;
    text-transform: none;
}

.pusher:hover {
    text-decoration: underline;
    color: #9E008B;
}

.mover {
    width: 430px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    float: left;
    background-image: url(../images/quoteRight.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.movera {
padding-left: 17px;
}

.moverb {
padding-left: 17px;
}

.moverc {
padding-left: 17px;
}

.moverd {
padding-left: 17px;
}

.movere {
padding-left: 17px;
}

.moverf {
padding-left: 17px;
}

.moverg {
padding-left: 17px;

}
.moverh {
padding-left: 17px;
}

.moveri {
padding-left: 17px;
}

.moverj {
padding-left: 17px;
}

.moverk {
padding-left: 17px;
}

.moverl {
padding-left: 17px;
}

.moverm {
padding-left: 17px;
}

.movern {
padding-left: 17px;
}

.movero {
padding-left: 17px;
}

#spacer01 {
    height: 20px;
}


/* delegate box pusher*/



.pusherD {
    cursor:pointer;
    font-weight: bold;
    width: 440px;
    color: #8E5FA4;
    font: 1.2em Trebuchet MS,Helvetica,sans-serif;
    margin-bottom: 5px;
    text-transform: none;
}

.pusher:hover {
    text-decoration: underline;
}

.moverD {
    width: 430px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.moverDa {
margin-bottom: 10px;
}

.moverDb {
margin-bottom: 10px;
}

.moverDc {
margin-bottom: 10px;
}

.moverDd {
margin-bottom: 10px;
}

.style3 {color: #000033}


#header-contact a:hover{
    color:#9E008B;
}

#header-contact a {
    border-left: 1px solid #000000;
    padding: 0px 0px 0px 15px;
}



