@charset "utf-8";
/* CSS Document */

a:link{color:#c6b2b2;
}
a:hover{color:#da70ae;}
a:active{color:#da70ae;}
a:visited{color:#c6b2b2;}

#nav ul,#nav li {
padding:0;
margin:0;
list-style:none;
}

#nav ul{
position:relative;
left:27px;
float:left;
}

#nav li{
float:left;

}
#nav img{
float:left;
}
a.contact{
background-image:url(images/buttContact.jpg);
width:70px;
height:32px;
float:left;
margin-left:14px;
}
a.contact:hover{
cursor:hand;
background-position: 0px -32px;
}
a.links{
background-image:url(images/buttLinks.jpg);
width:34px;
height:32px;
float:left;
margin-left:14px;

}
a.links:hover{
cursor:hand;
background-position: 0px -32px;
}
a.press{
background-image:url(images/buttPress.jpg);
width:33px;
height:32px;
float:left;
margin-left:14px;
}
a.press:hover{
cursor:hand;
background-position: 0px -32px;
}
a.facts{
background-image:url(images/buttFacts.jpg);
width:36px;
height:32px;
float:left;
margin-left:14px;
}
a.facts:hover{
cursor:hand;
background-position: 0px -32px;
}
a.sweetIdeas{
background-image:url(images/buttSweetIdeas.jpg);
width:75px;
height:32px;
float:left;
margin-left:13px;
}
a.sweetIdeas:hover{
cursor:hand;
background-position: 0px -32px;
}
a.home{
background-image:url(images/buttHome.jpg);
width:33px;
height:32px;
float:left;
margin-left:16px;
}
a.home:hover{
cursor:hand;
background-position: 0px -32px;
}
a.about{
background-image:url(images/buttAbout.jpg);
width:55px;
height:32px;
float:left;
margin-left:13px;
}
a.about:hover{
cursor:hand;
background-position: 0px -32px;
}
a.products{
background-image:url(images/buttProducts.jpg);
width:59px;
height:32px;
float:left;
margin-left:13px;
}
a.products:hover{
cursor:hand;
background-position: 0px -32px;
}

#flashDiv{
position:absolute;
top:53px;
right:25px;
z-index:100;
}