/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 239px;
	height: 181px;
	background: url(../images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: right;
	}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

#language {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}



.breadcrumb{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li{
	padding: 0;
	list-style: none;
	display: inline-block;
	background: none;
}

.breadcrumb li span{
	letter-spacing: -1px;
	font-size: 18px;
	color: #101D48;
	font-weight: bold;
}

.breadcrumb li:first-child + li:before{
	content: " > ";
	display: inline-block;
	font-size: 18px;
	color: #101D48;
	font-weight: bold;
	padding: 0 6px;
}

.breadcrumb li:first-child ~ li span{
	color: #8F8F8F;
}



.h3-caps{
	text-transform: uppercase;
}