


/*-- Contact --*/


#contactUsContent {
  float: left;
  border-right: 1px solid #e4e4e4;
  width: 637px;

  margin-top: 60px;
}

#contactUsContent h2 {
  color: black;
  padding: 50px 0 30px 0;
}

#contactUsKeyPoints {
  float: right;
  width: 358px;
}

#contactUsContent #contactUsIntro {
  color: #262626;
  font-size: 15px;

  width: 530px;
  padding: 0 0 0 60px;
  line-height: 22px;
  letter-spacing: 0px;

}

#contactUsWrapper {
  padding-bottom: 60px;  
}


/*-- Contact Us Form  --*/

#contactUsForm {
  padding-left: 60px;
}


#contactUsForm p {
  padding: 0 40px 0 0;
}

#contactUsForm .contactUsInlineField {
  position: relative;
  display: block;
  float: left;
    
  width: 241px;
  padding: 0 39px 28px 0;
  margin: 0;
  
}

#contactUsForm input[type=text],
#contactUsForm .message {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  color: #1a1a1a;

}

#contactUsForm input.watermark,
#contactUsForm textarea.watermark,
#contactUsForm .dropdown-label span {
  font-style: italic;
  color: #666;
}

#contactUsForm .ir,
#contactUsForm .dropdown-button,
#contactUsForm .contacUsSubmit,
#contactUsError,
#contactUsSuccess {
  border: 0;
  width: 80px;
  height: 80px;

  background: url(../img/formSprite.png) no-repeat 0 0;  
}



#contactUsForm input[type=text] {
  width: 210px;
  height: 40px;
  padding: 0 15px 0 15px;
  outline: none;
}

.ie7 #contactUsForm input[type=text],
.ie8 #contactUsForm input[type=text] {
  height: 28px;
  padding-top: 12px;  
}

#contactUsForm input[type=text].invalid {
  background-position: -900px -50px;
}

#contactUsForm input[type=text]:focus {
  background-position: -300px 0;
}

#contactUsSuccess {
  display: none;

  float: left;
  width: 365px;
  height: 45px;

  background-position: -600px -400px;
  margin-bottom: 20px;
  zoom: 1;
}

#contactUsSuccess h2 {
  display: none;
}

#contactUsError {
  display: none;

  width: 520px;
  height: 70px;

  background-position: 0 -400px;
  margin-bottom: 20px;
  zoom: 1;
}

#contactUsError h2 { 
  display: none;
}



#contactUsForm .message {
  width: 490px;
  height: 232px;
  padding: 13px 15px 15px 15px;

  outline: none;
  resize: none;
  line-height: 30px;
  
  background-position: 0 -100px;
}

#contactUsForm .invalid {
  background-position: -1200px -100px;
}

#contactUsForm .message:focus {
  background-position: -600px -100px;
}

#contactUsForm .contacUsSubmit {
  display: block;
  outline:; none;
  position: relative;
  width: 100px;
  height: 42px;

  float: right;
  margin-right: 55px;
  background-position: -600px 0;
}

#contactUsForm .contacUsSubmit:hover {
  background-position: -750px 0;
}

#contactUsForm .contacUsSubmit:active {
  background-position: -900px 0;  
}

#contactUsForm .contacUsSubmit span {
  display: none;
}

#contactUsForm .contacUsSubmit .ajaxLoader {
  background: url("../img/ajax-loader.gif") no-repeat 0 0;  

  display: none;
  position: absolute;
  top: 14px;
  left: -30px;
  width: 16px;
  height: 16px;
}


#contactUsForm .error {
  font-size: 12px;
  color: #ff4e00;
}



/*-- Drop Down  --*/


#contactUsForm .dropdown {
  position: relative;

}

#contactUsForm .dropdown-button {
  background-position: 0 -50px;

  width: 241px;
  height: 45px;
}

#contactUsForm .dropdown-button:hover {
  background-position: -300px -50px;
}

#contactUsForm .open .dropdown-button {
  background-position: -600px -50px;
}



#contactUsForm .dropdown-label span {
  display: inline-block;
  letter-spacing: 0.8px;
  padding: 12px 15px 0 15px;  
}


#contactUsForm .dropdown-list {
  background-color: white;
  border: 1px solid #cccccc;

  position: absolute;
  top: 45px;
  left: 0;
  width: 239px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#contactUsForm .dropdown-list li {
  display: block;
  height: 29px;
  border-bottom: 1px solid #cccccc;
  padding: 12px 15px 0 15px;

  letter-spacing: 0.8px;
}

#contactUsForm .dropdown-list li.last {
  border-bottom: none;
}

#contactUsForm .dropdown-list li:hover {
  color: white;
  background-color: #24abf3;
}

#contactUsForm .dropdown-wrapper {
  
}


/*-- Key Selling Points --*/

#contactUsKeyPoints {
  margin-top: 60px;  
}

#contactUsKeyPoints h3 {
  font-size: 16px;
  font-weight: bold;
}

#contactUsKeyPoints li {
  width: 270px;
  margin-bottom: 40px;
  padding-left: 30px;  
}

#contactUsKeyPoints p {
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0.8px;
}




/*-- Key Selling Points Sprites --*/

#contactUsKeyPoints .ir {
  background: url(../img/mainSprite.png) no-repeat 0 0;  

  float: left;
  width: 80px;
  height: 80px;
}

#contactUsKeyPoints  .bubble {
  background-position: 0 -250px;
}

#contactUsKeyPoints  .phones {
  background-position: -100px -250px;
}

#contactUsKeyPoints  .pencil {
  background-position: -200px -250px;
}

#contactUsKeyPoints  .target {
  background-position: -300px -250px;
}

#contactUsKeyPoints  .brand {
  background-position: 0 -356px;
}

#contactUsKeyPoints  .star {
  background-position: -100px -356px;
}


/*-- Contact Us footer --*/


#contactFooter {
    display: block;
    padding: 20px 0;
    font-family: Arial;
    text-align: center;   
    line-height: 11px; 
    height: auto; 
    width: auto;
}

#contactFooter .copyright {
  font-family: Arial, Verdana, sans-serif;
  color: #666666;
  font-size: 11px;
  
  display: inline-block;  
  margin: 0 auto;
  line-height: 11px;

}

#contactFooter .copyright .logo {        
    height: 11px;
}

#contactFooter .copyright .logo a {
    display: inline-block;
    width: 70px;   
    height: 11px;   
    text-indent: -1000em;        
    background: url(../img/mainSprite.png) no-repeat 100% -135px;
    margin-top: -1px;
    margin-right: 5px;
}

.ie7 #contactFooter .copyright .logo {        
   display: none;
}





/* Localized */