body{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    background: url(../images/background_fill.jpg) left top #fdf4c7 repeat-x;
    height:100%;
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active{
    color: #FE6600;
    text-decoration: none;    
}

#wrapper{
   width: 100%;
   margin: 0 auto;
}

#content_outer{
    margin: 0 auto;
    width: 1060px;
    padding-left: 40px;
    clear: both;
}

#logo{
    background: url('../images/logo.png') transparent right top no-repeat;
    width: 1010px;
    height: 110px;
    margin: -220px auto 0px auto;
}

#content_outer p {
    font-size: 13px;
}

#content_outer ul {
    font-size: 13px;
}

#content_outer li {
    font-size: 13px;
}

#header{
  background: url(../images/background_header.jpg) left repeat-x;
  height: 240px;
}

#navi {
    width: 1060px;
    margin: 60px auto 0px auto;
    padding-left: 40px;
}

#navi.home {
    margin: -235px auto 0px auto;
    padding-bottom: 9px;
}

#navi ul.menu {
    margin: 0;
    padding: 0;
    padding-left:0px;
}

#navi li {
  list-style-type: none;
    float: left;
    background-image: url("../images/navi_button.png");
    width: 113px;
    height: 40px;
}

#navi li a:visited,
#navi li a:link{
    display: block;
  text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-top:10px;
  color:#2D2D2D
}

#navi li a:hover,
#navi li.active a{
  color: #ba1b30;
    font-weight: bold;
}


#title {
    width: 1060px;
    height: 545px;
}

#title_top {
    background: bottom left no-repeat url("../images/title_top.png");
    width: 1060px;
    height: 3px;    
}

#title_middle{
    width: 1065px;
    height: 473px;
    clear: both;    
}
#title_left{
    width: 3px;
    float:left;
}

#title_left_top{
    background: top left no-repeat url("../images/title_left.png");
    width: 3px;
    height: 42px;    
    float:left;
}

#title_left_fill{
    background: top left repeat-y url("../images/title_left_fill.png");
    width: 3px;
    height: 431px;    
    float:left;
}

#title_image {
    background: top left no-repeat url("../images/title_image.jpg"); 
    width: 1010px;
    height: 473px;
    float: left;    
}

#title_right{
    width: 52px;
    float:left;
}

#title_right_top{
    background: top left no-repeat url("../images/title_right.png");
    width: 52px;
    height: 52px;    
    float:left;
}

#title_right_fill{
    background: top left repeat-y url("../images/title_right_fill.png");
    width: 52px;
    height: 421px;    
    float:left;
}

#title_bottom {
    background: top left no-repeat url("../images/title_bottom.png");
    width: 1060px;
    height: 42px;    
}

#cont_header_one{
    background: top left no-repeat url("../images/content_header_one.png");
    height: 32px;
    margin-top: -56px;
}

#content_one{
    padding: 5px 0px;
    display:block;
    background: top left repeat-y url("../images/content_background_one.png");
}

#cont_footer_one{
    background: top left no-repeat url("../images/content_footer_one.png");
    height: 40px;
}

#cont_header_two{
    background: top left no-repeat url("../images/content_header_two.png");
    height: 40px;
}

#content_two{
    padding: 5px 0px;
    background: top left repeat-y url("../images/content_background_two.png");
    clear: both;
    min-height: 600px;
    height: auto !important;
    height: 600px; 
}

#cont_footer_two{
    background: top left no-repeat url("../images/content_footer_two.png");
    height: 40px;
}

#left {
    margin-left:  5px;
    width: 232px;
    float: left;
}

#left ul.menu {
    margin: 0;
    padding: 0;
}

#left li {
  display: block;
    list-style-type: none;
    border-bottom: #fbd67e solid 1px;
    font-size: 15px;
}

#left li ul li {
    border: 0;
    font-size: 14px;
}

#left li a:visited,
#left li a:link{
    display: block;
  text-decoration: none;
    font-weight: normal;
  color:#2D2D2D;
    height: 29px;
    vertical-align: middle;
    padding-top: 14px;
    padding-left: 20px; 
}

#left li ul li a:visited,
#left li ul li a:link{
    height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#left li a:hover {
  background-color: #fbe8bc;
}

#left li.current.active a{
  color: #ba1b30;
}

#left li.current.active li a{
  color: #2D2D2D;
}

#siteMenuTitle{
  color: #ba1b30;
    font-size: 26px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: #fbd67e solid 1px;
    vertical-align: middle;
    margin-top: -10px;
}

#right_one {
    margin-left: 40px;
    margin-top: -20px;
    font-size: 12px;
    width: 940px;
    /* overflow: hidden; */
}

#right_two {
    margin-top: -5px;
    margin-left: 285px;
    font-size: 12px;
    width: 700px;
    /* overflow: hidden; */
}


#footer {
    margin: 0 auto;
    width: 1060px;
    padding-left: 40px;
    margin-top: -19px;
}

#footer_left {
    background: url('../images/footer_left.png') no-repeat top right;
    width: 60px;
    height: 80px;
    float: left;
}

#footer_center {
    background: url('../images/footer_center.png') repeat-x top left;
    width: 925px;
    height: 80px;
    float: left
}

#footer_right {
    background: url('../images/footer_right.png') no-repeat top left;
    width: 75px;
    height: 80px;
    float: left;
}

#amazon {
    width: 235px;
    text-align: center;
    margin-left: -50px;
    margin-top: 4px;
    float: left;
}

#amazon a {
    display: block;
    width: 110px;
    height: 32px;
    margin-left: 58px;
}

#amazon a:link,
#amazon a:visited,
#amazon a:active {
    background: url('../images/amazon.png') no-repeat top left;
}

#amazon a:hover {
    background: url('../images/amazon_hover.png') no-repeat top left;
}

#twitter,
#facebook,
#instagram,
#youtube {
    margin-top: 4px;
    margin-left: -10px;
    float: left;
}

#twitter a,
#facebook a,
#instagram a,
#youtube a {
    display: block;
    width: 70px;
    height: 32px;
    float: left;
    margin-left: -13px;
}

#twitter a{
    background: url('../images/Twitter.png') no-repeat top left;
}

#facebook a:link,
#facebook a:visited,
#facebook a:active {
    background: url('../images/Facebook.png') no-repeat top left;
}

#instagram a{
    background: url('../images/Instagram.png') no-repeat top left;
}

#youtube a{
    background: url('../images/YouTube.png') no-repeat top left;
}

#amazon_desc {
    text-align: center;
    float: left;
    width: 210px;
    margin-top: -180px;
    margin-left: -45px;
    font-size: 0.9em;
}

#footer_navi {
    width: 638px;
    float: left;
    margin-left: 46px;
    margin-top: 10px;
}


#footer_navi a:link,
#footer_navi a:visited,
#footer_navi a:active {
    color: #6f6f6f;
    font-size: 16px;
     text-decoration: none;
    vertical-align: middle;
}
    
#footer_navi a:hover {
    color: #ba1b30;
}

#footer_navi ul.menu {
    margin: 0;
    padding: 0;
}

#footer_navi li {
  list-style-type: none;
    float: left;
    /* width: 120px; */
}


/* Phoca Gallery */

#phocagallery {
    overflow: hidden;
}

.pg-cv-box {
  height: 145px;
  width: 145px;
  margin: 0;
  padding: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px transparent;
}

.pg-cv-box:hover {
    border: 1px solid #fbd67e;
    background: #fce7b4;
}

.rl_sliders.accordion > .wir_slider > .accordion-heading .accordion-toggle {
    padding: 0;
}

.accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: none;
}

.wir_slider > .accordion-body > .accordion-inner {
    border-top: 1px solid #e5e5e5;
    padding: 0;
    overflow-y: hidden !important;
    overflow-x: auto;
    *zoom: 1;
}

.rl_sliders.accordion > .accordion-group {
    border: 0;
}

.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    border-top: 0;
    padding: 0;
}


