/*
    Coded by Steven Bower
    TurnWheel Designs - http://turnwheel.com
    BPWebDesign - http://bpwebdesign.com
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #70706E;
    background: #FEFDE2;
    width: 100%;
}
h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #999966;
}
h2 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    color: #669999;
    margin-bottom: 8px;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #669999;
    margin-bottom: 5px;
}
hr,.rule {
    background: #D0D0A2;
    width: 100%;
    height: 2px;
    margin: 5px 0px;
    padding: 0;
    border: 0;
    outline: 0;
}
a {
    text-decoration: none;
    color: #999966;
}
a:hover {
    text-decoration: underline;
}
a.bold {
    text-decoration: none;
    font-weight: bold;
    color: #77774f;
}
a.bold:hover {
    text-decoration: underline;
    color: #909060;
}
a.black {
    color: #000;
}
a.big {
    font-size: 1.5em;
}
a img {
    border: 0;
}
img.right {
    float: right;
    padding: 3px;
}
table {
    border: 0;
    padding: 0;
}
td {
    padding: 2px;
}
ul {
    margin: 2px 0px 2px 20px;
}
input {
    font-size: 10pt;
    border: 1px solid #999;
}

.errmsg {
    font-size: 9px;
    color: #FF0000;
    line-height: 12px;
}
.tablepad {
    padding-right: 15px;
}
.tableitem {
    font-size: 12px;
    background: #E6D9C6;
    color: #70706E;
    line-height: 12px;
}
.tableitem2 {
    font-size: 12px;
    background: #FEFDE2;
    color: #70706E;
    line-height: 12px;
}
.nolineheight {
    font-size: 12px;
    color: #70706E;
}
.smalltitle {
    font-size: 12px;
    color: #999966;
    font-weight: bold;
}
.browntitle {
    font-size: 14px;
    color: #7A4E1E;
    font-weight: bold;
}
.hline {
    background-image: url('/images/rule.gif');
    background-repeat: repeat-x;
}
.dottedline {
    background-image: url('/images/dots.gif');
    background-repeat: repeat-y;
}
.smallbrowntext {
    font-size: 11px;
    color: #7A4E1E;
    font-weight: bold;
}
.wrap {
    width: 100%;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
}

/*
    FOLLOWING CLASSES HAS BEEN WRITTEN FOR SUB-LANDING PAGES OF "PRODUCTS LINE" PAGE. THESE CLASSES
    ARE ONLY FOR THE PURPOSE OF LAYOUT AND BUG-FIXING FOR "PRODUCTS LINE" SUB-PAGES
*/

td.fillborder {
    background-color: #70706E;
    width: 1px;
    margin: 0px;
    padding: 0px;
}
#noleftpad {
    padding-left: 0px;
}
.floater {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
.tenpad {
    padding-left: 10px;
}

/* Layout */
#wrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
#header {
    width: 100%;
    top: 0px;
}
#header h1 {
    width: 480px;
    height: 160px;
    float: left;
}
#header h1 a {
    display: block;
    width: 480px;
    height: 160px;
    background: transparent url('/images/logo.gif') top no-repeat;
}
#header h1 a b {
    display: none;
}
#header span {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    z-index: 0;
}
#subhead {
    font-size: 14px;
    font-weight: bold;
    color: #999966;
    padding: 10px 10px 30px 0px;
}
#leftcolumn {
    width: 8%;
    float: left;
    padding-right: 15px;
}
#content {
    width: 72%;
    float: left;
    padding-right: 7px;
}
#content p {
    padding: 5px;
    margin: 5px;
    text-align: left;
}
#rightcolumn {
    width: 15%;
    float: left;
    padding: 130px 0px 0px 10px;
    text-align: center;
    border-left: 1px dotted #000;
}
#rightcolumn p {
    text-align: left;
}
#rightcolumn hr {
    width: 90%;
    color: #70706E;
}
#footer {
    width: 99%;
    padding: 20px 0px 10px 10px;
    text-align: center;
}

/* Main Menu */
ul#menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu li,#menu li a {
    display: block;
    width: 97px;
    height: 95px;
    outline: 0; /* Firefox Fix */
}
#menu li a b {
    display: none;
}

#menu #menu_home a {
    background: url("/images/nav_home.jpg");
}
#menu #menu_home a:hover {
    background: url("/images/nav_home_on.jpg");
}

#menu #menu_products a {
    background: url("/images/nav_products.jpg");
}
#menu #menu_products a:hover {
    background: url("/images/nav_products_on.jpg");
}

#menu #menu_about a {
    background: url("/images/nav_about_us.jpg");
}
#menu #menu_about a:hover {
    background: url("/images/nav_about_us_on.jpg");
}

#menu #menu_glazes a {
    background: url("/images/nav_glaze.jpg");
}
#menu #menu_glazes a:hover {
    background: url("/images/nav_glaze_on.jpg");
}

#menu #menu_dealers a {
    background: url("/images/nav_dealers.jpg");
}
#menu #menu_dealers a:hover {
    background: url("/images/nav_dealers_on.jpg");
}

#menu #menu_distributors a {
    background: url("/images/nav_distributors.jpg");
}
#menu #menu_distributors a:hover {
    background: url("/images/nav_distributors_on.jpg");
}

#menu #menu_contact a {
    background: url("/images/nav_contact_us.jpg");
}
#menu #menu_contact a:hover {
    background: url("/images/nav_contact_us_on.jpg");
}

#staffinfo {
    display: none;
    position: absolute;
    background: #A98265;
    overflow: auto;
    width: 300px;
    height: 200px;
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
}

#staffinfo a {
    color: #FFF;
}

#staffimg {
    width: 150px;
}

#products_popout {
    position: absolute;
    top: 35px;
    left: 125px;
    min-width: 400px;
    background: #FFFFF2;
    border: 1px solid #CCCC99;
    padding: 10px;
    overflow: hidden;
    z-index: 50;
}

/* Sub Navigation */
ul.nav {
    display: inline;
    list-style: none;
    margin: 5px 0px;
}
ul.nav li {
    display: inline;
    list-style: none;
    padding: 3px;
    margin: 0px 10px;
}
ul.nav li a {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #625F58;
    text-decoration: none;
}
ul.nav li.active a {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #C1A17A;
    text-decoration: none;
}
ul.nav li a:hover {
    color: #C1A17A;
}
ul.nav li.active a:hover {
    text-decoration: none;
}

/* Used to make table-like lists */
ul.plain,ul.plain li {
    list-style: none;
}
ul.plain li {
    clear: both;
}
ul.row {
    list-style: none;
}
ul.row li {
    float: left;
    clear: none;
    width: 33.33%;
}


/* Misc. Classes */
.clear {
    clear: both;
    background: none;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}