/* CSS Document */

* {
padding:0;
margin: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffbcf0;
}

#wrapper {
width: 800px;
margin: 0 auto;
/*border: 1px #FFF solid;*/
background-color: #FFF;
}

#leftcol {
float: left;
width: 297px;
background-image: url(images/left_logo.jpg);
background-repeat: no-repeat;
padding-top: 200px;

}

#rightcol {
float: right;
width: 503px;

}
/*//////NAV///////*/
#nav a{
color: #d54491;
font-size: 110%;
padding: 0 30px 0 25px;
text-decoration: none;
background-image: url(images/navsq_pink.gif);
background-repeat: no-repeat;
background-position: 0 50%;
}

#nav {
width: 240px;
padding-left: 8px;
}
#nav a:hover {
text-decoration: none;
background-image: url(images/navsq_orange.gif);
background-repeat: no-repeat;
background-position: 0 50%;
color: #fc88d5;
}
/*//////NAV CLOSED///////*/

#aboutcopy {
width: 285px;
background-color:#fc88d5;
font-size: 75%;
font-weight: bold;
color: #FFF;
padding: 5px;
border-left: 2px #FFF solid;
}

#pricepanel {
clear: both;
background-color: #d54491;
text-align: center;
padding: 5px 0 7px 0;
border-top: 2px solid #FFF;
border-bottom: 2px solid #FFF;
}
#pricepanel h4 {
color: #FFF;
letter-spacing: 6px;
}
/*///////////pricelist//////////*/

#pricelist {
background-color: #ffa42e;
font-size: 80%;

}
#pricelist table {
/*margin: 0 auto;*/
width: 60%;
border: 0;
}
#pricelist h5 {
margin-top: 8px;
color: #FFF;
}
.form {
padding: 40px 0 0 0;
float: left;
width: 400px;
}

h4.gift {
padding-top: 10px;
text-align: center;
color: #FFF;
}
#flowers {
float: left;
width: 134px;
padding-right: 30px;
}
#sunflower {
clear: both;
text-align:right;
}

#footer {
color: #d54491;
padding: 6px 0 6px 0;
text-align:center;
font-size: 80%;
background-color: #ffbcf0;
}

#footer a {
color: #d54491;
}