html {
    background: #41220A url(../_img/mainbg.jpg) center top repeat-y;
}

body {
    background: url(../_img/topbg.jpg) top center no-repeat;
    min-height: 560px;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontainer {
    margin: 0 auto;
    width: 999px;
    background: #41220A url(../_img/contentbg.jpg) center top repeat-y;
}

#header {
    background: url(../_img/headerbg.jpg) center top no-repeat;
    height: 495px; /* BG is 560, but the heading of each page has to go over the left side of that, so let's cut off 120px and put it in the next div */
    padding-top: 15px;
}

#header h1 a, #header h2 a {
    display: block;
    width: 570px;
    margin-left: 132px;
    /* opacity: 0.5;
    filter: alpha(opacity = 50);
    background-color: red; */
    text-indent: -9999px;
}

#header h1 a {
    height: 75px;
}

#header h2 a {
    height: 40px;
}

#slideshowcontainer {
    width: 450px;
    height: 297px;
    margin: 12px 0 0 112px;
    padding-right: 1px;
    display: block;
    float: left;
    overflow: hidden;
}

#slideshow{
    overflow: hidden;
}

ul#mainmenu1 {
    display: block;
    float: left;
    margin: 70px 10px 0 10px;
    width: 130px;
    height: 180px;
}

ul#mainmenu2 {
    display: block;
    float: left;
    margin: 70px 10px 0 17px;
    padding-top: 20px;
    width: 140px;
    height: 150px;
}

ul#mainmenu1 li a {
    display: block;
    height: 50px;
    margin-bottom: 13px;
    text-indent: -9999px;
}

ul#mainmenu2 li a {
    display: block;
    height: 45px;
    margin-bottom: 10px;
    text-indent: -9999px;
}

#maincontent {
    background: url(../_img/headerbg.jpg) center -515px no-repeat;
    min-height: 120px;
    width: 720px;
    margin: 0 100px;
    padding: 0 40px;
}

#content {
    margin: 0px;
    padding: 20px 40px 0px 40px;
}

#maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}

#maincontent h2 {
    font-size: 2.5em;
    font-family: 'OFL Sorts Mill Goudy TT', serif;	color: #000;
    text-transform: uppercase;
    padding: 20px 0 50px 0;
    line-height: 1.13em;
    font-weight: lighter;
}

/* This next one is in there for FLIR to recreate the line-height 
   in 2-line headings */
#maincontent h2 img {
    padding-bottom: 0.35em;
}

#maincontent h3 {
    font-size: 1.5em;
    color: #4D1712;
    text-transform: uppercase;
    padding-bottom: 1em;
}

#maincontent h4 {
    font-size: 1.25em;
    color: #4D1712;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1em;
}

#maincontent h5 {
    font-size: 1.1em;
    color: #36281A;
    text-transform: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1em;
}

#maincontent h6 {
    font-size: 1em;
    color: #36281A;
    text-transform: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1em;
}

a {
    color: #4D1712;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#maincontent ul {
    padding-left: 44px;
}

#maincontent ul li {
    background: url(../_img/bullet.png) 0 2px no-repeat;
    padding: 0 0 1em 19px;
}

#maincontent p, #maincontent table {
    padding-bottom: 1em;
    line-height: 1.3em;
}

#maincontent table {
    /* background: url(../_img/th.png) top left repeat-x; */
    font-size: 13px;
    margin: 0 auto;
}

#maincontent table tr {
    border-bottom: 1px solid #CDA16D;
}

#maincontent table tr th {
    background-color: #FFF;
    opacity: 0.55;
    filter: alpha(opacity = 55);
    padding: 3px 10px 8px 10px;
    border-top: 5px solid #FFF;
    color: #000;
}

#maincontent table tr td {
    padding: 8px 10px;
    background: url('../_img/tr.png') top left repeat-x;
    margin-bottom: 11px;
}

/* Home Tables */

body.home #maincontent table {
    border: 13px solid #181A19;
    -moz-box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
    clear: both;
    font-family: 'Gentium Basic', serif;
    font-size: 17px;
    margin: 0 auto;
    width: 100%;
}

body.home #maincontent table tr {
    border-bottom: 0;
}

body.home #maincontent table tr th,
body.home #maincontent table tr td {
    border-left: 2px solid #999;
}

body.home #maincontent table tr th:first-child,
body.home #maincontent table tr td:first-child {
    border-left: 0;
}

body.home #maincontent table tr th {
    background: #181A19 url('../_img/home-th-back.jpg') top left repeat-x;
    border-top: 0;
    color: #E0E933;
    font-family: "Times New Roman", serif;
    font-size: 18px;
    font-weight: normal;
    height: 43px;
    line-height: 43px;
    margin: 0;
    opacity: 1;
    text-align: left;
    text-shadow: 2px 2px 2px #222;
    text-transform: uppercase;
    filter: alpha(opacity=100);
    padding: 4px 8px 0 8px;
}

body.home #maincontent table tr td {
    background: #222 url('../_img/home-tr-back.jpg') bottom left repeat-x;
    color: #FFF;
    height: 30px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
    padding: 0 10px;
}

body.home #maincontent table tr td a {
    color: #FFF;
    cursor: pointer;
    display: block;
    padding: 0 10px 0 0;
    text-decoration: none;
}

body.home #maincontent table tr td a:hover {
    background-color: #444;
    padding: 0 0 0 10px;
}

/* End home tables */

#sidebar {
    display: none;
}

#footer {
    background: url(../_img/footerbg.jpg) top center no-repeat;
    height: 353px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: .75em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    position: relative;
}

#footer p.suitcase span {
    display: none;
}

#footer p.suitcase a {
    display: block;
    width: 265px;
    height: 50px;
    margin-top: 125px;
    margin-right: 45px;
    text-indent: -9999px;
    float: right;
    clear:left;
}

#footer p.footertext {
    display: block;
    width: 200px;
    position: absolute;
    bottom: 90px;
    left: 420px;
    line-height: 2em;
}

#footer p.greatsmile {
    font-size: 1.5em;
    font-style:italic;
    padding-top: 20px;
}

.alignright {
    float: right;
    padding: 0 0 10px 10px;
}

.alignleft {
    float: left;
    padding: 0 10px 10px 0;
}

.main-right {
    width: 315px;
    float: right;
    margin-right: -55px;
    padding-top: 235px;
}

.main-left {
    width: 370px;

}

.smCol {
    width: 33%;
    text-align: center;
    float: left;
}

.smCol h3 {
    padding-top: 10px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.trainbottom {
    background: url(../_img/smalltrain.jpg) bottom center no-repeat;
    padding-bottom: 80px;
}

.trainbottom img {
    padding-right: 40px;
}

label {
    float: left;
    display: block;
}

input, select {
    clear: both;
    display: block;
}

.state {
    float: left;
    display: block;
    width: 60px;
}

.postal {
    float: left;
    display: block;
    width: 180px;
    padding-left: 7px;
}

.phonenumber, .store_hours {
    color:#000;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.25em;
    padding-bottom:1em;
    padding-top: 10px;
}

.store_hours
{
    padding-bottom: 70px !important;
    background: url(../_img/store_hours.png) bottom center no-repeat;
}

.store_hours span {
    display: none;
}

.fri_sat
{
    background-image: url(../_img/store_hours_2.png) !important;
}

#maincontent .top_label{
    padding-left: 0 !important;
}

#maincontent .gfield{
    background: none !important;
    padding-left: 0 !important;
}

#maincontent .gfield textarea{
    width: 222px;
}

#maincontent .gform_wrapper{
    margin-top: 0 !important;
}

#maincontent .gfield_label{
    width: 100%;
    line-height: 1.2em;
    padding-bottom: 5px;
}

#maincontent .appointmentform {
    background: url(../_img/formbg.jpg) top center repeat-y;
    display: block;
    padding: 15px 25px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #36281A;
    font-size: 1em;
}


#maincontent  div.appointmentform {
    min-height: 1200px;
}

#maincontent  div.leftform {
    width: 270px;
    float: left;
}

#maincontent  div.leftform textarea{ 
    width: 222px;
}

#maincontent  div.rightform {
    width: 320px;
    float: left;
    margin-top: 10px;
}

#maincontent form p {
    padding: 0px 15px 25px 0px;
    color: #36281A;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
}

#maincontent form p span {
    font-size: .95em;
    color: #222;
}

#maincontent form h4 {
    padding: 0px;
}


.gfield_checkbox,
.gfield_radio{
    display: inline;
}


.radio input {
    display: inline;
}

.clearright {
    clear: right;
}

.spitting {
    padding-top: 20px;
}

.store_locations
{
    margin-top: -2px;
}

.wpcf7-validation-errors{
    background: url(../_img/formbg-failed.png);
    margin-left: 12px;
    width: 581px;
}

.navigation {
    height: 1.5em;
}

/*********/
/* Staff */
/*********/

.tsstaffClearer,
#allStaffMembers {
    clear: both;
/*    width: 100%;*/
}

#allStaffMembers {
    padding-top: 20px;
}
