body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background: url(../images/global/bg.title.jpg) repeat-x #18597f;
	color:#ddd;
	font-weight: normal;
	font-size:10pt;
	line-height: 13pt;
	font-family: Helvetica, Arial, sans-serif;
}

a {color:#ddd;}
a:link {text-decoration:none;}

.underline {border-bottom:1px dotted #ddd;}
.underline:hover {border-bottom: 1px solid #76b900;color:#76b900;}

h1 {font-weight:bold; font-size:15pt;}
h2 {font-family: 'Century Gothic', helvetica, arial, sans-serif; font-size: 12pt; text-transform: uppercase; letter-spacing: 1px;}

form label {width:180px;float:left;}
form input {width:230px;float:left;}

form textarea {width:230px;float:left;height:80px;margin-left:0px;margin-top:5px;}

form .submit {width:auto;margin-top:20px;}

form .captcha {width:234px;height:80px;margin-top:8px;margin-bottom:8px;float:left;background-color:white;}


/*form .submit {-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;height:40px;width:60px;
							font-family: Helvetica, Arial, sans-serif;cursor:pointer;font-size:8pt;text-align:center;text-transform:uppercas;}*/

img.center {display: block;margin-left: auto;margin-right: auto;}

.img_left {float:left;margin-right:8px;margin-bottom:8px;}
.img_right {float:right;margin-left:8px;margin-bottom:8px;}
.img_border {margin:4px;border:1px solid white;}

.wrapper {width:900px;margin-left:auto;margin-right:auto;top:0px;}
.header_block {background: url(../images/global/bg.header.jpg) no-repeat; height:108px;width:900px;}
.body_block {background: url(../images/global/bg.main.jpg) no-repeat;min-height:660px;padding-top:40px;}

.navigation {margin-left:auto;margin-right:auto;width:770px;height:30px;padding-top:80px;}
.navigation a:link {border-bottom:none;}

.home_text {font-family: 'Century Gothic', 'Gill Sans', 'Gill Sans MT', GillSans, 'Franklin Gothic Medium', Helvetica, Arial;
						font-size:27px; color:white; text-align:center; text-shadow:rgba(0, 0, 0, 0.496094) 2px 2px 10px;
						line-height: 46px;padding-bottom:30px;clear:left;}

.home_text .blue {color:#4DB1EA;}

.center {margin-left: auto; margin-right:auto;}
.left {float:left;}
.right {float:right;}

.box {background: black;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 2px 2px 10px; padding:15px;}
			
.contact_form p {padding-bottom:10px;}

.home_gallery {width:800px;margin-left:auto;margin-right:auto;}

.pdf {background:url(../images/global/pdficon_large.gif) no-repeat; height:32px; padding-left:38px;line-height:32px;}
.pdf a {border-bottom:1px dotted;}

.alpha {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.image_info {display:block;width:800px;padding-top:20px;margin-left:auto;margin-right:auto;
							height:30px;text-align:center;z-index:100;clear:left;font-size:16px;font-weight:bold;font-style: italic;}

.left_image {float:left;margin-right:8px;margin-bottom:8px;border:1px solid gray;}

.item {margin-top:20px;}

.item p {margin-left:20px;}

/*
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
	border: 1px solid gray;
}
*/

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
}

.last_item {margin-bottom: 30px;}


.link_item {margin-bottom:10px;border-bottom:1px dotted #ddd;padding-bottom:6px;clear:both;}
.link_item h3 {margin-top:6px;float:left;}
.link_item img {float:right;margin-top:6px;margin-bottom:6px;margin-left:8px;}
.link_item p {clear:left;}
.link_item a {display:block;font-weight:bold;clear:both;background:url(../images/global/external.link.icon.png) no-repeat;padding-left:15px;}


.clickable {cursor:pointer;}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:156px;

	/* custom decorations */
	border:1px solid #ccc;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 2px 2px 10px;
	background:url(../images/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:24px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:130px;
	height:98px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
			
/* this makes it possible to add next button beside scrollable */
.scrollable { float:left;	}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:40px;
	height:80px;
	float:left;
	margin:35px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background:url(../images/scrollable/arrow/right_bar.png) no-repeat;}
a.right 				{ background-position: 0 0px; clear:right; margin-right: 0px;}
a.right:hover 	{ text-decoration:none; }

/* left */
a.left					{ background:url(../images/scrollable/arrow/left_bar.png) no-repeat; } 
a.left:hover  	{ text-decoration:none; }


/* up and down */
a.up, a.down		{ 
	background:url(../images/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* ======= HOME SPECIFIC ======= */

/*.sport_systems {width:495px;height:116px;border:2px solid white; padding:2px;margin:0px auto 10px auto;}*/
.sport_systems {width: 300px;height:116px;border:2px solid white; padding:2px;margin:0px auto 10px auto;}
.sport_systems .logos {background-color:white;height:100%;width:100%;}
.sport_systems img {vertical-align:middle;border:0px;}

/* ======= TABLES ====== */

table.default_table {background-color:rgb(95,141,167);border:1px solid black;border-collapse:collapse;}
table.default_table tr td {padding:3px;border-bottom:1px solid rgb(16,62,89);color:black;}
table.default_table .heading_row td {background-color:black;color:white;border-bottom:0;}


/* =========== OVERLAY ============== */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}
	
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url(../images/overlay/transparent.png);		
		color:#fff;
	}
	
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:258px;
	border:2px solid white;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3�) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	
	background:#202834 url(../images/nivo/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	margin-bottom:10px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Main Menu */

ul.pureCssMenu a, ul.pureCssMenu a:hover {text-decoration:none;}

ul.pureCssMenu ul{display:none;z-index:100;}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#000000;
	background-repeat:repeat;
	border-color:#676767 #111111 #111111 #676767;
	border-width:1px;
	border-style:solid;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:109.2px;
}
ul.pureCssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#000000;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	_padding-left:0;
	font:normal 12px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	cursor:default;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#000000;
	border-color:#000000;
	border-bottom:0px;
	border-style:solid;
	font:normal 12px Helvetica, Arial, sans-serif;
	color: #76B900;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#000000;
	border-color:#000000;
	border-style:solid;
	border-bottom:0px;
	font:normal 12px Helvetica, Arial, sans-serif;
	color: #76B900;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #666 !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(/images/global/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(/images/global/arrv_white.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(/images/global/arrv_white.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(/images/global/arr_white.gif)}

ul.pureCssMenu span.noGraphic, ul.pureCssMenu span.noGraphic:hover, ul.pureCssMenu a:hover span.noGraphic, ul.pureCssMenu a:hover table span.noGraphic, ul.pureCssMenu li:hover>a>span.noGraphic  {background-image:none;padding-right:0;}