/* CSS for Adaptive Interfaces Main Page */

body {

  font-family: Arial, Helvetica;
  background-image: url("background_image/Adaptive Image 4.png");

}

h1 {
  font-family: Arial, Helvetica;
  margin: 0px 0px 0px 0px;
  padding: 20px 0;
  color: #ffff66;
  text-align: center;
}

h2, h3 {

  font-family: Arial, Helvetica;
  margin: 5px 0px 0px 0px;
  text-align: center;
  color: #ffff66;
}

p {

  font-family: Arial, Helvetica;
  margin: 0px 0px 0px 0px;
}

li {
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #40ff40;
}

div.wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

div.navigation {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 190px;
  height: 1140px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
}

div.logo {
  position: absolute;
  top: 20px;
  left: 260px;
  width: 600px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #a0a0a0;
  border-left-color: #909090;
  border-right-color: #707070;
  border-bottom-color: #606060;
}

div.title_box {
  position: absolute;
  top: 150px;
  left: 375px;
  width: 360px;
  height: 80px;
  background-color: #700030;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
  text-align: center;
}

div.new_product_box {
  position: absolute;
  top: 260px;
  left: 220px;
  width: 670px;
  height: 900px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
} 

div.new_product_info {
  position: absolute;
  overflow: auto;
  top: 1200px;
  left: 0px;
  width: 890px;
  height: 520px;
  background-color: #e0e0e0;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.large_photo_box {
  position: absolute;
  top: 1760px;
  left: 100px;
  width: 670px;
  height: 500px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #808080;
} 

div.main_info {
  position: absolute;
  overflow: auto;
  top: 2300px;
  left: 0px;
  width: 890px;
  height: 420px;
  background-color: #e0e0e0;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.links_box {
  position: absolute;
  overflow: auto;
  top: 2760px;
  left: 0px;
  width: 500px;
  height: 400px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.shopping_summary_box {
  position: absolute;
  overflow: auto;
  top: 2760px;
  left: 540px;
  width: 350px;
  height: 400px;
  background-color: #404040;
  border-style: solid;
  border-width: 5px;
  border-color: #202020;
}

div.shopping_summary_box h3{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

div.shopping_summary_box table{
  width: 320px;
  margin-left: 5px;
  color: #ffffff;
}

div.shopping_summary_box tr{
  color: #ffffff;
  font-size: 12px;
}


div.credits {
  position: absolute;
  top: 3210px;
  left: 190px;
  width: 500px;
  height: 100px;
}
