/*======================================================================================
 PUMA Global CSS
 Created: DM - 03/10/2009
 Modified: MCS - 03/17/2009
======================================================================================*/

* { 
	padding: 0;
	margin: 0;
	outline: 0;
}
html {
	height:100%;
	margin-bottom: 1px;
}

a {
	outline:none;
}

a:active, a:hover, a:link, a:visited{
	text-decoration: none;
}

img { 
	border:0; 
}

body{
	padding-top: 15px;
	-x-system-font:none;
	font-family: Arial,Verdana,sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding-bottom: 50px;
}

#puma_wrapper {
	margin: 0 auto;
	width:992px;
	height:auto;
	background-color: transparent;
}

#puma_body { 
	padding: 7px 10px 13px 11px;
	clear: both;
}

.ie6 #puma_body {
	display:inline-block;
}


.cleaner {
	clear:both;
}





/* Arrows - Left & Right */
.item_shift { 
	float:left; 
}
.lnr_arrows, .und_arrows { 
	float:right; 
	list-style:none;
}
.lnr_arrows li, .und_arrows li { 
	float:left; 
	height:19px; 
	width:20px; 
}
.lnr_arrows li.rev a { 
	height:19px; 
	width:19px; 
	line-height:19px; 
	display:block; 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-999em;  
}
.lnr_arrows li.rev a.off { 
	cursor:default;
}
.lnr_arrows li.rev a.on { 
	background-position:0 -38px;
}
.lnr_arrows li.rev a.on:hover{
	background-position:0 -19px; 
}

.lnr_arrows li.fwd a { 
	height:19px; 
	width:19px; 
	line-height:19px; 
	display:block; 
	background-position: -19px 0px; 
	background-repeat: no-repeat;
	text-indent: -999em; 
	margin-left:2px; 
}
.lnr_arrows li.fwd a.off { 
	cursor:default;
}
.lnr_arrows li.fwd a.on {
	background-position: -19px -38px; 
}
.lnr_arrows li.fwd a.on:hover {
	background-position: -19px -19px; 
}


.und_arrows li.dn a { 
	height:19px; 
	width:19px; 
	line-height:19px; 
	display:block; 
	background-position: -19px 0px; 
	background-repeat: no-repeat;
	text-indent:-999em; 
}
.und_arrows li.dn a.off { 
	cursor: default;
}
.und_arrows li.dn a.on { 
	background-position: -19px -38px;
}
.und_arrows li.dn a.on:hover{
	background-position: -19px -19px; 
}


.und_arrows li.up a { 
	height:19px; 
	width:19px; 
	line-height:19px; 
	display:block; 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-999em;
	margin-left:2px;
}
.und_arrows li.up a.off { 
	cursor:default;
}
.und_arrows li.up a.on { 
	background-position:0 -38px;
}
.und_arrows li.up a.on:hover{
	background-position:0 -19px; 
}


#noscript {
	background-color:#ffffff;
	padding:10px;
}



/* ==========================
     
		    GLOBAL HEADER 
				
 ========================== */
 
 
#puma_header { 
	position:relative;
	height: 45px;
	width: 992px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 1px;
	z-index: 1000;
}

#puma_header h1 {
	display: none;
}

#nav {
	height: 45px;
	padding-left: 2px;
}

#nav li {
	position: relative;
	list-style: none;
	line-height: 45px;
	float: left;
	font-size: 1.2em;
	display: inline-block;
	height: 45px;
}
.ff2 #nav li {
	display: block;
}
#nav li ul,
#lang li ul {
	/* display: none; */
	height: 0;
	overflow: hidden;
	visibility: hidden;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
.ie6 #nav li ul,
.ie6 #lang li ul {
	filter:alpha(opacity=100);
	opacity:100;
}
/*
#nav li.hover ul,
#lang li.hover ul {
	display: block;
}
*/
#nav li a {
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 45px;
	height: 45px;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.ff2 #nav li a {
	display: block;
}
#nav li.nodrop a:hover,
#nav li.selected_nodrop a {
	margin-right: -6px;
	font-weight: normal;
	background-position: right center;
	position: relative;
	left: -3px;
	padding: 0 13px 0 13px;
}

#nav li.selected a {
	font-weight: normal;
	background-position: right center;
}

#nav li.main {
	margin-right: -3px;
	background-position: left top;
	background-repeat: no-repeat;
}
#nav li.main a {
	position: relative;
	color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 45px;
	display: inline-block;
	padding: 0 25px 0 60px;
}
.ff2 #nav li.main a {
	display: block;
}

#nav li.hover a {
	background-position: right bottom;
}

#nav li ul {
	position: absolute;
	top: 45px;
	left: 0;
	width: 121px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#nav li  ul li {
	list-style: none;
	line-height: 1;
	display: block;
	height: auto;
	width: 121px;
	font-size: 1em;
}
#nav li ul li.last {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#nav li ul li a {
	background-position: left bottom;
	padding: 5px 10px;
	display: block;
	line-height: 1;
	height: auto;
}
#nav li ul li a:hover {
	background-position: left top;
}


#nav li.main ul {
	position: absolute;
	top: 45px;
	left: auto;
	left: 0;
	width: 181px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#nav li.main ul li {
	list-style: none;
	line-height: 1;
	display: block;
	height: auto;
	width: 181px;
	font-size: 1em;
}
#nav li.main ul li.seperator {
	padding-top: 8px;
	background-position: left top;
	background-repeat: no-repeat;
}

#nav li.main ul li strong {
	font-weight: normal;
	font-size: 1.2em;
}
#nav li.main ul li.last {
	background-position: left top;
	background-repeat: no-repeat;
	height:10px !important;
	padding-bottom: 0 !important;
}

#nav li.main ul li a {
	background-position: left bottom;
	padding: 5px 10px 5px 14px;
	display: block;
	line-height: 1;
	height: auto;
}

#nav li.main ul li a:hover {
	background-position: left top;
}




#lang { 
	position: absolute; 
	top: 11px;
	left: 662px;
	height: 22px;
	width: 140px;
	list-style: none;
}
#lang_active {
	color: #000;
}
#lang li { 
	width: 140px;
	float: left;
	height: 23px;
	line-height: 23px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 10px;
}

#lang li a {
	position: relative;
	line-height: 23px;
	display: block;
}

#lang li.hover { 
	background-position: left bottom;
}
#lang li ul {
	position: absolute;
	top: 23px;
	left: 0;
	width: 140px;
	height: auto;
}
#lang li ul li {
	position: relative;
	list-style: none;
	line-height: 20px;
	display: block;
	height: auto;
	width: 140px;
	font-size: 1.1em;
}
#lang li ul li.last {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#lang li ul li a {
	background-position: left bottom;
	padding: 5px 10px 5px 15px;
	display: block;
	line-height: 1;
	height: auto;
	text-indent: -5px;
}
#lang li ul li a:hover {
	background-position: left top;
}


#puma_mailing_form{
	position: absolute;
	top: 10px;
	left: 808px;
	background-repeat: no-repeat;
	width: 172px;
	height:25px;
}

#puma_main_subscribe_label { 
	visibility:hidden;
}

#puma_main_subscribe_email {
	position: absolute;
	top:6px;
	left:5px;
	width: 145px;
	font-size: 1.1em;
	background:none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
}

#puma_main_subscribe_submit {
	position: absolute;
	top: 0px;
	left: 145px;
	width: 25px;
	height: 24px;
	line-height: 18px;
	background: none;
	text-indent: -999em;
	overflow: hidden;
	border:none;
	cursor:pointer;
}


/* ==========================
     
		    GLOBAL FOOTER 
				
 ========================== */






/* Footer Layout */
#puma_footer { 
	clear:both;
	xwidth:100%; 
	xheight:95px;
	xoverflow: hidden;
	xpadding:10px 0 0 0;
	margin:0 0 0 0;
	xposition:relative; 
	font-size:1em; 
	xfont-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

.ie #puma_footer {
	padding:5px 0 0 0;
}


#puma_footer a:link, #puma_footer a:active, #puma_footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5e5e5e;
} 

#puma_footer a:hover {
	color: #000000;
}

#puma_footer h3 { 
	display:none;
	text-indent:-990em;
	float: left
}

.sup_foot {
	xdisplay: block;
	xheight: 41px;
}

.link_list {
	font-size:1em;
	line-height:1em;
	float: right;
	margin-right:10px;
}

.upper_list{
	margin-top: 20px;
}

.ie .upper_list{
	margin-top: 10px;
}

.link_list ul{
	float: right;
	margin: 0 0 5px 0;
}

#puma_footer ul li { 
	float:left; 
	list-style: none; 
	display: block;  
	border-right: 1px solid #d5d5d5; 
}

#puma_footer ul li.last { 
	border:0;
}

#puma_footer ul li a{ 
	display:block;
	padding:0px 7px 0px 7px;
}

.pcopy{
	padding:0px 7px 0px 0px;
	color:#9b9c9c;
}

.sub_foot .lt_foot{
	width: 550px;
	float: left;
	margin: 20px 0 0;
	padding-left: 14px;
}


.sub_foot .rt_foot{
	width: 360px;
	float: right;
	margin:20px 10px 20px 0;
}

.sub_foot .rt_foot ul{
	float: right;
}




li.selected{
	font-weight: bolder;
}


.pumacom #puma_footer .pumahome a { color:red; }
