body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    color: #3D3D3D;
    background: #FFFFFF;
}

a {
    color: #3A3626;
}

a:hover {
    color: #670A01;
}

.mainContainer {
    float: left;
    width: 100%;
}

.pageElement, .floatElement {
    width: 940px;
    text-align: left;
}

.floatElement {
    position: relative;
    float: left;
    overflow: hidden;
}

#mainContainer {
    overflow: visible;
}

#topContainer {
    overflow: visible;
    height: 70px;
    border-bottom: 1px solid #DCDCDC;
}

#topLogo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#topLogo span {
    display: none;
}

#topMenu {
    position: absolute;
    right: 0px;
    top: 30px;
    height: 45px;
    overflow: hidden;
}

#topMenu ul, #topMenu ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    list-style: none;    
}

#topMenu ul { 
    overflow: hidden;
}

#topMenu ul li {
    height: 45px;
    margin-left: -10px;
    background: url(../gfx/menu_separator.gif) left top no-repeat;
}

#topMenu ul li a {
    float: left;
    padding: 8px 25px 0 20px;
    height: 37px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#topMenu ul li a.active {
    color: #670A01;
    background: url(../gfx/menu_active.png) center bottom no-repeat;
}

#contentContainer {
    padding: 8px 0;
}

#bottomContainer, #footerContainer, #authorContainer {
    border-top: 1px solid #DCDCDC;
}

#bottomContainer .leftColumn {
    float: left;
    width: 340px;
    
    height: 345px;
}

#bottomContainer .rightColumn {
    float: right;
    width: 570px;
    
    position: relative;
    height: 345px;
    overflow: hidden;
    border-bottom: 5px solid #FFFFFF;
}

#footerMenu {
    float: left;
    padding: 10px;
    font-weight: bold;
    color: #670A01;
}

#footerMenu a {
    text-decoration: none;
    color: #670A01;
}

#footerMenu a:hover {
    text-decoration: underline;
}

#authorContainer {
    padding: 10px 0 20px 0;
}

#customerLink {
    float: right;
    padding: 5px 10px 5px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFFFF;
    background: #3A3626 url(../gfx/title_top.gif) left top no-repeat;
}

#customerLink:hover {
    color: #FFFFFF;
}

.titleFloat {
    float: right;
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    background: #3A3626 url(../gfx/title_top.gif) left top no-repeat;
}

.titleFloat:hover {
    color: #FFFFFF;
}

.titleSmall {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #3A3626;
    border-bottom: 1px solid #DCDCDC;
}

.textContent {
    padding: 0 10px;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: #3D3D3D;
}

h1 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
}

#categoryGalleries {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

#categoryGalleries li {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;

    float: left;
    width: 231px;
    height: 355px;
}

#categoryGalleries li a .galleryName {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 210px;
    height: 35px;
    padding: 13px 0 0 10px;
    font-size: 19px;
    background: url(../gfx/gallery_name.png) right top no-repeat;
}

#categoryGalleries li .odd .galleryName {
    top: 30px;
}

#categoryGalleries li .even .galleryName {
    top: 270px;
}

#categoryGalleries li a img {
    border: 0;
}

#adGallery {
    float: left;
    width: 940px;
}

#adGallery .ad-image-wrapper {
    height: 624px;
}

#adGallery .ad-thumbs {
    float: left;
    width: 880px;
    margin-left: 30px;
}

#adGallery .ad-back, #adGallery .ad-forward {
    top: 22px;
    width: 21px;
    height: 34px;
    background-image: url(../gfx/gallery_arrows.gif);
    background-repeat: no-repeat;
}

#adGallery .ad-controls {
    position: absolute;
    
    width: 97px;
    height: 23px;
    background: url(../gfx/gallery_actions.png) left top no-repeat;
    
    right: 0px;
    top: 610px;
    
    /*
    top: 610px;
    left: 10px;
    right: 10px;
    */
    
    z-index: 999;
    
    /*
    display: none;
    margin-top: -5px;
    */
}

#adGallery .ad-image-description {
    display: none;
}

#adGallery .ad-back {
    left: 0px;
    background-position: left top;
}

#adGallery .ad-forward {
    right: 0px;
    background-position: right top;
}

#adGallery .ad-info {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 50px;
    font-size: 11px;
    text-align: center;
}

#adGallery .ad-slideshow-controls {
    position: absolute;
    left: 72px;
    top: 3px;
    right: 0px;
    height: 16px;
    font-size: 11px;
    border-left: 1px solid #3A3626;
}

#adGallery .ad-slideshow-start {
    display: block;
    
    position: absolute;
    width: 7px;
    height: 14px;
    top: 2px;
    left: 10px;
    background: url(../gfx/gallery_play.gif) left top no-repeat;
}

#adGallery .ad-slideshow-stop {
    display: none;
    
    position: absolute;
    width: 11px;
    height: 11px;
    top: 3px;
    left: 8px;
    background: url(../gfx/gallery_stop.gif) left top no-repeat;
}

#adGallery .ad-slideshow-running .ad-slideshow-start {
    display: none;
}

#adGallery .ad-slideshow-running .ad-slideshow-stop {
    display: block;
}

#adGallery .ad-slideshow-countdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: -20px;
}

.articleThumbnail {
    float: left;
    margin: 5px /*1*/0px 3px 0;
    padding: 4px;
    vertical-align: bottom;
    border: 1px solid #DCDCDC;
}

.articlePicture {
    float: left;
    margin: 0 30px 10px 0;
}

.randomContent {
    float: right;
    width: 325px;
    overflow: hidden;
}

#authorLink {
    float: left;
    padding: 17px 2px 0 2px;
    font-size: 11px;
    text-decoration: none;
    background: url(../gfx/author.gif) left top no-repeat;
}

.articlesMenu {
    color: #615E51;
    font-size: 16px;
    font-weight: normal;
}

.articlesMenu a {
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
}

#homeSlider {
    margin-top: -6px;
}

#homeSlider .nivoSlider .nivo-caption {
    display: none !important;
    visibility: hidden !important;
    bottom: 1000px;
}

#sliderLoader {
    height: 624px;
    background: url(../images/loading-nivo.gif) center center no-repeat;
}

#sliderContent {
    display: none;
}

.wpPost {
    float: left;
    width: 300px;
    padding: 10px 0;
}

.wpPost .wpDate {
    float: left;
    width: 70px;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #3A3626;
}

.wpPost .wpDate .dateDay {
    float: left;
    width: 30px;
    padding: 7px 0;
    padding-right: 5px;
    font-size: 25px;
    text-align: right;
}

.wpPost a {
    float: left;
    width: 215px;
    padding: 2px 0 2px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #670A01;
}

.wpPost a:hover {
    text-decoration: underline;
}

#facebookBar {
    clear: both;
    /*padding: 10px 0 10px 10px;*/
    border-top: 1px solid #DCDCDC;
    
    width: 340px;
    height: 175px;
    overflow: hidden;
}

#facebookBar iframe {
    margin: -2px 0 0 -2px;
    height: 260px;
    width: 340px;
}

#contactForm {
    float: left;
    width: 410px;
    margin-left: 70px;
}

#contactForm tbody th {
    font-weight: normal;
    font-size: 14px;
    vertical-align: top;
    padding-top: 5px;
    color: #494949;
}

#contactForm input[type=text] {
    margin: 0;
    padding: 0;
    font-family: "Courier New";
    font-size: 13px;
    border: none;
    height: 24px;
    width: 100%;
    background: url(../gfx/form_line.gif) left top;
}

#contactForm textarea {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: "Courier New";
    font-size: 13px;
    border: none;
    width: 100%;
    height: 171px;
    line-height: 24px;
    background: url(../gfx/form_line.gif) left top scroll;
}

#contactForm .formMsg {
    text-align: right;
    color: #0000FF;
}

#articleContent {
    position: relative;
    float: left;
    width: 580px;
    height: 600px;
}

.scrollPane {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 10px;
    right: 0px;
    overflow: hidden;
}

.jspVerticalBar {
    width: 14px;
}

.jspHorizontalBar {
    height: 14px;
}

.jspTrack {
    background: url(../gfx/scroll_line.gif) left top repeat-y
}

.jspDrag {
    background: #670A01;
}

.jspVerticalBar .jspArrow {
    height: 14px;
}

.jspVerticalBar a.jspArrowUp {
    background: url(../gfx/scroll_arrow_up.gif) left top no-repeat;
}

.jspVerticalBar a.jspArrowDown {
    background: url(../gfx/scroll_arrow_down.gif) left top no-repeat;
}

.randomMore {
    /*float: right;
    color: #670A01;
    padding: 10px 0;*/
    
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.randomMore:hover {
    color: #3D3D3D;
    text-decoration: none;
}

#bottomContact {
    float: right;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
}

#pageFooter {
    float: right;
    margin-top: -13px;
}

.formTitle {
    margin: 0 0 0 -20px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: normal;
    color: #670A01;
}
