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


body {
background-image:url(images/bg_artnouveau.png);
background-position:center;
background-repeat:repeat-y;
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0;
}


#header {
background-image:url(images/header_bg_artnouveau.png);
background-repeat:no-repeat;
background-position:center;
height:120px;
width:100%;
margin:0 0 10px -6px;
border:none;
}

#nav {
background-color:#9ab1cb;
}

#shoppingcart {
background:url(images/shoppingcart_artnouveau_bg.png);

}

#shoppingcarttop {
background:url(images/shoppingcart_artnouveau_top.png) top no-repeat;

}


#shoppingcartbottom {
background:url(images/shoppingcart_artnouveau_bottom.png) no-repeat;

}

#newProducts a:hover,#topProducts a:hover,#promotions a:hover,#contact a:hover {
background-color:#008c82;
}

#footer{
background-color:#9ab1cb;
}