/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

BODY {
    background-color: white;
    font-family: Verdana,Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    color: #4D4D4D;
}

TABLE, IMG {
    border: 0;
}

H1 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #999933;
    text-transform: uppercase;
    letter-spacing: 2px;
}

H2 {
    font-size: 10px;
    font-weight: bold;
    color: #659999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

H3 {
    font-size: 10px;
    font-weight: bold;
    color: #659999;
}

A:link, A:visited, A:active {
    color: #4D4D4D;
    text-decoration: none;
}

A:hover {
    color: #659999 !important;
}

/* duplicate image positioning for transitions */
IMG.idupe {
	position: absolute;
	z-index: 10;
	visibility: hidden;
}

DIV.reset {
    clear: both;
    font-size: 0;
}

TABLE#topNavTable TD {
    text-align: center;
}

TABLE#topNavTable TD A {
    color: #939598;
    padding-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid white !important;
    font-size: 10px;
}

TABLE#topNavTable TD A:hover,
TABLE#topNavTable TD A.active {
    color: #659999 !important;
    border-bottom: 1px dashed #999933 !important;
}

DIV#masthead UL {
    background-color: #E0EBEB;
    list-style: none;
}

DIV#masthead UL LI {
    font-size: 9px;
    list-style: none;
}

DIV#masthead UL LI A:link,
DIV#masthead UL LI A:active,
DIV#masthead UL LI A:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #659999;
}

DIV#masthead UL LI A:hover {
    color: #4D4D4D !important;
}

DIV.content A {
    padding-bottom: 1px;
    border-bottom: 1px dashed #999933 !important;
}

DIV.content P {
    line-height: 2.2em;
}

.intro, .intro A {
    line-height: 1.7em !important;
    color: #659999 !important;
}

.intro A:hover {
    color: #4D4D4D !important;
}

.photo {
    border: 1px solid #D3D3D3;
}

.specification {
    color: #8C8C8C;
    text-transform: lowercase;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H4, H5, H6, BLOCKQUOTE, FORM, LABEL, OL, LI, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 10px;
}

H2, H3 {
    margin-bottom: 5px;
}

P, UL {
    margin-bottom: 24px;
}

UL {
    margin-left: 1.5em;
}

DIV#bodyWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

DIV#masthead {
    position: relative;
}

TABLE#topNavTable {
    width: 100%;
    height: 20px;
    margin-bottom: 54px;
}

DIV#masthead UL {
    position: absolute;
    top: 114px;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden;
    z-index: 100;
}

DIV#masthead UL LI {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

DIV#masthead UL LI A:link,
DIV#masthead UL LI A:active,
DIV#masthead UL LI A:visited {
    display: block;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 7px;
}

/* menu widths are overrided by initializeMenus() on page load */
DIV#masthead UL#menu_custom_furniture {
    left: 562px;
    width: 147px;
}
DIV#masthead UL#menu_custom_furniture LI A {
    width: 137px; /* 147 - 10 */
}

DIV#masthead UL#menu_antiques {
    left: 750px;
    width: 72px;
}
DIV#masthead UL#menu_antiques LI A {
    width: 62px; /* 72 - 10 */
}
