/* CSS Document */
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 62.5%;
    background: url(images/bg.jpg) repeat-x top center #92b482;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
}

/* ----------- HEADER STYLES ------------ */

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.9em;
    font-weight: normal;
    color: #891883;
    padding: 0px;
    margin: 0;
    margin-bottom: 25px;
}

h2 {
    font-weight: bold;
    font-size: 1.1em;
    color: #891883;
    margin: 0;
    padding: 0;
}

h2.product {
    font-weight: bold;
    font-size: 1.2em;
    color: #891883;
    margin: 0 0 10px 0;
    padding: 0;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #9f1f99;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.2em;
}

#content h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #9f1f99;
    margin: 0 0 3px 0;
    padding: 0;
    text-align: left;
    line-height: 1.2em;
}

img, a img {
    border: none;
}

ul {
    line-height: 1.5em;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link {
    color: #891883;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #891883;
}

a:hover {
    text-decoration: none;
    color: #891883;
}

a:active {
    text-decoration: none;
}

h2 a:link, h2 a:visited {
    font-weight: bold;
    color: #891883;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 922px;
    height: auto;
    text-align: left;
}

#header {
    height: 149px;
    width: 922px;
    margin: 0;
    padding: 0;
    background: url(images/header.jpg) no-repeat top left;
}

#body {
    width: 922px;
    height: auto;
    margin: 0;
    padding: 0;
    background: url(images/bodybg.png) repeat-y top left;
}

#middle {
    position: relative;
    width: 898px;
    margin: 0 auto;
    padding: 0;
    height: 265px;
    border: 1px solid #FFF;
    border-bottom: none;
    background: url(images/middlebg.png) repeat-x top left;
}

#flash {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 656px;
    height: 232px;
    margin: 0;
    padding: 0;
    background: url(images/flashbg.png) no-repeat top left;
}

#nav {
    position: absolute;
    top: -1px;
    left: 18px;
    width: 189px;
    height: auto;
    margin: 0;
    padding: 24px 0 0 0;
    /*background:url(images/navtop.png) no-repeat top left;*/
}

#nav a {
    display: block;
    margin: 0 0 5px 0;
}

#container {
    position: relative;
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(images/contentbg.png) repeat-x top left #fdfdfd;
}

#sidebar {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 162px;
    height: auto;
    color: #333;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 20px 10px 20px 10px;
    margin: 0;
    background: url(images/sidebg.png) repeat-x top left #FFF;
    border: 1px solid #c1c1c2;
    border-top: none;
}

#content {
    width: 640px;
    height: auto;
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 25px 0 25px 0;
    margin-left: 235px;
    color: #333;
}

#grass {
    width: 900px;
    height: 83px;
    margin: 0;
    padding: 0;
    background: url(images/grass.jpg) no-repeat top left;
}

#footer {
    width: 900px;
    height: 61px;
    background: url(images/footerbg.png) no-repeat top left;
    padding: 22px 0 0 22px;
    margin: 0;
    color: #FFF;
    font-sisze: 1em;
    line-height: 1.5em;
    text-align: left;
}

#footer a {
    color: #FFF;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#footer a:hover {
    text-decoration: underline;
}

.floatright {
    float: right;
    margin: 2px 0 10px 15px;
}

.floatleft {
    float: left;
    margin: 2px 15px 10px 0;
}

.imageRight {
    float: right;
    margin: 2px 0 10px 15px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
}

.imageLeft {
    float: left;
    margin: 2px 15px 10px 0;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
}

hr {
    width: 100%;
    height: 1px;
    background: none;
    border: none;
    border-top: 1px dotted #999;
    margin: 15px 0;
}

.smaller {
    font-size: 10px;
    font-style: italic;
    line-height: 1.4em;
}

.pic {
    border: 1px solid #333;
}

.redtext {
    color: #FF0000;
    font-weight: bold;
}

.bluetext {
    color: #00F;
    font-weight: bold;
}

.noshow {
    display: none;
}

.input {
    border: 1px solid #999;
    background: #FFF;
    color: #333;
    padding: 3px;
}

.gallery img {
    border: 1px solid #333;
}

.clear {
    clear: both;
}

blockquote.test {
    background: url(images/leftquote.gif) no-repeat top left;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0 0 0 45px;
}

blockquote.test p {
    height: 35px;
    text-align: right;
    font-weight: bold;
    font-size: .8em;
    color: #730014;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.2em;
    background: url(images/rightquote.gif) no-repeat right top;
    padding: 0 40px 0 0;
}

.products {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #ccc;
    background: #ececec;
    padding: 15px;
}

#username {
    display: none;
}
.noshow {
    display:none;
}
.contact  table {
    width:90%;
    border-collapse:collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contact td {
    color:#333333;
    padding:0.5em;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.contact .input {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
}
.contact .textarea {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
    height:100px;
}
.input {
    border:1px solid #666;
}