body {
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  color: #36322b;
}

h1 {
  margin: 4px 0;
  font-size: 24px;
}

h2 {
  margin: 0 0 4px 0;
  font-size: 16px;
}

h3 {
  margin: 0 0 4px 0;
  font-size: 14px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

p {
  padding: 0;
  text-align: justify;
  margin: 0 0 8px 0;
  line-height: 20px;
}

ul {
  padding: 0 0 0 24px;
  margin: 0 0 8px 0;
}

li {
  padding: 2px 0;
}

p.welcome {
  padding: 30px 35px 0 35px;
}

p.testimonial {
  font-style: italic;
  padding: 5px 15px 0 5px;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
  color: #000;
}

a.read_more {
  display: block;
  width: 66px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  float: right;
  margin: 10px 40px 0 0;
  padding: 0 0 0 17px;
  text-decoration: none;
  font-size: 14px;
  background: url(/images/read_more_bg.gif) no-repeat center;
}

a:hover.read_more {
  text-decoration: underline;
}

img.left_img {
  float: left;
  padding: 3px 25px 3px 3px;
}

#main_container {
  max-width: 821px;
  margin: auto;
  padding: 0;
}

#header {
  max-width: 821px;
  height: 56px;
  margin: 0;
  padding: 0;
}

.logo {
  padding: 0;
}

.title {
  padding: 2px 0 4px 0;
  font-size: 17px;
  color: #2e2721;
  font-weight: bold;
}

.title_welcome {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #24a4b3;
}

span.red,
span.orange {
  font-weight: bold;
  color: #da5b23;
}

/* Menu */
.menu {
  max-width: 821px;
  height: 42px;
  margin: 4px 0 0;
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/menu_bg.gif) no-repeat left;
}

.menu ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  float: left;
  height: 42px;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  line-height: 42px;
  font-size: 14px;
}

.menu ul li.selected a {
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/menu_bullet.gif) no-repeat bottom center;
}

.menu ul li a:hover {
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/menu_bullet.gif) no-repeat bottom center;
}

/* Buttons */
.link, .btn, .btnd {
  background: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
}

.link {
  font-size: 14px;
  padding: 0 4px 2px 4px;
  border-radius: 6px;
}

.btn {
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 17px;
}

.btnd {
  font-size: 20px;
  padding: 4px 20px;
  border-radius: 17px;
}

.link:hover, .btn:hover, .btnd:hover {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
}

/* Welcome box */
.welcome_box {
  width: 496px;
  height: 180px;
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/welcome_box.gif) no-repeat center;
}

/* Center content */
.center_content {
  max-width: 821px;
  clear: both;
  padding: 4px 0 0 0;
  background-color: #F7F3F7;
}

.center_left {
  width: 600px;
  float: left;
  padding: 2px 0 2px 10px;
}

.center_right {
  width: 200px;
  float: left;
}

.software_box {
  width: 187px;
  padding: 0 0 15px 10px;
}

.features {
  padding: 2px 0 0 2px;
}

.box {
  float: left;
  border-bottom: 1px #CCC dashed;
  padding: 0 0 8px 0;
}

.icon {
  width: 30px;
  height: 33px;
  float: left;
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/icon.gif) no-repeat center;
}

.content {
  width: 460px;
  float: left;
  text-align: justify;
  line-height: 20px;
  padding: 0 0 0 10px;
}

/* Login form */
.text_box {
  width: 278px;
  height: 144px;
  padding: 15px 0 0 10px;
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/text_box.gif) no-repeat center;
}

.login_form_row {
  float: left;
  padding: 4px 0;
}

label.login_label {
  width: 70px;
  float: left;
  padding: 3px 5px 0 0;
  color: #000;
  text-align: right;
}

input.login_input {
  width: 153px;
  height: 18px;
  float: left;
  border: 1px #9dbbc6 solid;
  background-color: #fff;
  color: #000;
}

input.login {
  float: right;
  padding: 10px 20px 0 0;
}

/* List */
ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list li {
  margin: 8px 0;
}

ul.list li a {
  height: 24px;
  padding: 0 0 0 15px;
  color: #36322b;
  line-height: 24px;
  text-decoration: none;
}

ul.list li span {
  height: 24px;
  width: 24px;
  display: block;
  text-align: center;
  float: left;
  line-height: 24px;
  background: url(https://myfilespace.nyc3.cdn.digitaloceanspaces.com/extractorpro/images/bullet_list.gif) no-repeat left;
}

ul.list li a:hover {
  text-decoration: underline;
}

.testimonials {
  padding: 20px 0;
}

/* Footer */
#footer {
  max-width: 821px;
  height: 50px;
  clear: both;
  color: #837d7b;
}

.left_footer {
  float: left;
  padding: 20px 0 0 0;
}

.left_footer ul li {
  display: inline;
}

#footer a {
  color: #837d7b;
  padding: 0 8px;
  text-decoration: none;
}

.right_footer {
  float: right;
  padding: 15px 5px 0 0;
}

/* Table styles */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableCell, .divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}

.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.blueTable .divTableCell, .blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}

.blueTable .divTableHeading {
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444;
}

.blueTable .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-left: 2px solid #D0E4F5;
}

.blueTable .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}

.blueTable .tableFootStyle .links {
  text-align: right;
}

.blueTable .tableFootStyle .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}

/* Slider */
#slider {
  width: 604px;
  height: 404px;
  position: relative;
  overflow: hidden;
}

#sliderContent {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0;
  margin-left: 0;
}

.sliderImage {
  float: left;
  position: relative;
  display: none;
}

.sliderImage span {
  position: absolute;
  font: 10px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  width: 384px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: none;
}

.sliderImage span strong {
  font-size: 14px;
}

.top {
  top: 0;
  left: 0;
}

.bottom {
  bottom: 0;
  left: 0;
}

#slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Responsive */
@media screen and (max-width: 1020px) {
  #main_container, #header, #footer, .center_content, .menu {
    float: none;
    width: auto;
  }
  p {
    font-size: 2em;
  }
}

.spacer {
  display: block;
  width: 100%;
  height: 20px;
  clear: both;
}
