body {
    margin: 0;
    padding: 0;
    background: #4d0404  url(../img/header_bg.jpg) -50px -180px repeat-x;
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 1.3em;
}
a { color: #965520; }
img { border: 0; }
th { 
    text-align: left;
    font-weight: normal;
    }
hr {  
    height: 1px; 
    border: 0; 
    border-bottom: 2px solid #DFC1A9;
}
#header {
    margin: 0 auto;
    width: 980px;
    height: 145px;
    background:  url(../img/wrapbg_top.png) bottom left no-repeat; 
}
#logo {
	margin-top: 10px;
	float: left;
	width: 240px; 
	height: 87px; 
	background: url(../img/logo.png) top left no-repeat;
}
#wrap {
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
    width: 980px;
	background: #e5ddd1;
}
#index #wrap {
	background: #e5ddd1 url(../img/process.jpg) 520px 80px no-repeat; 
}
#main {
    padding: 40px;
}


/* ------------------------------------------------------------
 * Headings
 ------------------------------------------------------------- */
h1 {
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #4d0404;
    font-size: 22px;
    margin-top: 0;
    padding-right: 30px;
    line-height: 1.3em;
}
h2 {
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #4d0404;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3em;
    padding-right: 420px;
}
h4 {
    color: #4d0404;
    margin-top: 35px;
}


/* ------------------------------------------------------------
 * Navbar
 ------------------------------------------------------------- */
ul#navbar {
    float: right;
    margin: 0;
    margin-top: 60px;
    padding: 0;
    background:  url(../img/nav_bg.png) top left no-repeat;
    width: 523px;
    height: 57px;
    list-style-type: none;
}
ul#navbar li {
    float: left;
    width: 130px;
    height: 57px;
    margin: 0;
    padding: 0;
}
ul#navbar li a {
    display: block;
    color: #e5ddd1;
    font-size: 13px;
    padding-top: 20px;
    text-decoration: none;
    text-align: center;
}
ul#navbar li a:hover {
    text-decoration: underline;
}



/* ------------------------------------------------------------
 * Portfolio Showcase
 ------------------------------------------------------------- */

#showcase-nav-left {
    background:  url(../img/showcase_rounded_left.jpg) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 300px;
    color: #fff;
    vertical-align: middle;
}
#showcase-nav-right {
    background:  url(../img/showcase_rounded_right.jpg) top right no-repeat;
    position: absolute;
    top: 0;
    left: 870px;
    width: 30px;
    height: 300px;
    color: #fff;
    vertical-align: middle;
}
.portfolioShowcase {
    width: 900px;
    height: 250px;
    background:  url(../img/showcase_bg.jpg) top left repeat-x;
    padding: 0;
    position: relative;
}
.portfolioShowcase .wrapper {
    width: 820px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    overflow-y: hidden;
    min-height: 10em;
    margin: 0 40px;
    position: absolute;
    top: 0;
    height: 250px;
}
.portfolioShowcase .wrapper ul {
    width: 9999px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.portfolioShowcase ul li {
    display: block;
    float: left;
    height: 250px;
    width: 205px;
}
.portfolioShowcase ul li a img {
    display: block;
    border: 1px solid #000;
}
.portfolioShowcase ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    outline: 0;
	margin: 10px 5px;
}
.portfolioShowcase .arrow {
    display: block;
    height: 36px;
    width: 37px;
    background:  url(../img/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 87px;
    cursor: pointer;
}
.portfolioShowcase .forward {
    background-position: 0 -36px;
    right: 0;
}
.portfolioShowcase .back {
    background-position: 0 -108px;
    left: 0;
}
.portfolioShowcase .forward:hover {
    background-position: 0 0;
}
.portfolioShowcase .back:hover {
    background-position: 0 -72px;
}

/* ------------------------------------------------------------
 * Bubble Popup
 ------------------------------------------------------------- */
.bubbleInfo {
    position: relative;
}
.popup {
    background:  url(../img/popup_top.png) top left no-repeat;
    position: absolute;
    width: 425px;
    padding-bottom: 10px;
    display: none; /* keeps the popup hidden if no JS available */
}
.popup h3 {
    color: #4d0404;
    margin: 0;
    padding: 20px 20px 10px 20px;
}
.popup p {
    padding-left: 20px;
    padding-right: 20px;
}
.popup-arrow {
    position: absolute;
    bottom: -33px;
    background:  url(../img/popup_bottom.png) bottom left no-repeat;
    width: 425px;
    height: 33px;
    z-index: 1000;
}
.portfolio-tools {
    font-style: italic;
}

/* ------------------------------------------------------------
 * Portfolio Page
 ------------------------------------------------------------- */
.project {
    margin-top: 20px;
    margin-bottom: 20px;
}
.project h3 { 
    font-weight: normal; 
    font-size: 18px; 
    background: #DFC1A9; 
    padding: 8px;
}
.project img {
    float: left; 
    margin: 0 15px 0 10px; 
    padding: 10px;
    border: 1px solid #DFC1A9;
    background: #fff;
}
.project .description {
    float: right; 
    width: 580px; 
    margin-right: 10px;
    margin-bottom: 20px;
}
.tools { 
    font-style: italic;
}
.clear { clear: both; }

/* ------------------------------------------------------------
 * Footer
 ------------------------------------------------------------- */
#footer {
    background: #b0a28e  url(../img/footer_bg.gif) bottom left no-repeat;
    padding: 10px 20px;
    text-align: center;
    color: #333;
    font-size: 11px;
}