/*reset starts here*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: white;
background: black;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
td p{margin:0px;padding:0px;margin-bottom:5px;}

/* styles for HTML tags */
body{
color:#fff;
font-family: arial,sans-serif;
line-height:140%;
font-size:13px;
}

p,ul,li,ol,td{
color:#fff;
font-family:arial,sans-serif;
font-size:13px;
line-height:140%;
}
p{margin:0 0 1.2em 0;}

form{
margin:0;
padding-top:5px;
}

strong{font-weight:bold;}
em{font-style:italic;}

a{
      color:#cacf67;
   line-height:120%;
text-decoration:none;
}
a:hover{
color:#f3f896;
text-decoration:none;
}
h1{
color:#985b26; 
font-size:20px;
font-weight:normal;
margin:0 0 1.2em 0;
line-height:140%;
}
a img{
border:0;
}
h2{
color:#cdcec9; 
font-size:16px;
font-weight:normal;
margin:0 0 .3em 0;
line-height:140%;
}
h3{
color:#fff; 
font-size:15px;
font-weight:normal;
margin:0 0 .3em 0;
}

/*styles for product display*/
.products_table{width:100%;}
.product_cell{text-align:center;padding:5px;}
.flowername{color:#cdcec9;}
.buy{color:#985b27;text-transform:uppercase;font-size:12px;font-weight:bold;}
.flowerimage{height:180px;padding-bottom:10px;}
.amount{color:#89872b;}
.product_cell:hover{border-color:#231f20;}
#flower:hover .flowername,#flower:hover .amount{color:#fff;}
.blankcell{width:50px;}

.header{background:#231f20;padding:3px;}
.item{padding-top:10px;padding-right:10px;}
.item .amount{font-size:16px;}
.mainproduct{padding-bottom:20px;}
