/* clear */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}


/* overall */
body
{
    background: Black;
    color: White;
}
a
{
    color: White;
}
h1, h2, h3, p, form, label, legend, fieldset, span
{
    margin: 5px;
}
p
{
    margin-top: 14px;
    margin-bottom: 14px;
}
h1, h2, h3
{
    font-weight: bold;
}
h1
{
    font-size: 28px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 18px;
}
ul
{
    list-style-type: disc;
    margin-left: 30px;
}
ul li
{
    display: list-item;
    margin-top: 5px;
    margin-bottom: 5px;
}
.container
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.copyright
{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    border-top: 1px solid white;
    padding-bottom: 10px;
    margin-top: 25px;
}
.navigation
{
    position: absolute;
    top: 5px;
    right: 15px;
    border-bottom: 1px solid white;
    padding: 5px;
    background: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
}
.navigation a
{
    text-decoration: none;
    font-weight: bold;
}
.navigation ul
{
    list-style-type: disc;
    margin-left: 15px;
}
.navigation ul li
{
    display: list-item;
    margin-top: 5px;
    margin-bottom: 5px;
}
#allcollections
{
    text-align: left;
}
#allcollections, #leavefeedback, #licensingenquiry, #contact
{
    display: none;
}
/* eretz enterprises */
.e1
{
    font-size: 30px;
    font-family: 'Arial Black' ,Arial,Helvetica,sans-serif;
    font-style: italic;
    font-weight: normal;
}
.e2
{
    font-size: 30px;
    font-family: 'Arial Narrow' ,Arial,Helvetica,sans-serif;
    font-weight: normal;
}
h1.ee
{
    margin-bottom: 20px;
}
h1.ee a
{
    text-decoration: none;
}
#contact, #leavefeedback, #licensingenquiry
{
    padding: 10px;
}
/* slideshow */
.slideshow, .thumbnails
{
    margin-top: 30px;
    margin-bottom: 10px;
}
.slideshow
{
    text-align: center;
}
.slideorthumb
{
    margin-top: 10px;
    font-size: small;
    font-family: Arial;
    text-align: center;
    clear: both;
    margin-bottom: 25px;
}
/* forms */
div.floated input, div.floated textarea
{
    margin-top: 1px;
    margin-bottom: 1px;
}
div.floated
{
    width: 320px;
}

div.floated div
{
    height: 30px;
}
div.floated div.textarea
{
    /* clear: both;     height: inherit;*/
    height: 180px;
    width: 380px;
}
div.floated div.textarea textarea
{
    height: 170px;
    width: 370px;
}
div.floated span.required
{
    font-style: normal;
    font-weight: bold;
}
div.floated span
{
    font-style: italic;
    width: 100px;
    float: left;
    clear: left;
}
div.floated input
{
    float: left;
    padding: 2px;
}
div.floated select
{
    float: left;
}
div.floated textarea, div.floated input
{
    padding: 3px;
    border: 1px solid black;
    font-family: Arial;
    font-size: 13px;
}
div.floated select
{
    border: 1px solid black;
    font-family: Arial;
    font-size: 13px;
}
div.floated option
{
    font-family: Arial;
    padding-left: 5px;
    padding-right: 10px;
}
div.floated textarea
{
    width: 100%;
}
div.floated div.cleared
{
    clear: both;
}
div floated div
{
    height: inherit;
}
div.floated div.message p
{
    clear: both;
    background: black;
}
