/*
* General Settings
*/
html, body, th, td, input, select, textarea, button {
    color: #002d5e;
}
body {
    /*background: #aacb94; -- green*/
	background: #6680A5 url(/stores/westglow/images/westglow2009/bg-tile-online-shopping.gif) repeat fixed;
}
#body {
    background: #FFFFFF;
}
/*
* Wrappers
*/
#top-shadow {
    background: url(/stores/westglow/images/westglow2009/top-shadow.png) no-repeat bottom;
}
#bottom-shadow {
    background: url(/stores/westglow/images/westglow2009/bottom-shadow.png) no-repeat top;
}
/*
* Header
*/
#header {
    background: url(/stores/westglow/images/westglow2009/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;
}
/*
* Forms
*/
input, select, textarea {
    /*border: 1px solid #013D72;*/
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
    border: 0;
    display: inline;
}
/*
* Footer
*/
#footer {
    color: #002d5e;
}
#footer a:link {
    color: #002d5e;
}
#footer a:visited {
    color: #002d5e;
}
#footer a:hover {
    color: #002d5e;
    text-decoration: underline;
}