﻿ul#navigation{
	float: left;
	list-style: none;
	margin: 10px 0 0;
}
	ul#navigation li{
		background: url(../images/divider_navigation.gif) no-repeat left 7px;
		float: left;
	}
	ul#navigation li.link0{
		background: 0;
	}
		ul#navigation li a{
			display: block;
			color: #fff;
			font-size: 1.581em;
			text-decoration: none;
			padding: 4px 15px 0 15px;
			text-align: center;
			font-weight: 50 !important;
		}
		ul#navigation a:hover{
			color: #F78F1E;
		}
		ul#navigation li.active a{
			font-weight: 700;
		}
		ul#navigation li.link0 a{
			width: 120px;
		}
		ul#navigation li.link1 a{
			width: 120px;
		}
		ul#navigation li.link2 a{
			width: 120px;
		}
		ul#navigation li.link3 a{
			width: 120px;
		}
div#cards{
	position: relative;
	left: 157px;
	top: -19px;
	width: 533px; /* + shadow width */
	z-index: 1001;
	background: url(../images/nav_shadow_top.png) no-repeat;
}
div.card{
	width: 713px;
}
	div.card div.top{
		background: url(../images/nav_shadow_top.png) no-repeat;
		width: 713px;
		height: 4px;
		font-size: 0;
		line-height: 0;
	}
	div.card div.bottom{
		background: url(../images/nav_shadow_bottom.png) no-repeat;
		width: 713px;
		height: 10px;
	}
	div.card div.cardContentContainer{
		background: url(../images/nav_shadow_sides.png) no-repeat;
		width: 713px;
		height: 181px;
	}
		div.cardContentContainer div.cardContent{
			background: url(../images/nav_bg.gif) repeat-x bottom;
			padding: 10px 20px 20px 20px;
			margin: 0 8px 0 4px;
			height: 151px;
			position: relative;
		}
			div.cardContent h2{
				position: static;
				left: 0;
				top: 0;
				font-size: 1.75em;
				color: #1E7878;
				font-weight: 400;
				margin-bottom: 4px;
			}
			div.cardContent ul{
				list-style: none;
				position: absolute;
				top: 40px;
				/* height: 149px; */
			}

				div.cardContent ul li{
					width: 235px;
					display: inline;
				}
				div.cardContent ul a{
					background-image: url(../images/nav_bullet.gif);
					background-repeat: no-repeat;
					background-position: 11px center;
					width: 280px;
					display: block;
					font-size: 1.4em;
					color: #333;
					padding: 2px 2px 2px 22px;
				}

				div.cardContentText {
					background-image: url(../images/nav_bullet.gif);
					background-repeat: no-repeat;
					background-position: 11px center;
					font-size: 1.4em;
					color: #333;
					padding: 2px 2px 2px 22px;
				}

				div.cardContent ul a.hover,
				div.cardContent ul a:hover{
					background-image: url(../images/nav_bullet_over.gif);
					background-repeat: no-repeat;
					background-position: 11px center;
					background-color: #980808;
					color: #ffffff;
					text-decoration: none !important;
				}
					div.cardContent ul ul{
						position: absolute;
						left: 235px;
						top: 0;
					}
						div.cardContent ul ul a{
							background-image: url(../images/nav_bullet.gif);
							background-repeat: no-repeat;
							background-position: 11px center;
							padding-left: 22px;
							margin-left: 11px;
							width: 209px;
						}
				div.cardContent div.additional{
					background: #e5e5e5 url(../images/additional_bottom.gif) no-repeat bottom;
					width: 129px;
					position: absolute; 
					right: 26px;
					top: 35px;
					padding: 6px 10px;
				}
					div.cardContent div.additional h3{
						background: url(../images/additional_top.gif) no-repeat;
						color: #666;
						font-size: 1.23em;
						font-weight: 400;
						margin: -6px -10px 0 -10px;
						padding: 6px 10px;
					}
					div.cardContent div.additional ul{
						height: 0;
						position: static;
					}
	div.card div.bottom{
		background: url(../images/nav_shadow_bottom.png) no-repeat;
		width: 811px;
		height: 10px;
	}
	div.tab{
		display: block;
		color: #c91a1b;
		font-size: 1.581em;
		letter-spacing: -0.1em;
		font-weight: 700;
		text-decoration: none;
		padding: 12px 0 30px 4px;
		min-height: 40px;
		position: absolute;
		z-index: 1002;
		cursor: pointer;
	}
		div.tab span{
			text-align:center;
		}
	div.tab0{
		background: url(../images/tab.png) no-repeat;
		width: 160px;
	}
		div.tab0 span{
			display: block;
			width: 140px;
		}
	div.tab1{
		background: url(../images/tab.png) no-repeat;
		width: 160px;
	}
		div.tab1 span{
			display: block;
			width: 140px;
		}
	div.tab2{
		background: url(../images/tab.png) no-repeat;
		width: 160px;
	}
		div.tab2 span{
			display: block;
			width: 140px;
		}
	div.tab3{
		background: url(../images/tab.png) no-repeat;
		width: 160px;
	}
		div.tab3 span{
			display: block;
			width: 140px;
		}
	div.tab4{
		background: url(../images/tab.png) no-repeat;
		width: 160px;
	}
		div.tab4 span{
			display: block;
			width: 140px;
		}
ul#breadcrumb{
	list-style: none;
	overflow: hidden;
	margin: 0 0 20px 27px;
}
	ul#breadcrumb li{
		background: url(../images/divider_footer.gif) no-repeat right center;
		float: left;
		margin-right: 10px;
		font-size: 1.054em;
	}
	ul#breadcrumb li.last{
		background: 0;
	}
		ul#breadcrumb li a{
			color: #333;
			padding: 0 10px 0 0;
			display: block;
		}
div#mainColumn ul#casestudyNav{
	background: #fff;
	list-style: none;
	margin: 0 -20px;
	overflow: hidden;
	padding: 10px 20px;
}
	div#mainColumn ul#casestudyNav li{
		float: left;
		margin-right: 30px;
		background: 0;
		margin-bottom: 0;
		padding: 0;
	}
	div#mainColumn ul#casestudyNav li.last{
		margin-right: 0;
	}
		div#mainColumn ul#casestudyNav li a{
			color: #333;
			display: block;
			background: url(../images/icons/default.gif) no-repeat 0 50%;
			padding: 0 12px;
		}

div.language {
	float: right;
	display: block;
	color: #fff;
	font-size: 1.581em;
	padding: 14px 15px 0 15px;
	text-align: center;
	font-weight: 50 !important;
}

div.language img {
	padding-top: 2px;
}

a.languagelink {
	color: #ffffff !important;
	text-decoration: none !important;
}

a.languagelink:hover {
	color: #ffffff;
	text-decoration: none !important;
}

div.col2 {
	position: absolute;
	left: 325px;
	top: 0;
}
