@charset "UTF-8";
/* CSS Document */


#nav-bloc {
	width:100%;
	background:url(/i/bg/bg_nav.jpg) repeat-x;
	height:41px;
	}

#outer{
	width:900px;
	margin:auto;
	text-align:left;
}
#outer{position:relative}

* html #outer {
	height:40px;
	border:0px solid red;
	}
.navwrap{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom:0px;
}
.navwrap ul{
	list-style:none; 
	position:relative;
	left:50%;
	margin:0;
	padding:0;
	top:1px;
} 

* html .navwrap ul {
	position:absolute;
	left:-400px;
	margin:0px;
	padding:0px;
	top:0px;
	}
	
.navwrap li{
	float:left;
	margin:0px 0px 0 0;
	background:transparent;
	text-align:center;
}
.navwrap li.first {border:none;}
.navwrap li.first a {background:none;}
.navwrap li.last{margin-right:0}
.navwrap li a{
	float:left;
	position:relative;
	left:0px;
	top:0px;
	background:url(/i/bg/bg_nav_line.png) 0 12px no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding:10px 15px;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.10em;
	height: ;
}

*html .navwrap li a{
	padding-bottom:7px;
	}
.navwrap li a:hover{
	background:url(/i/bg/bg_nav_tri.png) 0 12px no-repeat;
	color:#fff;
}
.navwrap li a.selected {
	background:url(/i/bg/bg_nav_tri.png) 0 12px no-repeat;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* sidenav */


/* side nav */

	
#s-nav {
	background:transparent  ;
	width: 210px;
	padding:0 0 0 0;
	margin:0 0 9px 0;
	}
	
	
/* s-nav */

/* UL for main navigation */
#snav {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 210px;
	}

/* LI for main navigation */
#snav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px;
	font-weight:normal;
	}
	
#snav li, #snav a {
	height: 30px;
	display: block;
	color:#ffffff;
	}
	
	#snav li.long, #snav li.long a {
	height: 60px;
	}

/* Modified Phark Image Replacement Technique */
#snav a, #snav a:active {
	text-indent: 0px;
	text-decoration: none;
	border:none;
	padding:4px 0px 0 35px;	
	font-size:14px;
	
	}
	
*html #snav a, #snav a:active {
	padding:0px 0px 0 35px;	
	position:relative;
	top:10px;
	}
	
#snav a:hover, #snav a:active {
	background:url(/i/bg/bg_snav_on.png);
	color:#ffffff;
	height: 26px;
	}
	
#snav li.long a:hover, #snav li.long a:active {
	background:url(/i/bg/bg_snav_on_long.gif) 0 0 no-repeat;
	color:#ffffff;
	height: 60px;
	}
	
#snav li.selected { 
	background:url(/i/bg/bg_snav_on_long.gif) 0 0px;
	}
	
	
#snav li.selected a { 
	color:#ffffff;
	}

/* */

#page-nav {
	margin-bottom:10px;
	}

#page-nav li {
	float:left;
	list-style:none;
	}
	
#page-nav li a {	
	width:125px;
	height:33px;
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#78807b;
	font-weight:bold;
	}
	
#page-nav li a:hover {	
	text-decoration:underline;
	}
	
#page-nav li#nav1 {
	background:url(/i/bt/bt_pagenav01.gif) no-repeat;
	width:176px;
	}
	
	
	

#page-nav li#nav1 a.selected {
	background:url(/i/bt/bt_pagenav01.gif) 0px -42px;
	color:#e8229a;
	}
	
#page-nav li#nav2 {
	background:url(/i/bt/bt_pagenav02.gif) no-repeat;
	width:176px;
	}
	
#page-nav li#nav2 a.selected {
	background:url(/i/bt/bt_pagenav02.gif) 0px -42px;
	color:#e8229a;
	}
#page-nav li#nav3 {
	background:url(/i/bt/bt_pagenav03.gif) no-repeat;
	width:176px;
	}
	
#page-nav li#nav3 a.selected {
	background:url(/i/bt/bt_pagenav03.gif) 0px -42px;
	color:#e8229a;
	}
#page-nav li a {
	padding:9px 0px 0px 50px;
	}
