
#content p {
line-height: 26px; 
font-size: 12px;
}

#page h1 {
	padding-left: 150px;
	padding-top: 35px;
	margin-top: -20px;
}

	#page h1.gal {
		background-color: #395980;
	}

	#page h1.about {
		background-color: #928a5b;
	}
	
	#page h1.contact {
	background-color: #666699;
	}

	#page h1.services { background-color: #8f3c1c; }
	#page h1.testimonials {
		background-color: #92675b;
	}
	
	#page h1.careers {
		background-color: #7e385f;
	}
	

/* gallery */	
	
#center-slideshow {
	margin-bottom: 40px;
	margin-top: 1px;
}

	#center-slideshow #slsBar {
		margin-top: 20px;
	}

	div#slsBorder {
		border: 0;
	}



/* about */

#content {
	width: 970px;
	margin-top: 40px;
}

#content #content-left {
	float: left;
	width: 415px;
	padding-left: 150px;
	padding-bottom: 30px;
}

#content p {
	margin-bottom: 20px;
}

img.about {
	border: 10px solid #928a5b;
	float: right;
	margin-bottom:50px;
}


#right-side {
	width: 329px;
	float: right;
}

	#right-side p { font-size: 14px; }

img.contact {
	border: 10px solid #566489;
	margin-bottom:20px;
}


#slideshow-crew {
	border: 10px solid #928a5b;
	float: right;
	margin-bottom:50px;
}

#slideshow-services {
	border: 10px solid #8f3c1c;
	float: right;
	margin-bottom:50px;
}

img.careers {
	border: 10px solid #7e385f;
	float: right;
	margin-bottom:50px;
}


/* contact */

div.c-wrapper {
	width: 450px;
	margin-bottom: 17px;
}

div.contact-value {
	width: 128px;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

div.c-input {
	width: 250px; 
	margin-bottom: 17px;
	display: inline;
}

input#contact-input, textarea#comments, textarea#address, select#contact-input {
	width: 250px;
	padding: 4px;
}

input#contact-submit {
	background-color: #566489;
	border: 0;
	padding: 6px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 0px 130px;
}

div#gallery a {
	float: left;
	margin: 30px 78px 15px 0;
	padding: 6px;
	border: 1px solid #7d8fa4;
}

div#gallery a.gal-last {
	margin-right: 0;
}

div#pagination {
	margin: 0 auto;
	width: 250px;
}

div#pagination a {
	border: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	color: #323232;
	margin: 25px 0;
}

div#pagination a:hover {
	text-decoration: underline;
}

div#pagination a.next {
	background-image: url(../images/blue-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	float: right;
}

div#pagination a.prev {
	background-image: url(../images/blue-arrow-left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
}

p.contact-phone {
	margin: -10px 0px 0px 0px;
}

/*Testimonials.php*/
img.testimonials {
	border: 10px solid #92675b;
	margin-bottom:20px;
}
#content-testimonial {
	width: 970px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#content-testimonial #text-left {
	float: left;
	width: 575px;
	padding-left: 150px;
	padding-bottom: 25px;
	padding-top: 10px;
}


#content-testimonial p {
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 12px;
}

#content-testimonial #text-left h2 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	#content-testimonial #text-left a {
		font-size: 10px;
		color: #92675b;
		text-transform: uppercase;
		text-decoration: none;
		outline: none;
	}
		#content-testimonial #text-left img.arrow {
			margin: 0px 0px 2px 1px;
		}

				#content-testimonial #picture-right {
					width: 200px;
					margin-right: 20px;
					float: right;
				}
				
/*JQUERY*/

body {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}
#panel {
	background: #fff;
	height: 250px;
	display: none;
}
#panel2{
	background: #fff;
	height: 100px;
	display: none;
}

#panel3 {
	background: #fff;
	height: 400px;
	display: none;
}

#panel4 {
	background: #fff;
	height: 150px;
	display: none;
}

.slide,
.slide2,
.slide3,
.slide4 {
	margin: 0;
	padding: 0;
	/*border-top: solid 4px #422410;*/
	background: url(images/btn-slide.gif) no-repeat center top;
}

.btn-slide,
.btn-slide2,
.btn-slide3,
.btn-slide4 {
	/*background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;*/
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

