

/* CSS RESET
 * --------- */
    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: "" "";
    }



/**
 * HACKS IN USE 
 *
 * _margin : targets ie6 and below
 * *margin : targets ie7 and below
 * * html .class : targets ie6
 *
 * min-height hack
 *
 **/



/* FONT FACE + CSS3
 * ---------------- */

@font-face {
    font-family: GraublauWeb;
    src: url('fonts/GraublauWeb.otf');
}

::-moz-selection { color: #fff;  background: #A23B3B; }
::selection      { color: #fff;  background: #A23B3B; }



/* MAIN LAYOUT
 * ----------- */

html, body {
    padding: 10px 0;
    font-size: 14px;
    font-family:  Arial, sans;
    text-align: center;
    color: #333;
    background: #333 url("../images/layout/bg.png") top left repeat;
}

.wrapper {
    width: 670px;
    margin: 0 auto;
    text-align: left;
    background: transparent url("../images/layout/middle.png") top left repeat-y;
    padding: 55px;
    position: relative;
}

.wrapper.heading {
	_padding-bottom: 0;
	*padding-bottom: 0;
	min-height: 110px;
	height: auto !important;
	height: 150px;
	*height: auto !important;
}
.wrapper.heading h1 {
    color: #000;
    position: absolute;
    left: 145px;
    top: 90px;
    font-size: 25px;
	width:500px;
}
.wrapper.heading h1 span {
    display: block;
    padding: 0 0 0 35px;
    text-transform: uppercase;
    font-size: 16px;
    color: #A23B3B;
    text-shadow: none;
}
.wrapper.heading #contact_details {
    color: #000;
    position: absolute;
    left: 145px;
    top: 175px;
    font-size: 12px;
	width:500px;
}
.wrapper.footer {
    padding: 0 55px;
    height: 70px;
}
.wrapper.footer a  {
    display: block;
    position: absolute;
    width: 500px;
    height: 20px;
    right: 36px;
    top: 31px;
    text-align: right;
    z-index: 500;
    font-size: 12px;
}
 .wrapper.footer p {
    display: block;
    position: absolute;
    width: 500px;
    height: 20px;
    left: 36px;
    top: 31px;
    text-align: left;
    z-index: 500;
    font-size: 12px;
}

#logo {
    width: 95px;
    height: 151px;
    border: none;
    text-decoration: none;
    display: block;
    background: transparent url("../images/logo.png") top left no-repeat;
    position: absolute;
    top: 35px;
    left: 40px;
}

div.top {
    height: 30px;
    width: 780px;
    position: absolute;
    zoom: 1;
    top: 0; left: 0;
    background: transparent url("../images/layout/top.png") top left no-repeat;
}
div.bottom {
    position: absolute;
    height: 30px;
    width: 780px;
    zoom: 1;
    z-index: 2;
    bottom: -1px; left: 0;
    background: transparent url("../images/layout/bottom.png") top left no-repeat;
}



/* MAIN STYLES
 * ----------- */

p {
    font-size: 14px;
    margin: 0 0 25px 0;
    line-height: 16px;
}

.footer a {
    color: #666;
}
a {
    text-decoration: none;
    color: #A03D3D;
}
a:hover, a:active {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: GraublauWeb, Helvetica, Arial, Verdana, sans;
    font-size: 28px;
    color: #A23B3B;
    margin: 0 0 15px 0;
    text-shadow: 0px 1px 1px #ddd;
}
h2 { font-size: 22px; }
h3 { font-size: 16px; padding:none; margin:none; margin-bottom:0.1em; }
h4 { font-size: 18px; }
h5, h6 { font-size: 16px; }
h3 {
    font-family:  Arial, Verdana, sans;

}


ul, ol {
    display: block;
    list-style: circle inside none;
    margin: 10px 0 25px 0;
    font-size: 14px;
}
ul li, ol li {
    margin: 2px 0 2px 20px;
    padding: 0 0 0 20px;
}
ol {
    list-style-type: decimal;
}
ul li:hover {
    list-style-type: disc;
}

abbr {
    border-bottom: 1px dotted #999;
}


blockquote {
    margin: 0 auto 25px auto;
    position: relative;
    padding: 5px 40px;
    width: 450px;
    font-size: 100%;
    line-height: 150%;
    font-style: normal;
    background: #eee url("../images/qstart.gif") top left no-repeat;
}
blockquote:hover {
    background-color: #ddd;
}

.bqend {
    width: 30px;
    height: 30px;
    background: transparent url("../images/qend.gif") bottom right no-repeat;
    position: absolute;
    right: 5px;
    bottom: 0px;
}

strong { font-weight:bold; }

/* Main Menu
 * --------- */

ul.menu {
    display: block;
    float: right;
    width: 192px;
    top: 28px;
    right: 17px;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: -22px -33px -27px 0;
    _margin: -22px -16px -27px 0;
    z-index: 501;
}
ul.menu li { display: inline; padding: 0; margin: 0;}
ul.menu li a {
    display: block;
    height: 15px;
    zoom: 1;
    font-size: 13px;
    text-align: right;
    color: #333;
    padding: 6px 20px;
    z-index: 502;
    margin: 0 0 1px 0;
    _margin-bottom: 0px;
}
ul.menu li a:hover {
    background: transparent url("../images/menu/background.png") 0 0 no-repeat;
    text-decoration: none;
}
ul.menu li a.selected {
    background: transparent url("../images/menu/background.png") 0 0 no-repeat;
    font-weight: bold;
}



/* MISC
 * ---- */

.clearit { clear: both; }
