/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

.panel-wrapper .title {
	display: none;
}
/* Most common stuff you'll need to change */

.coda-slider-wrapper { 
	padding-top: 115px;
	height: 470px;
	width: 900px;
	margin: 0 auto -43px auto;
}
.coda-slider {
	background: #6a4324;
	width: 900px;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 850px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	

/* Panel padding */
.coda-slider .panel-wrapper { padding: 55px 0 10px 30px}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul {
	height: 35px;
	display: block;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 20;
	float: left;
	margin: 1px 0 0 485px;
}
.coda-nav ul li { 
	color: #1b1008;
	display: inline; 	
	float: left; 
	font-size: 1.2em; 
	letter-spacing: .1em;
	font-weight: bold;
}
.coda-nav ul li a {
	font-weight: bold;
	color: #7b4307;
	display: block;
	float: left;
	margin-left: 4px;
	padding: 7px 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	background-image: url(images/btn_slice.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #341402;
	border-right: 1px solid #341402;
	border-left: 1px solid #341402;
}
.coda-nav ul li a.current {
	color: #1b1008;
}
.coda-nav ul li a:active{
	border-top: 2px solid #321803;	
}
.coda-nav ul li a:hover {
	color: #1b1008;
}

	
/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: none }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/* Custom Stylings */
.title #service a:hover {
	color: #00CC33;
}
