@charset "UTF-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0; padding: 0; }

body 					{ background-color: #fff; background-image: url(images/bg.png); line-height: normal; text-align: center; }

body, p, td, div 			{ font-family: Franklin Gothic Light, sans-serif, helvetica; font-size: 14px; color: #000; }

a:link					{ color: #cc6600; }

a:visited				{ color: #b44500; }

a:hover, a:active			{ color: #ff9933; }

h2                                      { color: #ff9933; font-family: lucida sans unicode; font-size: 24px; text-transform: uppercase; }

h3, h4					{ font-size: 20px; font-weight: bold; text-transform: uppercase; }

h5					{ font-size: 16px; font-weight: 400; }

h6                                  	{ font-size: 12px; font-weight: 200; }

.h5image				{ padding: 0; position: relative; top: 2px; left: 10px; }

.small					{ font-size: 10px; }

.super					{ display: block; position: relative; top: -50px; }

.thumbnail {
    background-color: #ddd;
    border: 1px solid #7b7b7b;
    float: left;
    margin: 30px 0 10px 40px;
    padding: 3px 3px 10px 3px;
}



/* --------------------- */
/* wrap ---------------- */
#wrap {
    background-color: #fff;
    border-right: 2px double #ccc;
    border-bottom: 2px double #ccc;
    margin: 0 auto;
    width: 800px;
}



/* --------------------- */
/* header -------------- */
#header {
    background: url(images/header.png) no-repeat bottom;
    height: 200px;
}

#header h1 {
    text-indent: -9999px;
}



/* --------------------- */
/* navbar -------------- */
#bar_wrapper.orange ul {
    background-color: #cb711d;
    border-top: 2px solid #cb711d;
    /*border-right: 2px double #ccc;*/
    height: 500px;
    margin-top: 30px;
    position: relative;
	top: 20px;
    width: 160px;
}

#bar_wrapper.orange li a:hover {
    background-color: #b44500;
    color: #fa9b5b;
}

#bar_wrapper.orange li.active a {
    background-image: url(images/active.png);
}

ul#navbar {
    float: left;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    text-transform: uppercase;
}

ul#navbar li {
    margin: 0;
    text-align: left;
    width: 160px;
}

ul#navbar li a {
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px; 
    text-decoration: none;
}



/* --------------------- */
/* main ------------- */
#main {
    float: left;
    max-width: 640px;
    position: relative;
	top: 50px;
    text-align: left;
}

#main p, h2, h3, h4, h6 {
    margin: 0 32px 0 40px;
}

#main h3 {
    padding-top: 30px;
    padding-bottom: 5px;
}

#main h4 {
    padding-bottom: 5px;
}

#main h5 {
    margin: 0 32px 0 72px;
}

#main h6 {
    padding-top: 10px;
}

#main p {
    padding: 10px 0 30px 0;
}

#main .super {
    margin: 0 32px 0 72px;
}



/* --------------------- */
/* footer -------------- */
#footer {
    background-color: #fff;
    clear: both;
    font-size: 12px;
    padding-top: 100px;
    text-align: center;
    width: 800px;
}

#footer p {
    padding-top: 40px;
    padding-bottom: 20px;
}
