@import url("default.css");

body {
    text-align: center;
    background: #4b5447 url(../images/body_bg.jpg) repeat-y 50% 0;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
}


strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

div.errors {
    margin-bottom: 20px;
}

div.errors strong {
    color: red;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
}

#container {
    padding-left: 2px;
}

#header {
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

#header .left {
    float: left;
    width: 246.96px;
    background-color: #E9E6E4;
    padding-top: 10px;
    padding-bottom: 10px;
}

* html #header .left {
    width: 247.96px;
}

#header .left .title {
    color:#563D2E;
    font-size: 14.4px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 3px;
}

#header .left .slogan {
    color: #563D2E;
    font-size: 13.2px;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
}

#header .left a {
    display: block;
    background: url(../images/logo.jpg) no-repeat top left;
    width: 108px;
    height: 110px;
}

#header .right {
    float: left;
    width: 546px;
    margin-left: 0px;
}

#header .right .top {
    background-color: #563D2E;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 5px;
    margin-left: 0.15em;
}

#header .right .top a {
    font-size: 0.9em;
    color: #DAD4D1;
    text-decoration: none;
}

#header .right .top a:hover {
    text-decoration: underline;
}

#header .right .middle ul {
    width: 45.5em;
    height: 10em;
    margin-top: 2px;
    background: url(../images/nav_bg.jpg) no-repeat scroll 0.15em 0;
}

#header .right .middle li {
    display: inline;
    float: left;
    margin: 0 0 0.4em 0.16em;
    width: 180px;
    border: 0px solid;
    height: 10em;
}

#header .right .middle li a {
    color: #fff;
    display: block;
    border: 0px solid;
    width: 180px;
    font-size: 1.3em;
    text-decoration: none;
    text-transform: lowercase;
    margin-top: 5.7em;
    padding: 0.2em 0 0.2em 0px;
}

#header .right .middle li a:hover {
    color: #563D2E;
}

#header .right .middle li.yellow a {
    background:transparent url(../images/yellow_bg.jpg) no-repeat scroll 0 0;
}

#header .right .middle li.yellow a:hover {
    background:transparent url(../images/yellow_bg.jpg) no-repeat 0 -24px;
}

#header .right .middle li.orange a {
    background:transparent url(../images/orange_bg.jpg) no-repeat scroll 0 0;
}

#header .right .middle li.orange a:hover {
    background:transparent url(../images/orange_bg.jpg) no-repeat 0 -24px;
}

#header .right .middle li.green a {
    background:transparent url(../images/green_bg.jpg) no-repeat scroll 0 0;
}

#header .right .middle li.green a:hover {
    background:transparent url(../images/green_bg.jpg) no-repeat 0 -24px;
}

#header .right .menu {
    padding-left: 5px;
}

#header .right .menu a {
    text-decoration: none;
    color: #563D2E;
    font-weight: bold;
}

#header .right .menu a:hover {
    text-decoration: underline;
}

#header .right .menu ul {
    padding-top: 9px;
}

* html #header .right .menu ul {
    padding-top: 4px;
}

#header .right .menu li {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

#header .right .menu li a {
    display: block;
}

#header .right .menu div.submenu {
    display:none;
    position:absolute;
    margin: 0px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #563D2E;
    text-align: left;
    width: 230px;
}

#header .right .menu div.submenu a {
    padding: 5px 0 5px 10px;
    font-weight: normal;
    font-size: 0.9em;
    display: block;
}

#header .right .menu div.submenu a:hover {
    background-color: #E9E6E4;
}

#footer {
    height: 50px;
    border-top: 15px solid #E9E6E4;
    background-color: #563D2E;
    color: #fff;
    padding: 0.5em 0;
    font-size: 0.9em;
    margin: 0 4px 0 2px;
    text-align: center;
}

#footer .left, 
#footer .right {
    float: left;
    margin: 0 0.6em 0 1em;
}

#footer .right a {
    color: #fff;
    padding: 0 0.3em 0 0;
}

#footer ul {
    padding-top: 5px;
}

#footer li {
    float: left;
    padding: 0 0.4em 5px 0;
}

#home {
    min-height: 500px;
}

#two-column {
    min-height: 400px;
    padding-top: 2px;
    padding-bottom: 40px;
}

/* #two-column .left */ {
    width: 246.96px;
    float: left;
    text-align: left;
}

/* #two-column .left */ ul {
    padding: 0.25em 2.3em 0 1em;
}

/* #two-column .left */ ul li a {
    border-bottom:1px solid #C7BFBA;
    color:#3A291F;
    display:block;
    font-size:0.9em;
    padding:0.9em 0 0.1em 0;
    text-decoration:none;
    line-height: 18px;
}

/* #two-column .left */ ul li a:hover {
    border-bottom:1px dotted #C7BFBA;
}

* html /* #two-column .left */ ul li a {
    padding: 0px;
}

/* #two-column .left */ h3 {
    color:#563D2E;
    font-size:1.3em;
    margin:0.75em 0 0.1em 0.5em;
    font-weight: bold;
}

/* #two-column .left */ .title {
	color:#563D2E;
	font-size:1.3em;
	margin:0.75em 0 0.1em 0.5em;
	font-weight: bold;
}


/* #two-column .left */ .contactbox {
    background-color:#F3F1F0;
    border:1px solid #C7BFBA;
    display:inline;
    float:left;
    font-size:0.9em;
    line-height:1.6em;
    margin:25px 0 2em 3em;
    padding:1em 1.5em 0 1.5em;
    width:12em;
}

/* #two-column .left */ .contactbox ul {
    margin: 0 0 15px 0;
    padding: 0px;
}

/* #two-column .left */ .contactbox ul li {
    margin: 0px;
}

/* #two-column .right */ {
    float: left;
    text-align: left;
    padding-left: 5px;
    width:530px;
    line-height: 1.5em;
}

/* #two-column .right */ ul {
    margin: 15px 0 15px 0;
}

/* #two-column .right */ ul.no-dots li {
    list-style-type: none;
}

/* #two-column .right */ ul li {
    list-style-type: disc;
    margin-left: 35px;
    padding: 4px 0 4px 0;
}

/* #two-column .right */ ol {
    margin: 15px 0 15px 0;
}

/* #two-column .right */ ol li {
    list-style-type: decimal;
    margin-left: 50px;
    padding: 2px 0 2px 0;
}

/* #two-column .right */ a {
    color: #563D2E;
}

/* #two-column .right */ a:hover {
    text-decoration: none;
}

/* #two-column .right */ p {
    padding-left: 15px;
    margin-bottom: 15px;
}

/* #two-column .right */ h1 {
    background-color:#F3F1F0;
    color:#563D2E;
    display:block;
    font-size:1.6em;
    font-weight:normal;
    margin:0 0 0.5em;
    padding:0.5em 0 0.3em 0.8em;
    width: 99%;
}

/* #two-column .right */ h2 {
    background-color:#F3F1F0;
    clear:both;
    color:#563D2E;
    font-size:1.3em;
    margin:0 0 1em;
    padding:0.5em 0 0.4em 1em;
    font-weight: bold;
    width: 99%;
}

/* #two-column .right */ h2 a {
    text-decoration: none;
}

/* #two-column .right */ h2 a:hover {
    text-decoration: underline;
}

/* #two-column .right */ h3 {
    background-color:#F3F1F0;
    clear:both;
    color:#563D2E;
    font-size:1.1em;
    margin:0 0 1em;
    padding:0.5em 5em 0.4em 1em;
    font-weight: bold;
    width: 87%;
}

/* #two-column .right */ h3 a {
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    color: #6A6986;
}

/* #two-column .right */ h5 {
    color:#563D2E;
    font-size:1.1em;
    font-weight: bold;
    padding-left: 15px;
}

/* #two-column .right table {
    margin-left: 15px;
    margin-bottom: 15px;
} */

/* #two-column .right */ table.border td {
    border: 1px solid #ccc;
}

/* #two-column .right */ .box {
    margin: 20px 40px 20px 40px;
    padding: 15px;
    border: 1px solid;
}

/* #two-column .right */ .box h1 {
    font-size: 2.5em; 
    font-family: Georgia,'Times New Roman',Times,serif; 
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px 0 15px 0;
    text-transform: uppercase;
}

/* #two-column .right */ .veneer-filter img {
    padding-bottom:3px;
    float: left;
    margin:5px 10px 15px 0px;
}

/* #two-column .right */ .veneer-filter img.selected {
    border-style:solid;
    border-bottom-color:red;
    border-bottom-width:3px;
}

/* #two-column .right */ ul.veneer-list {
    margin-left: 0px;
    padding-left:0px;
}

/* #two-column .right */ ul.veneer-list li {
    float:left;
    list-style-type:none;
    padding:0 0px 0px 0px;
    margin:0px;
    display: inline;
    border: 0px solid;
    height: 190px;
}

/* #two-column .right */ ul.veneer-list li img {
    padding:1px;
    border:1px solid #563D2E;
}

/* #two-column .right */ ul.veneer-list p {
    width:10em;
    font-size:0.9em;
    border: 0px solid;
    margin: 0px 0 0px 0;
}

/* #two-column .right */ ul.featured {
    margin: 0px;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* #two-column .right */ ul.featured li {
    margin: 0 1.9em;
    float: left;
    list-style-type: none;
    text-align: center;
    margin-bottom: 10px;
}

* html /* #two-column .right */ ul.featured li {
    margin: 0 1.5em;
}

/* #two-column .right */ ul.featured li a {
    text-decoration: none;
}

/* #two-column .right */ ul.featured li a:hover {
    text-decoration: underline;
}

/* #two-column .right */ ul.featured li img {
    display: block;
}

/* #two-column .right */ ul.showcase {
    float: left;
    padding: 0px;
    margin: 0px 0 15px 25px;
}

* html /* #two-column .right */ ul.showcase {
    margin-left: 20px;
}

/* #two-column .right */ ul.showcase li {
    float: left;
    list-style-type: none;
    padding: 0px;
    padding-right: 5px;
    margin: 0px;
}

/* #two-column .right */ ul.showcase li img {
    display: block;
    padding-bottom: 6px;
}

/* #two-column .right */ p.showcase-p {
    float: left;
    width: 200px;
    padding-left: 25px;
}

/* #two-column .right */ ul.showcase .highslide-gallery img {
    border: 0px solid;
}

/* #two-column .right */ .showcase-gallery .highslide-gallery {
    float: left;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
}

/* #two-column .right */ .site-map {
    width: 250px;
    float: left;
}

/* #two-column .right */ h1.site-map {
    width: 99%;
    margin-bottom: 0px;
}

/* #two-column .right */ .site-map a {
}

/* #two-column .right */ .site-map ul {
    margin: 0px;
}

/* #two-column .right */ .site-map ul li {
    margin: 0 10px 0 15px;
    list-style-type: none;
    line-height: 15px;
    padding: 0px;
}

/* #two-column .right */ .site-map ul li ul {
    margin-top: 10px;
}

/* #two-column .right */ .site-map ul li ul li {
    margin: 0 0px 0 25px;
}

/* #two-column .right */ .site-map h2 {
    font-size: 13px;
    margin-top:15px;
}

/* #two-column .right */ .sale-items table {
    margin: 0px;
    width: 100%;
    margin-left: 5px;
}

/* #two-column .right */ .sale-items table thead tr th {
    background: #F3F1F0;
    font-size: 0.9em;
}

/* #two-column .right */ .sale-items table tr td {
    border-bottom: 1px solid #F3F1F0;
    font-size: 0.9em;
}

/* #two-column .right */ .contact-us {
    padding-left: 15px;
}

/* #two-column .right */ .contact-us fieldset {
    float: left;
    width: 240px;
}

/* #two-column .right */ .contact-us fieldset label {
    display: block;
}

/* #two-column .right */ .contact-us fieldset input {
    margin-bottom: 10px;
    width: 180px;
    border: 1px solid;
    height: 17px;
}

/* #two-column .right */ .contact-us textarea {
    width: 420px;
    border: 1px solid;
}


/* #two-column .right */ .contact-us .state {
    float: left;
    width: 60px;
}

/* #two-column .right */ .contact-us .state input {
    width: 35px;
}

/* #two-column .right */ .contact-us .zip {
    float: left;
}

/* #two-column .right */ .contact-us .zip input {
    width: 45px;
}

/* #two-column .right */ .contact-us .submit {
    margin-top: 10px;
    border: 1px solid;
    height: 30px;
    background: #fff;
    font-size: 14px;
}

/* #two-column .right */ .estimator {
    padding-left: 15px;
}

/* #two-column .right */ .estimator fieldset {
    float: left;
    width: 200px;
    padding-right: 40px;
}

/* #two-column .right */ .estimator label {
    display: block;
}

/* #two-column .right */ .estimator input {
    margin-bottom: 10px;
    width: 180px;
    border: 1px solid;
    height: 17px;
}

/* #two-column .right */ .estimator input.submit {
    height: 20px;
}

/* #two-column .right */ .estimator select {
    margin-bottom: 10px;
    border: 1px solid;
    height: 20px;
}

/* #two-column .right */ .estimator select.country {
    width: 185px;
}

/* #two-column .right */ .estimator select.warehouse {
    width: 180px;
}

/* #two-column .right */ .estimator select.state {
    width: 185px;
}

/* #two-column .right */ .estimator select.product {
    width: 180px;
}

/* #two-column .right */ .estimator .col {
    float: left;
}

/* #two-column .right */ .estimator .col input {
    width: 55px;
}

/* #two-column .right */ .estimator .col-right {
    float: right;
    padding-right: 15px;
}

/* #two-column .right */ .quote {
    padding-left: 15px;
}

/* #two-column .right */ .quote fieldset legend {
    color:#563D2E;
    font-size:1.1em;
    font-weight:bold;
    margin:0 0 0.5em -0.7em;
    padding:0;
}

/* #two-column .right */ .quote fieldset input {
    margin-bottom: 10px;
    border: 1px solid;

    width: 180px;
}

/* #two-column .right */ .quote fieldset label {
    display: block;
}

/* #two-column .right */ .quote fieldset textarea {
    width: 440px;
    margin-bottom: 15px;
    border: 1px solid;
    display: block;
}

/* #two-column .right */ .quote fieldset select {
    width: 180px;
    margin-bottom: 10px;
    border: 1px solid;

}

/* #two-column .right */ .quote .half {
    float: left;
    width: 100px;
}

/* #two-column .right */ .quote .half input {
    width: 80px;
}

/* #two-column .right */ .quote .half select {
    width: 80px;
}

/* #two-column .right */ .quote .halfWide {
    float: left;
    width: 150px;
}

/* #two-column .right */ .quote .halfWide select {
    width: 130px;
}

/* #two-column .right */ .quote .col {
    width: 250px;
    float: left;
}

/* #two-column .right */ .quote .colWide {
    width: 300px;
    float: left;
}

/* #two-column .right */ .quote .colNarrow {
    width: 200px;
    float: left;
}

/* #two-column .right */ .quote input.submit {
    background: #fff;
    width: 100px;
    height: 25px;
}

/* #two-column .right */ .quote label.quick-quote {
    clear: both;
    display: block;
}
/* #two-column .right */ .quote textarea.quick-quote {
    width: 430px;
    margin-bottom: 15px;
    border: 1px solid;
    display: block;
}
/* #two-column .right */ .quote textarea.quick-quote-wide {
    width: 480px;
    margin-bottom: 15px;
    border: 1px solid;
    display: block;
}
/* #two-column .right */ .quote .state {
    float: left;
    width: 60px;
}

/* #two-column .right */ .quote .state input {
    width: 35px;
}

/* #two-column .right */ .quote .zip {
    float: left;
}

/* #two-column .right */ .quote .zip input {
    width: 55px;
}

/* #two-column .right */ .quote .country  {
    float: left;
    padding-left: 15px;
}

/* #two-column .right */ .quote .country input  {
    width: 47px;
}

/* #two-column .right */ .quote fieldset.checkboxes {
    clear:both;
    margin:1em 0;
}

/* #two-column .right */ .quote fieldset.checkboxes input {
    border:0 none;
    display:block;
    left: 0.0em;
    position:absolute;
    top:0em;
    width:1em;
}

* html /* #two-column .right */ .quote fieldset.checkboxes input {
    left:-1.5em;
}

/* #two-column .right */ .quote fieldset.checkboxes label {
    margin:0em 0 0 2.2em;
    padding-top:2px;
}

/* #two-column .right */ .quote fieldset.checkboxes div {
    margin:0.5em 0 0;
    position:relative;
}

.quote-top  {
    margin-bottom: 15px;
}

/* #two-column */ p.launch, /* #two-column */ div.launch {
    color:#6A6986;
    display:inline;
    float:right;
    margin:-3.3em 0.3em 0 0;
}

/* #two-column */ div.launch {
	 cursor: pointer;
}

/* #two-column */ p.launch a {
	 cursor: pointer;
	 display: inline;
    color:#6A6986;
    text-decoration: none;
}

#two-column dt {
    color:#563D2E;
    font-size:1.1em;
    font-weight:bold;
    margin:1em 0 0.2em;
}

#two-column dd {
    display:block;
    margin-bottom:1.5em;
}

#two-column dl {
    margin:0 0 2em 3em;
}

/* #two-column */ ul.letter-links {
    padding-left: 25px;
    padding-bottom: 25px;
}

/* #two-column */ ul.letter-links li {
    float: left;
    list-style-type: none;
    margin: 0px;

}

/* #two-column */ ul.letter-links li a {
    font-size:1.25em;
    font-weight:bold;
    padding:0 0.4em;
    text-transform:uppercase;
}

.quick-contact {
    background: #fff;
    padding: 0px;
    font-size: 12px;
    text-align: left;
}

.quick-contact table {
    padding: 15px;
    margin-left: 15px;
}

.quick-contact table tr td {
    text-align: left;
    padding: 2px;
    font-size: 1em;
}

.quick-contact h1 {
    background-color:#F3F1F0;
    color:#563D2E;
    display:block;
    font-size:1.6em;
    font-weight:normal;
    margin:0 0 0.5em 0em;
    padding:0.5em 0 0.5em 0.8em;
    text-align: center;
    /*width: 99%;*/
}

.quick-contact .errors {
    padding-left: 15px;
}

/* #two-column .right */ ul.no-dot-list li {
    list-style-type: none;
}


/* #two-column .right */ ul.associations {
    /*margin: 0px;*/
    /*margin-bottom: 15px;*/
    /*padding-left: 10px;*/
}

/* #two-column .right */ ul.associations li {
    margin: 0px;
    height: 80px;
    float: left;
    list-style-type: none;
    margin-left: 15px;
	 margin-right: 15px;
}

