/* ================================================== */
/* CUSTOM FONTS
/* ================================================== */
@font-face {
    font-family: 'NyalaRegular';
    src: url('nyala-webfont.eot');
    src: url('nyala-webfont.eot?#iefix') format('embedded-opentype'),
         url('nyala-webfont.woff') format('woff'),
         url('nyala-webfont.ttf') format('truetype'),
         url('nyala-webfont.svg#NyalaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ================================================== */
/* GLOBAL RESET
/* ================================================== */
* {
  outline: 0;
  outline-style: none;
  outline-width: 0;
  text-decoration: none;
}
a,
a img {  border: 0 }
/* ================================================== */
/* LAYOUT
/* ================================================== */
body {
  color: #404040;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff url(../img/layout/bg-tile.jpg) repeat-x top center;
}
/* ================================================== */
/* WEBSITE STRUCTURE
/* ================================================== */
#frame {
  width: 942px;
  background: url(../img/layout/bg-frame.jpg) no-repeat top center;
}
.popup #frame {
  width: 90%;
  background: #fff;
  background-image: none;
  border: 6px solid #748815;
  margin: 10px 0px;
  padding: 10px 10px;
}
#header {
  position: relative;
  height: 650px;
}

#phone {
  width: 330px;
  float: left;
}

#phone h6 {
  font-size: 24px;
  color: #d99e3d;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
#phone h6 strong {
  font-size: 36px;
}

#exp {
  width: 430px;
  float: right;
}
#exp h6 {
  font-size: 24px;
  color: #d99e3d;
  text-transform: uppercase;
  margin-top: 0;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}
#exp h6 strong {
  font-size: 46px;
}
#logo {
  height: 90px;
  width: 260px;
  cursor: pointer;
  margin-top: -30px;
}
#logo h1 {
  text-indent: -999999px;
  height: 1px;
  overflow: hidden;
}
#header-bottom {
  position: absolute;
  z-index: 100;
  top: 560px;
  right: 0;
  width: 600px;
}
#promise h6 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
}
#promise {
  float: left;
  width: 430px;
}
#button-view {
  width: 144px;
  height: 54px;
  background: url(../img/layout/button-view.png) no-repeat top left;
  float: right;
  text-indent: -9999px;
}
a:hover #button-view,
a:focus #button-view,
a:active #button-view {
  background: url(../img/layout/button-view.png) no-repeat bottom left;
}

#container {
  background: #fff;
  padding: 10px 10px;
}
#content {
  text-align: justify;
}
#sidebar {
  float: right;
  width: 240px;
  text-align: right;
  display: inline;
  border: 1px solid #FF6633;
}
#sidebar .box {
  padding: 10px 10px;
  margin: 10px 0px;
  border: 4px solid #D2CEC0;
}
#sidebar .boxpic {
  margin: 10px 10px;
  text-align: right;
}
#footer {
  background: #fff url(../img/layout/bg-footer-shadow.png) repeat-x top left;
  color: #666d;
}
#footer a:link,
#footer a:visited {  color: #333 }
#footer a:hover,
#footer a:focus,
#footer a:active {  color: #444 }
#testimonials {
  overflow: hidden;
  width: 800px;
  text-align: center;
  font-style: italic;
  background: url(../img/layout/bg-footer.png) no-repeat top center;
  padding-bottom: 10px;
}
#testimonials h4 {
  margin-top: 90px;
  text-align: center;
  font-style: normal;
}

#miscbuttons {
  padding: 20px 0;
  width: 430px;
  background: url(../img/layout/raz-tile.png) repeat-x top left;
}
#miscbuttons div {
  width: 202px;
  height: 40px;
  text-indent: -99999px;
}
#miscbuttons div#button-gallery {
  background: url(../img/layout/button-gallery.png) no-repeat top left;
  float: left;
}
#miscbuttons a:hover div#button-gallery,
#miscbuttons a:focus div#button-gallery,
#miscbuttons a:active div#button-gallery {
  background: url(../img/layout/button-gallery.png) no-repeat bottom left;
}

#miscbuttons div#button-contact {
  background: url(../img/layout/button-contact-us.png) no-repeat top left;
  float: right;
}
#miscbuttons a:hover div#button-contact,
#miscbuttons a:focus div#button-contact,
#miscbuttons a:active div#button-contact {
  background: url(../img/layout/button-contact-us.png) no-repeat bottom left;
}
#copyright {  width: 900px }
#footer p {
  margin: 3px 0;
  padding: 0;
}
.tabledata {
  border: 0;
  padding: 0;
  margin: 0;
}
.tabledata th {
  background: #49600D;
  color: #fff;
  padding: 5px 5px;
  text-align: left;
}
.tabledata td {
  padding: 5px 5px;
  border-bottom: 1px dotted #ccc;
}
.tabledata .even {  background: #FFE3BB }
/* ================================================== */
/* MENU LAYOUT
/* ================================================== */
#menu {
  height: 130px;
  overflow: hidden;
  font-size: 13px;
  color: #444;
  width: 600px;
  font-weight: bold;
  float: right;
  background: #fefefe;
  border: 1px solid #6633CC;
}
#menu ul {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
}
#menu ul li {
  display: block;
  padding: 0 15px;
  width: 115px;
  float: left;
  text-align: right;
  border-right: 1px solid #aaa;
}
#menu a:link,
#menu a:visited {  color: #666 }
#menu a:hover,
#menu a:focus,
#menu a:active {  color: #222 }
#menu a:link strong,
#menu a:visited strong {
  color: #222;
  font-size: 16px;
}
#menu a:hover strong,
#menu a:focus strong,
#menu a:active strong {  color: #666 }
/* ================================================== */
/* DROP DOWN MENU LAYOUT (JQUERY ACTIVATED)
/* ================================================== */
.megamenu {
  position: absolute;
  display: none;
  left: -20px;
  top: 0;
  background: url(../img/layout/bg-tile.jpg) repeat-x top left;
  padding: 10px;
  font-size: 13px;
  z-index: 100;
  font-family: NyalaRegular,"Century Gothic", Arial, Helvetica, sans-serif;
}
.megamenu h3 {  color: #FFA41A }
.megamenu .column {
  width: 220px; /*width of each menu column*/
  margin: 5px 5px 5px 0;
}
.megamenu .column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.megamenu .column ul li {
  padding: 10px 10px;
  display: block;
  width: 90px;
  float: left;
  text-transform: uppercase;
}
.megamenu .column  a {
  text-decoration: none;
  color: #FFFFFF;
}
.megamenu .column a:hover {  color: #D99E3D }
/* ================================================== */
/* NAV LAYOUT
/* ================================================== */
#nav {
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 16px;
  margin-top: -20px;
  color: #fff;
  padding: 10px 0;
  font-family: NyalaRegular,"Century Gothic", Arial, Helvetica, sans-serif;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav ul li {
  padding: 3px 20px;
  display: inline;
}
#nav ul li.blank {
  padding: 3px 120px;
  display: inline;
  text-indent: -999999px;

}
#nav a:link,
#nav a:visited {  color: #fff }
#nav a:hover,
#nav a:focus,
#nav a:active {  color: #D99E3D }
/* ================================================== */
/* FOOTER DUPLICATE MENU LAYOUT
/* ================================================== */
#dubmenu {  padding: 10px 0 }
#dubmenu ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  border-bottom: 1px dotted #fff;
}
#dubmenu ul li {
  display: inline;
  padding: 0 10px;
}
#dubmenu a:link,
#dubmenu a:visited {  color: #333 }
#dubmenu a:hover,
#dubmenu a:focus,
#dubmenu a:active {  color: #111 }
/* ================================================== */
/* CLEAR FIX
/* ================================================== */
.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
/* ================================================== */
/* IF WE HAVE ACCORDION, ITS HEADER
/* ================================================== */
.accordion li h5 {  cursor: pointer }
/* ================================================== */
/* GLOBAL LINKS
/* ================================================== */
a:link,
a:visited {  color: #A8530E }
a:hover,
a:focus,
a:active {  color: #9CAB2E }
/* ================================================== */
/* HEADINGS
/* ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NyalaRegular,"Century Gothic", Arial, Helvetica, sans-serif;
  margin: 5px 0px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  color: #777;
}
h1 {  font-size: 28px }
h2 {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 40px;
  background: url(../img/layout/raz.png) no-repeat bottom center;
  text-align: center;
  margin-bottom: 10px;
}
h3 {
  font-size: 26px;
  color: #4b2f25;
  text-align: center;
}
h4 {  font-size: 24px }
h5 {
  font-size: 22px;
  color: #999;
}
h6 {  font-size: 20px }
/* ================================================== */
/* IMAGES HANDLING
/* ================================================== */
.photo {
  background: #fff;
  border: 2px solid #ddd;
  padding: 2px 2px;
}
.alignleft {
  float: left;
  margin: 10px 20px 10px 0px;
}
.alignright {
  float: right;
  margin: 10px 0px 10px 20px;
}
/* ================================================== */
/* FORM ELEMENTS
/* ================================================== */
form {
  margin: 0;
  padding: 0;
  color: #7C7C7C;
}
form p {
  margin: 3px 0px;
  padding: 0;
}
fieldset {
  border: 1px solid #ddd;
  padding: 5px 5px;
  text-align: left;
}
legend,
label {  font-weight: bold }
label {  cursor: pointer }
legend { }
.forms,
textarea,
select {
  border: 1px solid #555;
  line-height: 100%;
  padding: 2px 2px;
  background: #eee;
}
.button {
  background: #89000c;
  border: 2px solid #510009;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px;
}
.required {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}
/* ================================================== */
/* ERROR, NOTICE, SUCCESS MESSAGES
/* ================================================== */
.error {
  background: #FFF2F5;
  border: 1px solid #FFD2DE;
  color: #9B0027;
  display: block;
  font-weight: bold;
  margin: 5px 0px;
  padding: 5px 5px;
}
.success,
.ok,
.okay {
  background: #F3F8F1;
  border: 1px solid #C9DDC1;
  color: #89B47A;
  display: block;
  font-weight: bold;
  margin: 5px 0px;
  padding: 5px 5px;
}
.notice,
.caption {
  background: #F9F8E8;
  border: 1px solid #D6C27E;
  color: #B59A79;
  display: block;
  font-weight: bold;
  margin: 5px 0px;
  padding: 5px 5px;
}
/* ================================================== */
/* JQUERY SHADOWBOX LAYOUT (must be in js/shadowbox/ folder!)
/* ================================================== */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #555;
  font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 10px;
}
#sb-title-inner {  border-top: 1px solid #ccc }
#sb-container {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 0;
  visibility: hidden;
  z-index: 999;
}
#sb-overlay {
  height: 100%;
  position: relative;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#sb-wrapper-inner {
  border: 5px solid #fff;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#sb-body {
  height: 100%;
  position: relative;
}
#sb-body-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: auto;
}
#sb-body img {  border: none }
#sb-loading {
  height: 100%;
  position: relative;
}
#sb-loading-inner {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#sb-loading-inner span {
  display: inline-block;
  padding-left: 34px;
}
#sb-body,
#sb-loading {  background-color: #E0E0E0 }
#sb-title,
#sb-info {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#sb-title,
#sb-title-inner {  line-height: 26px }
#sb-title {  background: #fff }
#sb-title-inner {  font-size: 16px }
#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#sb-info-inner {  font-size: 12px }
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-left: 3px;
  width: 16px;
}
#sb-nav-close {  background-image: url(../js/shadowbox/close.png) }
#sb-nav-next {  background-image: url(../js/shadowbox/next.png) }
#sb-nav-previous {  background-image: url(../js/shadowbox/previous.png) }
#sb-nav-play {  background-image: url(../js/shadowbox/play.png) }
#sb-nav-pause {  background-image: url(../js/shadowbox/pause.png) }
#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  color: #fff;
  cursor: pointer;
  padding: 0 4px 0 0;
  text-decoration: none;
}
#sb-counter a.sb-counter-current {  text-decoration: underline }
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}
/* ================================================== */
/* SLIDESHOW LAYOUT
/* ================================================== */
#slideshow {
  height: 200px;
  position: relative;
  width: 990px;
  overflow: hidden;
}
#slideshow div {
  height: 200px;
  left: 0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  z-index: 8;
}
#slideshow div.active {
  opacity: 1.0;
  z-index: 10;
}
#slideshow div.last-active {  z-index: 9 }
#slideshow div img {
  border: 0;
  display: block;
  height: 200px;
  margin-bottom: 0px;
}
/* ================================================== */
/* SOCIAL ICONS CODE
/* ================================================== */
.addthis_toolbox {
  border-top: 1px dotted #ccc;
  margin: 10px 0;
  padding: 10px 0 0 0;
}
/* ================================================== */
/* SLIDESHOW LAYOUT
/* ================================================== */
#slideshow {
  width: 942px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../js/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right: 0px;
	bottom:2px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../js/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../js/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}