/*
* Gold's Gym Stylesheets
* (c) Verison 2009.
*/

/*
* DEFAULT RULES REMOVAL
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}

/*
* BASIC STYLES
*/

.hidden,
.aural {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

body {
	background: #f6f6f6;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

.layout-container {
	width: 963px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.layout-container:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-left-column {
	display: inline;
	width: 654px;
	float: left;
}

.layout-right-column {
	display: inline;
	width: 291px;
	float: right;
}

/*
* COMMON ITEMS
*/

object {
	outline: none;
}

a {
	color: #b38b06;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
a:active {
	color: #b38b06;
	text-decoration: underline;
}

p {
	margin: 0 0 10px;
	line-height: 1.5em;
	text-align: justify;
}

input.button,
input.submit {
	cursor: pointer;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
}

ul, ol {
	margin: 10px 30px;
}

p.date {
	color: #b8b8b8;
	text-transform: uppercase;
}

p.short-description {
	font-weight: bold;
}


/*
* ILLUSTRATIONS
*/

.to-left {
	display: inline;
	margin: 0 15px 2px -5px;
	float: left;
	position: relative;
}

.to-right {
	display: inline;
	margin: 0 -5px 2px 15px;
	float: right;
	position: relative;
}

.to-left img,
.to-right img {
	padding: 4px;
	background: #ebe8e2;
	border: solid 1px #e2e0dc;
}

.to-left a:hover img,
.to-right a:hover img,
.to-left a:focus img,
.to-right a:focus img
.to-left a:active img,
.to-right a:active img {
	opacity: .85;
}

/**
 * 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;
}

/**
 * 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;
}

div.light_rounded .pp_top .pp_left {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
background:#fff;
}

div.light_rounded .pp_top .pp_right {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content {
background-color:#fff;
}

div.light_rounded .pp_next:hover {
background: url(../_images_frontend/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
cursor: pointer;
}

div.light_rounded .pp_previous:hover {
background: url(../_images_frontend/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer;
}

div.light_rounded .pp_expand {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer;
}

div.light_rounded .pp_expand:hover {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer;
}

div.light_rounded .pp_contract {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer;
}

div.light_rounded .pp_contract:hover {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer;
}

div.light_rounded .pp_close {
width:75px;
height:22px;
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer;
}

div.light_rounded .pp_arrow_previous {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.light_rounded .pp_arrow_next {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor:default;
}

div.light_rounded .pp_bottom .pp_left {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
background:#fff;
}

div.light_rounded .pp_bottom .pp_right {
background: url(../_images_frontend/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
background: url(../_images_frontend/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
background: url(../_images_frontend/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_top .pp_right {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content {
background: url(../_images_frontend/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_next:hover {
background: url(../_images_frontend/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
background: url(../_images_frontend/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_expand {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_contract {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
cursor: pointer;
}

div.dark_rounded .pp_close {
width:75px;
height:22px;
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
cursor: pointer;
}

div.dark_rounded .currentTextHolder {
color:#c4c4c4;
}

div.dark_rounded .pp_description {
color:#fff;
}

div.dark_rounded .pp_arrow_previous {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.dark_rounded .pp_arrow_next {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor:default;
}

div.dark_rounded .pp_bottom .pp_left {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
background: url(../_images_frontend/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_bottom .pp_right {
background: url(../_images_frontend/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
background: url(../_images_frontend/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
background: url(../_images_frontend/prettyPhoto/dark_square/contentPattern.png) top left repeat;
}

div.dark_square .currentTextHolder {
color:#c4c4c4;
}

div.dark_square .pp_description {
color:#fff;
}

div.dark_square .pp_loaderIcon {
background: url(../_images_frontend/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
cursor: pointer;
}

div.dark_square .pp_expand:hover {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
cursor: pointer;
}

div.dark_square .pp_contract {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
cursor: pointer;
}

div.dark_square .pp_contract:hover {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
cursor: pointer;
}

div.dark_square .pp_close {
width:75px;
height:22px;
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
cursor: pointer;
}

div.dark_square .pp_arrow_previous {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.dark_square .pp_arrow_next {
background: url(../_images_frontend/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor:default;
}

div.dark_square .pp_next:hover {
background: url(../_images_frontend/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
cursor: pointer;
}

div.dark_square .pp_previous:hover {
background: url(../_images_frontend/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
cursor: pointer;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
background:#ebe8e2;
}

div.light_square .pp_loaderIcon {
background: url(../_images_frontend/prettyPhoto/light_square/loader.gif) center center no-repeat;
}

div.light_square .pp_expand {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
cursor: pointer;
}

div.light_square .pp_expand:hover {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
cursor: pointer;
}

div.light_square .pp_contract {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
cursor: pointer;
}

div.light_square .pp_contract:hover {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
cursor: pointer;
}

div.light_square .pp_close {
width:75px;
height:22px;
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
cursor: pointer;
}

div.light_square .pp_arrow_previous {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default;
}

div.light_square .pp_arrow_next {
background: url(../_images_frontend/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor:default;
}

div.light_square .pp_next:hover {
background-position: center right;
cursor: pointer;
}

div.light_square .pp_previous:hover {
background-position: center left;
cursor: pointer;
}

div.pp_pic_holder a:focus {
outline:none;
}

div.pp_overlay {
background:#000;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9500;
cursor: pointer;
}

div.pp_pic_holder {
display: none;
position:absolute;
padding: 25px 0;
width:100px;
z-index:10000;
background: url('../_images_frontend/buttons/zamknij.png') right top no-repeat;
cursor: pointer;
}

.pp_top {
height:5px;
position: relative;
}

* html .pp_top {
padding:0 5px;
}

.pp_top .pp_left {
height:5px;
left:0;
position:absolute;
width:5px;
}

.pp_top .pp_middle {
height:5px;
left:5px;
position:absolute;
right:5px;
}

* html .pp_top .pp_middle {
left:0;
position: static;
}

.pp_top .pp_right {
height:5px;
left:auto;
position:absolute;
right:0;
top:0;
width:5px;
}

.pp_content {
height:40px;
position: relative;
text-align: left;
width:100%;
}

.pp_content .pp_details {
display: none;
margin:0;
height: 0;
position: relative;
visibility: hidden;
overflow: hidden;
}

.pp_description {
display: none;
float: left;
margin:0;
}

.pp_nav {
display: none;
clear: left;
float: left;
margin:3px 0 0 0;
}

.pp_nav p {
display: none;
float: left;
margin:2px 4px;
}

.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next {
display: none;
float: left;
height:15px;
margin-top:3px;
overflow: hidden;
text-indent: -10000px;
width:14px;
}

.pp_hoverContainer {
left:0;
position:absolute;
top:0;
width:100%;
z-index:2000;
}

a.pp_next {
background: url(../_images_frontend/buttons/arrow-right-light.png) 10000px 10000px no-repeat;
display:block;
float: right;
height:100%;
text-indent: -10000px;
width:49%;
}

a.pp_previous {
background: url(../_images_frontend/buttons/arrow-left-light.png) 10000px 10000px no-repeat;
display:block;
float: left;
height:100%;
text-indent: -10000px;
width:49%;
}

a.pp_expand,a.pp_contract {
cursor: pointer;
display: none;
height:5px;
position:absolute;
right:30px;
text-indent: -10000px;
top:10px;
width:5px;
z-index:20000;
}

a.pp_close {
display:block;
float: right;
text-indent: -10000px;
}

.pp_bottom {
height:5px;
position: relative;
}

* html .pp_bottom {
padding:0 5px;
}

.pp_bottom .pp_left {
height:5px;
left:0;
position:absolute;
width:5px;
}

.pp_bottom .pp_middle {
height:5px;
left:5px;
position:absolute;
right:5px;
}

* html .pp_bottom .pp_middle {
left:0;
position: static;
}

.pp_bottom .pp_right {
height:5px;
left:auto;
position:absolute;
right:0;
top:0;
width:5px;
}

.pp_loaderIcon {
display: none;
height:24px;
left:50%;
margin: -12px 0 0 -12px;
position:absolute;
top:50%;
width:24px;
}

#pp_full_res {
display: none;
line-height:1 !important;
margin:0 auto;
text-align:center;
width:100%;
}

div.ppt {
color:#fff;
display: none;
font-size:17px;
left:0;
position:absolute;
top:0;
z-index:9999;
}

.clearfix:after {
content: ".";
display:block;
height:0;
clear:both;
visibility: hidden;
}

.clearfix  {
display: inline-block;
}

* html .clearfix  {
height:1%;
}

.clearfix  {
display:block;
}
/*
* HEADER
*/

#header {
	margin: 0 0 10px;
	background: #202020 url('../_images_frontend/backgrounds/header.png') 0 0 repeat-x;
	position: relative;
	z-index: 5;
}

#header .layout-container {
	height: 224px;
	padding: 26px 17px 2px;
	position: relative;
	background: url('../_images_frontend/backgrounds/header.jpg') center 0 repeat-x;
}

#header h1 {
	display: inline;
	padding-top: 20px;
	margin-right: 30px;
	float: left;
}

#header h1 a {
	display: block;
	width: 138px;
	height: 144px;
	position: relative;
	background: url('../_images_frontend/logos/goldsgym.png') 0 0 no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#header .welcome {
	display: inline;
	width: 442px;
	height: 72px;
	padding-top: 50px;
	float: left;
	background: url('../_images_frontend/headings/witaj.png') 0 50px no-repeat;
	position: relative;
	overflow: hidden;
	text-indent: -1000px;
}

/*
* NAVIGATION
*/

#navigation {
	height: 65px;
	position: absolute;
	left: 16px;
	bottom: 4px;
}

#navigation h2 {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

#navigation ul {
	margin: 0;
	list-style: none;
}

#navigation ul li {
	display: inline;
	float: left;
	position: relative;
}

#navigation ul li a {
	display: inline;
	padding: 0 0 0 5px;
	float: left;
	position: relative;
	background: url('../_images_frontend/backgrounds/navigation-button-l.png') 0 -100px no-repeat;
	color: #000;
	font-family: Georgia, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#navigation ul li a span {
	display: inline;
	height: 23px;
	line-height: 23px;
	padding: 32px 10px 17px;
	float: left;
	position: relative;
	background: url('../_images_frontend/backgrounds/navigation-button-r.png') right -100px no-repeat;
}

#navigation ul li:hover a,
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	text-decoration: none;
	background-position: 0 bottom;
}

#navigation ul li:hover a span,
#navigation ul li a:hover span,
#navigation ul li a:focus span,
#navigation ul li a:active span {
	padding-right: 31px;
	margin-right: -21px;
	background-position: right bottom;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul li ul li {
	display: block;
	margin: 0 0 -2px;
	float: none;
}

#navigation ul li ul li a {
	display: block;
	width: 174px;
	height: 21px;
	line-height: 21px;
	padding: 5px 15px;
	float: none;
	background: url('../_images_frontend/backgrounds/navigation-subitem.png') 0 0 no-repeat;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a:focus,
#navigation ul li ul li a:active {
	text-decoration: underline;
}

/*
* TOP BAR
*/

#header .top-bar {
	width: 960px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 17px;
	top: 0;
	color: #9f9e9e;
}

#header .top-bar p {
	display: inline;
	padding-left: 20px;
	float: left;
	line-height: 26px;
}

#header .top-bar h2 {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

#header .top-bar ul.language {
	display: inline;
	margin: 0;
	float: right;
	list-style: none;
}

#header .top-bar ul.language li {
	display: inline;
	padding: 4px 0 0;
	margin-left: 5px;
	float: left;
}

#header .top-bar ul.language li img {
	vertical-align: top;
}

/*
* FOOTER
*/

#footer {
	margin: 10px 0 0;
	clear: both;
	background: #1d1d1d url('../_images_frontend/backgrounds/footer.png') 0 0 repeat-x;
	color: #5e5e5e;
}

#footer a {
	color: #5e5e5e;
}

#footer .layout-container {
	padding: 20px 0;
	background: url('../_images_frontend/headings/zadzwon-do-nas.png') right 5px no-repeat;
}

#footer .layout-container p {
	margin: 0;
	text-align: center;
}

#footer .layout-container h2 {
	margin: 0;
	color: #eec902;
	font-size: 1em;
	font-weight: bold;
}

#footer .layout-container div:first-child {
	width: 180px;
}

#footer .layout-container div {
	display: inline;
	width: 150px;
	margin-right: 15px;
	float: left;
	text-align: center;
}

/*
* BLOCKS
*/

.block {
	padding: 13px 23px 7px;
	margin: 0 -2px 10px;
	clear: both;
	position: relative;
	background: #fff url('../_images_frontend/backgrounds/block-wide.png') center 0 repeat-y;
}

.block:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-left-column .block {
	background-image: url('../_images_frontend/backgrounds/block-medium.png');
}

.layout-right-column .block {
	padding: 0 0 4px;
	background-image: url('../_images_frontend/backgrounds/block-narrow.png');
}

.layout-right-column .block img {
	display: block;
	margin: 0 auto;
	position: relative;
}

.layout-right-column .block a:hover img,
.layout-right-column .block a:focus img,
.layout-right-column .block a:active img {
	opacity: .85;
}

.block .beginning {
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url('../_images_frontend/backgrounds/block-wide-beginning.png') center 0 no-repeat;
}

.layout-left-column .block .beginning {
	background-image: url('../_images_frontend/backgrounds/block-medium-beginning.png');
}

.layout-right-column .block .beginning {
	background-image: url('../_images_frontend/backgrounds/block-narrow-beginning.png');
}

.block .ending {
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: url('../_images_frontend/backgrounds/block-wide-ending.png') center 0 no-repeat;
}

.layout-left-column .block .ending {
	background-image: url('../_images_frontend/backgrounds/block-medium-ending.png');
}

.layout-right-column .block .ending {
	background-image: url('../_images_frontend/backgrounds/block-narrow-ending.png');
}

.frameless,
.layout-right-column .frameless {
	background: transparent;
	padding: 0;
}

.block p {
	margin: 10px 0 10px;
}

.block h2 {
	margin: 10px 0 0px;
	color: #b38b06;
	text-transform: uppercase;
	font-family: Georgria, serif;
	font-size: 1.6em;
	font-weight: normal;
}

.block h2.dark {
	color: #2c2c2c;
}

/*
* BREADCRUMBS
*/

#breadcrumbs {
	padding: 0 15px;
	margin-bottom: -5px;
	position: relative;
	z-index: 4;
}

#breadcrumbs h2 {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 1em;
	color: #191715;
	font-weight: bold;
}

#breadcrumbs ol {
	display: inline;
	margin: 0;
	list-style: none;
}

#breadcrumbs ol li {
	display: inline;
	padding-left: 12px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') 2px 60% no-repeat;
}

#breadcrumbs ol li:first-child {
	padding-left: 0;
	background: transparent;
}

/*
* COACH BROWSER
*/

.coach-browser {
	margin: 20px 0 10px;
	list-style: none;
	text-align: center;
}

.coach-browser:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.coach-browser li {
	display: block;
	text-align: center;
	margin: 0 150px;
}

.coach-browser li.previous {
	display: inline;
	float: left;
	margin: 0;
}

.coach-browser li.next {
	display: inline;
	float: right;
	margin: 0;
}

.coach-browser li a:hover img,
.coach-browser li a:focus img,
.coach-browser li a:active img {
	opacity: .85;
}

/*
* COACHES LIST
*/

.coaches {
	margin: 20px 0 0;
	list-style: none;
	position: relative;
}

.coaches li {
	margin: 0 0 10px;
	position: relative;
}

.coaches:after,
.coaches li:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.coaches li p {
	line-height: 1.6em;
	margin: 0 0 5px;
}

.coaches li a {
	color: #b38b06;
}

.coaches li h3 {
	line-height: 1.2em;
	margin: 0 0 5px;
	position: relative;
	color: #b38b06;
	text-transform: uppercase;
	font-family: Georgria, serif;
	font-size: 1.6em;
	font-weight: normal;
}

.coaches li h3 img {
	display: inline;
	padding: 5px;
	margin: -2px 15px 5px 0;
	float: left;
	position: relative;
	background: #ebe8e1;
	border: solid 1px #e2e1dc;
}

.coaches li h3 a:hover,
.coaches li h3 a:focus,
.coaches li h3 a:active {
	text-decoration: underline;
}

.coaches li h3 a:hover img,
.coaches li h3 a:focus img,
.coaches li h3 a:active img {
	opacity: .85;
}

.coaches li a.read-more span {
	padding-right: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') right 60% no-repeat;
	white-space: nowrap;
}


/*
* CONTACT
*/

.address-data {
	display: inline;
	width: 250px;
	margin: 20px 0 0;
	float: left;
	position: relative;
}

.address-data:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.address-data .to-left {
	margin-bottom: 10px;
}

.contact-form {
	display: inline;
	width: 300px;
	margin: 20px 0 0;
	float: right;
	position: relative;
}

.contact-form label {
	display: block;
	padding: 0 4px 3px;
}

.contact-form div {
	margin: 0 0 15px;
}

.contact-form .field-text input,
.contact-form .field-textarea textarea {
	width: 292px;
	padding: 5px 4px;
	background: #fff url('../_images_frontend/backgrounds/field.png') 0 0 repeat-x;
	border: solid 1px;
	border-top-color: #9f9f9f;
	border-left-color: #9f9f9f;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	font-size: 1em;
	font-family: Arial, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.contact-form .field-button {
	text-align: right;
}

.contact-form .field-button input {
	margin-right: -4px;
}

.contact-form .field-button input:hover,
.contact-form .field-button input:focus,
.contact-form .field-button input:active {
	opacity: .85;
}

/*
* FEATURES CAROUSEL
*/

.features-carousel {
	margin: 5px 0;
}

.features-carousel .jcarousel-clip {
	width: 868px;
	margin: 0 auto;
}

.features-carousel p {
	text-align: left;
}

.features-carousel ul {
	margin: 0;
	list-style: none;
}

.features-carousel ul li {
	width: 207px;
	height: auto;
	padding: 0 5px;
	color: #696967;
}

.features-carousel ul li h3 {
	margin: 0 0 8px;
	border-bottom: solid 2px #eecb0f;
}

.features-carousel ul li h3 img {
	display: block;
	margin: 0;
}

.features-carousel ul li h3 a:hover img {
	opacity: .85;
}

.features-carousel ul li a.read-more span {
	padding-right: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') right 60% no-repeat;
	white-space: nowrap;
}

.features-carousel .jcarousel-prev {
	width: 27px;
	height: 39px;
	position: absolute;
	left: -10px;
	top: 30px;
	background: url('../_images_frontend/buttons/arrow-left.png') center center no-repeat;
}

.features-carousel .jcarousel-next {
	width: 27px;
	height: 39px;
	position: absolute;
	right: -10px;
	top: 30px;
	background: url('../_images_frontend/buttons/arrow-right.png') center center no-repeat;
}

.features-carousel .jcarousel-prev,
.features-carousel .jcarousel-next {
	cursor: pointer;
}

.features-carousel .jcarousel-prev:hover,
.features-carousel .jcarousel-next:hover {
	opacity: .85;
}

.features-carousel .jcarousel-prev-disabled,
.features-carousel .jcarousel-next-disabled {
	cursor: default;
	opacity: .4 !important;
}

/*
* GALLERY
*/

.gallery {
	margin: 0 -12px 3px;
	list-style: none;
}

.gallery:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gallery li {
	display: inline;
	padding: 12px;
	float: left;
}

.gallery img {
	display: block;
	padding: 3px;
	background: #ddd;
}

.gallery a:hover img,
.gallery a:focus img,
.gallery a:active img {
	opacity: .85;
}

/*
* MINI GALLERY
*/

.mini-gallery {
	width: 552px;
	margin: 20px auto;
	clear: both;
}

.mini-gallery .jcarousel-clip {
	width: 552px;
	margin: 0 auto;
}

.mini-gallery p {
	text-align: left;
}

.mini-gallery ul {
	margin: 0;
	list-style: none;
}

.mini-gallery ul li {
	width: 128px;
	height: auto;
	padding: 0 5px;
	color: #696967;
}

.mini-gallery ul li img {
	padding: 4px;
	background: #ebe8e2;
	border: solid 1px #e2e0dc;
}

.mini-gallery ul li a:hover img {
	opacity: .85;
}

.mini-gallery .jcarousel-prev {
	width: 27px;
	height: 39px;
	position: absolute;
	left: -35px;
	top: 25px;
	background: url('../_images_frontend/buttons/arrow-left.png') center center no-repeat;
}

.mini-gallery .jcarousel-next {
	width: 27px;
	height: 39px;
	position: absolute;
	right: -35px;
	top: 25px;
	background: url('../_images_frontend/buttons/arrow-right.png') center center no-repeat;
}

.mini-gallery .jcarousel-prev,
.mini-gallery .jcarousel-next {
	cursor: pointer;
}

.mini-gallery .jcarousel-prev:hover,
.mini-gallery .jcarousel-next:hover {
	opacity: .85;
}

.mini-gallery .jcarousel-prev-disabled,
.mini-gallery .jcarousel-next-disabled {
	cursor: default;
	opacity: .4 !important;
}

/*
* NEWS LIST
*/

.news-list {
	margin: 0;
	list-style: none;
	position: relative;
}

.news-list li {
	margin: 0 0 10px;
	position: relative;
}

.news-list:after,
.news-list li:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.news-list li:first-child {
	padding-bottom: 10px;
	background: url('../_images_frontend/backgrounds/dot-gray.png') 0 bottom no-repeat;
}

.news-list li p {
	line-height: 1.6em;
	margin: 0 0 5px;
}

.news-list li a {
	color: #b38b06;
}

.news-list li h3 {
	line-height: 1.2em;
	margin: 0 0 5px;
	position: relative;
	color: #b38b06;
	text-transform: uppercase;
	font-family: Georgria, serif;
	font-size: 1.6em;
	font-weight: normal;
}

.news-list li h3 img {
	display: inline;
	padding: 5px;
	margin: -2px 15px 5px 0;
	float: left;
	position: relative;
	background: #ebe8e1;
	border: solid 1px #e2e1dc;
}

.news-list li:first-child h3 img {
	float: right;
	margin-right: -8px;
	margin-left: 15px;
}

.news-list li h3 a:hover,
.news-list li h3 a:focus,
.news-list li h3 a:active {
	text-decoration: underline;
}

.news-list li h3 a:hover img,
.news-list li h3 a:focus img,
.news-list li h3 a:active img {
	opacity: .85;
}

.news-list li a.read-more span {
	padding-right: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') right 60% no-repeat;
	white-space: nowrap;
}

.news-list li:first-child a.read-more {
	display: block;
	margin-top: 10px;
	text-align: right;
}

.news-list li.older {
	display: inline;
	float: left;
}

.news-list li.older a {
	padding-left: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-left-orange.png') 0 60% no-repeat;
}

.news-list li.newer {
	display: inline;
	float: right;
}

.news-list li.newer a {
	padding-right: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') right 60% no-repeat;
}

/*
* OFFER CAROUSEL
*/

.offer-carousel {
	margin: 25px 0 25px;
}

.offer-carousel .jcarousel-clip {
	width: 882px;
	margin: 0 auto;
}

.offer-carousel p {
	text-align: left;
}

.offer-carousel ul {
	margin: 0;
	list-style: none;
}

.offer-carousel ul li {
	width: 268px;
	height: auto;
	padding: 0 13px;
	color: #696967;
}

.offer-carousel ul li h3 {
	padding: 0 0 15px;
	margin: 0 0 12px;
	background: url('../_images_frontend/backgrounds/offer-carousel-header.png') 0 bottom no-repeat;
	color: #1f1f1f;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
}

.offer-carousel ul li h3 img {
	display: block;
	margin: 0;
}

.offer-carousel ul li h3 a {
	color: #1f1f1f;
}

.offer-carousel ul li h3 a:hover img {
	opacity: .85;
}

.offer-carousel ul li a.read-more {
	display: block;
	text-align: right;
}

.offer-carousel ul li a.read-more span {
	padding-right: 8px;
	background: url('../_images_frontend/icons/bullets/double-quote-right-orange.png') right 60% no-repeat;
	white-space: nowrap;
}

.offer-carousel .jcarousel-prev {
	width: 27px;
	height: 39px;
	position: absolute;
	left: 0px;
	top: 30px;
	background: url('../_images_frontend/buttons/arrow-left.png') center center no-repeat;
}

.offer-carousel .jcarousel-next {
	width: 27px;
	height: 39px;
	position: absolute;
	right: 0px;
	top: 30px;
	background: url('../_images_frontend/buttons/arrow-right.png') center center no-repeat;
}

.offer-carousel .jcarousel-prev,
.offer-carousel .jcarousel-next {
	cursor: pointer;
}

.offer-carousel .jcarousel-prev:hover,
.offer-carousel .jcarousel-next:hover {
	opacity: .85;
}

.offer-carousel .jcarousel-prev-disabled,
.offer-carousel .jcarousel-next-disabled {
	cursor: default;
	opacity: .4 !important;
}

/**
 * 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;	
}