a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/* navigation */
#nav {
	width:960px;
	text-align:left;
}

#nav ul {	
	width:960px;
	margin:0;
	padding: 0
}

#nav li {	
	border-right:1px solid #D8DAD7;
	background:#F1F3F0;
	float:left;
	width:239px;
	list-style-type:none;
	margin:0;
	padding: 0
}

#nav li.intro {display: none !important}

#nav li.last {	
	border-right:none;
	width: 240px
}

#nav a {
	color:#666;
	display:block;
	padding: 11px 20px;
	position:relative;
	text-decoration:none;
	font-size: 1.4em;
}	

#nav a:hover {
background: #d4d4c9
}
#nav a.current {
	background:#d4d4c9;	
	padding:9px 20px 11px 20px;
	margin: 2px 0 0 0
}

#nav a.current span {	
	color: #000
}

#nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#nav span {
	color: #000
}

/* panes */
#panes {
	border-bottom: 20px solid #D4D4C9;
	width:960px;	
	height:320px;
	margin: -20px 0;
	padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	text-align:left;
}

#panes a.button_info {
display: block;
background: #484842 url(../images/button_bk.png) top left repeat-x;
text-transform: uppercase;
color: #fff;
padding: 5px 10px;
text-decoration: none;
position: absolute;
top: 270px;
width: 84px
}

#panes a.button_apply {
display: block;
background: #D89030;
text-transform: uppercase;
color: #fff;
padding: 5px 10px;
text-decoration: none;
position: absolute;
top: 270px;
width: 84px;
margin: 0 0 0 106px
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:0;
	font-size:14px;
	color:#444;	
	width:650px; 
}

#panes div .content {
	display:block;	
	background: #fff;
	width: 210px;
	float: right;
	margin: 10px 10px 0 0;
	height: 285px;
	padding: 5px 10px 10px 10px
}

#panes div .content span.header{
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1.2em
}

#panes div .content span.text{
	margin: 10px 0 0 0;
	float: left
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}