body {
    margin: 10px 20px 20px 20px;
    background: rgb(220,220,220);
    font-family: arial, helvetica, sans-serif;
    font-size: 87.5%;
    color: rgb(43,33,19);
}

#product-desc{
	margin-left: 5000px;
	display: none !important;
}

img {
    border: 0;
    vertical-align: bottom;
}

h1 {
    font-size: 180%;
    margin-top: 0;
}

h1 a {
    color: rgb(43,33,19);
    text-decoration: none;
    border-bottom: 1px dashed rgb(43,33,19);
}

h1 a:hover {
    border-bottom: 1px dashed rgb(150,0,0);
}

h1.other {
    text-align: center;
    background-color: rgb(183,172,154);
    margin: 0 0 4px 4px;
    font-family: "times new roman", times, serif;
    font-size: 250%;
    color: rgb(5,74,141);
    padding-bottom: 5px;
}

td {
    vertical-align: top;
}

.centered {
    text-align: center;
}

.lefted {
    text-align: left;
}

.righted {
    text-align: right;
}

.margin_auto {
    margin: auto;
}

.margin_zero {
    margin: 0;
}

.inline {
    display: inline;
}

.display_none {
    display: none;
}

.position_relative {
    position: relative;
}

.bolded {
    font-weight: bold;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.clear_both {
    clear: both;
}

.no_wrap {
    white-space: nowrap;
}

.no_pad, td.no_pad {
    padding: 0;
}

input, textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
}

p.small, div.small, span.small, table.small td, table.small th {
    font-size: 90%;
}

p.tiny, div.tiny, span.tiny, a.tiny {
    font-size: 80%;
}

p.tiny_tiny, div.tiny_tiny, span.tiny_tiny {
    font-size: 60%;
}

p.padded_10, div.padded_10 {
    padding: 0 10px;
}

.background_color_1 {
    background: rgb(183,172,154);
}

.background_color_2 {
    background: rgb(5,74,141);
}

.background_color_3 {
    background: white;
}

.background_color_4, tr.background_color_4 td {
    background: rgb(220,220,220);
}

.background_color_5, tr.background_color_5 td {
    background: rgb(170,170,220);
}

.background_color6 {
    background-color: rgb(255,255,180);
}

.background_color_7 {
    background-color: white;
}

.background_color_8 {
    background-color: rgb(160,160,160);
}

.text_color_2 {
    color: rgb(150,0,0);
}

.divider_1 {
    background-color: rgb(5,74,141);
    height: 4px;
    font-size: 1px;
    margin: 4px 0;
}

.divider_2 {
    background-color: rgb(220,220,220);
    height: 2px;
    font-size: 1px;
    margin: 0;
}

.divider_3 {
    background-color: rgb(43,33,19);
    height: 2px;
    font-size: 1px;
    margin: 0;
}

.margin_left_4 {
    margin-left: 4px;
}

.pop_up_text {
    position: absolute;
    background-image: url("/images_2009/background_white_80.png");
    border: 2px solid rgb(5,74,141);
    width: 180px;
    max-height: 125px;
    padding: 1px 3px 2px 3px;
    bottom: 16px;
    right: 5px;
    text-align: left;
    font-size: 90%;
    color: black;
    overflow: hidden;
    display: none;
}

#content {
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
    background: none;
}

#banner {
    background-image: url("/images_2009/banner06.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    border: 2px solid rgb(5,74,141);
    height: 110px;
    position: relative;
}

#button_banner {
    position: absolute;
    left: 50%;
    margin-left: -103px;
    top: 94px;
}

#links_primary {
    margin: 3px 0 3px 0;
    text-align: center;
}

#links_primary a {
    color: white;
    text-decoration: none;
    padding: 3px 0 3px 0;
    display: block;
    width: 100%;
}

#links_primary a:hover {
    background: rgb(50,100,160);
}

#links_slide_800 {
    width: 50%;
    height: 470px;
    /* background: green; */
}

#big_slideshow {
    height: 470px;
    margin-left: 50%;
    background-image: url("/images_2009/ritz_door_open_700x470.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    /* background-color: pink; */
}

#links_slide {
    background: none;
}

/* RULES FOR LINKS ON LEFT OF HOME PAGE */
#links_left {
    width: 42%;
    height: 280px;
}

/* RULES FOR LINKS ON LEFT OF "OTHER" PAGES */
#links_left_other {
    position: absolute;
    width: 21%;
    height: 100%;
    top: 0;
    left: 0;
}

#links_left ul, #links_left_other ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#links_left a, #links_left_other a {
    display: block;
    color: white;
    margin: 0;
    padding: 4px 0 5px 2%;
    /*padding: 3px 0 4px 2%;*/
    width: 98%;
    text-decoration: none;
    background-color: rgb(5,74,141);
}

#links_left a:hover, #links_left_other a:hover {
    background-color: rgb(50,100,160);
}

#links_secondary, #links_tertiary {
    color: rgb(38,51,85);
    text-align: center;
}

#links_secondary a, #links_secondary a:active, #links_secondary a:visited, #links_tertiary a, #links_tertiary a:active, #links_tertiary a:visited {
    color: rgb(38,51,85);
    text-decoration: none;
}

#links_secondary a:hover, #links_tertiary a:hover {
    color: rgb(150,0,0);
    text-decoration: underline;
}

#links_tertiary {
    font-size: 80%;
}

a.highlight_1 {
    color: white;
    background-color: rgb(5,74,141);
    padding: 2px 4px 4px 4px;
    font-weight: bold;
}

a.highlight_1:hover {
    color: white;
    background: rgb(50,100,160);
}

#slideshow {
    text-align: center;
    background: green;
}

/* STYLE FOR CYCLE SLIDE SHOW */
#cycle_slideshow {
    width: 282px;
    height: 282px;
    margin-left: 100px;
}

#cycle_slideshow img {
    width: 280px;
    height: 280px;
}

#featured_800 {
    padding: 0 5px 5px 5px;
    clear: both;
    background-color: rgb(183,172,154);
    height: 182px;
}

#phone_800 {
    font-family: "times new roman", times, serif;
    font-size: 230%;
    font-weight: bold;
    text-align: center;
    color: rgb(5,74,141);
}

#phone_800_other {
    font-family: "times new roman", times, serif;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: white;
}

#main_email {
    margin-bottom: 15px;
}

#main_email a, #main_email a:active, #main_email a:visited {
    color: rgb(5,74,141);
    text-decoration: underline;
    font-weight: bold;
    font-size: 120%;
}

#main_email a:hover {
    color: rgb(150,0,0);
}

a {
    color: rgb(5,74,141);
}

.main_email_other {
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

div.main_email_other {
    margin-top: 6px;
}

a:hover {
    color: rgb(150,0,0);
}

/* RULES FOR MAIN TEXT AREA ON HOME PAGE */
#main_text {
    margin-top: 4px;
    padding: 5px 10px 1px 10px;
}

/* RULES FOR MAIN TEXT AREA ON OTHER PAGES */
#main_text_other {
    position: relative;
    background-color: none;
}

#contacts_maps {
    margin-left: 21%;
    background-color: none;
    width: 79%;
}

#contacts_table {
    width: 100%;
}

#contacts_table td div {
    margin-left: 4px;
}

div.thumbnail {
    width: 250px;
    float: left;
    padding-bottom: 15px;
}

div.thumbnail_white {
    width: 250px;
    height: 175px;
    float: left;
    padding: 10px 0;
    background: white;
}

.table_specs {
    font-size: 80%;
    margin: 0 auto 2em auto;
}

.table_specs th {
    background-color: rgb(220,220,220);
}

.table_specs td {
    background-color: white;
}

fieldset table {
    margin: 8px 0 0 0;
}

fieldset {
    padding: 0 10px 10px 10px;
}

fieldset td.righted {
    width: 8em;
}

.tab {
    border-top: 1px solid rgb(43,33,19);
    border-left: 1px solid rgb(43,33,19);
    border-right: 1px solid rgb(43,33,19);
    margin-right: 3px;
}

.tab_begin {
    padding: 3px 8px;
    border-bottom: 1px solid rgb(43,33,19);
}

.tab_active {
    padding: 4px 4px 3px 4px;
    border-bottom: 1px solid rgb(220,220,220);
    border-bottom: 1px solid rgb(183,172,154);
}

.tab_inactive {
    padding: 1px 8px 3px 8px;
    border-bottom: 1px solid rgb(43,33,19);
}

.tab_end {
    padding: 3px 8px;
    border-bottom: 1px solid rgb(43,33,19);
}

.tab_below {
    margin: 3px 0px 8px 0;
    border-top: 1px solid rgb(43,33,19);
    font-size: 1px;
    height: 8px;
}

.tab a {
    text-decoration: none;
}

.tab a:hover {
    color: rgb(5,74,141);
}

.tab a.tab_active {
    color: rgb(43,33,19);
    font-weight: bold;
}

.calculator_radio {
    width: 1.5em;
}
