﻿body {
	background: url('../img/Background.png') center center fixed;
	margin: 30px 0px 0px 0px;
}

#top-nav{
	background: url('../img/top-nav-back.png') top;
	height: 30px;
}

#top-nav a, #top-nav a:visited{
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav .phone {
	font-weight: bold;
	font-size: 1.5em;
	margin-left: 280px;
}

#header {
	background: url('../img/Bold-Header-Background.png') repeat-x;
	height: 400px;
}

#logo {
	text-align: center;
	line-height: 400px;
}

#logo img {
	vertical-align: middle;
}

#slideshow {
	
	height: 400px;
	overflow:hidden;
}

.slideframe{
	background: url('../img/img-shadow.png') center center no-repeat;
	text-align: center;
	height: 400px;
	width: 580px;
}

.slideframe img {
	height: 361px;
	width: 548px;
	margin-top: 20px;
}

#body {
	background: #E4E0D6 url('../img/body-back.png') left center no-repeat;
	min-height: 460px;
	padding-bottom: 25px;
	margin-bottom: -25px;
}

.rock-trim {
	background:  url('../img/rock-trim.png') ;
	height: 40px;
}

.inner-content {
	margin: 15px;
	padding: 20px;
	font-size: 1.1em;
}

#body, .rock-trim, .inner-content {
	behavior: url('iepngfix.htc');
}

img {
	behavior: url('iepngfix.htc');
}

.phone {
	text-align: center;
}

.qoute {
	color: maroon;
	font-weight: bold;
	text-align:center;
}
.special {
	font-style: italic;
}

.link-button {
	padding: 22px 20px 22px 150px;
	font-size: 1.3em;
	font-weight: bold;
	
}

h2 {
	font-weight: bold;
}

h3 {
	color: maroon;
}

.link-button:hover {
	background: #D8D2C2;
	cursor: pointer;
}

#links a, #links a:visited, #links a:hover {
	color: #000;
	text-decoration: none;
	
}

#about {
	background: url('../img/about.png') 20px center no-repeat;
}

#brochure {
	background: url('../img/file.png') 20px center no-repeat;
}

#gallery {
	background: url('../img/gallery.png') 20px center no-repeat;
}

#contact {
	background: url('../img/message.png') 20px center no-repeat;
}

#about:hover {
	/* background: #D8D2C2 url('../img/about-hover.png') 20px center no-repeat; */
	background-color: #D8D2C2;
}

#brochure:hover {
	/* background: #D8D2C2 url('../img/file-hover.png') 20px center no-repeat; */
	background-color: #D8D2C2;
}

#gallery:hover {
	/* background: #D8D2C2 url('../img/gallery-hover.png') 20px center no-repeat; */
	background-color: #D8D2C2;
}

#contact:hover {
	 /* background: #D8D2C2 url('../img/message-hover.png') 20px center no-repeat; */
	background-color: #D8D2C2;
} 


.title {
	text-align: center;
}

#footer {
	background: url('../img/footer-back.png') top;
	height:175px;
}

#copyright {
	text-align: center;
	margin-bottom: 10px;
}

/*******************************************************/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
    text-align: center;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 380px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  120px;
    height: 380px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 63px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../img/next-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 63px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../img/prev-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}