@charset "UTF-8";
/* CSS Document */
body {
margin:0px;
background:url(images/bg_site.jpg) repeat-x #000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #b6814b;
}
#container {
width:770px;
position:relative;
text-align:left;
}
#homeimage {
position:absolute;
top:0px;
left:0px;
width: 770px;
height: 469px;
background:url(images/homepage.jpg) no-repeat #000000;
}
#nav {
position:absolute;
top:486px;
left:0px;
}
#footer {
position:absolute;
top:700px;
left:0px;
width:770px;
text-align:center;
}
#footer a, #footer a:visited {
color: #6f502f;
font-weight:bold;
text-decoration:none;
}
#footer a:hover {
color: #6f502f;
font-weight:bold;
text-decoration:underline;
}
.footertext {
font-size:9px;
color:#6f502f
}
#featuredproduct {
position:absolute;
top:486px;
left:263px;
width:245px;
height:192px;
background:url(images/nav_featuredprod_off.jpg) no-repeat #000000;
font-size:14px;
color:white;
text-align:center;
}
#featuredproduct a, #featuredproduct a:visited, #featuredgift a, #featuredgift a:visited{
color:white;
text-decoration:none;
}
#featuredproduct a:hover, #featuredgift a:hover {
color:white;
text-decoration:underline;
}
#featuredgift {
position:absolute;
top:486px;
left:526px;
width:245px;
height:192px;
background:url(images/nav_featuredgift_off.jpg) no-repeat #000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:white;
text-align:center;
}
.navimg {
padding-bottom:12px;
}
.prodfeat {
border:1px solid black;
}