@media print {
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#nav-level-2 { visibility:hidden; }
	#description { visibility:hidden; }
}

body {
	position:relative;
}


#container {
	width:1000px;
	margin:auto;
	padding:0% 1%;
	color:#134244;
	position:relative;
}

#header {
	height:75px;
	position:relative;
}

#logo {
	float:left;
	width:420px;
	padding:30px 0px 0px 10px;
	text-decoration:none;
}

#logo:hover {
	cursor:pointer;
}

#footer {
	height:150px;
	position:relative;
	background:#135c5f url("/images/public/bg_footer_gspikes.jpg") no-repeat 0px 0px ;
	z-index: 99;
}

#footer-logo {
	position:absolute;
	left:643px;
	top:-50px;
	z-index: 99;
}

#footer-logo img {
	display:block;
	-webkit-user-select: none;
	z-index: 99;
	position: relative;
}

#footer-contact {
	padding:60px 10px 0px 10px;
}

#footer-contact span {
	display:block;
}


#footer-copyright {
}

.link-arrow-right {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left {
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover {
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}

iframe.popup_visible{
	width:5px;
	height:5px;
	display: inline;
	position:absolute;
	z-index:500;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

iframe.popup_hidden{
	display: inline;
	position:absolute;
	display: none;
	z-index:500;
}

#facebook-like {
	height: 60px;
    overflow: hidden;
    position: absolute;
  	right: -10px;
    top: 135px;
    width: 50px;
	background:#FFF;
	padding:10px;
	z-index:99999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}

