#container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background-color: #916E5C;
}

#content-wrapper {
}

#leftside {
    float: left;
    margin: 0;
    min-height: 200px;
    padding: 10px 0 0 20px;
    width: 180px;
}

#content {
    min-height: 200px;
    float: right;
    /*margin: 0 0 0 180px;*/
    padding-left: 50px;
    padding-right: 10px;
    width: 730px;
}

/*=====MENU================================*/
#nav {
    background: url("/images/menu_bg.png") repeat-x scroll 0 0 #28150B;
    min-height: 50px;
    padding: 10px 0 0 260px;
}

#top-menu {
    margin: 0;
    padding: 0;
    border: 0 none;
    list-style: none outside none;
}

#top-menu li {
    display: block;
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 0 10px 0 0;
    border-top: 0 none;
}

#top-menu li a {
    border-bottom: 2px solid #FBBE93;
    color: #FBBE93;
    display: block;
    font: bold 16px "Trebuchet MS", Verdana, Sans-serif;
    height: 26px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0.3em 5px;
}

#top-menu li.active a, #top-menu li:hover a {
    border-bottom: 2px solid #F88335;
    color: #F88335;
}

#left-menu {
    margin: 0 0 0.75em;
    padding: 0;
}

#left-menu li {
    display: block;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
}

#left-menu li a {
    color: #0A0401;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

#left-menu li a.active, #left-menu li a:hover {
    border-bottom: 2px solid #FBBE93;
    color: #FBBE93;
}

/*--------=====MENU================================*/

/*=====HEADER================================*/
#header {
    background: url("/images/head-bg.jpg") repeat-y scroll 0 0 #5A4C44;
    height: 270px;
    padding: 1px 0 0 120px;
}

.region-header {
    margin: 0 0 0 200px;
    padding: 0;
}

#logoplace {
    float: left;
    height: 45px;
}

#phone {
    color: #FFC49C;
    font: bold 36px "Trebuchet MS", Verdana, Sans-serif;
    margin-left: 430px;
}

#header .directions {
    font: bold 26px "Trebuchet MS", Verdana, Sans-serif;
}

.color-black {
    color: #0C0101;
}

.color-ly {
    color: #F3D4B8;
}

.color-dy {
    color: #F88335;
}

.appointment {
    margin: 1px 0 1px 455px;
    background-color: #C9302C;
    border-radius: 4px;
    border: 1px solid #761C19;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 20px;
    outline-offset: -2px;
    overflow: visible;
    text-align: left;
    text-decoration: none;
    text-decoration-color: #FFF;
    text-decoration-style: solid;
    text-transform: none;
    vertical-align: middle;
    width: 265px;
}

.appointment a{
    font-size: 20px;
    padding: 2px 12px;
    font-weight: normal;
    display: block;
}
.appointment span{
    text-decoration: underline;
}

/*--------=====HEADER================================*/

/*=====content================================*/
#page-title {
    color: #F88335;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 20px;
    text-transform: uppercase;
}

#section {
    padding-bottom: 5px;
}

/*--------=====content================================*/

/*=====Gallery================================*/

.show-all {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #916E5C;
    width: 100%;
    text-align: right;
}
.show-all a{
    width: 100%;
    height: 20px;
    color: #FF8000;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 2em;
}

.gallery-images {
    border: 1px solid #FF8000;
    border-bottom: 3px solid #FF8000;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.gallery-thumb img {
    border: 1px solid #FF8000;
    cursor: url(/images/zoomin.cur), pointer;
    width: 139px;
    height: 139px;

}

.image-gallery {
    float: left;
    margin: 2px;
}

/*admin*/
#image-list-admin .thumb-admin {
    margin: 5px;
}

#image-list-admin img {
    width: 70px;
    height: 70px;
}

#image-list-admin a {
    font-size: 8px;
}

#image-list-admin .image-list-admin-title {
    font-size: 14px;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
}

.sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
}

html>body .sortable li {
    line-height: 1.2em;
}

.ui-state-highlight {
    line-height: 1.2em;
}

/*--------=====content================================*/
.link-column a{
    color: #000000;
}

#contact-form label {
    width: 10em;
}

.help-block-error {
    margin-top: 3px;
    color: #ff3844;
}

.has-error input, .has-error textarea {
    border: solid 2px #ff3844;
}

.mess-params label {
    display: inline-block;
    width: 10em;
}
.mess-params input {
    width: 30em;
}

.mess-body label {
    display: block;
}
.mess-body textarea {
    width: 42em;
}

#appointment-popup {
    display: none;
    padding: 14px;
    font-weight: normal;
}
#appointment-popup h3{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}
#appointment-popup .big{
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 38px;
    line-height: 42px;
    display: block;
    font-weight: bold;
    margin: 5px 0px;
    padding: 5px 0px;
    border-bottom: 1px dotted #DDD;
    border-top: 1px dotted #DDD;
    text-align: center;
}
