
.banner-div {
    
}#getdirections input[type=text] {
	width: 180px;
	height: 34px;
}
#mapframe {
	background: #F5F5F5;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 20px;
}
#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.divContactSectionLeft {
    border-right: 1px solid #cccccc;
}
.textholder {
    border-bottom: none;
}
.fullwidth .divContactSectionLeft {
    width: 500px;
    float: left;
}
.fullwidth .divContactSectionRight {
    width: 420px;
    float: right;
}
.fullwidth .divContactSectionRight #gmap {
    width: 400px;
    height: 400px;
}
.divContactSectionLeft {
    width: 340px;
    float: left;
    margin-bottom: 10px;
}
.divContactSectionLeft input {
    width: 208px;
}
.divContactSectionLeft select {
    width: 160px;
}
.divContactSectionLeft textarea {
    width: 308px;
    height: 75px;    
    overflow-y: scroll;
}
.divContactSectionRight {
    width: 340px;
    float: right;
    margin-bottom: 10px;
}
.divContactSectionLeft #codetable {float: left; width: 100px; margin-right: 20px;}
.divContactSectionLeft #codetable label {width: 100px;}
.divContactSectionLeft #codetable input {width: 88px;}
.divContactSectionLeft input.submit {width: auto;}

.divContactSectionRight .textholder-image {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .textholder-image img {
    width: 332px;
}
.divContactSectionRight .videoholder {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
    margin: 0;
}
.divContactSectionRight .address_submit {
    float: right;
}
.divContactSectionRight #gmap {
    width: 332px;
    height: 340px;
}
.catalogbar-div {
	display: none;
}
body {
	background: #ecd6af;
}
.outer-content-div {
	background: url(../../layout/images/contentBackground.png) repeat-x;
}
.content-div {
	background: #ecd6af;
}
h2 {
	font-family: 'times_new_romanbold';
	color: #420000;
	text-transform: uppercase;
	margin-top: 0px;
}
h3 {
	font-family: 'open_sanssemibold';
	color: #a62934;
	margin-top: 0px;
}
p, li, td {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 23px;
}
ul {
	margin-left: 20px;
}
a {
	color: #a62934;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
	text-decoration: none;
	color: #420000;
}
.textholder {
	border-bottom: 1px solid #420000;
}
.sidemenu {
	border-right: 1px solid #420000
}
.sidemenu-category, .topmenu-category {
	border-bottom: 1px solid #420000;
}
.sidemenu a {
	color: #a62934;
	font-family: 'open_sansregular';
	padding-left: 5px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidemenu a:hover {
	color: #fbf8e5;
	background: #420000;
}
.sidemenu-category.current-category, .topmenu-category.current-category {
	color: #420000;
	font-weight: normal;
}
.sidemenu-category:hover, .sidemenu-category.current-category:hover, .topmenu-category:hover, .topmenu-category.current-category:hover {
	background: none;
	color: #420000;
}
.sidemenu-category.next-category {
	border-top: 1px solid #420000;
}

.banner-logo {
	top: 0px;
	left: 0px;
}
.outer-banner-div {
	border-top: 10px solid #420000;
}
.banner-div {
	background: none;
	height: 120px;
}
.banner-supernav-div {
	float: left;
	margin-right: 5px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}
.banner-supernav-div a {
	display: inline-block;
	height: 26px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #a62934;
	margin-left: 10px;
	color: #a62934;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-supernav-div a:hover {
	color: #420000;
	border: 1px solid #420000;
	text-decoration: none;
}
.banner-socialmedia-div a {
	height: 28px;
	width: 28px;
	display: inline-block;
}
.Facebook {
	background: url(../../layout/images/social/facebook.png) center no-repeat;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Facebook:hover {
	background: url(../../layout/images/social/facebookHover.png) center no-repeat;
}
.Feed {
	background: url(../../layout/images/social/feed.png) center no-repeat;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Feed:hover {
	background: url(../../layout/images/social/feedHover.png) center no-repeat;
}
.banner-contact-div p {
	font-size: 20px;
	color: #420000;
	font-family: 'open_sansregular';
	margin-top: 10px;
}
.banner-contact-div p a {
	font-size: 17px;
	margin-top: 5px;
}

.outer-navbar-div {
	background: #a27063;
	height: 50px;
	border-bottom: 5px solid #a62934;
}
.navbar-div {
	height: 50px;
	line-height: 50px;
	background: #590a17;
}
.navbar-div a {
	font-size: 15px;
	font-family: 'open_sansregular';
	color: #fbf8e5;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #a62934;
}

.outer-footer-div {
	background: url(../../layout/images/slideshowBackground.png) center repeat-x;
	height: 200px;
	border-bottom: 10px solid #a62934;
}
.footer-div {
	background: none;
	padding-top: 30px;
	text-align: center;
	color: white;
}
.footer-div a {
	color: white;
	font-size: 13px;
	font-family: 'open_sansregular';
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-div a:hover {
	color: #a62934;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 28, 2014 */
@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/opensans-semibolditalic-webfont.eot');
    src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanregular';
    src: url('fonts/times-webfont.eot');
    src: url('fonts/times-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/times-webfont.woff') format('woff'),
         url('fonts/times-webfont.ttf') format('truetype'),
         url('fonts/times-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanitalic';
    src: url('fonts/timesi-webfont.eot');
    src: url('fonts/timesi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/timesi-webfont.woff') format('woff'),
         url('fonts/timesi-webfont.ttf') format('truetype'),
         url('fonts/timesi-webfont.svg#times_new_romanitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanbold';
    src: url('fonts/timesbd-webfont.eot');
    src: url('fonts/timesbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/timesbd-webfont.woff') format('woff'),
         url('fonts/timesbd-webfont.ttf') format('truetype'),
         url('fonts/timesbd-webfont.svg#times_new_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanbold_italic';
    src: url('fonts/timesbi-webfont.eot');
    src: url('fonts/timesbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/timesbi-webfont.woff') format('woff'),
         url('fonts/timesbi-webfont.ttf') format('truetype'),
         url('fonts/timesbi-webfont.svg#times_new_romanbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
