/*
* General Settings
*/
html, body, th, td, input, select, textarea, button {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 8pt;
    color: #4e2e1c;
}
body {
    margin: 0px 0px 20px;
}
#body {
    /*background: url(/stores/westglow/images/westglow2009/body-bg.jpg) no-repeat top;*/
	background-color: #FFFFFF;
    padding-bottom: 1px;
    min-height: 405px;
}
#body-padding {
    padding-top: 22px;
    margin: 0 16px;
}
.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-size: 13pt;
    /*margin-bottom: 25px;*/
}
table {
    margin: 0px;
}
/*
* Wrappers
*/
#primary-wrapper {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
#secondary-wrapper {
    margin-right: auto;
    margin-left: auto;
    background: url(/stores/westglow/images/westglow2009/content-bg-tile.png) repeat-y;
    padding-right: 25px;
    padding-left: 25px;
}
#top-shadow {
    background: url(/stores/westglow/images/westglow2009/top-shadow.png) no-repeat bottom;
    height: 55px;
}
#bottom-shadow {
    background: url(/stores/westglow/images/westglow2009/bottom-shadow.png) no-repeat top;
    height: 34px;
    padding-top: 1px;
}
/*
* Header
*/
#header {
    height: 115px;
    background: url(/stores/westglow/images/westglow2009/header.jpg) no-repeat;
    font-size: 11px;
}
#header #left-side {
    float: left;
    width: 50%;
    position: relative;
}
#header #left-side-padding {
    margin-left: 14px;
    margin-top: 6px;
}
#header #left-side #westglow-logo {
    position: absolute;
    top: 45px;
    right: -105px;
}
#header #right-side {
    float: right;
    width: 50%;
    text-align: right;
}
#header #right-side-padding {
    margin-top: 6px;
    margin-right: 14px;
}
#header ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#header ul.menu li {
    padding-top: 4px;
}
#header ul.menu li a:link {
    color: #4e2e1c;
    text-decoration: none;
}
#header ul.menu li a:visited {
    color: #4e2e1c;
    text-decoration: none;
}
#header ul.menu li a:hover {
    color: #4e2e1c;
    text-decoration: underline;
}
#navbar {
    background: #d4ac55;
    min-height: 24px;
}
#main-photo {
    background: #e5e5e5;
    height: 100px;
}
/*
* Middle
*/
.breadcrumb {
    font-size: 8pt;
    margin-bottom: 10px;
}
.content-bg {
    background: #f5e9ca url(/stores/westglow/images/westglow2009/content-bg-tile.gif) repeat-y;
}
/*
* Forms
*/
.field-container {
    margin-top: 5px;
    margin-bottom: 10px;
}
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #4e2e1c;
}
label {
    display: block;
}
.submit-container {
    margin-top: 20px;
}
.submit-container input {
    background: #DCB968;
    font-size: 12px;
}
/*
* Footer
*/
#footer {
    color: #d2aa54;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
}
#footer a {
    text-decoration: none;
}
#footer a:link {
    color: #d2aa54;
}
#footer a:visited {
    color: #d2aa54;
}
#footer a:hover {
    color: #d2aa54;
    text-decoration: underline;
}
#footer .copyright {
    color: #FFFFFF;
}
