/*
* General Settings
*/
html, body, th, td, input, select, textarea, button {
    color: #002d5e;
}
body {
    background: #6680A5 url(images/bg-tile-online-shopping.gif) repeat fixed;
}
#body {
    background: #FFFFFF;
}
/*
* Wrappers
*/
#top-shadow {
    background: url(images/online-shopping/top-shadow.png) no-repeat bottom;
}
#bottom-shadow {
    background: url(images/online-shopping/bottom-shadow.png) no-repeat top;
}
/*
* Header
*/
#header {
    background: url(images/online-shopping/header.jpg) no-repeat;
}
#header ul.menu li a:link {
    color: #002d5e;
}
#header ul.menu li a:visited {
    color: #002d5e;
}
#header ul.menu li a:hover {
    color: #002d5e;
}
#navbar {
    background: #013d72;
    min-height: 23px;
}
/*
* Middle
*/
.content-bg {
    background: #ffffff;
}
/*
* Footer
*/
#footer {
    color: #002d5e;
}
#footer a:link {
    color: #002d5e;
}
#footer a:visited {
    color: #002d5e;
}
#footer a:hover {
    color: #002d5e;
    text-decoration: underline;
}