
/*-- global layout structures --*/
body {
  background-color: #EDEDED;
}

.pageWrapper {
  background-color: white;

  border-style: none solid solid;
  border-color: #E1E1E1;
  border-width: 1px;

  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#globalNav,#content {
  margin: 0 auto;
  width: 1000px;
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans",
    "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
}

a{
 text-decoration: none;
 outline: 0;
}

p a {
  color: #50c2ff;
}

/*-- global typographics --*/

/**
 * Quotes
 */

.pullQuote {display:block;width:370px;height:150px;float:right;font-size:17px;font-style:italic;line-height:25px;color:#4c4c4c;text-align:center;margin-right:50px;margin-top:60px;position:relative;font-family:Arial, Helvetica, sans-serif !important;}

.pullQuoteSource {display:block;text-align:center;font-size:14px;color:#999;margin-top:30px;}

.quoteLeft {width:50px;height:39px;position:absolute;top:-30px;left:-50px;}
.quoteRight {width:49px;height:39px;position:absolute;top:110px;right:-20px;}

/* ------------------------*/

/*-- global Nav --*/
#globalNav {
  /* fallback */
  background-color: #000000;
  background: url(../img/linear_bg_1.png);
  background-repeat: repeat-x;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #1A1A1A, #000000);
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000),
    to(#1A1A1A) );
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#1A1A1A, #000000);
  /* Opera 11.10+ */
  background: -o-linear-gradient(#1A1A1A, #000000);
  height: 50px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;

  /* needs to be set for ie7 */
  position: relative;
  z-index: 10;

}

#globalNav h1 {
  display: inline;
  float: left;
  text-indent: -1000em;
  width: 120px;
  height: 50px;
}

#globalNav h1 a {
  display: block;
  text-indent: -1000em;
  width: 120px;
  height: 50px;
  background: url(../img/mainSprite.png) no-repeat 20px 15px;
}

#nav {
  /*font-family: "Myriad   Pro", "Lucida Grande", "Lucida Sans",
    "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    font-weight: 400;
  float: right;
  color: white;
  font-size: 15px;
  height: 50px;
  font-weight: lighter;
}


#nav li {
  display: block;
  float: left;
  list-style: none;
  background: none;
  height: 50px;
  position: relative;
  background: url(../img/mainSprite.png) no-repeat 100% 0;

  zoom: 1;
}

#nav li a {
  display: inline;
  float: left;
  color: #FFFFFF;
  height: 19px;
  outline: none;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 29px;
  padding-bottom: 14px;
  margin-right: 1px;
  zoom: 1;
}

  #nav li a.parent {
     cursor: default;
  }

#nav li a:hover {

  /* fallback */
  background-color: #262626;
  background: url(../img/linear_bg_1.png);
  background-repeat: repeat-x;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #3C3C3C, #262626);
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626),
    to(#3C3C3C) );
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#3C3C3C, #262626);
  /* Opera 11.10+ */
  background: -o-linear-gradient(#3C3C3C, #262626);
}


/*-- sub Nav selection --*/

#pageWhy .pageWhy a,
#pageAbout .pageAbout a,
#pageFeatures .pageFeatures a,
#pageCaseStudies .pageCaseStudies a,
#pagePricing .pagePricing a,
#pageAbout .pageAbout a,
#pageContact .pageContact a {
  color: #50c2ff;
}


/*-- sub Nav --*/
#nav .subNav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  zoom: 1;
}

#nav .subNav li {
  display: block;
  position: relative;
  float: none;
  list-style: none;
  height: 40px;
  width: 160px;
  border-top: 1px solid #4b4b4b;

  /* fallback */
  background-color: #262626;

  zoom: 1;
}

#nav .subNav li:hover {
  background-image: none;
  background-color: #393939;
  cursor: pointer;
}

#nav .subNav li a {
  color: white;
  padding: 13px 0 0 18px;
  display:block;
  width: 100%;
  zoom: 1;
  margin: 0;
}

.ie7 #nav .subNav li a {
  width: auto;
}

#nav .subNav li a:hover{
  background: none !important;
  cursor: pointer;
}


.arrow {
  display: inline-block;
  width: 14px;
  height: 7px;
  background: url(../img/mainSprite.png) no-repeat 0 -35px;
  /*position: absolute;
  top: 26px;*/
}


/* Included & Optional Banners */

.bannerIncluded,
.bannerOptional {
  background: url(../img/mainSprite.png) no-repeat 0 -1085px;

  display: block;
  position: absolute;
  top: 0; left: 0;
  height: 100px;
  width: 100px;
}

.bannerOptional {
  background-position-x: -100px;
}


/*-- content --*/




#content,#clientShowcase {

  margin: 10px auto;
}

#content h2 {
  color: #333333;
  font-size: 30px;
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
  font-style: normal;
  font-weight: 600;
  padding-left: 60px;
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  padding-bottom: 15px;
}

#content h3 {
  color: #1a1a1a;
  font-size: 21px;
  margin-bottom: 5px;
}

#content h3, #content h4 {
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
  font-style: normal;
  font-weight: 600;
}

#content p {
  color: #595959;
  font-size: 13px;
  font-family: Arial, Verdana, sans-serif;
  letter-spacing:0;
  padding-left: 60px;
  line-height: 20px;
}

.pageTitle {
  height: 160px;
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
  position: relative;
}

.pageTitle h1{
    color: #1a1a1a;

    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -3px;
    /* positioning */
    position: absolute;
    top: 36px;
    left: 140px;
  }

.pageTitle h5{
    color: #333333;
    font-size: 23px;
    font-weight: 300;
    font-style: italic;
    /* positioning */
    position: absolute;
    top: 101px;
    left: 220px;
  }



.colorRuler {
  height: 4px;
  background: url(../img/colorRuler.gif) no-repeat;
}

.WhiteBox {
  position : relative;
  border-style: none solid solid;
  border-color: #E1E1E1;
  border-width:1px;
  background-color: #FFFFFF;
}

.GrayBox {
  position : relative;
  border-style: none solid solid;
  border-color: #E1E1E1;
  border-width:1px;
  background-color: #FAFAFA;
}

.LastBox {
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

.ContactArrow {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 10px;
  left:23px;
  background: url(../img/mainSprite.png) no-repeat 0 -126px;
}

.firstP{
  padding-top: 5px;
}

.secondP{
  padding-top: 30px;
}

.ClearLeft {
  clear: left;
}

.ClearRight {
  clear: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right
}

.AddUserIcon {
  position: absolute;
  right: 323px;
  bottom:62px;
  width: 17px;
  height: 17px;
  background: url(../img/mainSprite.png) no-repeat -383px -161px;
}

.BigGrayPlus {
  font-size : 48px;
  font-weight: bolder;
  color : #8F8F8F;
}

.contactUsButton {
  background: url(../img/mainSprite.png) -216px -1085px no-repeat;
  width: 184px;
  height: 51px;
  display: inline-block;
  /*float: right; margin-top: 25px;*/
  text-indent: -9999px;
  position: relative;
  top: 20px!important;
  left: 20px;
}

  .ie7 .contactUsButton {
      top: -20px!important;
  }

.contactUsButton:hover {
    background-position: -216px -1139px;
}

.contactUsButton:active {
   background-position: -216px -1193px;
   top: 21px;
   outline: none;
}

  .ie7 .contactUsButton {
      top: -18px;
  }


#contactUsFooter {
  position: relative;
  display: block;
  float: right;
  top: -30px;
  right:160px;
  padding: 16px 27px 10px 62px;
  font-size: 20px;
  color: #333333;

  /* fallback */
  background-color: #F7F7F7;
  background: url(../img/linear_bg_3.png);
  background-repeat: repeat-x;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #F7F7F7);
  /* Safari 4-5, Chrome 1-9 */
  /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7),
    to(#FFFFFF) );
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(#FFFFFF, #F7F7F7);
  /* Opera 11.10+ */
  background: -o-linear-gradient(#FFFFFF, #F7F7F7);

  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;

  -moz-box-shadow: 0px 1px 2px #888888;
  -webkit-box-shadow: 0px 1px 2px #888888;
  box-shadow: 0px 1px 2px #888888;
}

/*-- home page top module --*/

#topModule {
  width: 1000px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  position: relative;

  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;

  -moz-box-shadow: 0px 1px 2px #BBBBBB;
  -webkit-box-shadow: 0px 1px 2px #BBBBBB;
  box-shadow: 0px 1px 2px #BBBBBB;
}

#clientTopImages span {
  position: absolute;
  float: right;
  width: 395px;
  height: 380px;
  left: 605px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#clientTopBanners {
position: absolute;
right: 0px;
width: 203px;
height: 104px;
background: url('../img/home/marqueeBannerShadow.png') no-repeat 8px 43px;
}

#clientTopBanners .wrap {
position: relative;
}

#clientTopBanners p {
color: #e5e5e5;
font-style: italic;
font-size: 11px;
line-height: 15px;
padding: 19px 0 0 15px;
}

#clientTopBanners p b {
color: #ffffff;
font-style: normal;
font-size: 14px;
font-weight: bold;
}

#clientTopBanners .banner1,
#clientTopBanners .banner2,
#clientTopBanners .banner3 {
background: url('../img/home/marqueeBannerDark.png') no-repeat top left;
width: 203px;
height: 61px;
position: absolute;
left: 6px;
top: 33px;
z-index: 100;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-webkit-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

#clientTopBanners .banner2 {
background: url('../img/home/marqueeBannerRed.png') no-repeat top left;
opacity: 0;
z-index: 99;
}
#clientTopBanners .banner3 {
background: url('../img/home/marqueeBannerBlue.png') no-repeat top left;
opacity: 0;
z-index: 99;
}
#clientTopBanners a {
  color: #e5e5e5;
}

#clientTopBanners a:hover {
  text-decoration: underline;
}

#clientTopImages {
background: transparent url('../img/home/marqueeImage.jpg') repeat-x top left;
width: 394px;
height: 380px;
position: absolute;
right: 0px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
-moz-transition: background-position 0.5s ease-in-out;
-o-transition: background-position 0.5s ease-in-out;
-webkit-transition: background-position 0.6s cubic-bezier(0.6, 0, 0.4, 1);
-ms-transition: background-position 0.5s ease-in-out;
transition: background-position 0.5s ease-in-out;
}

#topOverlay {
  position: absolute;
  width: 752px;
  height: 380px;
  background: url(../img/topOverlay.png);
}

#topCTA {
  position: absolute;
  width: 232px;
  height: 57px;
  top: 238px;
  left: 61px;
  color: #000000;
/*font-family: "Myriad Pro";*/
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
  font-style: normal;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(top, #ffffff, #f7f7f7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f7f7f7');
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
font-size: 22px;
line-height: 57px;
}

#topCTA .over {
background-color: rgba(255,255,255,0);
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
-webkit-transition: background-color 0.15s ease-in-out;
-ms-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
  width: 232px;
  height: 58px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.38);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.38);
box-shadow: 0 1px 1px rgba(0,0,0,.38);
}

#topCTA:hover .over {
  height: 58px;
  background-color: rgba(255,255,255,1);
}

#topCTA span {
text-align: center;
  background: url('../img/home/marqueeCTAIcon.png') no-repeat 21px 10px;
padding: 9px 0 0 41px;
line-height: 42px;
display: block;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
-webkit-transition: color 0.15s ease-in-out;
-ms-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}

#topCTA:hover span {
  color: #007AE1;
}

#topCTAText1 {
  font-size: 12px;
  top: 20px;
}

#topCTAText2 {
  font-size: 20px;
  top: 30px;
}

/*-- client showcase --*/

#clientShowcase {
  height: 410px;
}

#clientShowcase li {
  width: 326px;
  height: 410px;
  display: inline;
  float: left;
  list-style: none;

  -moz-border-radius-topleft : 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;

  -moz-box-shadow: 0px 1px 2px #BBBBBB;
  -webkit-box-shadow: 0px 1px 2px #BBBBBB;
  box-shadow: 0px 1px 2px #BBBBBB;
}

#client2,#client3 {
  margin-left: 11px;
}

.clientImage {
  display: block;
  width: 326px;
  height: 410px;
  position: relative;
  -moz-border-radius-topleft : 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

#clientShowcase li a:hover .clientDescription {
  opacity: 0;
left: 40px;
}

#clientShowcase li a .clientName, #clientShowcase li a .clientDescription {
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.CTAHover {
  opacity: 0;
  color: #D50000;
  font-size: 18px;
  width: 160px;
  height: 30px;
  position: absolute;
  padding: 2px 0 2px 100px;
  top: 80px;
  left: 27px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
  /* IE fallback */
  .oldie .CTAHover,
  .oldie #clientShowcase li:hover .clientDescription {
    visibility: hidden;
  }

  .oldie #clientShowcase li:hover .CTAHover {
    visibility: visible;
  }
/*
#client3 .CTAHover{
  color: #cdcdcd;
}
*/
.clientImageHover {
  opacity: 0;
  position: absolute;
  width: 326px;
  height: 410px;
  -moz-border-radius-topleft : 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

#burtonHover {
  background: url('../img/clientImage1Over.jpg') no-repeat;
}
#ducatiHover {
  background: url('../img/clientImage2Over.jpg') no-repeat;
}
#porscheHover {
  background: url('../img/clientImage3Over.jpg') no-repeat;
}

.RedArrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left:70px;
  background: url(../img/mainSprite.png) no-repeat -356px -159px;
}

.GrayArrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left:70px;
  background: url(../img/mainSprite.png) no-repeat -329px -159px;
}

#clientShowcase li a:hover .CTAHover, #clientShowcase li a:hover .clientImageHover {
  opacity: 1;
}

#clientShowcase li a:hover .CTAHover {
  left: 32px;
}

#client1 a {
  background: url('../img/clientImage3.jpg') no-repeat;
}

#client2 a {
  background: url('../img/clientImage2.jpg') no-repeat;
}

#client3 a {
  background: url('../img/clientImage1.jpg') no-repeat;
}

.clientCTA {
  width: 326px;
  height: 140px;
  position: absolute;
  top:270px;
  font-family : "myriad-pro-1","myriad-pro-2",sans-serif;
/*   font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans", */
/*     "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; */
  color: #333333;
  font-size: 26px;
  background-color: #ffffff;

  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

.CTAcontainer {
  width: 80%;
  display: block;
  margin: 0 auto 0 auto;
  padding-top: 36px;
}

.clientName {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;

  display:inline;
  position: absolute;
  padding-left: 70px;
}

.clientDescription{
  width:210px;
  position: absolute;
  padding-left: 70px;
  top: 70px;
  left: 35px;
  font-family: Arial, Verdana, sans-serif;
  color: #666666;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}

#burtonLogo {
  width: 65px;
  height: 65px;
  position: absolute;
  background: url('../img/mainSprite.png') no-repeat 0 -57px;
}

#ducatiLogo {
  width: 65px;
  height: 65px;
  position: absolute;
  left : 27px;
  background: url('../img/mainSprite.png') no-repeat -170px -57px;
}

#porscheLogo {
  width: 78px;
  height: 67px;
  position: absolute;
  left: 13px;
  background: url('../img/mainSprite.png') no-repeat -322px -57px;
}

/*-- footer --*/



