*{
  margin:0px;
  padding:0px;
}
body{
  text-align:center;
  background:#FFFFFF;
}
#main{
  margin:0px auto;
	text-align:left;
  position:relative;
  width:1002px;
}
#header{
  background:url('../images/memorex_header.jpg') no-repeat;
  position:relative;
  height:474px;
  width:951px;
  cursor:pointer;
}
.logo{
  position:absolute;
  top:40px;
  left:0px;
}
img{
  border:none;
}
a{
  text-decoration:none;
	cursor:pointer;
}
#product_box{
  background:url('../images/product_box.jpg') no-repeat;
  position:relative;
  float:left;
  top:25px;
  left:10px;
  margin-right:20px;
  margin-bottom:20px;
  width:219px;
  height:240px;
}
h1{
  font:normal 16px tahoma;
  color:#13B5EA;
  left:10px;
}
p{
  font:normal 12px tahoma;
  color:#8C8C8C;
}
.pdf{
  position:absolute;
  bottom:10px;
  left:5px;
  font:bold 12px tahoma;
  color:#BABCBE;
}
.product_image{
  position:relative;
  float:left;
}
#footer{
  position:relative;
  float:left;
  background:url('../images/memorex_footer.jpg') no-repeat;
  width:950px;
  height:142px;
  margin-top:30px;
  margin-bottom:10px;
}
#box1{
  position:relative;
  float:left;
  left:60px;
  top:20px;
  width:200px;
  height:100px;
  border:solid 0px;
}
#box2{
  position:relative;
  float:left;
  left:90px;
  top:60px;
  width:200px;
  height:50px;
  border:solid 0px;
}
#box3{
  position:relative;
  float:left;
  left:120px;
  top:60px;
  width:220px;
  height:50px;
  border:solid 0px;
}
#box4{
  position:relative;
  float:left;
  left:150px;
  top:60px;
  width:150px;
  height:80px;
  border:solid 0px;
}
.heading{
  font:bold 12px tahoma;
  color:#4A4A4A;
}
.regular{
  font:normal 12px tahoma;
  color:#8C8C8C;
}
