html,
body {
    height: 100%;
	font-family: 'Arvo', serif;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:700;	
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color:#000;
}



.navbar-inverse {
	background-color: #FFF;
	background-image:url(../img/Melamine-wood-002.jpg);
	z-index:12000;
}


.nav.navbar-nav li a {
	color:#FFF;
	font-size:16px;

}
#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul {
	background-color: #520606;
	background-image:url(../img/Melamine-wood-dark.jpg);
}

.dropdown .dropdown-menu .divider {
	background-color:#5f4337;
}

.navbar-brand {
	height:0px;
	padding:0px;	
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #000;
}

.pos-ab {
	position:absolute;
	top:0;
	left:0;	
}

.footer {
	z-index:10000;
	position:absolute;
	bottom:0px;
	right:auto;
	left:auto;
	padding-bottom:15px;
	padding-top:15px;
	background-color:#000;
	color:#FFF;
	width:100%;
	text-align:center;
	background-image:url(../img/Melamine-wood-dark.png);
	border-top:solid 1px #000;
}

p a {
	color:#FFF;
}

p a:hover {
	color:#FFFA88;
}

.tagline {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	color:#FFF;
	position:absolute;
	top:60px;
	right:0;
}

.tagline h1,h2,h3 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.nopad {
	padding:0px;	
}

.nomarg {
	margin:0px;	
}