/* Generic Selectors */

body {

font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
background-color: #D1D0D0;

}

p {

font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #49230D;

}

li {

list-style-type: none;
line-height: 200%;
text-indent: -20%;
color: #49230D; 
font-size: 10px;

}

a.biglink {
font-size: 15px;
color: #49230D;
text-decoration: none;
}

h1 {

font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #49230D;
line-height: 150%;

}

h2 {

font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #49230D;
line-height: 150%;


}

 

/**************** Pseudo classes ****************/

:link { 
color: #FFFFFF; 
text-decoration: none;
font-size: 10px;
} /* for unvisited links */

li :link { 
color: #49230D; 
text-decoration: none;
font-size: 10px;
} /* for unvisited links LISTED */

:visited { 
color: #FFFFFF;
text-decoration: none;
font-size: 10px; 
} /* for visited links */ 

li :visited { 
color: #49230D;
text-decoration: none;
font-size: 10px; 
} /* for visited links LISTED*/ 

:hover { 
color: #927B6E;
text-decoration: none; 
font-size: 10px;
} /* when mouse is over link */ 

li :hover { 
color: #FFFFFF;
text-decoration: none; 
font-size: 10px;
} /* when mouse is over link LISTED */ 

:active { 
color: #927B6E; 
text-decoration: none;
font-size: 10px;
} /* when link is clicked */

li :active { 
color: #FFFFFF; 
text-decoration: none;
font-size: 10px;
} /* when link is clicked LISTED */

a.biglink:link {color: #49230D}     /* unvisited link */
a.biglink:visited {color: ##49230D}  /* visited link */
a.biglink:hover {color: #C7D279}   /* mouse over link */
a.biglink:active {color: #C7D279}   /* selected link */

/************************* ID's *************************/

#werlink {

position: absolute;

height: 15px;

margin-left: 2%;
margin-top: 3px;

font-weight: normal;

}

#topbar {

position: absolute;

width: 800px;
height: 121px;

margin-left: 2%;

margin-top: 22px;

border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;

}

#logo {

position: absolute;

width: 561px;
height: 121px;

}


#purchaseonline {

position: absolute;

background-color: #FFFFFF;

width: 239px;
height: 121px;

padding: 0 0 0 0;

margin-left: 561px;
border-right: 1px solid #000000;

font-weight: normal;

}

#topnavigation {

position: absolute;

background-color: #49230D;

width: 800px;
height: 25px;

margin-left: 2%;

margin-top: 143px;

border-right: 1px solid #000000;
border-left: 1px solid #000000;

}

#bottom {

position: absolute;

background-color: #FFFFFF;

width: 800px;
height: 425px;

margin-left: 2%;

margin-top: 168px;

border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;

}

#leftnav {

position: absolute;

background-color: #DDDDDD;

width: 150px;
height: 425px;

margin-left: 0px;

margin-top: 0px;

}

#flower {

position: absolute;

width: 149px;
height: 153px;

margin-left: 5%;
margin-top: 5px;


}


#leftover {

position: absolute;

background-color: #FFFFFF;

width: 650px;
height: 425px;

margin-left: 150px;
margin-top: 0px;

border-right: 1px solid #000000;
border-bottom: 1px solid #000000;

}

#description {

position: absolute;

width: 525px;
height: 179px;

margin-top: 300px;
margin-left: 200px;

border-top: 1px solid #6D4F3D;

padding-top: 10px;
padding-left: 20px;

}