/* new.css */

body {
background-color: #ffffff;
}


#all {
position: absolute;
background-color: #ffffff;
left: 0%;
top: 0%;
width: 100%;
min-height: 2000px;
}

#fabric {
background-color: #ffffff;
position: absolute;
left: 0px;
top: 0px;
width: 140px;
height: 2000px;
}

#headernew {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 0px;
width: 300px;
height: 382px;
}

#product1pic {
background-color: #ffffff;
position: absolute;
left: 480px;
top: 0px;
width: 300px;
height: 382px;
}

#product1 {
background-color: #ffffff;
position: absolute;
left: 800px;
top: 0px;
width: 200px;
height: 382px;
}

#product2pic {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 422px;
width: 300px;
height: 300px;
}

#product2 {
background-color: #ffffff;
position: absolute;
left: 480px;
top: 422px;
width: 520px;
height: 300px;
}

#product3pic {
background-color: #ffffff;
position: absolute;
left: 160px;
top: 752px;
width: 300px;
height: 342px;
}

#product3 {
background-color: #ffffff;
position: absolute;
left: 480px;
top: 752px;
width: 520px;
height: 342px;
}





/* largeleft */

h1 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: large;
}

/* mediumleft */

h2 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* smallleft */

h3 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

p {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* xsmallleft */

h4 {
  color: #898E67;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* menutype */

h5 {
  color: #898E67;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: x-small;
}


