@charset "UTF-8";
/*
** ****************************************************************************
** t3core - stylesheet
** ****************************************************************************
*/


ul#navigation {
	margin: 20px 0 0 40px;
	font-size: 110%;
	float: left;
}

ul#navigation.level2 {
	margin: 5px 0 0 80px;
	font-size: 95%;
	clear:both;
}


ul#navigation li {
	display: inline;
	padding: 0 20px 0 0;
}

ul#navigation span.red {
	color: #ff0000;
	padding: 0 5px 0 0;
}

ul#navigation a, ul#navigation a:link, ul#navigation a:active, ul#navigation a:visited {
	text-decoration: none;
	color: #444444;
}

ul#navigation a:hover {
	color: #999999;
}

ul#navigation a.active, ul#navigation a:link.active, ul#navigation a:active.active, ul#navigation a:visited.active {
	text-decoration: none;
	color: #999999;
}

ul#navigation a:hover.active {
	color: #999999;
}

ul#lang {
	margin: 20px 0 60px 20px;
	font-size: 110%;
	float: right;
}

ul#lang li {
	display: inline;
	padding: 0 10px 0 0;
}

ul#lang span.red {
	color: #ff0000;
	padding: 0 5px 0 0;
}

ul#lang a, ul#lang a:link, ul#lang a:active, ul#lang a:visited {
	text-decoration: none;
	color: #999999;
}

ul#lang a:hover {
	color: #444444;
}

#servicesContainer {
	height: 26px;
	background: transparent url(../images/toprow-seperator.jpg) no-repeat right top; 
}

ul#services {
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	font-size: 80%;
	text-align: center;
}

ul#services li {
	display: inline;
	color: #FFFFFF;
	text-align: center;

}

ul#services a, ul#services a:link, ul#services a:active, ul#services a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

ul#services a:hover {
	color: #FFFFFF;
}

.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	padding:3px;
	top:0;
	left:0;
	background-color:#111;
	font-size:13px;
	color:white;
	overflow:hidden;
	height:22px;
}

.slideOutTip:hover{
	/* Applying a CSS3 outer glow on hover */
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}

/* The holder for the title and the icon: */
.tipVisible{ cursor:pointer; height:22px; }

.tipTitle{
	float:left;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
	line-height:22px;
	padding-right:5px;
}

.tipIcon{
	width:20px;
	height:20px;
	float:left;
	background-color:#61b035;
	border:1px solid #70c244;
	margin-right:8px;

	/* CSS3 Rounded corners */

	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}

span.bigred {
	color: #ff0000;
	padding: 0 0 0 30px;
	font-size: 350%;
}

ul#footerNavigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

ul#footerNavigation li {
	display: inline;
}

ul#footerNavigation a, ul#footerNavigation a:link, ul#footerNavigation a:active, ul#footerNavigation a:visited {
	text-decoration: none;
	color: #FF0000;
	padding: 0 20px 0 20px;
}

ul#footerNavigation a:hover {
	text-decoration: underline;
}


