/*
	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.
*/

/* Most common stuff you'll need to change */
	
.panel h2.title {
	margin: 0 0 30px 0;
	font-family: 'ColaborateLightRegular', Arial, sans-serif;
	font-size: 3em;
	height: 65px;
	border-bottom: 1px solid #ccc;
	line-height: 0.75em;
}
.panel h2.title span {
	font-family: 'ColaborateRegularRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #88a241;
	text-transform: uppercase;
}

.panel-wrapper {
	min-height: 350px;
}

.panel_left {
	float: left;
	width: 505px;
	min-height: 350px;
}
.panel_right {
	float: right;
	width: 350px;
	padding-top: 20px;
	min-height: 350px;
}
	
	.coda-slider-wrapper { padding: 0;}
	.coda-slider {}
	
	/* 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: 920px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	/*.coda-nav ul li a.current { background: #39c }*/
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px;}
	
	/* 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 { clear: both; display: block; margin: auto; overflow: hidden }*/
	/* .coda-nav ul li { display: inline }*/
	/* .coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.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 }
	

/* panel tabs */

.coda-nav ul {
	list-style: none;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	padding-bottom: 9px;
	z-index: 0;
	position:relative;
	overflow:auto;
	height:auto;
}

.coda-nav ul li {
    	display: block;
	float:left;
	background: url(/media/assets/sp_button_navigation.png) top left no-repeat;
	margin:0;
	margin-right: -7px;
	padding: 10px;
	width: 219px;
	height: 45px;
	overflow: hidden;
}
.coda-nav a
{
	display: block;
	width: 179px;
	padding-left: 48px;
	margin-left: 11px;
	margin-top: 5px;
	height: 45px;
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	background-position:  0px 3px;
	background-repeat: no-repeat;
	line-height:1em;
}

.coda-nav li.current
{
	background: url(/media/assets/sp_button_navigation_focus.png) top left no-repeat;
}

.coda-nav a span
{
	font-size: 0.75em;
	font-weight:normal;
	text-transform:none;
	display:block;
	margin-top:3px;
	letter-spacing: normal;
}





































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

