/*

	COMMON

*/
* {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.5em;
}
object, img {
	display: block
}
a img {
	border: none;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
  overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*

	RE-DEFINE HTML STYLES

*/
html {
  overflow-y: scroll!important; /* Enables firefox scrollbar as default */
  -webkit-text-size-adjust:none;
  height: 100%;
}
body {
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

img {
  -webkit-backface-visibility: hidden !important;
 -moz-backface-visibility: hidden !important;
 -ms-backface-visibility: hidden !important;
 backface-visibility: hidden !important;
 transform: translate3d(0px,0px,0px) !important;
}

h1 {
  background: url(images/logo.png) no-repeat;
  width: 311px;
  height: 269px;
  text-indent: -9999px;
  float: left;
  outline: none;
}

p {
	margin: 8px 0;
	line-height: 16px;
}
p.feature {
  font-weight: bold;
  font-size: 14px;
}
p.endp {
  margin-bottom: 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 0 10px 0;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
ol {
	list-style-position: outside;
	margin: 10px 0 10px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}
a {
  cursor: pointer;
}
a:link, a:visited, a:active {
	color: #261C02;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #958D78;
	font-weight: normal;
	text-decoration: underline;
}


/*

	LAYOUT

*/

#outer-wrapper {
  width: 100%;
  position: relative;
  z-index: 1000;
}

#outer-wrapper.ios {
  width: 1030px;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow:0 0 15px rgba(0, 0, 0, 0.5);
}

.img-background {
  position: fixed;
  z-index: 0;
}

* html .img-background {
  position: absolute;
}


#header{
  min-height: 271px;
  height: auto !important;
  height: 271px;
  margin: 0;
  padding: 0;
  position: relative;
}

#styling-link a {
  width: 679px;
  height: 269px;
  text-indent: -9999px;
  outline: none;
  background: url(images/homestyle-button.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 311px;
}

#styling-link a:hover, #styling-link a.hover, #hansen-link a:hover, #hansen-link a.hover {
  opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7;
}

#content {
  border-bottom: 2px solid #fff;
}

#top-group {
  background: url(images/contain-bg.jpg) bottom no-repeat;
    position: relative;
}

.left-contain {
  float: left;
  width: 311px;
  height: 220px;
  border-right: 2px solid #fff;
  background: #ffc423;
}

#navigation p {
  min-height: 473px;
  height: auto !important;
  height: 473px;
  background: #fff url(images/nav-bg.jpg) top left no-repeat;
  text-indent: -9999px;
  margin: 0;
}

address {
  font-style: normal;
}

#contact-box {
  min-height: 138px;
  height: auto !important;
  height: 138px;
  position: relative;
  background: #f3ca4d url(images/contact-bg.gif) no-repeat;
  border-top: 2px solid #fff;
  padding-left: 20px;
  padding-top: 62px;
  font-size: 14px;
  line-height: 16px;
}

#contact-box .fn {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #303030;
  margin: 0 0 10px 0;
}

#contact-box p.tel {
  line-height: 17px;
}

#contact-box p {
  color: #303030;
  margin: 5px 0;
}
#contact-box p.adr {
  margin-bottom: 10px;
}

#contact-box p.phone {
  font-size: 20px;
  top: 138px;
}

#contact-box p.phone a, #contact-box p.phone a:hover, #contact-box p.phone a:visited {
  color: #303030;
  text-decoration: none;
  font-weight: bold;
}

#contact-box a.button-link {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #F4CA4E;
  background: url(images/email-arrow.png) 80px 0px no-repeat;
  padding: 4px 0;
  width: 130px;
  position: absolute;
  outline: none;
  top: 160px;
  left: 20px;
  display: block;
}

#contact-box a:hover.button-link {
  background: url(images/email-arrow.png) 80px -26px no-repeat;
  color: #e1b740;
}

.phonenumber {
  font-size: 18px;
  margin-top: 5px;
}

.phonenumber a {
  font-size: 18px !important;
  margin-top: 5px !important;
  text-decoration: none !important;
}

.right-contain {
  float: left;
  width: 677px;
}

.leftlist {
  float: left;
  width: 310px;
}

.rightlist {
  float: left;
  width: 310px;
}

#body-contain {
  padding: 25px 20px 0;
  min-height: 428px;
  height: auto !important;
  height: 428px;
}

#home-contain {
  padding: 25px 20px 0;
}

#image-contain {
  position: relative;
  width: 677px;
  height: 453px;
}

#img-contain {
  border-top: 2px solid #fff;
}

.gallery-nav {
  position: absolute;
  bottom: 30px;
  right: 0;
  height: 28px;
  z-index: 9999;
  margin: 0;
}
#slidemenu {
  height: 28px;
  z-index: 9999;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  background: transparent url(images/gallerynav-angle.png) no-repeat;
  float: right;
}

#slidemenu ul {
  height: 23px;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
  background: #fff;
}
#slidemenu li {
  float: left;
  margin: 0;
  padding: 0;
  height: 28px;
  overflow: hidden;
  z-index: 9999;
}
#slidemenu li a {
  display: block;
  width: 10px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  color: #000;
  z-index: 9999;
  background: #fff;
}
#slidemenu li a:hover {
  color: #ffc425;
}
#slidemenu li.active a {
  color: #ffc425;
}
.title-holder {
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 285px;
  height: 28px;
  z-index: 8888;
}
.title-holder .title {
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 3px 10px;
  width: 265px;
  height: 22px;
  z-index: 9999;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.title-holder .back {
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 285px;
  height: 28px;
  background: #7a1f10;
  opacity: 0.84;
  z-index: 8888;
}
#index .title-holder .back {
  background: #53534C;
}

* html .title-holder .back {
  filter: alpha(opacity=84);
  z-index: 8888;
}

#loader {
  position: absolute;
  top: 226px;
  left: 338px;
}

#keyword-box {
  position: absolute;
  padding: 10px 20px;
  font-size: 11px;
  color: #d3d3d3;
  text-align: justify;
  bottom: 0;
  width: 271px;
}

/*

	SHOW AND TELL

*/
#footer {
  background: #8A8A8A;
}
#show {
	font-size: 10px;
	color: #a7a7a7;
	width: 960px;
	padding: 5px 0;
	margin: 0 auto;
}
#show a:link, #show a:visited, #show a:active {
	color: #a7a7a7;
	font-weight: normal;
	outline: none;
}
#show a:hover {
	color: #bfbfbf;
	font-weight: normal;
}
#show p {
	text-align: right;
	margin: 0;
}

#legal-link {
	float: left;
	color: #e6e6e6;
}
#show #legal-link a {
	color: #e6e6e6;
	outline: none;
}
#show #legal-link a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

#show a.st {
	text-decoration: none;
}
/*

	HEADINGS

*/

h3 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

h4 {
  font-size: 13px;
  color: #303030;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 20px;
}

#contact-box h3 {
  margin-top: 0;
  font-size: 16px;
}

h3.push {
  margin-top: 30px;
}/*

	NAVIGATION

*/


#navigation ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

#navigation li {
  padding: 0;
  margin: 0 0 10px;
}

#navigation li a {
  font-weight: 500;
  font-size: 26px;
  text-decoration: none;
  padding: 8px 5px 6px 30px;
  outline: none;
  display: block;
  color: #dadada;
  background: url(images/navigation/nav-arrow-inactive.png) 10px 12px no-repeat;
  border: none;
}

#navigation li a:hover, #navigation li a.hover {
  background: url(images/navigation/nav-arrow-active.png) 10px 12px no-repeat;
  color: #fff;
}

#navigation li.active {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

#navigation li.active a:hover, #navigation li.active a {
  background: #464646 url(images/navigation/nav-arrow-active.png) 10px 10px no-repeat;
  font-weight: 900;
  padding: 5px 5px 5px 30px;
  color: #fff;
}

#navigation li ul {
  padding: 10px 0 0;
  margin: 0;
  background: #464646;
}

#navigation li ul li, #navigation li.active ul li {
  margin: 0;
}

#navigation li ul li a, #navigation li.active ul li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  outline: none;
  padding: 6px 5px 6px 32px;
  border-top: 1px solid #818181;
  background: #626262;
  color: #fff;
}

#navigation li ul li a:hover, #navigation li ul li a.hover, #navigation li.active ul li a:hover {
  background: #525252 ;
  padding: 6px 5px 6px 32px;
}

#navigation li ul li.active {
  border: none;
}

#navigation li ul li.active a, #navigation li ul li.active a:hover, #navigation li ul li.active a.hover, #navigation li.active ul li.active a:hover {
  background: #525252 url(images/gallery-nav-active.gif) 0 0 no-repeat;
}/*

	FORMS

*/
fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}
label {
	width: 290px;
}
fieldset dl, fieldset dt, fieldset dd {
	margin: 0;
	padding: 0;
}

fieldset dt, fieldset dd {
  min-height: 28px;
  height: auto !important;
  height: 28px;
  line-height: 28px;
}

fieldset dt {
	font-weight: normal;
	float: left;
	width: 120px;
}
.fieldset {
	background: #ffe09c;
	border: 1px solid #ffe09c;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 270px;
}

textarea {
	background: #ffe09c;
	border: 1px solid #ffe09c;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 270px;
	height: 50px;
	overflow: auto;
	margin-top: 3px;
}

select * {
  outline: 0;
}
select {
  background: #ffffff;
  border: 1px solid #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 277px;
	padding: 2px;
	margin: 3px 0 0 0;
}

input:focus, input.focus, textarea:focus, textarea.focus, select:focus, select.focus {
  border: 1px solid #888888;
}

input.error {
  border: 1px solid #ff4444;
  background: #ffdddd;
}

.required {
	color: #222;
}

div.error {
  padding: 10px 15px 5px 15px;
  margin: 13px 0 20px 0;
  border: 1px solid #ff4444;
  background: #ffdddd;
  width: 365px;
}
div.error p {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 10px 0;
}

button {
  background: url(images/submit-button.gif) no-repeat;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	text-indent: -9999px;
	display: block;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 0 290px;
  width: 109px;
  height: 38px;
}
button:hover, button.hover {
  opacity:0.85; filter:alpha(opacity=85); -moz-opacity:0.85;
  color: #fff;
  outline: none;
}
* html button {
  margin: 5px 0 0 170px;
}

div.form {
  margin-bottom: 5px;
}
* html div.form {
  margin-bottom: 0;
}

