/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
body {
    background: #a74512 url( ../images/back.jpg ) repeat-x;
    font: 62.5%/1 Helvetica, Arial, sans-serif;
}
a:hover { text-decoration: none; }
/* /global elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
    
}
#branding {
    color: #fff;
    height: 290px;
}
#wrap, .wrap {
    margin: 0 auto;
    width: 810px;
}
#wrap { margin: -76px auto 0; }
#navigation {
    min-height: 12px;
    padding: 6px 0;
}

#content {
    background: #fff;
    color: #4f200b;
    font-size: 1.4em;
    padding: 20px;
    line-height: 1.4em;
    width: 790px;
}

#content-left {
    padding: 0;
    width: 450px;
    float: left;
    display: block;
}

#content-right {
    padding: 0px;
    width: 295px;
    float: right;
    display: block;
}

#footer {
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
    padding: 76px 16px;
    text-align: center;
}
/* /base layout
 *****************************************************/

/* common elements
 *****************************************************/
.left { float: left; }
.right { float: right; }
.cols { overflow: hidden; }
.col { float: left; }
.print { display: none; }
.clear 			{ clear:both; }
/* /common elements
 *****************************************************/

/* branding elements
 *****************************************************/
#branding h1 {
    height: 179px;
    margin: 0 auto;
    padding: 16px 0 0 0;
    width: 261px;
    text-indent: -2000px;
}
#branding h1 a {
    color: #fff;
    display: block;
    font-size: 2.8em;
    height: 179px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 261px;
}
#branding h1 small {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}
#branding h1 span {
    background: transparent url( ../images/logo2.png ) no-repeat 0 0;
    cursor: pointer;
    height: 179px;
    left: 0;
    position: absolute;
    top: 0;
    width: 261px;
}
/* /branding elements
 *****************************************************/

/* navigation elements
 *****************************************************/
#navigation {
padding-bottom: 15px;
}

#navigation li {
    display: inline;
    font-size: 1.3em;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}
/* /navigation elements
 *****************************************************/

/* content elements
 *****************************************************/
#content h2 {
    color: #a9733e;
    font-size: 1.3em;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}
#content h1 {
    color: #a9733e;
    font-size: 2em;
    padding: 20px 0;
    text-transform: uppercase;
}
#content h3 {
    color: #a9733e;
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 7px 0;
    text-transform: uppercase;
}
#content p { margin: 1.05em 0 0; }
#content a { color: #4f200b; text-decoration: underline; }
#content a:hover { color: #4f200b; text-decoration: none; }
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer a { color: #fff; }
#footer h6 { font-weight: normal; }
/* /footer elements
 *****************************************************/