@import url("header.css");
@import url("main.css");
@import url("footer.css");
@import url("home.css");
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  min-width: 970px;
  height: 100%;
  font: 15px Helvetica, Arial, sans-serif;
  background-color: #EDEDED;
  /*background: white url("images/body-bg.png") 0 0px repeat-x;*/
  /*background: #EDEDED url("images/shadow-drop.png") 50% 0px repeat-y;*/
}
ul {
  list-style: none;
  list-style-type: none;
}
a {
  color: #336633;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
  outline: 0;
}
a img {
  border: 0;
}
sup {
  /*position: absolute;*/
  margin-bottom: -3px;
}
/*-- forms --*/
fieldset {
  border: 0;
}
label {
  display: block;
  height: 35px;
  line-height: 45px;
  font-size: 12px;
  font-weight: bold;
  color: #336633;
}
button {
  border: 0;
  cursor: pointer;
}
select {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
big {
  font-weight: bold;
}
small {
  line-height: 11px;
}
/*-- block elements --*/
div#container {
  display: block;
  width: 1000px;
  margin: 0 auto;
  background-color: white;
  background: white url("images/gradient-bg.png") 0 0 repeat-x;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.9) !important;
  -moz-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.4) !important;
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.9) !important;
  /*border-right: 1px solid #C9C9C9;*/
  /*border-left: 1px solid #C9C9C9;*/
}
