/* CSS Document */

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

a:link {
text-decoration: none;
font-weight: bold;
color: #67617e;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #67617e;
}

a:active {
text-decoration: none;
font-weight: bold;
color: #67617e;
}

a:hover {
text-decoration: underline; 
color: #67617e;
}

table.full {
  height:100%;
  width: 639px;
}

body {
background-image: url("images/bckgrd.gif");
background-repeat: repeat;
background-attachment: fixed;
}


p.main {
font: 14px/16px "Minion" times new roman serif;
padding: 5px 50px 10px 55px;
text-align: left;
}

.descrip {
font: 14px/16px "Minion" times new roman serif;
padding: 12px;
text-align: left;
}

.prices {
font: 14px "Minion" times new roman serif;
padding: 9px 4px 3px 4px;
text-align: left;
color: #665e7b;
font-weight: bold;
}

span.highlight {
padding: 4px;
background-color: #665e7b;
}

.small {
font: 12px "Minion" times new roman serif;
padding: 4px 2px 0px 18px;
text-align: left;
}

p.bold {
font: 14px/16px "Minion" times new roman serif;
padding: 12px;
text-align: left;
font-weight: bold;
}

p.home {
font: 14px/15px "Minion" times new roman serif;
padding: 6px;
text-align: center;
}

p.home2 {
font: 14px/15px "Minion" times new roman serif;
padding: 6px;
text-align: left;
}

td.home1 {
background-image: url("images/featuredbox.jpg");
background-repeat: no-repeat;
background-color: white;
background-position: top left;
}

td.home2 {
background-image: url("images/giftbox.jpg");
background-repeat: no-repeat;
background-color: white;
background-position: top left;
}

td.home3 {
background-image: url("images/newsbox.jpg");
background-repeat: no-repeat;
background-color: white;
background-position: top left;
}