a {
  color: #7d180d;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #F00;
  background-color: transparent;
  text-decoration: none;
}

body {
  background-color: #E5E5E5;
  font-family: "Lucida Grande", Helvetica, Arial, Sans, Verdana, sans-serif;
  background-image: url(http://copernicon.wdfiles.com/local--files/css:files/header.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

#header {  
  height: 312px;
}

#header h1 {
  background: none;
}

#header h1 a {
  background-image: url(http://copernicon.wdfiles.com/local--files/css:files/logo.png);
  display: block;
  height: 104px;
  width: 321px;
  position: absolute;
  top: 45px;
  left: 40px;
}

#header h1 a span {
  display: none;
}

#login-status {
  color: white;
  right: 25px;
  top: 205px;
}

#login-status a {
 color: white;
}

#account-options {
  border: 0;
  -moz-box-shadow: 0px 0px 20px #F00;
  -webkit-box-shadow: 0px 0px 20px #F00;
  background-color: #000;
  -moz-border-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
padding: 10px;
}

#account-options a {
  background-color: transparent;
  border: 0;
  color: #FFF;
  text-transform: uppercase;
  outline: none;
}

#account-options li a:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF;
  background-color: transparent;
  text-decoration: none;
}
.printuser {
   color: white;
}
#account-topbutton {
border: 0;
background: transparent;
color: #FFF;
}


#top-bar {
  top: 0px;
  height: 20px;
}

#top-bar a:hover {
background-color: transparent;
}

#top-bar ul li {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/menu_bar.png) no-repeat top right;
  margin: 0;
}

#top-bar li a {
  height: 26px;
  padding: 10px 15px 0;
  color: #8C8C8C;
  text-transform: uppercase;
  outline: none;
}

#top-bar li a:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF;
  background-color: transparent;
  text-decoration: none;
}

#top-bar li ul{
  border: 0;
  -moz-box-shadow: 0px 0px 20px #F00;
  -webkit-box-shadow: 0px 0px 20px #F00;
  background-color: #000;
  -moz-border-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  width: 200px;
  padding-top: 10px;
  z-index: 10;
}

#top-bar li ul li {
  background: none;
}

#top-bar li ul li a{
  background-color: transparent;
  border: 0;
  padding: 0px 10px;
  width: 180px;
}

#top-bar li ul li a:hover{
  background-color: transparent;
}

#container-wrap {
  width: 1000px;
  margin: 0 auto;
}

h1 {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/h1.png) no-repeat top left;
  padding-left: 40px;
  padding-top: 2px;
  color: #7d180d;
  height: 46px;
}

#page-title {
  color: #7d180d;
  border-bottom: 1px solid #7d180d;
}

#main-content {
  margin-left: 250px;
}

#side-bar {
  width: 220px;
  padding: 10px;
  border-right: 1px dotted #7d180d;
  word-wrap: break-word;
}

#footer {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/footer.png) no-repeat top center;
  min-height: 100px;
}

#license-area {
  display: none;
}

#search-top-box {
  top: 222px;
}

#search-top-box-form div.buttons input, #search-top-box-form input.button, #search-top-box-form button,#search-top-box-form file,#search-top-box-form a.button {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/search_button.png) no-repeat top center;
  background-color: transparent;
  color: transparent;
  border: 0;
  height: 25px;
  width: 25px;
  -webkit-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-propoerty: -webkit-transform;
  -webkit-transition-timing-function: ease;
}

#search-top-box-form div.buttons input:hover,#search-top-box-form input.button:hover,#search-top-box-form button:hover,#search-top-box-form file,#search-top-box-form a.button:hover {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/search_button.png) no-repeat top center;
  background-color: transparent;
  color: transparent;
  border: 0;
  -webkit-transform: scale(1.02);
}

#search-top-box-input {
  margin: 23px 0px 0px 14px;
  width: 174px;
}

#search-top-box input.text {
  color: #888;
  border: 0;
  -moz-box-shadow:1px 1px 6px rgba(0, 0, 0, 0.6) inset;
  box-shadow:1px 1px 6px #000 inset;
  -webkit-box-shadow:1px 1px 6px rgba(0, 0, 0, 0.6) inset;
  height: 22px;
  -moz-border-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

#search-top-box input.empty {
  color: transparent;
  border: 0;
  -moz-box-shadow:1px 1px 6px rgba(0, 0, 0, 0.6) inset;
  box-shadow:1px 1px 6px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow:1px 1px 6px rgba(0, 0, 0, 0.6) inset;
  height: 22px;
  -moz-border-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}



#search-top-box form {
  background: url(http://copernicon.wdfiles.com/local--files/css:files/search_bg.png) no-repeat top center;
  width: 234px;
  height: 62px;
}

#container {
position: relative;
}

.icon_hover {
-webkit-transform: scale(1) rotate(0);
-webkit-transition-duration: 0.5s, 0.5s;
-webkit-transition-property: -webkit-transform;
-webkit-transition-timing-function: ease, ease;
}

.icon_hover:hover {
-webkit-transform: scale(1.2) rotate(10deg);

}