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

/* get rid of those system borders being generated for A tags */
a:active {
	outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* navigation */
#nav {
	height:300px;
	width:173px;
	float: left;
	padding-top: 5px;
}

#nav ul {
	width:173px;
	margin:0 auto;
}

#nav li {
	width:173px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#333333;
	padding:0px;
	font-size:11px;
	height:40px;
	text-decoration:none;
	display: block;
	position: relative;
}	
#nav a.current {
	background-image: url(../images/ib_production_img3.png);
	background-repeat: repeat-y;
}
#nav  a:hover {
	background-image: url(../images/ib_production_img3.png);
	background-repeat: repeat-y;
}

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

#nav strong {
	display:block;
	font-size:18px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 24px;
}

/* panes */
#panes {
	background:url(../images/ib_production_img2.png) repeat-x;
	width:350px;
	height:350px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
}

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

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

#panes p.more {
	color:#FFCC00;
	font-weight:normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#panes h3 {
	margin:0 0 5px;
	font-size:22px;
	font-weight:normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

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

