/* `General
----------------------------------------------------------------------------------------------------*/
.container_12 {
  background-color: #f7f7f7;
}

.web-symbols {
  font-family: 'WebSymbolsRegular';
}

div#pc-dl-links span.download-button a,
div.download-button a.download-button, 
div.webform span.download-button, 
div.webform-submission span.download-button {
  font-family: 'Museo Slab W01 300';
  padding: 10px;
  font-size: 1.78em;
  color: white;
  background-color: #426ea0;
  border-radius: 2px;
  border: 1px solid #F7F7F7;
  padding: 15px 25px 12px;
  text-decoration: none;
  background: #426ea1;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c80ba), to(#426ea1));
  background: -moz-linear-gradient(top,  #4c80ba, #426ea1 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c80ba', endColorstr='#426ea1');
}


div#pc-dl-links span.download-button a:hover,
div.download-button a.download-button:hover, 
div.webform span.download-button:hover  {
  background: #4c80ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#5791d4), to(#4c80ba));
  background: -moz-linear-gradient(top,  #5791d4, #4c80ba );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5791d4', endColorstr='#4c80ba');
}

div#pc-dl-links span.download-button a:active,
div.download-button a.download-button:active, 
div.webform span.download-button:active  {
  background: #426ea1;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c80ba), to(#426ea1));
  background: -moz-linear-gradient(top,  #4c80ba, #426ea1 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c80ba', endColorstr='#426ea1');
}

div.form-item {
  margin: 0;
}

div#edit-actions {
  display: inline;  
}

span.download-button div#edit-actions input[type="submit"] {
  background: transparent;
  border: none;
  color: white;
  font-size: 1em;
  font-family: 'Museo Slab W01 300';
  
}

div.download-button a.download-button:hover {
  background-color: #608cbf;
}

div.download-button a.download-button:active {
  background-color: #426ea0;
}

span.download-button span.web-symbols {
  color: #ffffff;
  font-size: 1.125em;
}

.red {
  color: #800b00;
}

.center {
  text-align: center;
}

div.announcement {
  margin-left: 20px;
  background-color: #f1f1f1;
  border: solid 1px #cccccc;
  padding: 10px 10px 10px 50px;
  width: 259px;
}

div.announcement h2 {
  font-size: 1.167em;
  line-height: 1.1em;
  color: #333333;
  margin: 0 0 5px 0;
  position: relative;
  font-family: 'Museo Slab W01 300';
}

div.announcement p {
  font-size: 1em;
  line-height: 1.1em;
  color: #5f748b;
  font-family:'Trebuchet W01 Italic';
  margin: 0;
}

div.announcement span.web-symbols {
  font-size: 2em;
  color: #426ea0;
  position: absolute;
  top: 5px;
  left: -40px;
  font-style: normal;
}

ul.checklist {
  font-size: 1em;
  list-style: none;
  margin-left: 0;
  padding: 1em 0 2em 1em;
  text-indent: -1em;
}

ul.checklist li:before {
  content: "/ ";
  font-family: "WebSymbolsRegular";
  font-size: 1.33em;
  color: #426ea0;
  word-spacing: 3px; 
}

/* `General: HEADER
----------------------------------------------------------------------------------------------------*/

.header {
  padding: 2em 0 0 0;
  position: relative;
}

.navigation {
  font-size: 1em;
  position: relative;
}

div.header div.nav-arrow {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  height: 10px;
  width: 13px;
}

div.header.pc-nav div.nav-arrow {
  visibility: visible;
  bottom: -1px;
  right: 370px;
  background-image: url('../images/nav-arrow-blue.png');
}

div.header.catalog-nav div.nav-arrow {
  visibility: visible;
  bottom: -1px;
  right: 215px; 
  background-image: url('../images/nav-arrow-product-catalogs.png');
}

div.header.training-nav div.nav-arrow {
  visibility: visible;
  bottom: -1px;
  right: 67px;
  background-image: url('../images/nav-arrow-green.png');  
}


.navigation ul {
  font-size: 1em;
  list-style: none;
  position: absolute;
  right: 0;
}

.navigation li {
  float: left;
  margin-left: 20px;
}

.navigation li a {
  text-decoration: none;
  font-family: 'Museo Slab W01 500';
  color: #333333;
  font-size: 1.33em;
}


div.header.pc-nav .navigation li.menu-5751 a {
  color:  #003c80;
}

.navigation li.menu-5751 a:hover {
  color:  #003c80;
}

div.header.catalog-nav .navigation li.menu-5750 a {
  color: #800b00;
}

.navigation li.menu-5750 a:hover {
  color: #800b00;
}

div.header.training-nav .navigation li.menu-5752 a {
  color: #6c8000;
}

.navigation li.menu-5752 a:hover {
  color: #6c8000;
}

/* `General: MAIN
----------------------------------------------------------------------------------------------------*/

.container_12 div.main {
  background-color: #e6ecf2;
  border: solid 1px #bfbfbf;
  /*border-top: none;*/
  padding: 30px 0;
}
 
body.node-type-help-article div.headline, 
div.pane-page-title.headline,
div.view-header,
.container_12 div.tid-255 div.main {
  background-color: #e6ecf2;
  border: solid 1px #bfbfbf;
  /*border-top: none;*/
  padding: 20px 0;
}

div.pane-page-title.headline,
div.view-header {
  height: 52px;
}
.container_12 div.tid-256 div.main {
  position: relative;
}


.container_12 div.tid-257 div.main {
  background-color: #f0f2e6;
  border: solid 1px #bfbfbf;
  /*border-top: none;*/
  padding: 20px 0;
}

/* `General: Headline
---------------------------------------------------------------------------------------------------- */

.container_12 div.main div.headline,
.container_12 div.tid-255 div.main div.headline {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 4.5em;
  margin-bottom: 30px;
}

.container_12 div.main div.headline {
  margin-bottom: 25px;
}

.container_12 div.main div.headline div.headline-inner,
.container_12 div.tid-255 div.main div.headline div.headline-inner {
  position: relative;
  left: 50%;
}

.container_12 div.main div.headline div.headline-bg,
.container_12 div.tid-255 div.main div.headline div.headline-bg {
  background-color: white;
  opacity: .5;
  margin: 0 30px;
  height: 4.4em;
  position: relative;
  right: 50%;
  border: solid 1px white;
  border-left: none;
  border-right: none;
  
}

body.node-type-help-article div.headline h1,
.container_12 div.main div.headline h1,
.container_12 div.tid-255 div.main div.headline h1 {
  position: relative;
  color: #003c80;
  font-size: 3.16em;
  text-align: center;
  margin: 0 30px;
  background-image: url('../images/pc-headline-gradient.png');
  background-repeat:repeat-x;
  height: 52px;
  padding-top: 4px;
}


div.pane-page-title.headline h1,
div.view-header div.headline h1 {
  color: #003c80;
  font-size: 3.16em;
  text-align: center;
  margin: 0 30px;
  background-image: url('../images/pc-headline-gradient.png');
  background-repeat:repeat-x;
  height: 52px;
  padding-top: 4px;
}

div.pane-page-title.headline h1 {
    padding-top: 7px;
}

.container_12 div.tid-255 div.main div.headline h1#headline-what {
  font-size: 3em;
}

.container_12 div.tid-255 div.main div.headline h1#headline-who {
  margin-top: -55px;
  left: 2000px;
  font-size: 2.78em;
}

.container_12 div.tid-255 div.main div.headline h1 img {
  vertical-align: text-bottom;
}

.container_12 div.tid-256 div.main div.headline {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  height: 61px;
  margin-bottom: 30px;
}

.container_12 div.tid-256 div.main div.headline div.headline-inner {
  position: relative;
  left: 50%;
}

.container_12 div.tid-256 div.main div.headline div.headline-bg {
  background-color: white;
  opacity: .8;
  margin: 0;
  height: 61px;
  position: relative;
  right: 50%;
  border: solid 1px white;
  border-left: none;
  border-right: none;
  
}

.container_12 div.tid-256 div.main div.headline h1 {
  position: relative;
  top: -50px;
  right: 50%;
  color: #a14a42;
  font-size: 3em;
  text-align: center;
  border: none;
  margin: 0;
  background: none; 
  padding-top: none;
  padding: 0;
}

.container_12 div.tid-256 div.main div.headline h1 span#school {
  color: #6c8000;
  font-size: 1.6em;
}

.container_12 div.tid-257 div.main div.headline {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 61px;
  margin-bottom: 30px;
}

.container_12 div.tid-257 div.main div.headline h1 {
  position: relative;
  color: #333333;
  font-size: 2.5em;
  text-align: center;
  margin: 0 30px;
  background-image: url('../images/skp-training-headline-gradient.png');
  background-repeat:repeat-x;
  padding-top: 0;
}

.container_12 div.tid-257 div.main div.headline h1 span#school {
  color: #6c8000;
  font-size: 1.6em;
}



/* `General: BODY
----------------------------------------------------------------------------------------------------*/
div#node-1122 div.body,
div#node-1118 div.body {
  display: none;
}

.container_12 div.body {
  background-color: white;
  border: solid 1px #c9c9c9;
  border-top: none;
  padding: 30px 0;
}

.container_12 div.body div.body-column {
  width: 240px;
  padding: 0 0 40px 0;
}

.container_12 div.body div.body-column p {
  padding-top: 10px;
}

.container_12 div.body div#left-column {
  margin-left: 70px;
}

.container_12 div.body div#center-column {
  margin-left: 30px;
}

.container_12 div.body div#right-column {
  margin-left: -10px;
}


/* `General: FOOTER
----------------------------------------------------------------------------------------------------*/

.footer {
  padding: 25px 0;
}

.footer ul {
  list-style: none;
  margin: 0;
  position:relative;
  left:50%;
  text-align:center;
  padding: 0 0 25px 0;
}


.footer div.centered-links {
  float: left;
  width: 100%;
  overflow:hidden;
  position:relative;
}

.footer ul.internal-links li, .footer ul.social-links li {
  display: inline;
  position:relative;
  right:50%;
}

.footer ul.internal-links li {
  padding: 0;
  margin-left:  0;
  font-family:	'Museo Slab W01 300';
  font-size: 1em;
}

.footer ul.social-links li {
  font-size: 1.714em;
  margin-left: 20px;
}

.footer ul.social-links li.first {
  margin-left: 0;
}

.footer ul.internal-links li a, .footer ul.social-links li a{
  text-decoration: none;
  color: #333333;
}

.footer ul.social-links li#twitter a:hover {
  color: #019ad2;
}

.footer ul.social-links li#facebook a:hover {
  color:  #3b5998;
}

.footer ul.social-links li#linkedin a:hover {
  color:  #2c6faf;
}

.footer ul.social-links li#google-plus a:hover {
  color:  #bf4232;
}

.footer ul.social-links li#youtube a:hover {
  color:  #ce332d;
}


.footer ul.internal-links li a:hover {
  color:  #003c80;
}

/* word-spacing and margin-left are working together 
to create equal spacing before and after the pipe */

.footer ul.internal-links li:before {
  content: "| ";
  word-spacing: 10px; 
  margin-left:  10px;   
}

.footer ul.internal-links li:first-child:before {
  content: "";
  margin-left:  0;
} 

.footer ul.social-links li:first-child {
  margin-left: 0;
}


/* `PAGE: HOME_PC
----------------------------------------------------------------------------------------------------*/

  
div#node-1118 div.main-video div#main-video {
  margin: 0 0 0 30px;
  height: 340px;
}

div#node-1118 div.main-video div#main-video object {
  height: 340px;
  width:  544px;
  border: solid 1px #cccccc;
}

div#node-1118 div.main-text {
  font-family: 'Trebuchet W01 Regular', 'Trebuchet MS';
  font-size: 1em;
  line-height: 1.15em;
  position: relative;
}

div#node-1118 div.main-text div#main-text h2 {
    color: #333333;
    font-size: 2.83em;
    margin: 0 0 15px;
    font-family: 	'Museo Slab W01 300';
}

div#node-1118 div.main-text div#main-text {
  width: 300px;
  margin-left: -20px;
  padding: 0 10px 0 0;
}

div#node-1118 div.main-text div#main-text div {
  position: absolute;
  bottom: -175px;
  width: 300px;
}

div#node-1118 div.main-text div#main-text div a {
  font-family:'TrebuchetW01-BoldItalic';
}


div#node-1118 div.main-text div#main-text div a.download-button {
  font-family: 'Museo Slab W01 300';
  text-decoration: none;
 /* background-image: url("../images/download-gradient.png");*/
  border: solid 1px #f7f7f7;
  border-radius: 2px;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 1.78em;
  background: #426ea1;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c80ba), to(#426ea1));
  background: -moz-linear-gradient(top,  #4c80ba, #426ea1 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c80ba', endColorstr='#426ea1');
  
}

div#node-1118 div.main-text div#main-text div a.download-button:hover {
  background: #4c80ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#5791d4), to(#4c80ba));
  background: -moz-linear-gradient(top,  #5791d4, #4c80ba );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5791d4', endColorstr='#4c80ba');
}

div#node-1118 div.main-text div#main-text p {
  margin-bottom: 0;
  line-height: 1.2em;
}

div#node-1118 div.main-text div#main-text div p {
  margin-top: 30px;
}



/*
div#node-1118 div.body div.body-column img {
  height: 193px;
  width:  240px;
  border: solid 1px #bfbfbf;
}
*/

/* `PAGE: HOME_PC_WHO
----------------------------------------------------------------------------------------------------*/

div#node-1121 div.main,
div#node-1120 div.main {
  padding: 0;
  position: relative;
  background-color: #f2e7e6;
  border: solid 1px #bfbfbf;
  padding: 1px 0;
  text-align: center;
}

div#node-1122 ul.checklist li:before,
div#node-1121 ul.checklist li:before,
div#node-1120 ul.checklist li:before {
  font-size: 1em;
}

div#node-1121 ul.checklist {
  margin-left: 20px;
  
}
div#node-1121 ul.checklist li:before {
  font-size: 1.2em;
  color: #A14A42;
}

div#node-1121 ul.checklist li {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 20px;
}

div#node-1122 div#designer-quote,
div#node-1121 div#designer-quote,
div#node-1120 div#designer-quote {
  position: absolute;
  top: 25px;
  left: 60px;
  color: white;
  z-index: 0;
}

div#node-1122 div#designer-quote h2.lg,
div#node-1121 div#designer-quote h2.lg,
div#node-1120 div#designer-quote h2.lg {
  color: white;
  line-height: 1.15em;
  position: relative;
  z-index: 10;
  margin: 0 0 15px;
}

div#node-1122 div#designer-quote span.quote-mark,
div#node-1121 div#designer-quote span.quote-mark,
div#node-1120 div#designer-quote span.quote-mark {
  color: #8b8984;
  position: absolute;
  font-family: "Times New Roman";
  z-index:  -10;
  font-size: 4.21em;
}


div#node-1120 div#designer-quote span#left-dquote {
  top: 35px;
  left: -46px;
  opacity: .5;
}

div#node-1120 div#designer-quote span#right-dquote {
  bottom: -62px;
  right: 152px;
  opacity: .75;
}

div#node-1120 div#designer-info {
  margin: 0 0 40px 0;
}

div#node-1122  span#designer-name,
div#node-1121  span#designer-name,
div#node-1120  span#designer-name {
  font-family:'TrebuchetW01-BoldItalic';
  font-size:  1.78em;
  color:  #fefeff;
}

div#node-1122 span#designer-company,
div#node-1121 span#designer-company,
div#node-1120 span#designer-company {
  text-decoration: underline;
  font-family:'TrebuchetW01-BoldItalic';
  font-size: 1.33em;
}

div#node-1122 span#designer-location,
div#node-1121 span#designer-location,
div#node-1120 span#designer-location {
  font-family:'Trebuchet W01 Italic';
  font-size: 1.33em;
}

div#node-1120 div#designer-quote a.download-button {
  border: 1px solid #f7f7f7;
}

/* INVESTIGATE THIS ONE */

div#node-1120 h2.body-main-message {
  text-align: center;  
}

div#node-1120 div#professional-areas {
  width: 300px;
  margin-left: -20px;
}

div#node-1120 div#professional-areas ul.checklist li {
  font-family: 'Museo Slab W01 500';
  font-size: 1.78em;
  margin-left: -7px;
} 

div#node-1120 div#professional-areas ul.checklist li:before {
  word-spacing: 9px; 
}


div#node-1120 div#professional-areas ul.checklist p {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 17px;
  text-indent: 0;
  font-size: 1em;
  line-height: 1.1em;
}

div#node-1120 div.grid_12.download-button {
  text-align: center;
  padding: 25px 0;
}

/* CSS Specific to PC_WHAT */

div#node-1119 div.tid-255 div.main div.headline-inner.what div.headline-bg {
  height: 4.3em;
}

div#node-1119 div.tid-255 div.main div.headline-inner.what h1 {
 font-size: 3em; 
 line-height: 1.3em;
 top: -51px;
}

div#node-1119 div.tid-255 div.main div.headline div.headline-inner.who {
  left: 2000px;
  top: -99px;
}

div#node-1119 div.tid-255 div.main div.headline div.headline-inner.who h1{
  right: 50%;
  font-size: 3em;
  top: -52px;
}

div#node-1119 div.tid-255 div.main div.download-button {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}

div#node-1119 div.tid-255 div.main div.download-button p {
  left: 0;
  position: relative;
}

div#node-1119 div.tid-255 div.main a.toggle-link {
  text-decoration: none;
  position: relative;
}

div#node-1119 div.tid-255 div.main a.toggle-link span.underline {
  text-decoration: underline;
}

div#node-1119 div.tid-255 div.main a.toggle-link span.web-symbols {
 color: #ffffff;
 font-size: 1.78em;
 position: absolute;
 top: 0;
}

div#node-1119 div.tid-255 div.main a.toggle-link.what span.web-symbols {
 right: -25px;
}

div#node-1119 div.tid-255 div.main a.toggle-link.who span.web-symbols {
 left: -25px;
}

div#node-1119 div.tid-255 div.main a.toggle-link.what {
  position: relative;
  bottom: -30px;
}

div#node-1119 div.tid-255 div.main a.toggle-link.who {
  position: relative;
  right: -2000px;
  bottom: -18px;
 
}

div#node-1119 div.main div.main-msg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 265px;
}

div#node-1119 div.main div.main-msg-what {
  position: relative;
  right: 0;
}

div#node-1119 div.main div.main-msg-what h3 {
  font-family: 'Museo Slab W01 300';
}

div#node-1119 div.main div.main-msg-who {
  position: relative;
  top: -262px;
  right: -2000px;
}

div#node-1119 div.main {
  padding: 25px 0;
}

div#node-1119 div.main h2 {
  text-align: center;
  font-size: 3.16em;
}

div#node-1119 div.main div.main-msg-what div.main-column {
  width: 220px;
  text-align: center;
}


div#node-1119 div.main div.main-msg-what div.main-column p {
 font-size: 1em;
 width: 300px;
 text-align: center;
}

div#node-1119 div.main div.main-msg-what div.left-column {
  margin-left: 85px;
}

div#node-1119 div.main div.main-msg-what div.left-column p {
  margin-left: -42px;
}

div#node-1119 div.main div.main-msg-what div.center-column {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
  
div#node-1119 div.main div.main-msg-what div.right-column {
   margin-left: 0;
}

div#node-1119 div.main div.main-msg-what div.right-column p {
   margin-left: -41px;
}

div#node-1119 div.main div.main-msg-who div.main-column {
  width: 285px;
}

div#node-1119 div.main div.main-msg-who div.main-column img {
  width: 285px;
  height: 184px;
}

div#node-1119 div.main div.main-msg-who div.main-column div.fade {
  position: relative;
}

div#node-1119 div.main div.main-msg-who div.main-column div.fade div{
  position: absolute;
  top: 0;
  display: none;

}

div#node-1119 div.main div.main-msg-who div.main-column h3 {
  line-height: .8em;
  padding-top: 10px;
  font-family: 'Museo Slab W01 300';
}

div#node-1119 div.main div.main-msg-who div.main-column p {
 font-size: 1em;
 font-family: 'Museo Slab W01 500';
 line-height: 1.2em;
}

div#node-1119 div.main div.main-msg-who div.main-column a {
  font-family: 'Trebuchet W01 Regular','Trebuchet MS';
}

div#node-1119 div.main div.main-msg-who div.left-column {
  margin-left: 25px;
}

div#node-1119 div.main div.main-msg-who div.center-column {

  margin-left: auto;
  margin-right: auto;
}
  
div#node-1119 div.main div.main-msg-who div.right-column {
   margin-left: -10px;
}

div#node-1119 div.grid_12.download-button {
  padding: 35px 0 25px 0;
  text-align: center;
}


div#node-1119 div.download-button a.download-button {
  padding: 15px 25px;
}

div#node-1119 div.body h2 { 
  font-size: 3.083em; 
  color: #2a4666; 
}

div#node-1119 div.body a {
  font-family:'Trebuchet W01 Bold';
}

div#node-1119 div.body a.download-button {
  font-family:'Museo Slab W01 500';
}

div#node-1119 div.body h3.features-benefits {
  padding: 15px 0 5px 0;
  color: #333333; 
  font-size: 1.78em;
  font-family: 'Museo Slab W01 300';
}

div#node-1119 div.body h3.features-benefits:first-child {
  padding-top: 0;
  
}

div#node-1119 div.body p {
  font-size: 1.167em;
  line-height: 1.2em;
  margin-bottom: 0;
}

div#node-1119 div.body div.left-column-fb {
  padding: 0 0 30px 40px;
  z-index: 10;
}

div#node-1119 div.body div.grid_5 div.left-column-fb {
  margin-right: 50px;
}

div#node-1119 div.body div#warehouse-image img {
  float: right;
  padding-bottom: 30px;
}

div#node-1119 div.body div#add-product-info {
  margin-left: 38px;
}

div#node-1119 div.body div#big-faucet-product-editor {
  margin-top: -90px;
  padding-bottom: 50px;
}

div#node-1119 div.body div#kitchen-rendering-image {
  margin-top: -275px;
}

div#node-1119 div.body div#kitchen-rendering-image img {
  float: right;
}

/* CSS Specific to PC_DOWNLOAD */

div#node-1123 div.sub-header-inside span.web-symbols, 
div#node-1123 div.sub-header-inside h1.sub-page {
  display: none;
}

div#node-1123 span.download-button span.web-symbols {
  padding-right: 10px;
}

div#node-1123 div#web-form {
  margin-left: 60px;
  line-height: 2.6em;
}

div#node-1123 div.form-item {
  padding-bottom: 10px;  
}

div#node-1123 .form-checkboxes, div#node-1123 .form-checkboxes .form-item {
  margin: 0;
  
}

div#node-1123 div#web-form label{
  font-family: 'Museo Slab W01 300';
  font-size: 1.33em;  
  width: 140px;
  float: left;
  font-weight: normal;
}

span.form-required {
  color: #333333;
}

div#node-1123 div#web-form label[for="edit-submitted-operating-system"] {
  font-size: 1em;
}
div#node-1123 div#web-form label[for="edit-submitted-terms-of-service-1"] {
  width: 480px;
  font-family:'Trebuchet W01 Italic';
  margin-top: -10px;
  font-size: 1em;
  margin-left: 160px;
}

div#node-1123 div#web-form label.web-symbols {
    font-family: 'WebSymbolsRegular';
    font-size: 1.33em;
}


div#node-1123 div#web-form label#operating-system {
  font-size: 80%;
}
div#node-1123 div#web-form input {
  margin-left: 20px;
}

div#web-form select {
  margin-left: 22px;
}

div#node-1123 div#web-form input {
  width: 300px;
  font-size: 1.33em;
}

div#node-1123 div#web-form input[type="checkbox"] {
  width: 20px;
  margin-left: 0;
}

div#node-1123 div#web-form select {
  width: 305px;
  font-size: 1.33em;
}

#webform-component-license {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 160px;
    overflow-y: scroll;
    padding: 10px;
    font-size: smaller;
    width: 453px;
}

div#node-1123 div#web-form div#tos-checkbox {
  margin-left:  100px;
}

div#node-1123 div#web-form div#tos-checkbox input, div#web-form div#tos-checkbox label {
  width: auto;
}

div#node-1123 div#web-form div#tos-checkbox label span {
  font-style: italic;
  margin-left: 5px;
}

div#node-1123 div#web-form div#tos-checkbox label span a {
  font-weight: normal;
}

div#node-1123 div.webform div#pc-logo img {
  margin: 0 0 0 60px;
}

div#node-1123 div.webform div#webform-directions {
  margin-left: 20px;
}

div#node-1123 div.webform div#webform-directions h2 {
  line-height: 1.1em;
  margin: 0 0 10px;
  color:  #2a4666; 
}

div#node-1123 div.webform hr {
  margin-top: 20px;
  padding-bottom: 20px;
}

/* BEGINNING OF DIALOG FANCYNESS */ 

div#webform-component-license {
  display: none;
}

div.ui-dialog {
  background-color: white;
  border: solid 1px #BFBFBF;
  width: 450px;
}

div.ui-dialog div.ui-dialog-content div#tos {
  padding: 10px;
}

div.ui-dialog div.ui-dialog-titlebar {
  background-color: #E6ECF2;
  border: solid 1px #A9AFB7;
  text-align: center;
  padding: 3px;
}

div.ui-dialog div.ui-dialog-titlebar span#ui-dialog-title-dialog {

}

div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close {
  text-decoration: none;
  float: left;
}

div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span{
  font-family: 'WebSymbolsRegular';  
}

div.ui-dialog div.ui-dialog-content {
  overflow-y: scroll;
  
}

div.ui-dialog div.ui-dialog-content h3 {
  padding: 20px 0 5px 0;
}

div.ui-dialog div.ui-dialog-content p {
  font-size: 1em;
  padding: 10px 0;
}

/* END OF DIALOG FANCYNESS */

div#node-1123 div.webform div#webform-directions p {
  font-family:'Trebuchet W01 Italic';
  font-size: 1.33em;
}

div.webform-submission div.grid_12.submit-button,
div.webform-submission div.grid_12.download-button,
div#node-1123 div.grid_12.submit-button,
div#node-1123 div.grid_12.download-button {
    padding: 35px 0 10px;
    text-align: center;
    
}   

div.webform-submission div.grid_12.submit-button input.form-submit,
div#node-1123 div.grid_12.submit-button input.form-submit {
  font-family: 'Museo Slab W01 500';
  padding: 10px;
  font-size: 1.78em;
  color: white;
  background-color: #426ea0;
  border-radius: 2px;
}
    


/* `PAGE: PC_DOWNLOAD WEBFORM CONFIRMATION PAGE and CUSTOM ERROR MESSAGES
---------------------------------------------------------------------------------------------------- */
div.custom-error div.confirmation-msg,
div#webform-ty div.confirmation-msg {
  background-color: #ffffff;
  padding: 20px;
  width: 205px;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  left: 250px;
}

div.custom-error div.confirmation-msg {
  width: 250px;
}

div.custom-error div.confirmation-msg h2,
div#webform-ty div.confirmation-msg h2 {
  font-size: 3em;
  margin-bottom: 10px;
}

div.custom-error div.confirmation-msg p,
div#webform-ty div.confirmation-msg p {
  text-align: center;
}

div.custom-error div.confirmation-msg p.contact-us {
 margin-top: 10px;  
}

div#access-denied.custom-error div.confirmation-msg p {
  font-size: 1em;
}

div.custom-error div.confirmation-msg img#confirmation-quote-triange,
div#webform-ty div.confirmation-msg img#confirmation-quote-triange {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

div.custom-error div.confirmation-msg img#giant-igloo,
div#webform-ty div.confirmation-msg img#giant-igloo {
  position: absolute;
  bottom: -175px;
  right: -225px;
}

div.custom-error.main,
div#webform-ty.main {
  padding: 0;
  position: relative;
}

div.custom-error div.top,
div#webform-ty div.top {
    background-color: #405e80;
    height: 225px;
}

div.custom-error div.top {
  height: 250px;
}

div.custom-error div.bottom,
div#webform-ty div.bottom {
  background-color: #e6ecf2;
  height: 150px;
}

div.custom-error div.bottom, {
  height: 175px;
}


/* `PAGE: SketchUp Product Catalogs
----------------------------------------------------------------------------------------------------*/

/* BEGIN: Contact US button for Product Catalog Pages */

div.tid-256 div.contact-us-button a {
  text-decoration: none;
  padding: 15px;
  color: #ffffff;
  font-size: 1.78em;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-family: 'Museo Slab W01 300';
  background: #a14a42;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba554c), to(#a14a42));
  background: -moz-linear-gradient(top,  #ba554c, #a14a42 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba554c', endColorstr='#a14a42');
}

div.tid-256 div.contact-us-button a:hover  {
  background: #ba554c;
  background: -webkit-gradient(linear, left top, left bottom, from(#d46157), to(#ba554c));
  background: -moz-linear-gradient(top,  #d46157, #ba554c );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d46157', endColorstr='#ba554c');
}

div.tid-256 div.contact-us-button a:active {
  background: #a14a42;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba554c), to(#a14a42));
  background: -moz-linear-gradient(top,  #ba554c, #a14a42 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba554c', endColorstr='#a14a42');
}

/* END: Contact US button for Product Catalog Pages */


div#node-1121 div.main img {
  width: 938px;
}

div#node-1121 div.main div.contact-us-button {
  position: absolute;
  bottom: 30px;
  z-index: 10;
}

div#node-1121 div.body div.contact-us-button {
  text-align: center;
  margin: 30px 0;
}

div#node-1121 div.body hr {
  width: 280px;
  color: #ffffff;
  margin: 10px auto;
  padding-bottom: 0;
}

div#node-1121 div.body a {
  color: #a14a42;
}

div#node-1121 div.body a.client {
  font-family: 'Museo Slab W01 300';
  font-size: 1.1278em;
}

div#node-1121 div.body div.contact-us-button a {
  color: #ffffff;
  padding: 15px 45px;
}

div#node-1121 div.body div.contact-us-button a span.web-symbols {
  font-size: .8475em;
  padding-right: 10px;
}

div#node-1121 div.body div.what-we-do {
  margin: 0 40px;
}

div#node-1121 div.body div.what-we-do p {
  font-size: 1.167em;
  margin-bottom: 20px;
  line-height: 1.2em;
}

div#node-1121 div.body h2 {
  color: #a14a42;
  margin: 0 0 10px;
}

div#node-1121 div.body div#dapkus-quote {
  background-color: #f2f2f2;
  padding: 10px;
  margin-left: 40px;
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  font-family: 'Museo Slab W01 300';
  z-index: 2;
}

div#node-1121 div.body div#dapkus-quote span.museo-i {
  font-family:'MuseoSlabW01-300Italic';
}

div#node-1121 div.body div#dapkus-quote p {
  font-size: 1.25em;
}

div#node-1121 div.body div#dapkus-quote div#dapkus-info {
  position: absolute;
  bottom: -70px;
  left: 125px;
  background-image: url("../images/product-catalogs/quote-triangle.png");
  background-repeat:no-repeat;
  background-position: top left;
  padding: 13px 0 0 20px;
  font-size: 1.167em;
  z-index: 1;
}

div#node-1121 div.body div#dapkus-quote span#dapkus-name {
  color: #a14a42;
  font-size: 1.33em;
}

div#node-1121 div.body div.body-column {
  width: 260px;
  padding: 0 0 40px 0;
}

div#node-1121 div.body div#left-column {
  margin-left: 60px;
}

div#node-1121 div.body h3 span.web-symbols {
  font-weight: normal;
  color: #800b00;
}

div#node-1121 div.body div.body-column p {
  text-align: center;
}

div#node-1121 div.body p {
  font-size: 1.33em;
}

div#node-1121 div.catalog-images {
  height: 250px;
  position: relative;
}

div#node-1121 div.catalog-images img {
  position: absolute;
  bottom: 0;
  left: 50%;
}

div#node-1121 div#left-column div.catalog-images img {
  margin-left: -103px;
}

div#node-1121 div#center-column div.catalog-images img {
  margin-left: -103px;
}

div#node-1121 div#right-column div.catalog-images img {
  margin-left: -103px;
}

/* `PAGE: SketchUp Training
----------------------------------------------------------------------------------------------------*/

div#node-1122 div.main {
   padding-bottom: 10px;
}

div#node-1122 div.main div#left-column {
  margin-left: 80px;
}

div#node-1122 div.main div#right-column {
  margin-right: 80px;
}

div#node-1122 div.main div#center-column div.school-button {
  margin-left: -103px;
  left: 50%;
}

div#node-1122 div.main div#center-column div.school-button.hover {
  margin-left: 0;
} 

div#node-1122 div.main div.school-button {
  position: absolute;
  bottom: 0;
  
}

div#node-1122 div.main a.skp-training {
  float: left;
  background-color: #6c8000;
  color:  #ffffff;
  border: solid 1px #f7f7f7;
  border-radius: 2px;
  padding: 11px 0;
  text-align: center;
  width: 207px;
  font-family: 'Museo Slab W01 300';
  text-decoration: none;
  font-size: 1.41em;
  margin-bottom: 10px; 
}



div#node-1122 div.main div.school-button a.skp-training:hover {
  background: #92a142;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaba4c), to(#92a142));
  background: -moz-linear-gradient(top, #aaba4c, #92a142 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaba4c', endColorstr='#92a142');
}

div#node-1122 div.main div.school-button a.skp-training:active {
  background: #7b8737;
  background: -webkit-gradient(linear, left top, left bottom, from(#92a142), to(#7b8737));
  background: -moz-linear-gradient(top,  #92a142, #7b8737 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92a142', endColorstr='#7b8737');
}



div#node-1122 div.main div.school-button.hover {
  display: none;
}

div#node-1122 div.main div.school-button.hover a {
  font-size: 1.5em;
  padding: 8px 0;
}

div#node-1122 div.main div.school-button.hover a span.web-symbols {
  font-size: 1.33em;
  padding-left: 10px;
}

div#node-1122 div.main p {
  text-align: center;
  font-size: 1.167em;
  width: 220px;
}


div#node-1122 div.catalog-images {
  height: 300px;
  position: relative;
  width: 100%;
}

div#node-1122 div.catalog-images img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -103px;
}

div#node-1122  div.google-atc {
  text-align: center;
  padding: 25px 0 0;
}

/* `PAGE: About Us
----------------------------------------------------------------------------------------------------*/
div#node-1124 div.main div.headline h1 {
  
}

div#node-1124 div.main h2 {
  text-align: center;
  font-size: 1.78em;
  margin-bottom: 0;
  color: #333333;
  font-family: 'Museo Slab W01 300';
}

div#node-1124 div.main p {
  font-size: 1.78em;
  font-style: italic;
  text-align: center;
}

div#node-1124 div.main div.igloo-logo {
  text-align: center;
  margin-bottom: 20px;
}

div#node-1124 div.body p {
  font-size: 1.167em;
  line-height: 1.3em;
}

div#node-1124 div.body div#main-points {
  margin-left: 40px;
  margin-right: 40px;

}

div#node-1124 div.body div#sketchup-accomplishments {
  margin-left: -30px;
  margin-right: 20px;
  padding: 15px 10px;
  background-color: #f2f2f2;
  border-radius: 4px;
}

div#node-1124 div.body div#sketchup-accomplishments h4 {
  font-family: 'Museo Slab W01 500';
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: double 3px #d7dde4 ;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 5px 10px;
}

div#node-1124 div.body div#sketchup-accomplishments ul {
 list-style-image: url('../images/about-us-list-bullet.png');
 margin-left: 30px; 
}

div#node-1124 div.body div#sketchup-accomplishments ul li {
 margin-bottom: 15px;
 font-family: 'Museo Slab W01 300';
}

div#node-1124 div.body div#sketchup-accomplishments ul li:last-child {
 margin-bottom: 0;
}

div#node-1124 div.body h3 {
  color: #003c80;
  font-size: 1.78em;
  padding: 30px 0 10px;
  font-family: 'Museo Slab W01 300';
}

div#node-1124 div.body div#main-points h3:first-child {
  padding-top: 0;  
}

div#node-1124 div.body h1 {
  color: #333333;
}

div#node-1124 div.google {
  position: relative;
  padding-top: 20px;
}

div#node-1124 div.google img {
  position: absolute;
  background-color: #FFFFFF;
  left: 50%;
  margin-left: -165px;    
  top: -68px;
}

div#node-1124 div#dapkus-quote h1 {
  position: relative;
  z-index: 10;
}

div#node-1124 div#dapkus-quote span.quote-mark {
  color: #e6ecf2;
  position: absolute;
  font-family: "Times New Roman";
  z-index:  -10;
  font-size: 7.49em;
}


div#node-1124 div#dapkus-quote span#left-dquote {
  top: -45px;
  left: -45px;
  opacity: .5;
}

div#node-1124 div#dapkus-quote span#right-dquote {
  bottom: -120px;
  right: 48px;
  opacity: .75;
}

div#node-1124 div#dapkus-info {
  font-size: 1.33em;
  text-align: center;
  margin: 20px 0;
  font-family: 'Museo Slab W01 500';
}

div#node-1124 div#dapkus-info span#dapkus-name {
  color: #426ea0;
}

div#node-1124 div#dapkus-info span#dapkus-name

/* CSS Specific to Devel Links in Footer */

ul.menu {
  padding-bottom: 20px;
}
ul.menu li {
  right: 50%;
  position: relative;
  
}

/* Font Styles */

.treb-b {
  font-family:'Trebuchet W01 Bold';
}

.treb-i {
  font-family:'Trebuchet W01 Italic';
}

.treb-bi {
 font-family:'TrebuchetW01-BoldItalic';
}


/* CSS Specific to Devel Links in Footer */.treb-b {
  font-family:'Trebuchet W01 Bold';
}

.treb-i {
  font-family:'Trebuchet W01 Italic';
}

.treb-bi {
 font-family:'TrebuchetW01-BoldItalic';
}

div.tabs {
 padding-bottom: 20px; 
}

div.error h2 {
  color: #333333;
  font-size: 1.5em;
  margin: 10px 0 10px 10px;
}

div.error, tr.error {
  font-family: 'Trebuchet W01 Regular', 'Trebuchet MS';
  color: #333333;
  width: 936px;
}

div.error ul {
  margin-bottom: 10px;
}

div.error ul li {
  list-style-type: circle;
  margin-left: 45px;
}

/*  CONTACT US - PAGE */

form#contact-mail-page h2 {
    border-bottom: 1px solid #CCCCCC;
    font-family: 'Museo Slab W01 300';
    font-size: 1.78em;
    margin: 0 20px 20px 0;
    padding: 0 0 5px;
}
form#contact-mail-page .form-item label {
    display: block;
    font-weight: normal;
    font-family:'Trebuchet W01 Bold';
    margin: 10px 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid #A14A42;
}

html.js form#contact-mail-page .resizable-textarea textarea {
  width: 875px;
  min-width: 875px;
  max-width: 875px;
  min-height: 250px;
}


form#contact-mail-page {
 padding: 20px;  
 background-color: #E6ECF2;
 border: 1px solid #BFBFBF;
 padding: 30px 30px; 
}

form#contact-mail-page input#edit-submit[value="Send e-mail"] {
  padding: 10px 25px;
  color: #ffffff;
  font-size: 1.78em;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-family: 'Museo Slab W01 300';
  background: #a14a42;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba554c), to(#a14a42));
  background: -moz-linear-gradient(top,  #ba554c, #a14a42 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba554c', endColorstr='#a14a42');
  margin: 10px 0 10px 695px;
}

form#contact-mail-page input#edit-submit[value="Send e-mail"]:hover  {
  background: #ba554c;
  background: -webkit-gradient(linear, left top, left bottom, from(#d46157), to(#ba554c));
  background: -moz-linear-gradient(top,  #d46157, #ba554c );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d46157', endColorstr='#ba554c');
}

form#contact-mail-page input#edit-submit[value="Send e-mail"]:active {
  background: #a14a42;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba554c), to(#a14a42));
  background: -moz-linear-gradient(top,  #ba554c, #a14a42 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba554c', endColorstr='#a14a42');
}
/*
    SUPPORT CENTER
*/

div.panels-flexible-column-7-2-inside {
  margin-left: 0;
}


div#node-1136 div.announcement {
  margin: 0 0 20px 0;
  background-color: #f1f1f1;
  border: solid 1px #cccccc;
  padding: 10px;
  width: 100%;
}

div#node-1136 div.announcement#pc-version {
  background-color: #e6ecf2;
}


div#node-1136 div.announcement#pc-version p.pc-version {
  color: #800b00;
  font-family:'Trebuchet W01 Italic';
  margin: 5px 0 10px 0;
}


div#node-1136 div.announcement#skp-training-announcement {
  background-color: #f0f2e6;
}


div#node-1136 div.announcement#skp-training-announcement a{
  color: #6c8000;
}


div#node-1136 div.announcement p {
  color: #333333;
}


div#node-1136 div.announcement h2 {
  font-size: 1.167em;
  padding: 0;
}


div#node-1136 div.announcements {
  margin: 30px 30px 0 -20px;
  width: 200px;
}


div#node-1136 div.panels-flexible-row {
  padding-bottom: 0;
} 


div#node-1136 h2 {
  color: #333333;
  font-size: 1.78em;
  padding: 30px 0 5px;
  font-family: 'Museo Slab W01 300';
  margin: 0;
}


div#node-1136 div.help_articles_by_cat h2 {
  border-bottom: 1px solid #cccccc;
  margin: 5px 0 15px 0;
}


div#node-1136 div#getting-started h2 {
  padding-top: 0;
}


div#node-1136 li {
  list-style-type: none;
  line-height: 2em;
}


div#node-1136 a {
  font-size: 1em;
}


div#node-1136 div.announcement a {
  font-size: 1em;
}


div#node-1136 div.gsfn_list_widget {
  height: 350px;
}


div#node-1136 div.panels-flexible-row-6-1 {
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-top: none;
  width: 940px;
}


div#node-1136 div.help_articles_by_cat {
/*background-color: #f2f2f2;
  border: solid 1px #cccccc; */
  margin: 30px 0 30px 30px;
  padding: 20px;
  width: 520px;
}


div#node-1136 div.community-discussions-title {
  margin-left: 30px;
  padding: 20px 20px 0 20px;
}


div#node-1136 div.community-discussions-title h2 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  width: 475px; 
}


div#node-1136 div.community-discussions {
  margin-left: 30px;
  padding: 20px;
}


div#node-1136 div.community-discussions div.cd-questions h2,
div#node-1136 div.community-discussions div.cd-ideas h2 {
  padding-top: 0;
  margin-top: 0;
}


div#node-1136 div.community-discussions div.cd-problems div.gsfn_list_widget,
div#node-1136 div.community-discussions div.cd-praise div.gsfn_list_widget {
  height: 200px;
}  

/*
    Help Articles
*/
body.node-type-help-article div.help-article {
/*background-color: #F2F2F2;
  border: 1px solid #CCCCCC; */
  margin: 11px 20px 30px 30px;
  padding: 20px;
}

body.node-type-help-article div.help-article h2 {
  font-size: 1.78em;
  font-family: 'Museo Slab W01 300';
  margin: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 20px 20px 0;
  padding: 0 0 5px;
}

body.node-type-help-article p {
  line-height: 1.4em;
}

body.node-type-help-article p a.back-link {
  margin-left: 60px;
  font-size: 1em;
  font-family:'Trebuchet W01 Italic';
}

body.node-type-help-article div.announcement {
  margin: 0 0 20px 0;
  background-color: #f1f1f1;
  border: solid 1px #cccccc;
  padding: 10px;
  width: none;
}

body.node-type-help-article div.announcement#pc-version {
  background-color: #e6ecf2;
}

body.node-type-help-article div.announcement#pc-version p.pc-version {
  color: #800b00;
  font-family:'Trebuchet W01 Italic';
  margin: 5px 0 10px 0;
}

body.node-type-help-article div.announcement#skp-training-announcement {
  background-color: #f0f2e6;
}

body.node-type-help-article div.announcement#skp-training-announcement a{
  color: #6c8000;
}

body.node-type-help-article div.announcement p {
  color: #333333;
}

body.node-type-help-article div.announcement h2 {
  font-size: 1.167em;
  padding: 0;
}

body.node-type-help-article div.announcements {
  margin: 25px 0 0 -10px;
  width: auto;
}

body.node-type-help-article .container_12 div.body {
  padding: 10px 0 30px 0;
}

/*
    Download Page Links Page - ACCESS
*/



div#download-page-access {
  background-color: #f1f1f1;
  border: solid 1px #bfbfbf;
  padding: 165px 0 40px;
}

div#download-page-access div.spread-the-word {
 
}


div#download-page-access h2#spread-word {
  margin-bottom: 0;
  line-height: 1em;
  font-size: 2.33em;
  margin-bottom: 20px;
  width: 640px;
}

div#download-page-access textarea#spread-word-msg {
  resize: none;
  width: 460px;  
  padding: 10px;
  background-color: white;
  border: solid 1px #cccccc;
  color: #999999;
  font-size: 1.33em;
  height: 70px;
}

div#download-page-access ul.social-links { 
  list-style: none;
  position:relative;
  left:50%;
  text-align:center;
  padding: 10px 0;
}

div#download-page-access div.centered-links {
  float: left;
  width: 100%;
  overflow:hidden;
  position:relative;
  padding-top: 5px;
}

div#download-page-access ul.social-links li {
  display: inline;
  position:relative;
  right:50%;
  margin: 5px 0 5px 10px;
}

div#download-page-access ul.social-links li p{
  display: inline;
}

div#download-page-access ul.social-links li#twitter span.web-symbols {
  position: absolute;
  font-size: 1.77em;
  vertical-align: center;
  top: -5px;
  left: -10px;
}

div#download-page-access ul.social-links li div.social-link-name {
  font-size: 1em;
  padding: 0 5px 0 20px;
  line-height: 1.77em;
  display: inline;
  position: relative;
}

div#download-page-access ul.social-links li a{
  text-decoration: none;
  padding: 10px 5px 10px 15px;
  color: white;
  border-radius: 3px;
  border: 1px solid;
  position: relative;
}

div#download-page-access ul.social-links li#twitter a {
  background-color: #019ad2;
  border-color: #012f40;
}

div#download-page-access ul.social-links li#twitter {
  margin-left: 0;
}

div#pc-dl-links-container {
  position: relative;
}

div#pc-dl-links {
  position: absolute;
  text-align: center;
  top: -350px;
  padding-bottom: 30px;
}

div#pc-dl-links hr {
  color: #dfdfdf;
  background-color: #dfdfdf;
  width: 850px;
  height: 1px;
  padding: 0;
  margin-top: 50px;  
}

div#pc-dl-links span.dl-or {
  font-size: 1.5em;
}


div#pc-dl-links span.download-button a.pc-dl-link {
  width: 300px;
}

div#pc-dl-links span.download-button a#windows-dl-link {
  background: #7b8737;
  background: -webkit-gradient(linear, left top, left bottom, from(#92a142), to(#7b8737));
  background: -moz-linear-gradient(top,  #92a142, #7b8737 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92a142', endColorstr='#7b8737');
}

div#pc-dl-links span.download-button a#windows-dl-link:hover {
  background: #92a142;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaba4c), to(#92a142));
  background: -moz-linear-gradient(top, #aaba4c, #92a142 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaba4c', endColorstr='#92a142');
}

div#pc-dl-links span.download-button a#windows-dl-link:active {
  background: #7b8737;
  background: -webkit-gradient(linear, left top, left bottom, from(#92a142), to(#7b8737));
  background: -moz-linear-gradient(top,  #92a142, #7b8737 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92a142', endColorstr='#7b8737');
}



div#pc-dl-links span.download-button a#mac-dl-link {
  
}

/*
    REQUEST A PRODUCT - COMING SOON...
*/

div#node-1139 div.body {
    display: none;
}
div#node-1139 div.main h2 {
    margin-left: 20px;
}
div#node-1139 div.main {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}


