html {
  height: 100%;
}
body {
  font-family: "Nunito", Arial, sans-serif;
  color: #666;
/*
  background-color: #ddd;
  background-image:url(/images/boldgold/wdw_boldgold_body_bg_slice.png);
  background-position: left top;
  background-repeat: repeat-x;
*/
  margin: 0;
  /*padding: 1em;*/
  height: 100%;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
  background-repeat: no-repeat;
background-color: #ccc;

}
#page_container {
  background-color: #fff;
  width: 1080px;
  min-height: 100%;
  margin: 0 auto;
}
#header_wrap {
  width: 100%;
  /*PMfloat: left;*/
/*
  background-color: #7b848e;
  background-image:url(/images/silver/wdw_silver_header_bottom_slice.png);
  background-position: left bottom;
  background-repeat: repeat-x;
*/
}
header {
  padding-top: 20px;
  padding-bottom: 20px;
}
header #menu {
  background-color: #d4b558;
     -moz-box-shadow: inset 0px 0px 4px #a1a1a1; 
  -webkit-box-shadow: inset 0px 0px 4px #a1a1a1; 
          box-shadow: inset 0px 0px 4px #a1a1a1; 
background: #eab92d; /* Old browsers */
background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eab92d 0%,#c79810 100%); /* W3C */
}
header #menu li {
  margin: 0;
  margin-top: .2em;
  margin-bottom: .2em;
  padding-left: 30px;
  padding-right: 33px;
  background-image:url(/images/silver/wdw_silver_nav1_sep.png);
  background-position: right center;
  background-repeat: no-repeat;
}
header #menu li.first {
}
header #menu li.last {
  background-image: none;
}
header #submenu li {
  margin: 0;
  margin-top: .2em;
  margin-bottom: .2em;
}
header #menu li a, header #submenu li a {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}
header .menu li.selected a {
  font-weight: normal;
}
header #menu li.selected a {
  padding-top: .5em;
  padding-bottom: .7em;
  background: #606c88; /* Old browsers */
  background: -moz-linear-gradient(top, #3f4c6b 0%, #606c88 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4c6b), color-stop(100%,#606c88)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f4c6b 0%,#606c88 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f4c6b 0%,#606c88 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #3f4c6b 0%,#606c88 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#606c88',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3f4c6b 0%,#606c88 100%); /* W3C */
}
header .menu a {
  color: #fff;
  text-decoration: none;
}
nav {
  padding-top: .5em;
  padding-bottom: .5em;
}
nav#submenu {
  background-color: #5a6761;
  padding-left: 1em;
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* W3C */
}
header #submenu li.selected a {

     -moz-box-shadow: inset 10px 10px 4px #a1a1a1; 
  -webkit-box-shadow: inset 10px 10px 4px #a1a1a1; 
          box-shadow: inset 0px 0px 4px #a1a1a1; 
}

#page_wrap {
  /*PMfloat: left;*/
  width: 100%;
  overflow: auto;
  min-height: 100%;
  padding-bottom: 76px;
}
#body_content {
}
#footer_wrap {
  background-image:url(/images/silver/wdw_silver_bg_slice.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 76px;
  width: 100%;
  width: 1080px;
  margin: 0 auto;
  margin-top: -76px;
}
footer p, header h1 {
  margin: 0;
}
footer {
  padding-top: 20px;
}
footer #copyright, footer #footer_contact_card {
  width: 50%;
}
#copyright {
  float: left;
}
#footer_contact_card {
  float: right;
}
#logo_wrap {
  width: 50%;
  float: left;
}
#logo_card {
  margin: 0 auto;
  width: 100%;
  float: left;
  padding-bottom: 2em;
  /*
  height: 150px;
  background-image:url(/images/silver/wdw_silver_card_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  */
}
#logo {
  /*padding-top: 10px;*/
  /*PMfloat: left;*/
  width: 100%;
  height: 60px;
}
#logo img {
  display: block;
/*
  margin: 0 auto;
*/
}
.left_column {
  float: left;
  width: 35%;
}
.right_column {
  float: right;
  width: 65%;
}
.logo_card_column {
  width: 400px;
}
.logo_card_column h3 {
  color: #e68f2c;
  text-align: center;
  margin: 0;
}
.logo_card_column h4 {
  color: #999;
  text-align: center;
  margin: 0;
}
#contact_card {
  width: 472px;
  float: right;
  padding: 14px;
  background-color: #444;

     -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
          border-radius: 2px; 
          
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 


     -moz-box-shadow: inset 0px 0px 4px #000; 
  -webkit-box-shadow: inset 0px 0px 4px #000; 
          box-shadow: inset 0px 0px 4px #000; 


/*
  background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); 
  background-image: -webkit-linear-gradient(top, #444444, #999999); 
  background-image:    -moz-linear-gradient(top, #444444, #999999); 
  background-image:     -ms-linear-gradient(top, #444444, #999999); 
  background-image:      -o-linear-gradient(top, #444444, #999999); 
  background-image:         linear-gradient(top, #444444, #999999);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); 
*/
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */


}

#contact_card h3, #contact_card h4 {
  color: #ccc;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
#contact_card h3 {
  color: #eee;
  padding-bottom: 6px;
}
#contact_card .left_column h3, #contact_card .left_column h4 {
  text-align: center;
}
#contact_card .right_column h3, #contact_card .right_column h4 {
  text-align: center;
  font-size: 1.0em;
}
#logo_tagline {
  /*PMfloat:left;*/
  width: 380px;
  padding-left: 112px;
  /*margin-top: -36px;*/
}
#logo_tagline h4  {
  color: #cc9900;
  color: #eab92d;
  color: #c79810;
}
#contact_card h4 {
  color: #ccc;
}
#logo_tagline h4 {
  margin: 0;
}
#menus {
  /*PMfloat: left;*/
  clear: both;
  width: 100%;
}
.slides_container {
  width: 390px;
  height: 450px;
}
.slides_container div {
  width: 380px;
  height: 430px;
  display: block;
}
.slides_container div img {
  display: block;
  margin: 0 auto;
  border: 5px outset #ec9121;
}
.slides_home_container {
  width: 390px;
  height: 390px;
}
.slides_home_container div {
  width: 380px;
  height: 380px;
  display: block;
}
.slides_home_container div img {
  display: block;
  margin: 0 auto;
  border: 5px outset #ec9121;
}
div.contact_info h2 {
  text-align: center;
}
div.contact_info p {
  margin-top: 0;
  margin-bottom: .3em;
  text-align: center;
  color: #555;
}
div.contact_info hr {
  width: 20px;
  margin: .5em auto;
}
h1#body_content_title {
  margin: 0;
}
#body_content_right {
  padding-top: 1em;
}
div.partners {
  padding-top: 1em;
}
.partners ul {
  padding: 0;
}
.partners li {
  list-style: none;
  display: inline-block;
  width: 24%;
  height: 90px;
}
.partners li img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
div.manufacturers {
  width: 100%;
}
.manufacturers ul {
  padding: 0;
}
.manufacturers li {
  list-style: none;
  display: inline-block;
  /*width: 24%;*/
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
.manufacturers li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: 0 auto;
}
h1 {
  font-size: 1.3em;
  color: #000;
}
h2 {
  font-size: 1.1em;
  color: #000;
}
ul.threed, ul.inset {
  padding: 0;
  width: 100%;
}
h1.threed, ul.threed li {
  list-style: none;
  display: inline-block;
  margin: 0;
  width: 46%;
  color: #333;
  font-size: 2em;
  text-shadow: 0 1px 0 #bbb,
               0 2px 0 #bbb,
               0 3px 0 #aaa,
               0 4px 0 #aaa,
               0 5px 0 #999,
               0 6px 1px #000,
               0 0px 3px #000,
               0 1px 3px #000,
               0 3px 5px #000,
             0 5px 10px #000,
             0 5px 20px #000;
}
h1.neon {
 background-color: #040;
 color: #aaa;
 font-size: 3em;
 text-shadow: 0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #007755,
                   0 0 70px #007755,
                   0 0 80px #007755,
                   0 0 100px #007755,
                   0 0 150px #007755;
}
ul.inset li a {
  color: #555;
  text-decoration: none;
}
ul.inset li {
  list-style: none;
  display: inline-block;
  margin: 0;
  margin-left: .5em;
  margin-bottom: 1em;
  padding-left: .5em;
  padding-right: .5em;
  width: 40%;
  color: #444;
  font-size: 1.2em;
/*
  text-shadow: 0px -2px 0px #333,
               0px 2px 3px #666;
*/
/*
  text-shadow: 0px 2px 3px #666;
*/
background: #f2f5f6; /* Old browsers */
background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
}
.inner p {
  font-size: 0.9em;
}
p.centered_image img {
  display: block;
  margin: 0 auto;
}
  
div.home_partners {
  display: block;
  float: left;
  width: 100%;
}
div.home_partners ul {
  padding-left: 0px;
}
div.home_partners li {
  list-style-type: none;
  width: 24%;
  display: inline-block;
}
div.home_partners li img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
