/* 
	This page contains theme styles used 
	globally across all sections of the website 
*/

/* ----------------- */
/*   GLOBAL STYLES uim-marketing  */
/* ----------------- */


input:focus::-moz-focus-inner
{
	border: 0;
	outline: 0;
}

a {

   outline: none;
}

a.boxLink
{
	color: #555555;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
}

a.boxLink:hover
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
}

.logo a, .logo a:active
{
	display:block;
	width: 350px;
	height: 85px;
	position:absolute;
	color:#333333;
}

.registerButton {
	display: block;
	height: 19px;
	width: 131px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background-image: url(/images/common/gelButtonCombi.gif);
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
}

.registerButton:hover {
	background-position: 0 23px;
}

.learnMoreButton {
	display: block;
	color: #555555;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	float: left;
	font-weight: bold;
}

.learnMoreButton:hover {
	border-bottom: 1px dotted #555555;
}


input:focus, select:focus, textarea:focus, input.sffocus
{
	background-color:#FFFA8C;
	color:#000000;
}


/* NAVIGATION */

#navigation {
	height: 40px; 
	overflow: hidden;
	background: transparent url(/images/common/searchArea.gif) repeat-x;
}

/* #### TOP TIER #### */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(/images/common/nav/line.gif);
	float: left;
	height: 200px;
	width: 644px;
	overflow: hidden;
}

#navigation ul li {
	float: left;
	margin-right: 1px;
	width: 126px;
	height: 40px;
	background-image:url(/images/common/nav/navButtonCombi-mini.gif);
}

#navigation ul li a
{
	padding-left: 4px;
}

#navigation ul li:hover, #navigation ul li.sfhover {
	background-position: 0 -40px;
}

.navOverlay {
	position: absolute;
	z-index: 1;
	width: 126px;
	height: 40px;
	background-image:url(/images/common/nav/navButtonCombi-mini.gif);
	background-position: 0 -40px;
}

#navigation .selected 	{ background-image: url(/images/common/nav/navSelected-mini.gif); }
#navigation .selected a, #navigation .selected a:hover { color: #444444; /*#403E45;*/ }
#navigation ul li:hover a, #navigation ul li.sfhover a {
	color: white;
}

#navigation ul li a {
	display: block;
	position: absolute;
	z-index: 10; 
	width: 120px;
	padding-top: 5px;
	color: #444444; /* #403E45; */
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
}

/* hide the text of the link, to use image versions */
#navigation ul li a h3 { 
	text-align: center;
	font-weight: normal;
	font-size: 9pt;
	font-weight: normal;
	height: 1em;
	display: inline;
	margin-top: 12px;
}

/* ### SUB TIER ### */

/*#navigation ul li:hover ul, #navigation ul li.sfhover ul { display: block; }
#navigation ul li ul { display: none; }*/

#navigation ul li:hover div, #navigation ul li.sfhover div { display: block; }
#navigation ul li div { display: none; }


#navigation ul li div {
	position: absolute;
	width: auto;
	overflow: visible;
	margin: 0px;
/*	z-index: 1000;*/
	margin-top: 46px;
	height: auto;
	background-color: transparent;
	width: 300px;
	z-index: 999 !important;	

}
#navigation ul li div ul
{
	z-index: 1000;
	background: none;
}

#navigation ul li div ul.bg
{
	background-image: url('/images/common/nav/dd-shadow-mid.png');
	background-repeat: repeat-y;
	background-position: -10px;
	height: auto;
	z-index: 999;
	width: 300px;
}

/*#navigation ul li ul {
	position: absolute;
	width: auto;
	overflow: visible;
	background-image: none;
	margin: 0px;
	z-index: 1000;
	margin-top: 46px;
	height: auto;
}
*/
#navigation ul li ul li {
	float: none;
	height: auto;
	width: 190px;
	padding: 7px;
	overflow: hidden;
	padding-top:1px;
	padding-bottom: 2px;
	border-left: 1px solid #999999; 
/*	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	background-image: none;
	
/*	filter:alpha(opacity=90);
	-moz-opacity:.95;
	opacity:.95; */
	z-index:999;
}

#navigation ul li ul li.last
{
	border-bottom: 1px solid transparent;
}

#navigation ul li ul li a {
	position: static;
	color: #D3D5D5;
	text-decoration: none;
	height: auto;
	text-align: left;
	margin: 0px;
	text-transform: none;
	height: 16px;
	line-height: 16px;
	width: 174px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

#navigation ul li ul #top, #navigation ul li ul #top:hover, #navigation ul li ul #top.sfhover {
	height: 10px;
	padding: 0px;
	margin: 0px;
}

#navigation ul li ul #bottom, #navigation ul li ul #bottom:hover, #navigation ul li ul #bottom.sfhover {
	width: 206px;
	height: 18px;
	background-image: url(/images/common/nav/dd-shadow-bottom.png);  /* menuDropBottom-new.gif);*/
	background-repeat: no-repeat;
	/* overflow: hidden; */
	background-color: transparent;
	background-position: 0 0;
	background-position: -10px 0;
	border-left: 1px solid transparent;
	border: 0;
}

/* new */
/* http://www.forosdelweb.com/f53/png-transparente-ie-sin-height-605868/ */
#navigation ul li div span#bottom, #navigation ul li div span#bottom:hover, #navigation ul li div span#bottom.sfhover {
	width: 206px;
	height: 20px;
	background-image: url(/images/common/nav/dd-shadow-bottom.png);
	background-repeat: no-repeat;
	/* overflow: hidden; */
	background-color: transparent;
	background-position: -10px 0;
	border: 0;
	display: block;
}

#navigation ul li ul li:hover, #navigation ul li ul li.sfhover { 
	background-color: #D96D2F; 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#navigation ul li ul li:hover a, #navigation ul li ul li.sfhover a { color: #FFFFFF; }

#searchBar {
	height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(/images/common/searchArea.gif) !important;
	float: left;
	width: 326px;
}
#searchBar label {
	display: inline;
	float:left;
	margin-top: 14px;
	margin-left: 12px;
	margin-right: 12px;
	width: 45px;
}

#searchBar #searchField {
	height: 16px;
	width: 200px;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	color: #999999;
	font-size: 9pt;
	margin-top: 10px;
	float: left;
	border: 0px;
	background-color: transparent;
}

.searchFieldBold {
	font-weight: bold;
	color: black !important;	
}

#searchBar #searchSubmit {
	height: 40px;
	width: 40px;
	border: 0px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(/images/common/searchNonHover.jpg);
}
#searchBar #searchSubmit:hover {
	background-image: url(/images/common/searchHover.jpg);
}


#searchBar #searchSubmit span { display: none; }


#underNav {
	height: 6px;
	overflow: hidden;
	background-image: url(/images/common/nav/underNavLine.gif);
	background-repeat: repeat-x;
z-index:-4 !important;
}

#underNav hr { display: none; }


/*
	FOOTER
*/

#bottomLinks {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	color: #555555;
}
#bottomLinks a {
	color: #555555;
	text-decoration: none;
	margin-left: 1em;
	margin-right: 1em;
}
#bottomLinks a:hover {
	border-bottom: 1px dotted #555555;
}
#bottomLinks span {
	font-size: 7px;
	color: #AAAAAA;
}


/*
	FOOTER
*/

#footerDescription
{
	margin-top: 20px;
}

#footerDescription div.left
{
	margin-left: 20px;
}

#footerDescription div.left h3
{
	color: #777777;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -0.05em;
	margin-top:10px;
	margin-bottom: 5px;
}

#footerDescription div.right
{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	color: #333333;
}

#footerDescription div.right a
{
	color: #4a84b5;
}

#footerDescription .registerButton
{
	margin:0px;
}

#screen
{
position:absolute;
left:0;
top:0;
background: #000;
}

